daily update
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
3d48a7a0
MK
12003-08-16 Mark Kettenis <kettenis@gnu.org>
2
3 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4
7989c619
AC
52003-08-16 Andrew Cagney <cagney@redhat.com>
6
7 * NEWS: Mention that "set prompt-escape-char" was deleted.
8 * top.c (get_prompt_1): Delete function.
9 (gdb_prompt_escape):
10 (init_main): Do not clear "gdb_prompt_escape". Delete "set
11 prompt-escape-char" command.
12 (MAX_PROMPT_SIZE): Delete macro.
13 (get_prompt): Simplify, do not call get_prompt_1.
14
07978cd8
AC
152003-08-16 Andrew Cagney <cagney@redhat.com>
16
17 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
18 -Werror. -Wformat-nonliteral problems.
19
3ff7cf9e
JB
202003-08-15 J. Brobecker <brobecker@gnat.com>
21
22 Further multiarching work mostly for hppa64-*-hpux11:
23 * hppa-tdep.h: New file.
24 * hppa-tdep.c: #include hppa-tdep.c.
25 (hppa32_num_regs): Renamed from hppa_num_regs.
26 (hppa64_num_regs): New constant.
27 (hppa64_call_dummy_breakpoint_offset): New constant.
28 (hppa32_call_dummy_length): New constant.
29 (hppa64_call_dummy_length): New constant.
30 (hppa32_stack_align): Make name 32bit explicit.
31 (hppa32_register_virtual_type): Likewise.
32 (hppa32_extract_return_value): Likewise.
33 (hppa32_use_struct_convention): Likewise.
34 (hppa32_store_return_value): Likewise.
35 (hppa64_register_virtual_type): New function.
36 (hppa64_extract_return_value): New function.
37 (hppa64_use_struct_convention): New function.
38 (hppa64_store_return_value): New function.
39 (hppa_frame_locals_address): Remove declaration, function does
40 not exist anymore.
41 (hppa_register_byte): Add support for PA64 ABI.
42 (hppa_gdbarch_init): Add support for PA64 ABI.
43 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
44 Make name 32bit explicit.
45 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
46 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
47 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
48 (hppa64_hpux_frame_base_before_sigtramp): New function.
49 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
50 * config/pa/tm-hppa64.h: Remove macros that are no longer
51 necessary now that the gdbarch vector is properly setup.
52 Transform some macros into function calls. Some minor cleanup.
53 * config/pa/tm-hppah.h: Update function calls in macros
54 following the function renaming in hppa-hpux-tdep.c.
55 * Makefile.in (hppa_tdep_h): New variable.
56 (hppa-tdep.o): Add dependency over hppa_tdep_h.
57
5d05ca6d
MS
582003-08-14 Michael Snyder <msnyder@redhat.com>
59
60 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
61
37ba2569
JB
622003-08-13 J. Brobecker <brobecker@gnat.com>
63
64 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
65 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
66 routine.
67
aed7f26a
MS
682003-08-13 Michael Snyder <msnyder@redhat.com>
69
70 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
71 (frv_saved_pc_after_call): Use deprecated ftype.
72 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
73 (frv_remote_translate_xfer_address): Remove.
74 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
75
752d4ac1
JB
762003-08-13 J. Brobecker <brobecker@gnat.com>
77
78 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
79 initialization after the common gdbarch initialization, not before.
80
1426ac1d
JB
812003-08-13 J. Brobecker <brobecker@gnat.com>
82
83 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
84 (ADDR_BITS_REMOVE): Remove, redundant.
85
b6fbdd1d
JB
862003-08-13 J. Brobecker <brobecker@gnat.com>
87
88 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
89 gdbarch method to clear the 2 low bits of text addresses.
90
44160db3
AC
912003-08-12 Andrew Cagney <cagney@redhat.com>
92
93 * Makefile.in (dsrec.o): Update dependencies.
94 * dsrec.c: Include "gdb_assert.h".
95 (make_srec): Use snprintf instead of sprintf, use a literal format
96 string.
97
bcf7d3ca
AC
982003-08-12 Andrew Cagney <cagney@redhat.com>
99
100 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
101 FRAME_OBSTACK_ZALLOC.
102
49ed40de
KB
1032003-08-12 Kevin Buettner <kevinb@redhat.com>
104
105 * i386-tdep.c (i386_gdbarch_init): Enable default support for
106 SSE registers.
107
b246147c
MK
1082003-08-10 Mark Kettenis <kettenis@gnu.org>
109
110 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
111 amd64fbsd_sc_reg_offset): Add extern declarations.
112 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
113 declarations.
114
d95fdc0d
BE
1152003-08-11 Ben Elliston <bje@wasabisystems.com>
116
117 * MAINTAINERS (write after approval): Update my mail address.
118
cf6a0e73
AC
1192003-08-10 Andrew Cagney <cagney@redhat.com>
120
121 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
122
f837910f
MK
1232003-08-10 Mark Kettenis <kettenis@gnu.org>
124
e2dbbd2d
MK
125 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
126 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
127 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
128 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
129 i386bsd_sc_reg_offset): Add extern declarations.
130 * i386obsd-nat.c: Include "i386-tdep.h"
131 (_initialize_i386obsd_nat): Remove extern declarations.
132 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
133 declarations.
134 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
135 declarations.
136
f837910f
MK
137 * i386-tdep.c (i386_register_to_value): Use get_frame_register
138 instead of frame_read_register.
139 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
140 instead of frame_read_register. Use I386_ESP_REGNUM instead of
141 SP_REGNUM.
142 (i386_frame_prev_register): Use frame_unwind_register_unsigned
143 instead of frame_unwind_unsigned_register. Use
144 I386_EFLAGS_REGISTER instead of PS_REGNUM.
145 (i386_get_longjmp_target): Use regcache_read_unsigned_register
146 instead of read_register. Use builtin_type_void_data_ptr instead
147 of builtin_type_void_func_ptr when extracting the address of the
148 jmp_buf.
149 (i386_extract_return_value, i386_store_return_value,
150 i386_pseudo_register_read, i386_pseudo_register_write): Use
151 register_size instead REGISTER_RAW_SIZE.
152
edcf254d
AC
1532003-08-10 Andrew Cagney <cagney@redhat.com>
154
155 * infcall.c (call_function_by_hand): Use xstrprintf instead of
156 sprintf. Make "name" constant.
157
26604a34
MK
1582003-08-10 Mark Kettenis <kettenis@gnu.org>
159
192285c6
MK
160 * i387-tdep.c (i387_register_to_value): Use get_frame_register
161 instead of frame_read_register.
f837910f
MK
162 (i387_print_float_info): Use get_frame_register and
163 get_frame_register_unsigned instead of frame_register_read.
192285c6 164
f0925262
MK
165 * i386fbsd-nat.c: Include "i386-tdep.h".
166 (child_resume): Make `eflags' an ULONGEST. Use
167 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
168 instead of register_read and register_write.
169
a144416f
MK
170 * i386bsd-nat.c (fetch_inferior_registers,
171 store_inferior_registers): Don't use && at the end of a line.
172 (_initialize_i386bsd_nat): Fix typo.
173
fec74868
MK
174 * frame.c (_initialize_frame): Add missing backslash.
175
87232496
MK
176 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
177 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
178 and supply_register instead of manipulating the register buffer
179 directly.
180
c9b9de0b
MK
181 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
182 * config/i386/nm-i386sol2.h
183 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
184
26604a34
MK
185 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
186 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
187 instructions that GCC likes to mingle into the prologue. Fixes
188 gdb/1253 and gdb/1255.
189
25d29d70
AC
1902003-08-09 Andrew Cagney <cagney@redhat.com>
191
192 Fix GDB PR cli/926.
193 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
194 * command.h (add_setshow_uinteger_cmd): Declare.
195 * frame.c (set_backtrace_cmd): New function.
196 (show_backtrace_cmd): New function.
197 * frame.c (_initialize_frame): Replace "set/show
198 backtrace-below-main" with "set/show backtrace past-main". Add
199 command "set/show backtrace limit".
200 (backtrace_past_main): Rename "backtrace_below_main".
201 (backtrace_limit): New variable.
202 (get_prev_frame): Update. Check the backtrace_limit.
203
9ebf4acf
AC
2042003-08-09 Andrew Cagney <cagney@redhat.com>
205
206 * defs.h (xstrprintf): Declare.
207 * utils.c (xstrprintf): New function.
208 * breakpoint.c (insert_breakpoints): Replace sprintf and
209 non-literal format strings, with xstrprintf and cleanups.
210 (delete_breakpoint,breakpoint_re_set): Ditto.
211 (commands_command, insert_breakpoints): Ditto.
212 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
213 (break_at_finish_command_1): Ditto.
214
3771659b
AC
2152003-08-09 Andrew Cagney <cagney@redhat.com>
216
217 * MAINTAINERS (language support): List Adam Fedor as Objective C
218 maintainer.
219
b4263afa
JB
2202003-08-08 J. Brobecker <brobecker@gnat.com>
221
222 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
223 are now multiarched.
224
d84defb1
JB
2252003-08-08 J. Brobecker <brobecker@gnat.com>
226
227 * config/pa/tm-hppa64.h: Remove lots of macros that are no
228 longer necessary now that hppa64 is partially multiarch'ed.
229
f786f615
AC
2302003-08-08 Andrew Cagney <cagney@redhat.com>
231
232 * interps.c (interp_set): Check for a NULL "old_interp".
233
c938e9b0
L
2342003-08-08 H.J. Lu <hongjiu.lu@intel.com>
235
236 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
237 (install-only): Support DESTDIR.
238 (uninstall): Likewise.
239 (install-gdbtk): Likewise.
240
9a146a11
EZ
2412003-08-08 Elena Zannoni <ezannoni@redhat.com>
242
243 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
244 contains something meaningful at all times.
245
246Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 247
62599e99 248 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 249
56296155
BC
250Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
251
62599e99 252 * MAINTAINERS (write after approval): Added self.
56296155 253
9710e734
AC
2542003-08-07 Andrew Cagney <cagney@redhat.com>
255
256 * inferior.h (AT_SYMBOL): Define.
257 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
258 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
259 * mips-tdep.c (mips_call_dummy_address): Delete function.
260 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
261 set call_dummy_address.
262
98b3ab73
AC
2632003-08-07 Andrew Cagney <cagney@redhat.com>
264
265 * language.c (op_error): Delete function.
266 (binop_type_check): Delete function.
267 * language.h (type_op_error, range_op_error): Delete macros.
268 (op_error): Delete declaration.
269
2fcf52f0
AC
2702003-08-07 Andrew Cagney <cagney@redhat.com>
271
272 * interps.h (INTERP_MI2, INTERP_MI3): Define.
273
abd4220e 2742003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 275
abd4220e 276 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 277 (x86_64_push_arguments): Skip the red zone.
abd4220e 278
9dd5f34f
AC
2792003-08-05 Andrew Cagney <cagney@redhat.com>
280
281 * reggroups.c (reggroup_next): Check for the final entry.
282
e5e78edc
AC
2832003-08-04 Andrew Cagney <cagney@redhat.com>
284
ab4e3d93
AC
285 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
286 * cli/cli-script.c (define_command): Call query directly, instead
287 of passing it a buffer.
288 * ocd.c (ocd_error): Pass error a constant format string.
289 * remote-mips.c (mips_error): Use fputs_filtered.
290
1062ca82
AC
291 * solib-svr4.c (_initialize_svr4_solib): Update
292 register_gdbarch_data call.
293 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
294
fcc1c85c
AC
295 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
296 (register_gdbarch_data): Delete "free" parameter. Update
297 comments.
298 * gdbarch.h, gdbarch.c: Re-generate.
299 * reggroups.c (_initialize_reggroup): Update.
300 * gnu-v3-abi.c (init_gnuv3_ops): Update.
301 * frame-base.c (_initialize_frame_base): Update.
302 * frame-unwind.c (_initialize_frame_unwind): Update.
303 * user-regs.c (_initialize_user_regs): Update.
304 * remote.c (_initialize_remote): Update.
305 * regcache.c (_initialize_regcache): Update.
306
116f06ea
AC
307 * regcache.c (xfree_regcache_descr): Delete function.
308 (_initialize_regcache): Update call to register_gdbarch_data.
309 (init_regcache_descr, init_legacy_regcache_descr): Use
310 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
311
e5e78edc
AC
312 * remote.c (free_remote_state): Delete function.
313 (_initialize_remote): Update register_gdbarch_data.
314 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
315 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
316
6c7d17ba
AC
3172003-08-04 Andrew Cagney <cagney@redhat.com>
318
319 * reggroups.c (struct reggroup_el): Define.
320 (struct reggroups): Delete field "nr_group". Replace array
321 "group" with a "first" to "last" linked list.
322 (reggroups_init): Update. Allocate using gdbarch's obstack.
323 (reggroups_free): Delete function.
324 (add_group): Update. Add "el" parameter.
325 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
326 (default_groups): Update.
327 (reggroup_next): Replace reggroups.
328 (reggroups_dump): Update.
329 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
330 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
331 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
332
89b7795b
DJ
3332003-08-04 Daniel Jacobowitz <drow@mvista.com>
334
335 * Makefile.in (tui-interp.o): Update dependencies.
336
306d9ac5
DC
3372003-08-04 David Carlton <carlton@kealia.com>
338
339 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
340 to internal_error call.
341 * source.c (forward_search_command): Add "%s" format argument.
342 (reverse_search_command): Ditto.
343 * top.c (quit_confirm): Ditto.
344 * cli/cli-setshow.c (do_setshow_command): Ditto.
345 * cp-valprint.c (cp_print_class_method): Replace
346 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
347 (cp_print_class_member): Ditto.
348 * event-top.c (command_line_handler): Ditto.
349 * linux-proc.c (linux_info_proc_cmd): Ditto.
350 * p-typeprint.c (pascal_type_print_base): Ditto.
351 * p-valprint.c (pascal_object_print_class_method): Ditto.
352 (pascal_object_print_class_member): Ditto.
353 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
354 * remote.c (remote_cisco_section_offsets): Ditto.
355 * top.c (command_line_input): Ditto.
356 * utils.c (vwarning,error_stream,quit): Ditto.
357 * valprint.c (print_floating,print_binary_chars)
358 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
359
57bfe177
AC
3602003-08-04 Andrew Cagney <cagney@redhat.com>
361
362 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
363
e546b999
AC
3642003-08-02 Andrew Cagney <cagney@redhat.com>
365
366 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
367 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
368 amd64fbsd-nat.c.
369
91092ee5
AC
3702003-08-02 Andrew Cagney <cagney@redhat.com>
371
372 * Makefile.in: Update all dependencies and definitions.
373
889f28e2
AF
3742003-08-02 Adam Fedor <fedor@gnu.org>
375
376 * linespec.c (is_objc_method_format): New function
377 (decode_line_1, locate_first_half): Use it.
378 Fixes PR objc/1298
379
880bc914
AC
3802003-08-01 Andrew Cagney <cagney@redhat.com>
381
382 * NEWS: Mention that m32r is multi-arch.
383 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
384 * configure.tgt: Recognize m32r-*-*.
385 * config/m32r/tm-m32r.h: Delete file.
386 * config/m32r/m32r.mt: New file.
387 * m32r-rom.c (m32r_upload_command): Use hostent only when
388 gethostname succeeds, in order to avoid a compilation
389 warning.
390 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
391 compiler warning.
392
19f59343
MS
3932003-08-01 Michael Snyder <msnyder@redhat.com>
394
395 * sh-tdep.c (sh_frame_align): New gdbarch method.
396 (sh_gdbarch_init): Set up frame_align method.
397
4e7d7511
MS
3982003-07-31 Michael Snyder <msnyder@redhat.com>
399
400 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
401 which is already covered by the new frames infrastructure.
402
63022984
AC
4032003-07-31 Andrew Cagney <cagney@redhat.com>
404
405 * user-regs.c (struct user_reg): Add "next" link.
406 (struct user_regs): Replace "user" with "first" and "last" links.
407 (append_user_reg): Add pre-allocated "reg" parameter.
408 (builtin_user_regs): Provide initial value for "last".
409 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
410 (user_regs_init): Allocate memory from the gdbarch obstack.
411 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
412 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
413 linked list.
414 (usernum_to_user_reg): New function.
415 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
416 (value_of_user_reg): Use usernum_to_user_reg.
417 (user_regs_free): Delete function.
418 (_initialize_user_regs): Update register_gdbarch_data call.
419
7cf6e574
DJ
4202003-07-31 Daniel Jacobowitz <drow@mvista.com>
421
422 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
423
c48a845b
MS
4242003-07-30 Michael Snyder <msnyder@redhat.com>
425
4e7d7511 426 * value.h (value_being_returned): Add a struct_addr argument.
c48a845b
MS
427 * infcall.c (call_function_by_hand): Pass struct_addr to
428 value_being_returned.
429 * infcmd.c (print_return_value): Pass zero as struct_addr.
430 * values.c (value_being_returned): If struct_addr is passed,
431 use it instead of trying to recover it from the inferior.
432
f0d8db19
KB
4332003-07-30 Kevin Buettner <kevinb@redhat.com>
434
435 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
436 the prologue analyzer won't need to attempt to extract the pc
437 value from the woefully incomplete dummy frame.
438 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
439 possible. Disable code which modifies the frame.
440
e5c113a1
AC
4412003-07-28 Andrew Cagney <cagney@redhat.com>
442
443 * annotate.c (annotate_breakpoints_headers): Restrict annotation
444 to level 2.
445 (annotate_breakpoints_table, annotate_record): Ditto.
446 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
447 (annotate_field_name_end, annotate_field_value): Ditto.
448 (annotate_field_end, annotate_frame_source_begin): Ditto.
449 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
450 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
451 (annotate_frame_begin, annotate_frame_function_name): Ditto.
452 (annotate_frame_address_end, annotate_frame_address): Ditto.
453 (annotate_frame_args, annotate_frame_end): Ditto.
454 (annotate_frame_where, annotate_arg_begin): Ditto.
455 (annotate_arg_name_end, annotate_arg_value): Ditto.
456 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
457 (annotate_function_call, annotate_signal_name): Ditto.
458 (annotate_signal_string, annotate_signal_name_end): Ditto.
459 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
460 (annotate_value_begin, annotate_value_history_value): Ditto.
461 (annotate_value_history_end, annotate_value_end): Ditto.
462 (annotate_display_begin, annotate_display_number_end): Ditto.
463 (annotate_display_format, annotate_display_expression): Ditto.
464 (annotate_display_expression_end, annotate_display_value): Ditto.
465 (annotate_display_end, annotate_array_section_begin): Ditto.
466 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
467 (annotate_elt, annotate_array_section_end): Ditto.
468
bb1db049
AC
4692003-07-28 Andrew Cagney <cagney@redhat.com>
470
471 * regcache.c (struct regcache_descr): Update comments on
472 nr_raw_registers.
473 (init_legacy_regcache_descr): Don't set nr_raw_registers or
474 sizeof_raw_register_valid_p.
475 (init_regcache_descr): Set nr_raw_registers and
476 sizeof_raw_register_valid_p before calling
477 init_legacy_regcache_descr.
478
20e6603c
AC
4792003-07-28 Andrew Cagney <cagney@redhat.com>
480
481 * mips-tdep.c (print_gp_register_row): Print the GPR's register
482 MOD NUM_REGS.
483
db742940
DJ
4842003-07-28 Daniel Jacobowitz <drow@mvista.com>
485
486 * thread.c (info_threads_command): Use get_selected_frame ().
487 Check that there is at least one non-sentinel frame.
488
ce7f4371
SC
4892003-07-27 Stephane Carrez <stcarrez@nerim.fr>
490
491 * m68hc11-tdep.c (struct frame_extra_info): Remove.
492 (m68hc11_pop_frame): Remove.
493 (m68hc11_frame_saved_pc): Remove.
494 (m68hc11_frame_chain): Remove.
495 (m68hc11_frame_init_saved_regs): Remove.
496 (m68hc11_init_extra_frame_info): Remove.
497 (m68hc11_store_struct_return): Remove.
498 (m68hc11_saved_pc_after_call): Remove.
499
1ea653ae
SC
5002003-07-27 Stephane Carrez <stcarrez@nerim.fr>
501
502 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
503 frame unwind information.
504 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
505 and adapted for frame unwinding.
506 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
507 (m68hc11_unwind_pc): New function.
508 (m68hc11_frame_unwind_cache): New function to analyze frames.
509 (m68hc11_frame_this_id): New function to create new frame struct.
510 (m68hc11_frame_prev_register): New function to unwind a register from
511 the frame.
512 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
513 (m68hc11_frame_p): New function for the above.
514 (m68hc11_frame_base_address): New function to return fp of frame.
515 (m68hc11_frame_args_address): Update for frame.
516 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
517 (m68hc11_unwind_sp): New function.
518 (m68hc11_unwind_dummy_id): New function.
519 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
520 calls.
521
c8a7f6ac
SC
5222003-07-27 Stephane Carrez <stcarrez@nerim.fr>
523
524 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
525 (m68hc11_guess_from_prologue): Advance the pc and frame size only
526 when we are beyond the current pc.
527
3dc990bf
SC
5282003-07-27 Stephane Carrez <stcarrez@nerim.fr>
529
530 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
531 from m68hc11_push_arguments.
532 (m68hc11_push_arguments): Remove.
533 (m68hc11_push_return_address): Remove.
534 (m68hc11_gdbarch_init): Install the above; remove above deprecated
535 handlers; remove deprecated_extra_stack_alignment_needed.
536
222e5d1d
AC
5372003-07-27 Andrew Cagney <cagney@redhat.com>
538
539 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
540 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
541 REAL_PC and not the pointer.
542 * hppa-hpux-tdep.c: Include frame.h
543
a7e9a47e
AC
5442003-07-27 Andrew Cagney <cagney@redhat.com>
545
546 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
547 GDB_MULTI_ACH_PARTIAL.
548
7e3dd49e
AC
5492003-07-27 Andrew Cagney <cagney@redhat.com>
550
551 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
552 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
553 operator at start and not end of line.
554 (decode_prologue): Ditto.
555 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
556 frame_unwind_register_unsigned instead of
557 frame_unwind_unsigned_register.
558 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
559 read_register.
560 (m32r_push_dummy_call): Use register_size instead of
561 REGISTER_RAW_SIZE.
562 (m32r_frame_sniffer): Replace m32r_frame_p.
563 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
564 * m32r-rom.c (report_transfer_performance): Delete extern
565 declaration.
566 (m32r_load, m32r_upload_command): Use print_transfer_performance
567 instead of report_transfer_performance.
568 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
569 / add_show_from_set.
570
0880807f
AC
5712003-07-26 Andrew Cagney <cagney@redhat.com>
572
573 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
574 store_return_value and extract_struct_value_address.
575
64ae9269
DJ
5762003-07-26 Daniel Jacobowitz <drow@mvista.com>
577
578 PR c++/1267
579 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
580 NULL, default to the section containing PC.
581
e286caf2
SC
5822003-07-24 Stephane Carrez <stcarrez@nerim.fr>
583
584 * NEWS: Mention "regs" deprecated for m68hc11 too.
585
586 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
587 (m68hc11_print_register): New function to print out one register.
588 (m68hc11_print_registers_info): New function to print registers.
589 (show_regs): Deprecate and use the above.
590 (m68hc11_gdbarch_init): Install the print_registers_info.
591
705b278b
JJ
5922003-07-24 Jeff Johnston <jjohnstn@redhat.com>
593
594 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
595 that we have a SIGTRAP before returning non-zero.
596
63cd4198
EZ
5972003-07-23 Michal Ludvig <mludvig@suse.cz>
598 Elena Zannoni <ezannoni@redhat.com>
599
600 * linespec.c (decode_line_2): Avoid crash if
601 find_function_start_sal() returns empty record.
602
6926787d
AS
6032003-07-23 Andreas Schwab <schwab@suse.de>
604
605 * ia64-tdep.c (ia64_print_insn): New function.
606 (ia64_gdbarch_init): Set print_insn to it.
607 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
608 deprecated_tm_print_insn_info.
609
708cc1b6
MS
6102003-07-22 Michael Snyder <msnyder@redhat.com>
611
612 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
613 handle 8-bit returns (long long).
614 (h8300h_extract_return_value): Ditto.
615 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
616
aebd7893
AC
6172003-07-22 Andrew Cagney <cagney@redhat.com>
618
619 * gdbarch.c Include "gdb_obstack.h".
620 (struct gdbarch): Add an "obstack".
621 (alloc_gdbarch_data): Allocate the gdbarch data using
622 GDBARCH_OBSTACK_CALLOC.
623 (free_gdbarch_data): Delete function.
624 (gdbarch_obstack_zalloc): New function.
625 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
626 Assert that the architecture is not initialized.
627 (gdbarch_alloc): Allocate an obstack, allocate the architecture
628 vector from the obstack.
629 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
630 architecture obstack.
631 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
632 (set_gdbarch_data): Assert that the data is not initialized.
633 (struct gdbarch_data): Delete member "free".
634 (register_gdbarch_data): Do not initialize "free".
635 * gdbarch.h, gdbarch.c: Re-generate.
636
153721e6
AC
6372003-07-22 Andrew Cagney <cagney@redhat.com>
638
639 * configure.in (build_warnings): Add -Wformat-nonliteral.
640 * configure: Re-generate.
641
c193f044 6422003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
643
644 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 645
c3228f12
EZ
6462003-07-22 Elena Zannoni <ezannoni@redhat.com>
647
648 * findvar.c (read_var_value): Remove case for thread local storage
649 variables. It is now entirely handled by the dwarf2 location
650 expression code.
651 * printcmd.c (address_info): Ditto.
652 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
653 enumeration value.
654 (struct symbol): Remove objfile field, which was used by
655 LOC_THREAD_LOCAL_STATIC only.
656 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
657 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
658 usage of objfile pointer.
659 * dwarf2loc.c (locexpr_describe_location): Add case to handle
660 thread local variables.
661 Add include of objfiles.h.
662 * dwarf2expr.c (execute_stack_op): Add comments about thread local
663 storage variables.
664 * Makefile.in (dwarf2loc.o): Update dependencies.
665
aef9bcd2
AC
6662003-07-22 Andrew Cagney <cagney@redhat.com>
667
668 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
669 get_frame_base.
670 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
671 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
672 (struct value): Add opaque declaration.
673 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
674
d95a8903
AC
6752003-07-21 Andrew Cagney <cagney@redhat.com>
676
677 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
678 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
679
4db73d49
SC
6802003-07-20 Stephane Carrez <stcarrez@nerim.fr>
681
682 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
683 regcache_cooked_read_unsigned instead of read_register.
684 (m68hc11_saved_pc_after_call): Likewise.
685 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
686 instead of write_register.
687 (m68hc11_register_type): New function.
688 (m68hc11_register_virtual_type): Remove.
689 (m68hc11_store_return_value): Convert to use the regcache.
690 (m68hc11_extract_struct_value_address): Likewise.
691 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
692 m68hc11_register_type; undeprecate store_return_value and
693 extract_struct_value_address.
694
ef2b8fcd
SC
6952003-07-20 Stephane Carrez <stcarrez@nerim.fr>
696
697 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
698 and translate to use regcache.
699 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
700
625b0b97
AC
7012003-07-18 Andrew Cagney <cagney@redhat.com>
702
703 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
704 * gdbarch.h, gdbarch.c: Re-generate.
705 * i386-tdep.c (i386_gdbarch_init): Do not set
706 DWARF2_BUILD_FRAME_INFO.
707 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
708 unconditionally.
709 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
710 DWARF2_BUILD_FRAME_INFO.
711
22b0d388
AC
7122003-07-18 Andrew Cagney <cagney@redhat.com>
713
714 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
715 * disasm.c (gdb_disassemble_info): Initilize di.arch.
716
1ce5d6dd
AC
7172003-07-18 Andrew Cagney <cagney@redhat.com>
718
719 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
720 frame_unwind_address_in_block, instead of frame_pc_unwind.
721 (dwarf2_frame_cache): Ditto.
722
e6e5e94c
AC
7232003-07-18 Andrew Cagney <cagney@redhat.com>
724
725 * user-regs.h (struct gdbarch): Declare opaque.
726 * ui-out.h (struct ui_file): Declare opaque.
727 * dwarf2-frame.h (struct frame_info): Declare opaque.
728
5483d879
KW
7292003-07-18 Kris Warkentin <kewarken@qnx.com>
730
731 * nto-procfs.c: Clean ARI hits. Change #include <..> to
732 #include "...".
733 (procfs_meminfo): Change strerror to safe_strerror.
734 (procfs_can_run): Remove K&R badness.
735
278a7cf7
MS
7362003-07-17 Michael Snyder <msnyder@redhat.com>
737
738 * remote-sim.c: Comment typo fix.
739
606e3b82
AC
7402003-07-17 Andrew Cagney <cagney@redhat.com>
741
742 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
743 configure.
744 * sparc-tdep.c (sparc_intreg_size): Make non-static.
745 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
746 GDB_MULTI_ARCH_PARTIAL.
747
c43af07c
EZ
7482003-07-17 Elena Zannoni <ezannoni@redhat.com>
749
750 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
751 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
752 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
753
3b85b0f1
TR
7542003-07-16 Theodore A. Roth <troth@openavr.org>
755
756 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
757 found.
758 (avr_frame_unwind_cache): Don't unwind FP for main.
759 Update a comment.
760 Save the computed prev_sp.
761 (avr_saved_regs_unwinder): Remove function.
762 (avr_frame_prev_register): Use PC unwind logic from
763 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
764
336d1bba
AC
7652003-07-16 Andrew Cagney <cagney@redhat.com>
766
767 * frame-base.h (frame_base_p_ftype): Delete definition.
768 (frame_base_append_predicate): Delete declaration.
769 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
770 (frame_unwind_append_predicate): Delete declaration.
771 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
772 (append_predicate): Delete parameter "p".
773 (frame_unwind_append_predicate): Delete function.
774 (frame_unwind_append_sniffer): Update call to append_predicate.
775 (frame_unwind_free): Delete function.
776 (_initialize_frame_unwind): Pass NULL as "free" to
777 register_gdbarch_data.
778 (frame_unwind_init): Append the dummy_frame_sniffer.
779 (frame_unwind_find_by_frame): Simplify.
780 * frame-base.c (struct frame_base_table): Delete field "p".
781 (append_predicate): Delete parameter "p".
782 (frame_base_append_predicate): Delete function.
783 (frame_base_append_sniffer): Update call to append_predicate.
784 (frame_base_free): Delete function.
785 (frame_base_find_by_frame): Simplify.
786 (_initialize_frame_base): Pass NULL as "free" to
787 register_gdbarch_data.
788 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
789 (x86_64_sigtramp_frame_sniffer): Replace
790 "x86_64_sigtramp_frame_p".
791 (x86_64_init_abi): Set the frame unwind sniffers.
792 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
793 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
794 (m68k_gdbarch_init): Set the frame unwind sniffers.
795 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
796 "i386_sigtramp_frame_p".
797 (i386_frame_sniffer): Replace "i386_frame_p".
798 (i386_gdbarch_init): Set the frame unwind sniffers.
799 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
800 (avr_gdbarch_init): Set the frame unwind sniffers.
801 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
802 "alpha_sigtramp_frame_p"
803 (alpha_heuristic_frame_sniffer): Replace
804 "alpha_heuristic_frame_p".
805 (alpha_gdbarch_init): Set the frame unwind sniffers.
806 (alpha_dwarf2_init_abi): Ditto.
807 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
808 "alpha_debug_frame_p".
809 (alpha_mdebug_frame_base_sniffer): Replace
810 "alpha_mdebug_frame_base_p".
811 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
812 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
813 (d10v_gdbarch_init): Set the frame unwind sniffer.
814 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
815 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
816 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
817 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
818 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
819 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
820
48db5a3c
CV
8212003-07-16 Michael Snyder <msnyder@redhat.com>
822
823 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
824 should go thru sh_dsp_register_sim_regno, else the dsp regs
825 will not get the right values.
826
8272003-07-16 Corinna Vinschen <vinschen@redhat.com>
828
829 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
830 deprecated_store_floating by call to store_typed_floating.
831 (sh_sh4_register_convert_to_raw): Substitute call to
832 deprecated_extract_floating by call to extract_typed_floating.
833
8342003-07-16 Corinna Vinschen <vinschen@redhat.com>
835
836 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
837
8382003-07-16 Corinna Vinschen <vinschen@redhat.com>
839
840 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
841 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
842 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
843 as possible.
844 (do_pseudo_register): Remove.
845 (sh_push_dummy_code): New function.
846 (sh64_store_struct_return): Rename from sh_store_struct_return.
847 Only called for sh64 now.
848 (sh_extract_struct_value_address): Regcache'ify.
849 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
850 and accomodate new tasks.
851 (sh64_push_return_address): Rename from sh_push_return_address.
852 Only called for sh64 now.
853 (sh_default_extract_return_value): Rename from sh_extract_return_value.
854 Regcache'ify.
855 (sh3e_sh4_extract_return_value): Regcache'ify.
856 (sh_default_store_return_value): Ditto.
857 (sh3e_sh4_store_return_value): Ditto.
858 (sh_default_register_byte): Remove.
859 (sh_sh4_register_byte): Remove.
860 (sh_default_register_raw_size): Remove.
861 (sh_sh4_register_raw_size): Remove.
862 (sh_register_virtual_size): Remove.
863 (sh_sh3e_register_virtual_type): Remove.
864 (sh_sh3e_register_type): New function.
865 (sh_sh4_register_virtual_type): Remove.
866 (sh_sh4_register_type): New function.
867 (sh_default_register_virtual_type): Remove.
868 (sh_default_register_type): New function.
869 (do_fv_register_info): Add parameters to accomodate call from
870 sh_print_registers_info.
871 (do_dr_register_info): Ditto.
872 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
873 Add parameters to accomodate call from sh_print_registers_info.
874 (sh_do_fp_register): Ditto.
875 (sh64_do_pseudo_register): Call do_dr_register_info,
876 do_fv_register_info and sh_do_fp_register with default parameters.
877 (sh_do_register): Add parameters to accomodate call from
878 sh_print_registers_info.
879 (sh_print_register): Ditto.
880 (sh_print_registers_info): Rename from sh_do_registers_info.
881 Add parameters to be used as gdbarch_print_registers_info
882 implementation. Accomodate removed do_pseudo_register function
883 pointer.
884 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
885 function pointer. Call sh_print_register with default parameters.
886 (sh64_do_registers_info): Call sh_print_registers_info instead of
887 sh_do_registers_info.
888 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
889 detection of deprecated vs. non-deprecated functionality.
890 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
891 function pointer assignments by direct function calls.
892
e8a89fe2
AC
8932003-07-15 Andrew Cagney <cagney@redhat.com>
894
895 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
896 (frame_register_unwind, create_new_frame): Ditto.
897 (legacy_get_prev_frame, get_frame_type): Ditto.
898 (get_frame_base_address): Use frame_base_find_by_frame.
899 (get_frame_locals_address): Use frame_base_find_by_frame.
900 (get_frame_args_address): Use frame_base_find_by_frame.
901 * frame-base.h (frame_base_sniffer_ftype): Declare.
902 (frame_base_append_sniffer): Declare.
903 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
904 * frame-base.c (append_predicate): Add a "sniffer" parameter.
905 (frame_base_append_sniffer): New function.
906 (frame_base_append_predicate): Add a NULL sniffer.
907 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
908 (struct frame_base_table): Add "sniffer".
909 (frame_base_free): Free the "sniffer" table.
910 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
911 (frame_unwind_append_sniffer): Declare.
912 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
913 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
914 (struct frame_unwind_table): Add "sniffer", delete "middle".
915 (append_predicate): Add "sniffer" parameter, append the sniffer.
916 (frame_unwind_init): Update append_predicate call.
917 (frame_unwind_append_sniffer): New function.
918 (frame_unwind_append_predicate): Update append_predicate call.
919 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
920
0714963c
AC
9212003-07-15 Andrew Cagney <cagney@redhat.com>
922
923 * frame.c (get_prev_frame): Move disabled inside_entry_func to
924 before code inhibiting repeated unwind attempts. Add to
925 commentary on that test's problems.
926 * blockframe.c (inside_main_func): Look for "main" in the minimal
927 symbol table.
928 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
929 identical.
930
d9170e22
AC
9312003-07-15 Andrew Cagney <cagney@redhat.com>
932
933 * complaints.c (struct explanation): Define.
934 (struct complaints): Change type of "explanation" to "struct
935 explanation".
936 (symfile_explanations): Convert to a "struct explanation" table.
937 (vcomplaint): Update.
938
eba29c8c
ML
9392003-07-15 Michal Ludvig <mludvig@suse.cz>
940
941 * x86-64-linux-nat.c (regmap): Removed.
942 (supply_gregset, fill_gregset): Call
943 x86_64_linux_(fill,supply)_gregset functions.
944 * x86-64-linux-tdep.c (USER_*): New defines.
945 (user_to_gdb_regmap, x86_64_core_fns): New structure.
946 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
947 New functions.
948 (fetch_core_registers): Ditto.
949 (_initialize_x86_64_linux_tdep): Call add_core_fns().
950 * x86-64-linux-tdep.h: New file.
951 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
952 and core-regset.o.
953 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
954
68cc0bfb
MK
9552003-07-13 Mark Kettenis <kettenis@gnu.org>
956
88a115f7
MK
957 * x86-64-tdep.c (x86_64_store_return_value): Use
958 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 959
68cc0bfb
MK
960 * configure.host: Add x86_64-*-freebsd*.
961 * configure.tgt: Add x86_64-*-freebsd*.
962 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
963 * amd64fbsd-nat.c: New file.
964 * amd64fbsd-tdep.c: New file.
965 * config/i386/nm-fbsd64.h: New file.
966 * config/i386/fbsd64.mh: New file.
967 * config/i386/fbsd64.mt: New file.
968
138e7be5
MK
9692003-07-11 Mark Kettenis <kettenis@gnu.org>
970
971 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
972 `sc_regs_offset' and `sc_fpregs_offset'.
973 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
974 SIGFRAME_FPREGSAVE_OFF): Remove defines.
975 (alpha_sigtramp_register_address): Rewrite to use new members of
976 `struct gdbarch_tdep'.
977 (alpha_gdbarch_init): Initialize new members of struct
978 gdbarch_tdep'.
979 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
980 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
981 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
982 (alphafbsd_pc_in_sigtramp): Implement.
983 (alphafbsd_sigtramp_offset): New function.
984 (alphafbsd_sigcontext_addr): New function.
985 (alphafbsd_init_abi): Initialize signal trampoline related members
986 of `struct gdbarch_tdep'.
987 (_initialize_alphafbsd_tdep): Add prototype.
988
95303a68
TR
9892003-07-11 Theodore A. Roth <troth@openavr.org>
990
ba292e4c
TR
991 * Makefile.in (install-only): Quote sed expression when generating
992 transformed_name.
95303a68 993
6896c0c7
RH
9942003-07-11 Richard Henderson <rth@redhat.com>
995
996 * Makefile.in (dwarf2-frame.o): Add complaints_h.
997 * dwarf2-frame.c: Include complaints.h.
998 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
999 variable initialization; return NULL on error.
1000 (decode_frame_entry): New.
1001
8edd5d01
AC
10022003-07-11 Andrew Cagney <cagney@redhat.com>
1003
c4a09524
AC
1004 * frame.h (frame_address_in_block): Delete declaration.
1005 * blockframe.c (frame_address_in_block): Delete function.
1006 (get_frame_block): Use get_frame_address_in_block.
1007 (block_innermost_frame): Ditto.
1008 * stack.c (print_frame, backtrace_command_1): Ditto.
1009
8edd5d01
AC
1010 * frame.h (get_frame_address_in_block): Declare.
1011 (frame_unwind_address_in_block): Declare.
1012 * frame.c (frame_unwind_address_in_block): New function.
1013 (get_frame_address_in_block): New function.
1014
f7968451
AC
10152003-07-10 Andrew Cagney <cagney@redhat.com>
1016
1017 * gdbarch.sh: Simplify predicate methods. Remove need to provide
1018 pre-default. Note: re-generate has no effect.
1019
ae99b398
AC
10202003-07-10 Andrew Cagney <cagney@redhat.com>
1021
1022 * gdbarch.sh: When a variable, but not a function, compare against
1023 0. Fix problem in previous patch.
1024 * gdbarch.c: Re-generate.
1025
956ac328
AC
10262003-07-10 Andrew Cagney <cagney@redhat.com>
1027
1028 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
1029 functions against NULL, not 0.
1030 * gdbarch.c: Re-generate.
1031
287c3240
FF
10322003-07-10 Fred Fish <fnf@ninemoons.com>
1033
1034 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
1035 null string instead of a null pointer.
1036 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
1037
32f63c4b
MS
10382003-07-09 Michael Snyder <msnyder@redhat.com>
1039
1040 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
1041
402ecd56
MK
10422003-07-09 Mark Kettenis <kettenis@gnu.org>
1043
1044 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
1045 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
1046 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
1047 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
1048 * x86-64-tdep.c: ... from here.
1049
c481dac7
AS
10502003-07-09 Andreas Schwab <schwab@suse.de>
1051
1052 * m68k-tdep.h (enum struct_return): Define.
1053 (struct gdbarch_tdep): Add struct_return.
1054 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
1055 bytes are padded to the right, not to the left. Pass struct value
1056 address in register %a1, not on stack.
1057 (m68k_use_struct_convention): New function.
1058 (m68k_gdbarch_init): Set use_struct_convention. Initialize
1059 struct_return in tdep to pcc_struct_return.
1060 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
1061 reg_struct_return.
1062
64176fa3
JB
10632003-07-09 Joel Brobecker <brobecker@gnat.com>
1064
1065 * somread.c (som_symfile_offsets): Fix compilation error.
1066
96a4ee76
AC
10672003-07-09 Andrew Cagney <cagney@redhat.com>
1068
1069 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
1070 Add comments about the checks.
1071
1517c6d1
AC
10722003-07-08 Andrew Cagney <cagney@redhat.com>
1073
1074 * Makefile.in: Make dependency section headers consistent.
1075 (config_h): Move to $BUILD headers section.
1076 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
1077 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
1078 (ada-exp.tab.c): Move to YACC/LEX section.
1079 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
1080 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
1081
dc5dd1eb
KW
10822003-07-08 Kris Warkentin <kewarken@qnx.com>
1083
1084 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
1085 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
1086 of strerror with safe_strerror, use ISO C function definitions,
1087 and replace instances of sprintf with snprintf.
dc5dd1eb 1088
612dde91
AC
10892003-07-07 Andrew Cagney <cagney@redhat.com>
1090
1091 * frame.c (get_prev_frame): Enable check for identical frames.
1092 Update comments. Update error messages.
1093
492c11d3
JB
10942003-07-07 Joel Brobecker <brobecker@gnat.com>
1095
1096 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
1097
376a5a49
JB
10982003-07-07 Joel Brobecker <brobecker@gnat.com>
1099
1100 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
1101 sort_symtab_syms, no longer necessary.
1102
22b4a9ad
JB
11032003-07-07 Joel Brobecker <brobecker@gnat.com>
1104
1105 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
1106
5bbcb741
JB
11072003-07-07 Joel Brobecker <brobecker@gnat.com>
1108
1109 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
1110 (mips_register_byte): Likewise.
1111
c139e7d9
DJ
11122003-07-07 Daniel Jacobowitz <drow@mvista.com>
1113
1114 * Makefile.in (sparc_tdep_h): New.
1115 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
1116 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
1117 * sparc-linux-nat.c: Include "sparc-tdep.h".
1118 * sparc-nat.c: Likewise.
1119 * sparc-tdep.c: Likewise.
1120 * sparc64nbsd-nat.c: Likewise.
1121 * sparcnbsd-nat.c: Likewise.
1122 * sparcnbsd-tdep.c: Likewise.
1123 * sparc-tdep.h: New file.
1124 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
1125 and sparc_npc_regnum.
1126
fd8f87c5
DJ
11272003-07-07 Daniel Jacobowitz <drow@mvista.com>
1128
1129 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
1130 (mips_linux_cannot_store_register): List supported instead of
1131 unsupported registers.
1132
13adf674
DJ
11332003-07-07 Daniel Jacobowitz <drow@mvista.com>
1134
1135 * disasm.c (dump_insns): Separate instructions from addresses.
1136
8de307e0
AS
11372003-07-07 Andreas Schwab <schwab@suse.de>
1138
1139 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1140 dependencies.
1141 * m68k-tdep.c (NUM_FREGS): Delete.
1142 (SIG_PC_FP_OFFSET): Delete.
1143 (TARGET_M68K): Delete.
1144 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
1145 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
1146 P_MOVEL_SP, P_MOVEML_SP): Define.
1147 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
1148 P_TRAP): Delete.
1149 (m68k_register_raw_size): Delete.
1150 (m68k_register_virtual_size): Delete.
1151 (m68k_register_type): Renamed from m68k_register_virtual_type and
1152 add gdbarch argument.
1153 (m68k_store_struct_return): Delete.
1154 (m68k_deprecated_extract_return_value): Delete.
1155 (m68k_deprecated_extract_struct_value_address): Delete.
1156 (m68k_frame_chain): Delete.
1157 (m68k_frame_saved_pc): Delete.
1158 (m68k_fix_call_dummy): Delete.
1159 (m68k_push_dummy_frame): Delete.
1160 (m68k_pop_frame): Delete.
1161 (m68k_extract_return_value): New function.
1162 (m68k_store_return_value): Rewrite using regcache.
1163 (m68k_extract_struct_value_address): Rewrite using regcache.
1164 (m68k_push_dummy_call): New function.
1165 (struct m68k_frame_cache): Define.
1166 (m68k_alloc_frame_cache): New function.
1167 (m68k_analyze_frame_setup): New function.
1168 (m68k_analyze_register_saves): New function.
1169 (m68k_analyze_prologue): New function.
1170 (m68k_skip_prologue): Rewrite using above functions.
1171 (m68k_unwind_pc): New function.
1172 (m68k_frame_cache): New function.
1173 (m68k_frame_this_id): New function.
1174 (m68k_frame_prev_register): New function.
1175 (m68k_frame_unwind): New variable.
1176 (m68k_frame_p): New function.
1177 (m68k_sigtramp_frame_cache): New function.
1178 (m68k_sigtramp_frame_this_id): New function.
1179 (m68k_sigtramp_frame_prev_register): New function.
1180 (m68k_sigtramp_frame_unwind): New variable.
1181 (m68k_sigtramp_frame_p): New function.
1182 (m68k_frame_base_address): New function.
1183 (m68k_frame_base): New function.
1184 (m68k_unwind_dummy_id): New function.
1185 (fill_gregset): Use regcache_collect.
1186 (fill_fpregset): Likewise.
1187 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1188 defined.
1189 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1190 deprecated_init_frame_pc, deprecated_store_struct_return,
1191 deprecated_extract_return_value, deprecated_store_return_value,
1192 deprecated_frame_chain, deprecated_frame_saved_pc,
1193 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1194 deprecated_register_virtual_size,
1195 deprecated_max_register_raw_size,
1196 deprecated_max_register_virtual_size,
1197 deprecated_register_virtual_type, deprecated_register_size,
1198 deprecated_register_byte, deprecated_register_bytes,
1199 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1200 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1201 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1202 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1203 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1204 deprecated_push_dummy_frame, deprecated_pop_frame,
1205 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1206 only if SYSCALL_TRAP is defined. Set extract_return_value,
1207 store_return_value, extract_struct_value_address, register_type,
1208 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1209 predicates.
1210 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1211 M68K_MAX_REGISTER_SIZE): Define.
1212 (struct m68k_sigtramp_info): Define.
1213 (struct gdbarch_tdep): Add get_sigtramp_info.
1214 * m68klinux-nat.c (fetch_register): Use register_size instead of
1215 REGISTER_RAW_SIZE. Don't put assignment in if.
1216 (store_register): Likewise.
1217 (fetch_inferior_registers): Likewise.
1218 (store_inferior_registers): Likewise.
1219 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1220 (m68k_linux_frame_saved_pc): Delete.
1221 (m68k_linux_sigcontext_reg_offset,
1222 m68k_linux_ucontext_reg_offset): Define.
1223 (m68k_linux_get_sigtramp_info): New function.
1224 (m68k_linux_extract_return_value): Rewrite using regcache.
1225 (m68k_linux_store_return_value): Likewise.
1226 (m68k_linux_extract_struct_value_address): Likewise.
1227 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1228 Don't set deprecated_frame_saved_pc,
1229 deprecated_extract_return_value, deprecated_store_return_value,
1230 deprecated_extract_struct_value_address. Set
1231 extract_return_value, store_return_value,
1232 extract_struct_value_address.
1233
eb8bc282
AC
12342003-07-07 Andrew Cagney <cagney@redhat.com>
1235
1236 * expprint.c: Include "user-regs.h" instead of "frame.h".
1237 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1238 frame_map_regnum_to_name.
1239 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1240 (frame_map_name_to_regnum): Simplify, call
1241 user_reg_map_name_to_regnum.
1242 (frame_map_regnum_to_name): Simplify, call
1243 user_reg_map_regnum_to_name.
1244 (frame_register_unwind): Update.
1245 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1246 (_initialize_frame_reg): Call user_reg_add_builtin.
1247 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1248 (value_of_register): Use value_of_user_reg.
1249 * eval.c (evaluate_subexp_standard): Update.
1250 * parse.c (write_dollar_variable): Update.
1251 * d10v-tdep.c (d10v_print_registers_info): Update.
1252 * infcmd.c (registers_info): Update.
1253 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1254 (builtin_regs_h): Delete macro.
1255 (user_regs_h): Define.
1256 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1257 (builtin-regs.o): Delete target.
1258 (user-regs.o): Specify dependencies.
1259 (expprint.o): Update dependencies.
1260 (findvar.o): Update dependencies.
1261 (frame.o): Update dependencies.
1262 (std-regs.o): Update dependencies.
1263
9f476a01
CF
12642003-07-06 Christopher Faylor <cgf@redhat.com>
1265
1266 * win32-nat.c (solib_symbols_add): Use one variable for all section
1267 address stuff. Pass variable rather than address of variable to
1268 safe_symbol_file_add.
1269
a731b831
AS
12702003-07-06 Andreas Schwab <schwab@suse.de>
1271
1272 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1273
9f83329d
JB
12742003-07-04 Joel Brobecker <brobecker@gnat.com>
1275
1276 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1277
27e28cc5
KW
12782003-07-04 Kris Warkentin <kewarken@qnx.com>
1279
1280 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1281
12822003-07-04 Kris Warkentin <kewarken@qnx.com>
1283
1284 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1285 * config/i386/nto.mh: New file.
1286 * config/i386/nm-nto.h: New file.
1287 * configure.host: Add i[3456]86-*-nto*.
1288
100f2e98
JB
12892003-07-03 Joel Brobecker <brobecker@gnat.com>
1290
1291 * remote-vx.c (vx_add_symbols): Fix compilation error.
1292
e23457df
AC
12932003-07-03 Andrew Cagney <cagney@redhat.com>
1294
1295 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1296 * gdbarch.h, gdbarch.c: Re-generate.
1297 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1298 (legacy_register_name): Declare.
1299 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1300 (REGISTER_NAME): Define.
1301 * sparc-tdep.c (legacy_register_name): New function.
1302 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1303 (REGISTER_NAME): Define.
1304 (hppa64_register_name): Declare.
1305 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1306 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1307 (hppa64_register_name): New function.
1308 (hppa_register_name): New function.
1309 * arch-utils.c (legacy_register_name): Delete.
1310 * arch-utils.h (legacy_register_name): Delete.
1311
38caaeec
DJ
13122003-07-03 Daniel Jacobowitz <drow@mvista.com>
1313
1314 * cli/cli-interp.c (cli_interpreter_resume): Update the
1315 cli_uiout's stream to gdb_stdout.
1316
dadd712e
AC
13172003-07-03 Andrew Cagney <cagney@redhat.com>
1318
1319 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1320 predicate.
1321 * gdbarch.h, gdbarch.c: Re-generate.
1322 * regcache.c (init_regcache_descr): Use legacy code when either
1323 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1324
c7f1390e
DJ
13252003-07-02 Daniel Jacobowitz <drow@mvista.com>
1326
1327 * NEWS: Move "set logging" entry into GDB 6.0 section.
1328
4bc8c588
JB
13292003-07-02 Jim Blandy <jimb@redhat.com>
1330
a9dd42f1
JB
1331 * s390-tdep.c (struct frame_extra_info): new member:
1332 'stack_bought_valid'.
1333 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1334 initialize fextra_info->stack_bought.
1335 (s390_frameless_function_invocation): Don't trust the value of
1336 fextra_info_ptr->stack_bought unless
1337 fextra_info->stack_bought_valid is set.
1338
4bc8c588
JB
1339 New S390 prologue analyzer.
1340 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1341 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1342 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1343 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1344 compute_x_addr, s390_on_stack, s390_store,
1345 s390_get_signal_frame_info): New functions.
1346 (S390_NUM_SPILL_SLOTS): New macro.
1347 (s390_get_frame_info): Rewritten.
1348 (is_arg_reg): Deleted.
1349
1350 Break out the decoding of S/390 instructions into separate
1351 functions, to make it more legible, and easier to check
1352 against the spec.
1353 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1354 is_rx, is_rxe): New functions.
1355 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1356 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1357 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1358 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1359 enums for opcode values. (Is this an improvement?)
1360
fd13a04a
AC
13612003-07-02 Andrew Cagney <cagney@redhat.com>
1362
1363 * i386-tdep.c: Revert change committed as part of trad-frame code
1364 below.
1365
3f8091c1
DJ
13662003-07-02 Daniel Jacobowitz <drow@mvista.com>
1367
1368 * breakpoint.c (insert_catchpoint): Make static.
1369
8dd5115e
AS
13702003-07-02 Andreas Schwab <schwab@suse.de>
1371
1372 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1373 former ia64_push_arguments and ia64_push_return_address, and use
1374 regcache functions instead of read/write_register.
1375 (ia64_gdbarch_init): Set push_dummy_call instead of
1376 deprecated_push_arguments and deprecated_push_return_address.
1377
a2229c23
AJ
13782003-07-01 Andreas Jaeger <aj@suse.de>
1379
1380 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1381 before the call.
1382 Set %rax only to number of SSE registers used.
1383
3b3850e8
AC
13842003-07-01 Andrew Cagney <cagney@redhat.com>
1385
1386 * trad-frame.h: Update comments, a -1 .addr is reserved.
1387 (trad_frame_value_p, trad_frame_addr_p): Declare.
1388 (trad_frame_reg_p): Declare.
1389 (trad_frame_set_value): Rename trad_frame_register_value.
1390 (trad_frame_set_unknown): Declare.
1391 * trad-frame.c (trad_frame_realreg_p): New function.
1392 (trad_frame_addr_p, trad_frame_value_p): New function.
1393 (trad_frame_set_unknown): New function.
1394 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1395 (trad_frame_prev_register): Use trad_frame_realreg_p,
1396 trad_frame_addr_p and trad_frame_value_p.
1397 (trad_frame_set_value): Rename trad_frame_register_value.
1398 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1399 and trad_frame_set_value.
a2229c23 1400
4d819d0e
JB
14012003-06-30 Jim Blandy <jimb@redhat.com>
1402
1403 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1404 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1405 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1406 for 16 registers, and then 32 more bytes.
1407 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1408 New macros.
1409 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1410 Move up in the file, since it's now used by is_simple_arg.
1411 (is_simple_arg): Don't assume registers are four bytes long.
1412 Exclude all double arguments. Extended floats are not simple
1413 args.
1414 (is_power_of_two): New function.
1415 (pass_by_copy_ref): Call is_power_of_two, and check that the
1416 length fits in a register, rather than listing all the acceptable
1417 sizes. Extended floats are not passed by reference.
1418 (s390_push_arguments): Don't assume registers are four bytes long.
1419 Reserve an argument register to point to the buffer for structures
1420 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1421 S390_STACK_FRAME_OVERHEAD.
1422
1ad828f1
AS
14232003-06-30 Andreas Schwab <schwab@suse.de>
1424
1425 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1426 format error message.
1427
39b00981
JB
14282003-06-30 Joel Brobecker <brobecker@gnat.com>
1429
1430 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1431
b2a7f303
DC
14322003-06-30 David Carlton <carlton@kealia.com>
1433
1434 Band-aid for PR c++/1245.
1435 * Makefile.in (cp-support.o): Depend on complaints_h.
1436 * cp-support.c: Include complaints.h. Add declaration for
1437 find_last_component.
1438 (cp_find_first_component): Separate code into
1439 cp_find_first_component_aux.
1440 (cp_find_first_component_aux): Call demangled_name_complaint.
1441 (demangled_name_complaint): New.
1442
a257b5bb
AC
14432003-06-30 Andrew Cagney <cagney@redhat.com>
1444
1445 * remote.c (remote_write_bytes): Explicitly compute and then use
1446 the payload size. Update comments to reflect. Fixes problem of
1447 GDB not sending small packets as found by Fred Fish.
1448
0a2cfde4
AC
14492003-06-30 Andrew Cagney <cagney@redhat.com>
1450
1451 * remote.c (remote_async_wait): Fix -Wformat problem.
1452
3fcb8548
AC
14532003-06-29 Andrew Cagney <cagney@redhat.com>
1454
1455 * remote.c (remote_wait): Call error, and not warning, when the
1456 packet is corrupt.
1457 (remote_async_wait): Ditto.
1458
9f9970a3
DJ
14592003-06-29 Daniel Jacobowitz <drow@mvista.com>
1460
1461 * sparc-tdep.c (sparc_y_regnum): Make external again.
1462
83a8ccca
DJ
14632003-06-29 Daniel Jacobowitz <drow@mvista.com>
1464
1465 * cli/cli-logging.c (pop_output_files): Add void to function
1466 definition.
1467
d2cf594a
AC
14682003-06-29 Andrew Cagney <cagney@redhat.com>
1469
1470 * frame.c (frame_register_unwind): Use unsigned char when dumping
1471 the buffer contents.
1472
0fac0b41
DJ
14732003-06-28 Daniel Jacobowitz <drow@mvista.com>
1474
1475 * cli/cli-logging.c: New file.
1476 * cli-out.c (struct ui_out_data): Add original_stream.
1477 (cli_redirect): New function.
1478 (cli_ui_out_impl): Add cli_redirect.
1479 (cli_out_new): Initialize original_stream.
1480 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1481 (uo_redirect, ui_out_redirect): New.
1482 * ui-out.h (struct ui_out_impl): Add redirect member.
1483 (redirect_ftype): New.
1484 (ui_out_redirect): Add prototype.
1485 * Makefile.in: Add rules for cli-logging.c.
1486 * NEWS: Mention "set logging".
1487
88a07d7c
EZ
14882003-06-27 Elena Zannoni <ezannoni@redhat.com>
1489
1490 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1491
4eb58876
AC
14922003-06-27 Andrew Cagney <cagney@redhat.com>
1493
1494 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1495 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1496 * avr-tdep.c (avr_call_dummy_address): Delete function.
1497 (avr_gdbarch_init): Do not set call_dummy_address.
1498
1549f619
EZ
14992003-06-27 Elena Zannoni <ezannoni@redhat.com>
1500
1501 * symfile.c (syms_from_objfile): Move variables to inner block.
1502 Move the checks for the non-mainline case a bit earlier to avoid
1503 doing some useless computations.
1504
3cb3398d
EZ
15052003-06-27 Elena Zannoni <ezannoni@redhat.com>
1506
1507 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1508
3799ccc6
EZ
15092003-06-26 Elena Zannoni <ezannoni@redhat.com>
1510
1511 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1512 sections.
1513
ce1f6491
MC
15142003-06-26 Michael Chastain <mec@shout.net>
1515
1516 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1517 gdb/testsuite/gdb.c++/pr-1210.exp.
1518
d958dfd0
AC
15192003-06-26 Andrew Cagney <cagney@redhat.com>
1520
1521 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1522 altivec_expression.h and altivec_registers.h.
1523
d31431ed
AC
15242003-06-26 Andrew Cagney <cagney@redhat.com>
1525
1526 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1527 info->mach when MIPS16. Patch suggested by Fred Fish.
1528
714b1282
AC
15292003-06-26 Andrew Cagney <cagney@redhat.com>
1530
1531 * utils.c (internal_vproblem): Print the problem to a reason
1532 buffer and then pass to query. Make the msg variable more local.
1533
42efa47a
AC
15342003-06-26 Andrew Cagney <cagney@redhat.com>
1535
1536 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1537 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1538 * gdbarch.h, gdbarch.c: Re-generate.
1539 * frame-base.c (default_frame_args_address): Update. Use
1540 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1541 not available.
1542 (default_frame_locals_address): Ditto for
1543 DEPRECATED_FRAME_LOCALS_ADDRESS.
1544 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1545 (vax_frame_num_args): Update.
1546 (vax_gdbarch_init): Update.
1547 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1548 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1549 * mcore-tdep.c (mcore_gdbarch_init): Update.
1550 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1551 * ia64-tdep.c (ia64_gdbarch_init): Update.
1552 * symtab.h (address_class): Update comments.
1553 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1554 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1555 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1556 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1557 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1558 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1559 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1560 * alpha-mdebug-tdep.c: Update.
1561 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1562
8ffd9b1b
AJ
15632003-06-26 Andreas Jaeger <aj@suse.de>
1564
1565 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1566 of SSE registers so that varargs functions work. Rework handling
1567 of passing arguments on the stack.
1568 (x86_64_store_return_value): Return double and float values in SSE
1569 register.
1570
e8ac10a6
MC
15712003-06-24 Michael Chastain <mec@shout.net>
1572
1573 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1574 the "constructor breakpoints ignored" bug.
1575
986af8e6
DC
15762003-06-25 David Carlton <carlton@kealia.com>
1577
1578 * MAINTAINERS: Update e-mail address.
1579
d64558a5
JB
15802003-06-24 Jim Blandy <jimb@redhat.com>
1581
e538d2d7
JB
1582 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1583
02631ec0
JB
1584 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1585 function.
1586 (ppc_linux_init_abi): Register it as the
1587 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1588
e716d87a
JB
1589 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1590 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1591 method.
1592
d64558a5
JB
1593 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1594 (ppc64_standard_linkage_target): Use it.
1595
449a5da4
AC
15962003-06-23 Andrew Cagney <cagney@redhat.com>
1597
1598 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1599 for 0 "int0" and 4 "int32" sized registers.
1600 * gdbtypes.c (builtin_type_int0): Define.
1601 (build_gdbtypes): Initialize builtin_type_int0.
1602 * gdbtypes.h (builtin_type_int0): Declare.
1603
b2a02dda
SC
16042003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1605
1606 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1607 as characters are unsigned.
1608
fba3138e
DJ
16092003-06-22 Daniel Jacobowitz <drow@mvista.com>
1610
1611 PR gdb/1179
1612 * dwarfread.c (struct_type): Skip static fields without crashing.
1613
f6c8180b
AC
16142003-06-22 Andrew Cagney <cagney@redhat.com>
1615
1616 GDB 6.0 branch created.
f2c06f52
AC
1617 * README: Update.
1618 * PROBLEMS: Update. Empty.
1619 * NEWS: Update.
f6c8180b 1620
ae822768
DJ
16212003-06-22 Daniel Jacobowitz <drow@mvista.com>
1622
1623 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1624 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1625
261de166
AC
16262003-06-22 Andrew Cagney <cagney@redhat.com>
1627
1628 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1629 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1630 Velikov.
1631
30e94205
DJ
16322003-06-22 Daniel Jacobowitz <drow@mvista.com>
1633
1634 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1635 compilers.
1636
9e14d721
DJ
16372003-06-21 Daniel Jacobowitz <drow@mvista.com>
1638
1639 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1640 argument of val_print.
1641 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1642 to the address argument of baseclass_offset or target_read_memory.
1643 Do add it to the argument of cp_print_value_fields.
1644
a4b8ebc8
AC
16452003-06-21 Andrew Cagney <cagney@redhat.com>
1646
1647 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1648 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1649 instead of 0..NUM_REGS.
1650 (mips_register_reggroup_p): New function.
1651 (mips_pseudo_register_write): New function.
1652 (mips_pseudo_register_read): New function.
1653 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1654 based on the register's type.
1655 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1656 cooked.
1657 (mips_get_saved_register): Simplify. Assert that REGNO is a
1658 pseudo / cooked.
1659 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1660 (mips_register_type): Replace mips_register_virtual_type. Map
1661 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1662 when available.
1663 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1664 that the register is cooked / virtual.
1665 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1666 Only get the extra info when needed.
1667 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1668 (mips32_heuristic_proc_desc): Fetch the cooked register.
1669 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1670 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1671 (mips_print_register): Use gdbarch_register_type, instead of
1672 REGISTER_VIRTUAL_TYPE.
1673 (print_gp_register_row): Use gdbarch_register_type, instead of
1674 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1675 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1676 Print the pseudo / cooked registers.
1677 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1678 Print the pseudo / cooked registers.
1679 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1680 REG_NUM is pseudo / cooked.
1681 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1682 (mips_n32n64_xfer_return_value): Ditto.
1683 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1684 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1685 (mips_register_sim_regno): New function.
1686 (mips_gdbarch_init): Set deprecated_register_byte,
1687 register_group_p, pseudo_register_write, pseudo_register_read,
1688 register_sim_regno, and num_pseudo_regs. Set register_type,
1689 instead of register_virtual_type.
1690 * Makefile.in (mips-tdep.o): Update dependencies.
1691 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1692 REGISTER_VIRTUAL_TYPE.
1693 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1694 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1695 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1696 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1697 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1698
325ed089
DJ
16992003-06-21 Daniel Jacobowitz <drow@mvista.com>
1700
1701 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1702 * cli/cli-cmds.c: Include "gdb_vfork.h".
1703 (shell_escape): Use vfork.
1704
f0e7d0e8
AC
17052003-06-21 Andrew Cagney <cagney@redhat.com>
1706
c57bb9fa
AC
1707 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1708 32 bit floating-point register saves.
1709
6e51443a
AC
1710 * frame.h (deprecated_unwind_get_saved_register): Delete.
1711 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1712 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1713 and deprecated_get_next_frame_hack instead of
1714 deprecated_unwind_get_saved_register.
1715
ed183c7c
AC
1716 * mips-tdep.c (mips_dump_tdep): Do not print
1717 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1718
f0e7d0e8
AC
1719 * frame.c (get_frame_register): New function.
1720 (frame_unwind_register_signed): New function.
1721 (get_frame_register_signed): New function.
1722 (frame_unwind_register_unsigned): New function.
1723 (get_frame_register_unsigned): New function.
1724 * frame.h: Add comments on naming schema.
1725 (get_frame_register, frame_unwind_register_signed): Declare.
1726 (get_frame_register_signed, get_frame_register_signed): Declare.
1727 (frame_unwind_register_unsigned): Declare.
1728 (get_frame_register_unsigned): Declare.
1729
2224d941
TR
17302003-06-20 Theodore A. Roth <troth@openavr.org>
1731
1732 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1733
8619218d
TR
17342003-06-20 Theodore A. Roth <troth@openavr.org>
1735
1736 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1737 (avr_read_sp): Ditto.
1738
0b1b50c0
DJ
17392003-06-20 Daniel Jacobowitz <drow@mvista.com>
1740
1741 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1742 * config/arm/nm-linux.h: Likewise.
1743 * config/arm/tm-linux.h: Likewise.
1744 * config/ia64/nm-linux.h: Likewise.
1745 * config/ia64/tm-ia64.h: Likewise.
1746 * config/s390/tm-linux.h: Likewise.
1747 * config/s390/tm-s390.h: Likewise.
1748 * s390-nat.c: Likewise.
1749 * s390-tdep.c: Likewise.
1750
1751 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1752 * config/ia64/linux.mt: Likewise.
1753 * config/m68k/linux.mh: Likewise.
1754 * config/mips/linux.mt: Likewise.
1755 * config/powerpc/linux.mh: Likewise.
1756 * config/sh/linux.mt: Likewise.
1757
c8c18e65
KW
17582003-06-19 Kris Warkentin <kewarken@qnx.com>
1759
1760 * solib.c (solib_open): Change tests for whether to search
1761 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1762 comments.
1763
dcccef2e
TR
17642003-06-19 Theodore A. Roth <troth@openavr.org>
1765
1766 * avr-tdep.c (avr_frame_address): Delete function.
1767 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1768 set_gdbarch_frame_args_address.
1769
5861a190
AC
17702003-06-19 Andrew Cagney <cagney@redhat.com>
1771
1772 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1773 (REGISTER_CONVERT_FROM_TYPE): Delete.
1774 (mips_register_convert_to_type): Delete declaration.
1775 (mips_register_convert_from_type): Delete declaration.
1776 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1777 kernel/.
1778
0274a8ce
MS
17792003-06-19 Michael Snyder <msnyder@redhat.com>
1780
1781 * linux-nat.h: New file.
1782 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 1783 * lin-lwp.c: Include linux-nat.h.
0274a8ce 1784 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 1785 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
1786 (linux_make_note_section): Iterate over lwps instead of threads.
1787 (linux_do_thread_registers): Use lwp instead of merged pid.
1788 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 1789 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
1790 Add dependency on linux_nat_h.
1791
adf5f719
TR
17922003-06-19 Theodore A. Roth <troth@openavr.org>
1793
1794 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1795
6766a268
DJ
17962003-06-19 Daniel Jacobowitz <drow@mvista.com>
1797
1798 * varobj.c (get_type, get_target_type): Use check_typedef.
1799
1171114a
DJ
18002003-06-19 Daniel Jacobowitz <drow@mvista.com>
1801
1802 * breakpoint.c (insert_catchpoint): Call internal_error.
1803
adcf68a2
TR
18042003-06-19 Theodore A. Roth <troth@openavr.org>
1805
1806 * avr-tdep.c (avr_push_dummy_code): Delete function.
1807 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1808
ea67f13b
DJ
18092003-06-19 Daniel Jacobowitz <drow@mvista.com>
1810
1811 * arch-utils.c (default_prepare_to_proceed): Remove.
1812 (generic_prepare_to_proceed): Remove.
1813 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1814 (generic_prepare_to_proceed): Remove prototype.
1815 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1816 * gdbarch.c: Regenerate.
1817 * gdbarch.h: Regenerate.
1818 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1819 * hppah-nat.c (hppa_switched_threads): Remove.
1820 * infrun.c (prepare_to_proceed): New static function, copied from
1821 generic_prepare_to_proceed. Remove select_it argument.
1822 (proceed): Call prepare_to_proceed.
1823 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1824 variables.
1825 (ptrace_wait): Don't set the removed variables.
1826 (hppa_switched_threads): Remove.
1827 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1828 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1829 (lin_lwp_prepare_to_proceed): Remove prototype.
1830 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1831 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1832
4add8633
TR
18332003-06-18 Theodore A. Roth <troth@openavr.org>
1834
1835 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1836 trad-frame.h.
1837 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1838 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1839 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1840 (AVR_PROLOGUE_*): Enumerate prologue types.
1841 (struct frame_extra_info): Remove.
1842 (struct avr_unwind_cache): Define.
1843 (avr_write_sp): Delete function.
1844 (avr_read_fp): Ditto.
1845 (avr_init_extra_frame_info): Ditto.
1846 (avr_pop_frame): Ditto.
1847 (avr_frame_saved_pc): Ditto.
1848 (avr_saved_pc_after_call): Ditto.
1849 (avr_push_return_address): Ditto.
1850 (avr_frame_chain): Ditto.
1851 (avr_store_struct_return): Ditto.
1852 (avr_push_arguments): Ditto.
1853 (avr_scan_prologue): Update comments. Changed to set up the info for
1854 cache unwinding. Now returns end of prologue PC.
1855 (avr_skip_prologue): Better handling of functions lacking a prologue
1856 by using avr_scan_prologue.
1857 (avr_scan_arg_moves): New function.
1858 (avr_saved_regs_unwinder): Ditto.
1859 (avr_frame_unwind_cache): Ditto.
1860 (avr_unwind_pc): Ditto.
1861 (avr_frame_this_id): Ditto.
1862 (avr_frame_prev_register): Ditto.
1863 (avr_frame_p): Ditto.
1864 (avr_frame_base_address ): Ditto.
1865 (avr_unwind_dummy_id): Ditto.
1866 (avr_push_dummy_code): Ditto.
1867 (push_stack_item): Ditto.
1868 (pop_stack_item): Ditto.
1869 (avr_push_dummy_call): Ditto.
1870 (struct stack_item): Define.
1871 (avr_frame_unwind): Declare structure.
1872 (avr_frame_base): Ditto.
1873 (avr_gdbarch_init): Remove calls to
1874 set_gdbarch_deprecated_init_frame_pc,
1875 set_gdbarch_deprecated_target_read_fp,
1876 set_gdbarch_deprecated_dummy_write_sp,
1877 set_gdbarch_deprecated_fp_regnum,
1878 set_gdbarch_deprecated_push_arguments,
1879 set_gdbarch_deprecated_push_return_address,
1880 set_gdbarch_deprecated_pop_frame,
1881 set_gdbarch_deprecated_store_struct_return,
1882 set_gdbarch_deprecated_frame_init_saved_regs,
1883 set_gdbarch_deprecated_init_extra_frame_info,
1884 set_gdbarch_deprecated_frame_chain,
1885 set_gdbarch_deprecated_frame_saved_pc,
1886 set_gdbarch_deprecated_saved_pc_after_call.
1887 Add calls to set_gdbarch_push_dummy_call,
1888 set_gdbarch_push_dummy_code,
1889 frame_unwind_append_predicate,
1890 frame_base_set_default,
1891 set_gdbarch_unwind_dummy_id,
1892 set_gdbarch_unwind_pc.
1893 Wrap a long line.
1894
7be04a68
MS
18952003-06-18 Corinna Vinschen <vinschen@redhat.com>
1896
1897 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1898 registers for H8/300S.
1899 (h8300_print_registers_info): Ditto.
8ffd9b1b 1900 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 1901
ae087d01
DJ
19022003-06-18 Daniel Jacobowitz <drow@mvista.com>
1903
1904 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1905 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1906 (lin_lwp_wait): Likewise. Update comments.
1907 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1908 (pull_pid_from_list, linux_record_stopped_pid): New.
1909
07d8f827
SC
19102003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1911
1912 * ada-lang.c (scan_discrim_bound): Name first argument.
1913 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1914 declared by ALL_BLOCK_SYMBOLS.
1915
7cb47b14
SC
19162003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1917
1918 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1919 ("regcache.h"): Include it.
1920 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1921
6ad8ae5c
DJ
19222003-06-17 Daniel Jacobowitz <drow@mvista.com>
1923
1924 * NEWS: Mention gdbserver detach change and "disconnect" command.
1925 * infcmd.c (disconnect_command): New function.
1926 (_initialize_infcmd): Add ``disconnect'' command.
1927 * remote.c (remote_async_detach): Delete.
1928 (remote_detach): Merge remote_async_detach.
1929 (remote_disconnect): New.
1930 (init_remote_ops): Set to_disconnect.
1931 (init_remote_cisco_ops): Likewise.
1932 (init_remote_async_ops): Likewise. Use remote_detach.
1933 * target.c (cleanup_target): Default to_disconnect.
1934 (update_current_target): Inherit to_disconnect.
1935 (target_disconnect, debug_to_disconnect): New functions.
1936 (setup_target_debug): Set to_disconnect.
1937 * target.h (struct target_ops): Add to_disconnect.
1938 (target_disconnect): Add prototype.
1939
687595f9
DJ
19402003-06-17 Daniel Jacobowitz <drow@mvista.com>
1941
1942 * breakpoint.c (insert_catchpoint): New function.
1943 (insert_breakpoints): Use catch_exceptions to call
1944 insert_catchpoint. Disable catchpoints if they fail to insert.
1945
29239a8f
DJ
19462003-06-17 Daniel Jacobowitz <drow@mvista.com>
1947
1948 * symfile.c (reread_symbols): Clear sym_private.
1949
2cdf3c63
AC
19502003-06-17 Andrew Cagney <cagney@redhat.com>
1951
1952 * trad-frame.h (struct frame_info): Add opaque declaration.
1953 * remote-fileio.h (struct cmd_list_element): Add opaque
1954 declaration.
1955 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1956 comments.
1957
cf0e1e0d
DJ
19582003-06-17 Daniel Jacobowitz <drow@mvista.com>
1959
1960 * remote.c (remote_prepare_to_store): Replace call to
1961 deprecated_read_register_bytes with multiple regcache_raw_read
1962 calls.
1963
192cdb19
KW
19642003-06-17 Kris Warkentin <kewarken@qnx.com>
1965
1966 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1967 (nto_find_and_open_solib): Likewise.
1968 (nto_init_solib_absolute_prefix): Likewise.
1969 (_initialize_nto_tdep): Fix indentation.
1970
89929b45
KW
19712003-06-17 Kris Warkentin <kewarken@qnx.com>
1972
1973 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1974
46019f27
KW
19752003-06-17 Kris Warkentin <kewarken@qnx.com>
1976
1977 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1978
1a38736e
JB
19792003-06-17 Jim Blandy <jimb@redhat.com>
1980
1981 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1982
3605c34a
TR
19832003-06-16 Theodore A. Roth <troth@openavr.org>
1984
1985 * avr-tdep.c (avr_extract_return_value): New function.
1986 (avr_gdbarch_init): Set extract_return_value method.
1987
870b3035
AC
19882003-06-16 Andrew Cagney <cagney@redhat.com>
1989
1990 * frame.h (deprecated_get_next_frame_hack): Declare.
1991 * frame.c (legacy_saved_regs_prev_register): Only require
1992 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1993 there are always saved regs.
1994 (deprecated_generic_get_saved_register): Do not require
1995 DEPRECATED_FRAME_INIT_SAVED_REGS.
1996 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1997 use frame ID unwind instead.
1998 (deprecated_get_next_frame_hack): New function.
1999
63d47a7d
CV
20002003-06-16 Corinna Vinschen <vinschen@redhat.com>
2001
2002 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
2003 (h8300_push_dummy_call): ...this function. Some minor optimization.
2004 (h8300_push_return_address): Remove.
2005 (h8300_gdbarch_init): Remove calls to
2006 set_gdbarch_deprecated_dummy_write_sp,
2007 set_gdbarch_deprecated_push_arguments and
2008 set_gdbarch_deprecated_push_return_address.
2009 Add call to set_gdbarch_push_dummy_call.
2010
4bb1dc5e
CV
20112003-06-16 Corinna Vinschen <vinschen@redhat.com>
2012
2013 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
2014 (E_PSEUDO_EXR_REGNUM): Ditto.
2015 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 2016 registers into safe registers.
4bb1dc5e
CV
2017 (h8300_skip_prologue): Check for stm instruction to push registers
2018 used for register variables onto stack.
2019 (gdb_print_insn_h8300): Remove.
2020 (h8300_examine_prologue): Add a comment.
2021 (h8300_register_name): Take pseudo registers into account.
2022 (h8300s_register_name): Ditto.
2023 (h8300sx_register_name): Ditto.
2024 (h8300_print_register): Ditto.
2025 (h8300_print_registers_info): Define "nice" printing order.
2026 (h8300_saved_pc_after_call): Take pseudo registers into account.
2027 (h8300_register_type): Ditto. Return type used for remote connection
2028 when requesting real CCR or EXR register, return actual type when
2029 requesting pseudo CCR or EXR.
2030 (h8300_pseudo_register_read): New function.
2031 (h8300_pseudo_register_write): Ditto.
2032 (h8300_dbg_reg_to_regnum): Ditto.
2033 (h8300s_dbg_reg_to_regnum): Ditto.
2034 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
2035 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
2036 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
2037 set_gdbarch_print_insn architecture dependent.
2038 Call set_gdbarch_pseudo_register_read and
2039 set_gdbarch_pseudo_register_write.
2040 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
2041
a59fe496
AC
20422003-06-16 Andrew Cagney <cagney@redhat.com>
2043
2044 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
2045 * gdbarch.h, gdbarch.c: Re-generate.
2046 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2047 * s390-tdep.c (s390_gdbarch_init): Update.
2048 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2049 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2050 * mips-tdep.c (mips_gdbarch_init): Update.
2051 * mcore-tdep.c (mcore_gdbarch_init): Update.
2052 * cris-tdep.c (cris_gdbarch_init): Update.
2053 * infcall.c (call_function_by_hand): Update.
2054 * ia64-tdep.c (ia64_push_arguments): Update comment.
2055 * frame.c (legacy_get_prev_frame): Do not assume
2056 SAVE_DUMMY_FRAME_TOS_P.
2057 * dummy-frame.c (find_dummy_frame): Update comment.
2058
6f4e5a41
AC
20592003-06-16 Andrew Cagney <cagney@redhat.com>
2060
2061 * regcache.c (do_cooked_read): Do not use register_valid_p.
2062
72fab697
TR
20632003-06-15 Theodore A. Roth <troth@openavr.org>
2064
2065 * avr-tdep.c (avr_register_type): Remove a blank line.
2066 (avr_scan_prologue): Correct some comments.
2067
e3d8b004
TR
20682003-06-15 Theodore A. Roth <troth@openavr.org>
2069
2070 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
2071 prologue types.
8ffd9b1b 2072 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
2073 option.
2074 Add code to scan -mcall-prologues for mega devices.
2075
866b76ea
TR
20762003-06-15 Theodore A. Roth <troth@openavr.org>
2077
2078 * avr-tdep.c (avr_register_byte): Delete function.
2079 (avr_register_raw_size): Delete function.
2080 (avr_register_virtual_size): Delete function.
2081 (avr_register_virtual_type): Delete function.
2082 (avr_register_type): New function.
2083 (avr_address_to_pointer): Remove unused code.
2084 (avr_read_fp): Need to read FP as two separate bytes due to change to
2085 avr_register_type() usage.
2086 (avr_gdbarch_init): Don't set deprecated_register_size.
2087 Don't set deprecated_register_bytes.
2088 Don't set deprecated_register_byte.
2089 Don't set deprecated_register_raw_size.
2090 Don't set deprecated_max_register_raw_size.
2091 Don't set deprecated_register_virtual_size.
2092 Don't set deprecated_max_register_virtual_size.
2093 Don't set deprecated_register_virtual_type.
2094 Set register_type method.
2095
3993f6b1
DJ
20962003-06-15 Daniel Jacobowitz <drow@mvista.com>
2097
2098 * Makefile.in (linux-nat.o): Add rule.
2099 * linux-nat.c: New file.
2100 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
2101 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
2102 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
2103 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
2104 * config/arm/linux.mh (NATDEPFILES): Likewise.
2105 * config/i386/linux.mh (NATDEPFILES): Likewise.
2106 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2107 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2108 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2109 * config/mips/linux.mh (NATDEPFILES): Likewise.
2110 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2111 * config/s390/s390.mh (NATDEPFILES): Likewise.
2112 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2113
786a90bb
MK
21142003-06-15 Mark Kettenis <kettenis@gnu.org>
2115
2116 * i387-tdep.c: Reorder includes, fix some whitespace issues and
2117 replace out-of-date comment.
2118
3bd3f01e
AC
21192003-06-15 Andrew Cagney <cagney@redhat.com>
2120
2121 * rdi-share/host.h (Fail): Change to a varargs function.
2122 * remote-rdi.c (Fail): Update.
8ffd9b1b 2123
de5b9bb9
MK
21242003-06-15 Mark Kettenis <kettenis@gnu.org>
2125
2126 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
2127 (i386_convert_register_p, i386_register_to_value,
2128 i386_register_from_value): Handle types longer than 8 bytes.
2129
d532c08f
MK
21302003-06-15 Mark Kettenis <kettenis@gnu.org>
2131
2132 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
2133 Move floating-point code to new function in i387-tdep.c.
2134 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
2135 New functions containing code moved here from i386-tdep.c.
2136 * i387-tdep.h: Add opaque declaration for `struct type'.
2137 (i387_register_to_value, i387_value_to_register): New prototypes.
2138 * x86-64-tdep.c (x86_64_convert_register_p): New function.
2139 (x86_64_init_abi): Set convert_register_p, register_to_value and
2140 value_to_register here.
8ffd9b1b 2141
42c466d7
AC
21422003-06-14 Andrew Cagney <cagney@redhat.com>
2143
2144 * mips-tdep.c (mips_register_to_value): Make static.
2145 (mips_value_to_register): Make static.
2146 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
2147 * ia64-tdep.c (ia64_register_raw_size): Make static.
2148 (ia64_register_virtual_size): Make static.
2149 (ia64_register_byte): Make static.
2150 * i387-tdep.c: Include "i387-tdep.h".
2151 (print_387_control_word): Delete function.
2152 (print_387_status_word): Delete function.
2153 (print_387_status_bits): Delete function.
2154 (print_387_control_bits): Delete function.
2155 * Makefile.in (i387-tdep.o): Update dependencies.
2156 * rdi-share/host.h (Fail): Declare.
2157 * remote-rdi.c (Fail): Update to match declaration.
2158
2a9cda49
AC
21592003-06-14 Andrew Cagney <cagney@redhat.com>
2160
2161 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2162 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2163 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2164 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2165 * README: Delete reference to remote-array.
2166 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2167 (remote-array.o): Delete target.
2168 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2169 * remote-array.c: Delete file.
2170
ff2e87ac
AC
21712003-06-14 Andrew Cagney <cagney@redhat.com>
2172 Mark Kettenis <kettenis@gnu.org>
2173
2174 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2175 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2176 parameter with "frame".
2177 * gdbarch.h, gdbarch.c: Re-generate.
2178 * frame.h (put_frame_register): Declare.
2179 * frame.c (put_frame_register): New function.
2180 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2181 (legacy_register_to_value): Rewrite, use "frame" to get the
2182 register value.
2183 (legacy_value_to_register): Rewrite, use "frame" to find the
2184 register's location before storing.
2185 * arch-utils.h (legacy_convert_register_p): Update.
2186 (legacy_register_to_value, legacy_value_to_register): Update.
2187 * findvar.c (value_from_register): Rewrite, eliminate use of
2188 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2189 "frame" to REGISTER_TO_VALUE.
2190 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2191 lval_reg_frame_relative + lval_register branch of the switch. Do
2192 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2193 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2194 I386_EDI_REGNUM): New defines.
2195 (i386_next_regnum, i386_convert_register_p,
2196 i386_register_to_value, i386_value_to_register): New functions.
2197 (i386_register_convertible, i386_register_convert_to_virtual,
2198 i386_convert_to_raw): Remove functions.
2199 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2200 value_to_register instead of register_convertible,
2201 register_convert_to_virtual and register_convert_to_raw.
2202 * mips-tdep.c (mips_convert_register_p): New function.
2203 (mips_value_to_register): Replace mips_register_convert_from_type.
2204 (mips_register_to_value): Replace mips_register_convert_to_type.
2205 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2206 register_to_value.
2207 * alpha-tdep.c (alpha_convert_register_p): Update.
2208 (alpha_value_to_register): Update, store the register.
2209 (alpha_register_to_value): Update, fetch the register.
2210
98be1e77
TR
22112003-06-14 Theodore A. Roth <troth@openavr.org>
2212
2213 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2214 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2215 Don't set deprecated_call_dummy_words.
2216 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2217 Don't set remote_translate_xfer_address.
2218 (avr_io_reg_read_command): Remove commented out debug printf.
2219 Wrap a long line.
2220
57bc6122
TR
22212003-06-14 Theodore A. Roth <troth@openavr.org>
2222
2223 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2224 causes gdb to seg fault.
2225
eb01fc62
DJ
22262003-06-14 Daniel Jacobowitz <drow@mvista.com>
2227
2228 * sparc-nat.c (fetch_inferior_registers): Correct
2229 a reference to "registers".
2230
3b3e6bee
DJ
22312003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2232
2233 * Makefile.in (exc_request_U_h): Define
2234 (exc_request_S_h): Likewise.
2235 (msg_reply_S_h): Likewise.
2236 (msg_U_h): Likewise.
2237 (notify_S_h): Likewise.
2238 (process_reply_S_h): Likewise.
2239 (gnu-nat.o): Depend on gdb_obstack_h
2240 * gnu-nat.c: Include "gdb_obstack.h".
2241
b8de8283
AC
22422003-06-13 Andrew Cagney <cagney@redhat.com>
2243
2244 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2245 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 2246
f3be58bc
AC
22472003-06-13 Andrew Cagney <cagney@redhat.com>
2248
2249 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2250 when deprecated REGISTER macros can be deleted.
2251 * gdbarch.h, gdbarch.c: Re-generate.
2252
4c0122c8
JB
22532003-06-13 Jim Blandy <jimb@redhat.com>
2254
2255 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2256 Linux entry point symbols for _dl_debug_state, too.
2257
3e210248
AC
22582003-06-13 Andrew Cagney <cagney@redhat.com>
2259
2260 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2261 available, do not use the FP register, and always save the TOS.
2262 * dummy-frame.c (dummy_frame_this_id): Do not assert
2263 SAVE_DUMMY_FRAME_TOS.
2264 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2265 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2266 (i386_push_dummy_call): Add 8 to the returned SP.
2267 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2268 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2269 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2270 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2271 (x86_64_push_dummy_call): Return "sp + 16".
2272 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2273 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2274 save_dummy_frame_tos.
2275
0b65af49
JB
22762003-06-13 Jim Blandy <jimb@redhat.com>
2277
2278 * frv-tdep.c (frv_use_struct_convention): Delete static
2279 declaration for function deleted in my change of 2003-06-12.
2280
4ea2465e
TR
22812003-06-13 Theodore A. Roth <troth@openavr.org>
2282
2283 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2284 (avr_pointer_to_address): Shift code addrs left 1 bit.
2285 (avr_convert_from_func_ptr_addr): Delete function since operation is
2286 better handled by avr_address_to_pointer and avr_pointer_to_address.
2287 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2288
1581182a
MK
22892003-06-13 Mark Kettenis <kettenis@gnu.org>
2290
2291 From Kelley Cook <kelleycook@wideopenwest.com>:
2292 * configure.host: Accept i[34567]86 variants.
2293 * configure.tgt: Likewise.
2294 * nlm/configure.in: Likewise.
2295 * nlm/configure: Regenerated.
2296
7aa1783e
RE
22972003-06-13 Richard Earnshaw <rearnsha@arm.com>
2298
2299 * arm-tdep.c (solib-svr4.h): Dont' include it.
2300 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2301 * arm-linux-tdep.c: ... here. Make static.
2302 (arm_linux_init_abi): Register it.
2303 (solib-svr4.h): Include it.
2304 * Makefile.in: Update dependencies.
2305 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2306 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2307
0261a0d0
CV
23082003-06-13 Corinna Vinschen <vinschen@redhat.com>
2309
2310 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2311 indicate registers used for return values.
2312 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2313 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2314 members.
2315 (h8300_init_extra_frame_info): Ditto.
2316 (h8300_frame_locals_address): Removed.
2317 (h8300_frame_args_address): Removed.
2318 (h8300_extract_return_value): Use new regcache structure. Only care
2319 for 16 bit CPUs.
2320 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2321 (h8300_store_return_value): Use new regcache structure. Only care
2322 for 16 bit CPUs.
2323 (h8300h_store_return_value): Same function for 32 bit CPUs.
2324 (h8300_store_struct_return): Removed.
2325 (h8300_extract_struct_value_address): Use new regcache structure.
2326 (h8300h_extract_struct_value_address): Removed.
2327 (h8300_push_dummy_code): New function.
2328 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2329 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2330 set_gdbarch_store_return_value architecture dependent.
2331 Call set_gdbarch_push_dummy_code and
2332 set_gdbarch_extract_struct_value_address.
2333 Remove calls to set_gdbarch_frame_args_address,
2334 set_gdbarch_frame_locals_address,
2335 set_gdbarch_deprecated_store_struct_return,
2336 set_gdbarch_deprecated_extract_return_value,
2337 set_gdbarch_deprecated_extract_struct_value_address,
2338 set_gdbarch_deprecated_call_dummy_words and
2339 set_gdbarch_deprecated_sizeof_call_dummy_words.
2340
055c394a
CV
23412003-06-13 Corinna Vinschen <vinschen@redhat.com>
2342
2343 * h8300-tdep.c (h8300_register_byte): Remove.
2344 (h8300h_register_byte): Remove.
2345 (h8300_register_virtual_type): Remove. Substitute by...
2346 (h8300_register_type): New function.
2347 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2348 (h8300h_extract_struct_value_address): Ditto.
2349 (h8300_gdbarch_init): Drop calls to
2350 set_gdbarch_deprecated_register_byte and
2351 set_gdbarch_deprecated_register_virtual_type.
2352 Add call to set_gdbarch_register_type.
2353
9c04cab7
AC
23542003-06-13 Andrew Cagney <cagney@redhat.com>
2355
2356 * gdbarch.sh: Update comments on registers.
2357 (deprecated_register_byte): Rename register_byte.
2358 (deprecated_register_raw_size): Rename register_raw_size.
2359 (deprecated_register_virtual_size): Rename register_virtual_size.
2360 (deprecated_register_virtual_type): Rename register_virtual_type.
2361 * gdbarch.h, gdbarch.c: Re-generate.
2362 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2363 * vax-tdep.c (vax_gdbarch_init): Update.
2364 * v850-tdep.c (v850_gdbarch_init): Update.
2365 * sparc-tdep.c (sparc_gdbarch_init): Update.
2366 * sh-tdep.c (sh_gdbarch_init): Update.
2367 * s390-tdep.c (s390_gdbarch_init): Update.
2368 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2369 * ns32k-tdep.c: Update.
2370 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2371 * mips-tdep.c (mips_gdbarch_init): Update.
2372 * mcore-tdep.c (mcore_gdbarch_init): Update.
2373 * m68k-tdep.c (m68k_gdbarch_init): Update.
2374 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2375 * ia64-tdep.c (ia64_gdbarch_init): Update.
2376 * hppa-tdep.c (hppa_gdbarch_init): Update.
2377 * h8300-tdep.c (h8300_gdbarch_init): Update.
2378 * frv-tdep.c (frv_gdbarch_init): Update.
2379 * cris-tdep.c (cris_gdbarch_init): Update.
2380 * avr-tdep.c (avr_gdbarch_init): Update.
2381 * alpha-tdep.c (alpha_gdbarch_init): Update.
2382 * arm-tdep.c (arm_gdbarch_init): Update.
2383
b060cbea
AC
23842003-06-13 Andrew Cagney <cagney@redhat.com>
2385
2386 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2387 mips_o32_use_struct_convention with always_use_struct_convention.
2388
0fc9922a
DC
23892003-06-12 David Carlton <carlton@kealia.com>
2390
2391 * cp-namespace.c (cp_set_block_scope): Comment out
2392 processing_has_namespace_info branch.
2393
1fd35568
JB
23942003-06-12 Jim Blandy <jimb@redhat.com>
2395
f470a70a
JB
2396 Recognize and skip 64-bit PowerPC Linux linkage functions.
2397 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2398 insn_pattern, insns_match_pattern, d_field, ds_field): New
2399 functions, macros, and types for working with PPC instructions.
2400 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2401 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2402 ppc64_skip_trampoline_code): New functions, variables, and macros
2403 for recognizing and skipping linkage functions.
2404 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2405 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2406
49ff75ad
JB
2407 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2408 register offsets for both the 32- and 64-bit interfaces.
2409
bd918c83
JB
2410 Actually finish the job started by my change of 2003-05-29.
2411 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2412 other #definition of this.
2413 (ppc_linux_skip_trampoline_code): Remove declaration.
2414 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2415 static.
2416 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2417 method for GDBARCH.
2418
2419 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2420 'long' on ppc64-*-linux*.
2421
f8c59253
JB
2422 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2423 isn't #defined, assume the register doesn't exist: act as if
2424 tdep->ppc_mq_regnum were -1.
2425
8fbb30b1
JB
2426 * configure.host, configure.tgt: Add entries for
2427 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2428 powerpc/linux.mt.
2429 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2430 New files.
2431
1fd35568
JB
2432 * arch-utils.c (always_use_struct_convention): New function.
2433 * arch-utils.h (always_use_struct_convention): New prototype.
2434 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2435 (alpha_gdbarch_init): Register always_use_struct_convention,
2436 instead of alpha_use_struct_convention.
2437 * cris-tdep.c (cris_use_struct_convention): Delete.
2438 (cris_gdbarch_init): Register always_use_struct_convention,
2439 instead of cris_use_struct_convention.
2440 * frv-tdep.c (frv_use_struct_convention): Delete.
2441 (frv_gdbarch_init): Register always_use_struct_convention,
2442 instead of frv_use_struct_convention.
2443 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2444 (h8300_gdbarch_init): Register always_use_struct_convention,
2445 instead of h8300_use_struct_convention.
e3305dd9 2446 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
2447 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2448 instead of mips_o32_use_struct_convention.
2449
e14e6e9c
AC
24502003-06-12 Andrew Cagney <cagney@redhat.com>
2451
2452 * wince.c: Include "mips-tdep.h".
2453 * mips-tdep.h (mips_next_pc): Declare.
2454 * mcore-tdep.c: Make more local functions static.
2455 * Makefile.in (wince.o): Update dependencies.
2456
2335f48e
DC
24572003-06-12 David Carlton <carlton@kealia.com>
2458
2459 * symtab.c (lookup_symbol_aux_minsyms): Replace
2460 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2461 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2462 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2463 SYMBOL_NATURAL_NAME.
2464
f70a7d61
AS
24652003-06-12 Andreas Schwab <schwab@suse.de>
2466
2467 * Makefile.in (tuiDisassem.o): Update dependencies.
2468
b6429628
DC
24692003-06-12 David Carlton <carlton@bactrian.org>
2470
2471 * symtab.h: Delete declaration of make_symbol_overload_list.
2472 Add declaration of lookup_partial_symbol.
2473 * symtab.c (remove_params): Move to cp-support.c.
2474 (overload_list_add_symbol, make_symbol_overload_list)
2475 (sym_return_val_size, sym_return_val_index): Ditto.
2476 (lookup_partial_symbol): Make extern.
2477 * cp-support.h: Add declaration of make_symbol_overload_list.
2478 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2479 symtab.h, and block.h.
2480 (remove_params): Move here from symtab.c.
2481 (overload_list_add_symbol, make_symbol_overload_list)
2482 (sym_return_val_size, sym_return_val_index): Ditto.
2483 * valops.c: Include cp-support.h.
2484 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2485 frame_h, and block_h.
2486 (valops.o): Depend on cp_support_h.
2487
084edea5
CV
24882003-06-12 Corinna Vinschen <vinschen@redhat.com>
2489
2490 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2491 substitute by NUM_REGS throughout.
2492 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2493 (h8300s_register_name): New function for H8S registers.
2494 (h8300sx_register_name): Ditto for H8SX registers.
2495 (h8300_print_register): Revise register printing, avoid depending
2496 on 32 bit long.
0261a0d0 2497 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
2498 (h8300h_register_byte): New function for any other architecture.
2499 (h8300_register_raw_size): Remove.
2500 (h8300_register_virtual_type): Revise to return actually useful
2501 type.
2502 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2503 (h8300h_extract_struct_value_address): New function for any other
2504 architecture.
2505 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2506 set_gdbarch_register_name, set_gdbarch_register_byte,
2507 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2508 Remove calls to set_gdbarch_deprecated_register_size,
2509 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2510 set_gdbarch_deprecated_max_register_raw_size,
2511 set_gdbarch_register_virtual_size and
2512 set_gdbarch_deprecated_max_register_virtual_size entirely.
2513 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2514 set_gdbarch_long_double_bit.
2515
06194148
JJ
25162003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2517
8ffd9b1b
AJ
2518 * doublest.c (convert_doublest_to_floatformat): When dealing
2519 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
2520 processing a full 32 bits of mantissa.
2521
de4f826b
DC
25222003-06-11 David Carlton <carlton@bactrian.org>
2523
2524 * dictionary.h: New.
2525 * dictionary.c: New.
2526 * block.h: Add opaque declaration for struct dictionary.
2527 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2528 'sym' members.
2529 (BLOCK_DICT): New macro.
2530 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2531 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2532 BLOCK_SHOULD_SORT.
2533 (ALL_BLOCK_SYMBOLS): Update definition.
2534 * Makefile.in (SFILES): Add dictionary.c.
2535 (dictionary_h): New.
2536 (COMMON_OBS): Add dictionary.o.
2537 (dictionary.o): New.
2538 (ada-lang.o): Depend on dictionary_h.
2539 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2540 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2541 (mi-cmd-stack.o): Ditto.
2542 (gdbtk-cmds.o): Update dependencies.
2543 (gdbtk-stack.o): Ditto.
2544 * ada-lang.c: Include dictionary.h.
2545 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2546 (fill_in_ada_prototype, debug_print_block): Ditto.
2547 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2548 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2549 'is_sorted'.
2550 * mdebugread.c: Include dictionary.h.
2551 (struct parse_stack): Delete 'maxsyms' member.
2552 (parse_symbol): Update calls to new_block. Delete calls to
2553 shrink_block. Use dictionary methods.
2554 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2555 Update calls to new_symtab. Don't maintain maxsyms data.
2556 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2557 (add_symbol): Just call dict_add_symbol.
2558 (new_symtab): Delete 'maxsyms' argument.
2559 (new_symtab): Update calls to new_block.
2560 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2561 (shrink_block): Delete function.
2562 (fixup_sigtramp): Update call to new_block. Add symbol via
2563 dict_add_symbol.
2564 * jv-lang.c: Include dictionary.h.
2565 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2566 appropriately. Set class_symtab->free_func. Make sure the
2567 blockvector is big enough to hold two blocks.
2568 (add_class_symtab_symbol): Use dictionary methods.
2569 (free_class_block): New function.
2570 (type_from_class): Replace explicit iteration by
2571 ALL_BLOCK_SYMBOLS.
2572 * symtab.h (struct symtab): Replace 'free_ptr' method by
2573 'free_func'.
2574 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2575 sort_symtab_syms.
2576 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2577 sort_symtab_syms.
2578 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2579 Include dictionary.h.
2580 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2581 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2582 sort_symtab_syms.
2583 * objfiles.c: Include dictionary.h.
2584 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2585 * buildsym.c: Include dictionary.h.
2586 (finish_block): Use dictionary methods.
2587 (end_symtab): Set free_func to NULL, not free_ptr.
2588 * tracepoint.c: Include dictionary.h.
2589 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2590 (scope_info): Ditto.
2591 * stack.c: Include dictionary.h.
2592 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2593 (print_block_frame_labels, print_frame_arg_vars)
2594 (print_frame_args): Ditto.
2595 * symmisc.c (free_symtab_block): Use dictionary methods.
2596 (dump_symtab): Ditto.
2597 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2598 Include dictionary.h.
2599 * symfile.h: Delete declarations of sort_block_syms,
2600 sort_symtab_syms.
2601 * symfile.c (sort_block_syms): Delete.
2602 (sort_symtab_syms): Delete.
2603 * symtab.c: Include dictionary.h.
2604 (lookup_block_symbol): Use dictionary iterators.
2605 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2606 (search_symbols, make_symbol_completion_list): Ditto.
2607 (make_symbol_overload_list): Ditto.
2608 * valops.c (value_of_local): Use dict_empty.
2609 Include dictionary.h.
2610
a31f978c
JB
26112003-06-11 J. Brobecker <brobecker@gnat.com>
2612
2613 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2614
526e70c0
DC
26152003-06-11 David Carlton <carlton@bactrian.org>
2616
2617 * block.h (BLOCK_SHOULD_SORT): Delete.
2618 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2619 blocks.
2620 * ada-lang.c (ada_add_block_symbols): Ditto.
2621 * symfile.c (sort_block_syms): Delete.
2622 (sort_symtab_syms): Ditto.
2623 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2624 declarations.
2625 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2626 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2627 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2628 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2629 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2630 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2631 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2632
33c08150
JJ
26332003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2634
8ffd9b1b 2635 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
2636 bits to 128.
2637
781a750d
AC
26382003-06-11 Andrew Cagney <cagney@redhat.com>
2639
2640 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2641 REGISTER_CONVERTIBLE.
2642 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2643 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2644 * gdbarch.h, gdbarch.c: Re-generate.
2645 * arch-utils.h (deprecated_register_convertible_not): Rename
2646 generic_register_convertible_not.
2647 * arch-utils.c (deprecated_register_convertible_not): Rename
2648 generic_register_convertible.
2649 (legacy_convert_register_p, legacy_register_to_value): Update.
2650 * sh-tdep.c (sh64_push_arguments): Update.
2651 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2652 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2653 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2654 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2655 * arch-utils.c (legacy_value_to_register): Update.
2656 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2657 (rs6000_register_convert_to_raw): Make parameter "from" const.
2658 * mips-tdep.c (mips_gdbarch_init): Update.
2659 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2660 * infcmd.c (default_print_registers_info): Update.
2661 * ia64-tdep.c (ia64_gdbarch_init): Update.
2662 (ia64_register_convert_to_raw): Make parameter "from" const.
2663 * i386-tdep.c (i386_gdbarch_init): Update.
2664 (i386_register_convert_to_raw): Update.
2665
cd90e54f
AC
26662003-06-11 Andrew Cagney <cagney@redhat.com>
2667
2668 * remote-fileio.c: Include "remote-fileio.h".
2669 * Makefile.in (remote-fileio.o): Update dependencies.
2670 (remote_fileio_h): Fix typo.
2671
a78f21af
AC
26722003-06-11 Andrew Cagney <cagney@redhat.com>
2673
2674 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2675 (xstormy16_save_dummy_frame_tos): Make static.
2676 (_initialize_xstormy16_tdep): Add declaration.
2677 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2678 * v850-tdep.c: Make local functions static.
2679 (_initialize_v850_tdep): Add declaration.
2680 * sparc-tdep.c: Make local functions static.
2681 (_initialize_sparc_tdep): Add declaration.
2682 * sh-tdep.c: Make local functions static.
2683 (_initialize_sh_tdep): Add declaration.
2684 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2685 * s390-tdep.c: Make local functions static.
2686 (_initialize_s390_tdep): Add declaration.
2687 * dbxread.c (find_stab_function_addr): Make static.
2688 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2689 * ocd.c (_initialize_remote_ocd): Add declaration.
2690 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2691 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2692 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2693 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2694 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2695 * remote-array.c (_initialize_array): Add declaration.
2696 (_initialize_remote_monitors): Add declaration.
2697 * remote-mips.c: Make local functions static.
2698 (_initialize_remote_mips): Add declaration.
2699 * mcore-tdep.c: Make all local functions static.
2700 (_initialize_mcore_tdep): Add declaration.
2701 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2702 * abug-rom.c (_initialize_abug_rom): Add declaration.
2703 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2704 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2705 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2706 * remote-est.c (_initialize_est): Add declaration.
2707 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2708 (m68hc11_call_dummy_address): Make static.
2709 * ia64-tdep.c: Make local functions static.
2710 (_initialize_ia64_tdep): Add declaration.
2711 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2712 * monitor.c (monitor_wait_filter): Make static.
2713 (_initialize_remote_monitors): Add declaration.
2714 * remote-hms.c (_initialize_remote_hms): Add declaration.
2715 * remote-e7000.c (fetch_regs_from_dump): Make static.
2716 (expect_n): Make static.
2717 (_initialize_remote_e7000): Add declaration.
2718 * ser-e7kpc.c: Always include "defs.h".
2719 (_initialize_ser_e7000pc): Add declaration.
2720 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2721 * cris-tdep.c: Make all but one function static.
2722 (_initialize_cris_tdep): Add declaration.
2723 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2724 * solib.c (update_solib_list): Make static.
2725 (_initialize_solib): Add declaration.
2726 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2727 (_initialize_avr_tdep): Add declaration.
2728 * remote-rdi.c (voiddummy): Make static.
2729 (_initialize_remote_rdi): Add declaration.
2730 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2731 * remote-rdp.c (send_rdp): Make static.
2732 (_initialize_remote_rdp): Add declaration.
2733 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2734
cbcdb1f5
CV
27352003-06-11 Corinna Vinschen <vinschen@redhat.com>
2736
2737 * remote-fileio.c: Make ari happy.
2738
a191ea8d
JB
27392003-06-10 J. Brobecker <brobecker@gnat.com>
2740
2741 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2742 fetching the trailing bytes of the buffer we are about to write.
2743
0ef75e11
AC
27442003-06-10 Andrew Cagney <cagney@redhat.com>
2745
2746 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2747 * Makefile.in (remote-fileio.o): Update dependencies.
2748 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2749 include <setjmp.h>, or <sys/types.h> conditional on USG.
2750 (remote_fio_jmp_buf): Delete global variable.
2751
449092f6 27522003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 2753 Martin M. Hunt <hunt@redhat.com>
449092f6 2754
559fa028
AC
2755 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2756 (SFILES): Add remote-fileio.c.
2757 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2758 dependencies for building remote.o.
449092f6
CV
2759 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2760 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 2761 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
2762 static storage class.
2763 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2764 'F' packet.
2765 (_initialize_remote): Call initialize_remote_fileio().
2766 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
2767 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2768 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2769 (captured_main): Initialize new ui_files.
2770 * ui-file.c: Add read and fgets input functions.
2771 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2772 (null_file_read): New function.
2773 (ui_file_read): New function.
2774 (set_ui_file_read): New function.
2775 (stdio_file_read): New function.
2776 * ui-file.h: New type ui_file_read_ftype.
2777 (set_ui_file_read): Declare.
2778 (ui_file_read): Declare.
2779
248de703
AC
27802003-06-09 Andrew Cagney <cagney@redhat.com>
2781
2782 * frame.h (deprecated_unwind_get_saved_register): Rename
2783 generic_unwind_get_saved_register, update comments.
2784 * mips-tdep.c (mips_get_saved_register): Update.
2785 * frame.c (deprecated_unwind_get_saved_register): Update.
2786
0ed8aa57
AC
27872003-06-09 Andrew Cagney <cagney@redhat.com>
2788
2789 * vax-tdep.c (vax_frame_locals_address): Delete function.
2790 (vax_gdbarch_init): Do not set frame_locals_address.
2791 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2792 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2793 * s390-tdep.c (s390_frame_args_address): Delete function.
2794 (s390_gdbarch_init): Do not set frame_args_address or
2795 frame_locals_address.
2796 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2797 (ns32k_gdbarch_init): Do not set frame_locals_address.
2798 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2799 (hppa_frame_locals_address): Delete function.
2800 (hppa_gdbarch_init): Do not set frame_args_address, or
2801 frame_locals_address.
2802 * arm-tdep.c (arm_frame_args_address): Delete.
2803 (arm_frame_locals_address): Delete.
2804 (arm_gdbarch_init): Do not set frame_args_address, or
2805 frame_locals_address.
2806
983a287a
AC
28072003-06-09 Andrew Cagney <cagney@redhat.com>
2808
2809 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2810 * gdbarch.h, gdbarch.c: Re-generate.
2811 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2812 * arch-utils.c (frame_num_args_unknown): Delete function.
2813 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2814 (frame_info): Use FRAME_NUM_ARGS_P.
2815 * arm-tdep.c (arm_frame_num_args): Delete function.
2816 (arm_gdbarch_init): Do not set frame_num_args.
2817 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2818 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2819 (hppa_gdbarch_init): Do not set frame_num_args.
2820 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2821 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2822 frame_num_args to default frame_num_args_unknown.
2823 * v850-tdep.c (v850_gdbarch_init): Ditto.
2824 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2825 * sh-tdep.c (sh_gdbarch_init): Ditto.
2826 * s390-tdep.c (s390_gdbarch_init): Ditto.
2827 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2828 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2829 * mips-tdep.c (mips_gdbarch_init): Ditto.
2830 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2831 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2832 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2833 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2834 * i386-tdep.c (i386_gdbarch_init): Ditto.
2835 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2836 * frv-tdep.c (frv_gdbarch_init): Ditto.
2837 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2838 * cris-tdep.c (cris_gdbarch_init): Ditto.
2839 * avr-tdep.c (avr_gdbarch_init): Ditto.
2840 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2841
8d3b0994
AC
28422003-06-09 Andrew Cagney <cagney@redhat.com>
2843
2844 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2845 (print_frame_args): Moved to "stack.c".
2846 * stack.c: Include "gdb_assert.h".
2847 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2848 (print_frame_args): Moved from "printcmd.c".
2849 * frame.h (print_frame_args): Delete declaration.
2850 * Makefile.in (stack.o): Update dependencies.
2851
25e3a86b
AC
28522003-06-08 Andrew Cagney <cagney@redhat.com>
2853
2854 * frame.c (get_prev_frame): Remove reference to
2855 frame_args_address_correct in comments.
2856 * frame-base.c (default_frame_args_address): Delete code
2857 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2858 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2859 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2860 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2861 (vax_frame_args_address_correct): Delete declaration.
2862
a9e5fdc2
AC
28632003-06-08 Andrew Cagney <cagney@redhat.com>
2864
2865 * gdbarch.sh (UNWIND_SP): Add.
2866 * gdbarch.h, gdbarch.c: Re-generate.
2867 * frame.c (frame_sp_unwind): New function.
2868 (get_frame_sp): New function.
2869 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2870 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2871 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2872 value.
2873 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2874 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2875
8983bd83
AC
28762003-06-08 Andrew Cagney <cagney@redhat.com>
2877
7fec2c59
AC
2878 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2879 REMOTE_BREAKPOINT.
2880 * remote.c: Update.
2881 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2882 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2883 * config/m68k/tm-sun3.h: Update.
2884 * config/m68k/tm-m68klynx.h: Update.
2885 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2886
8983bd83
AC
2887 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2888 trad_frame". Update comments.
2889 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2890 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2891 (trad_frame_register_value, trad_frame_prev_register): Update.
2892
b9362cc7
AC
28932003-06-08 Andrew Cagney <cagney@redhat.com>
2894
2895 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2896 from GCC's acinclude.m4.
2897 * configure.in: Check for getopt's delcaration.
8ffd9b1b 2898 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
2899 * main.c (error_init): Delete declaration.
2900 * defs.h (error_init): Declare.
2901 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2902 (rs6000_convert_from_func_ptr_addr): Make static.
2903 (_initialize_rs6000_tdep): Add declaration.
2904 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2905 (show_commands, set_verbose, show_history): Delete declaration.
2906 * top.h (set_verbose): Add declaration.
2907 (show_history, set_history, show_commands): Add declaration.
2908 (do_restore_instream_cleanup): Add declaration.
2909 * objc-lang.c (specialcmp): Make static.
2910 (print_object_command): Make static.
2911 (find_objc_msgsend): Make static.
2912 (find_objc_msgcall_submethod_helper): Make static.
2913 (find_objc_msgcall_submethod): Make static.
2914 (_initialize_objc_language): Add declaration.
2915 (find_implementation_from_class): Make static.
2916 (find_implementation): Make static.
2917 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2918 * objc-lang.h (lookup_struct_typedef): Add declaration.
2919 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2920 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2921 (do_restore_user_call_depth): Make static.
2922 (do_restore_instream_cleanup): Delete declaration.
2923 (dont_repeat): Delete declaration.
2924 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2925 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2926 * reggroups.c (_initialize_reggroup): Add declaration.
2927 * cp-support.c (_initialize_cp_support): Add declaration.
2928 * cp-abi.c (_initialize_cp_abi): Add declaration.
2929 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2930 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2931 (_initialize_gnu_v3_abi): Add declaration.
2932 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2933 (_initialize_gnu_v2_abi): Add declaration.
2934 * frame-base.c (_initialize_frame_base): Add declaration.
2935 * doublest.c (floatformat_from_length): Make static.
2936 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2937 * frame.c (create_sentinel_frame): Make static.
2938 (_initialize_frame): Add declaration.
2939 * top.c (do_catch_errors): Make static.
2940 (gdb_rl_operate_and_get_next_completion): Make static.
2941 * typeprint.c: Include "typeprint.h".
2942 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2943 (sentinel_frame_this_id): Make static.
2944 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2945 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2946 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2947 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2948 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2949 * maint.c (maintenance_print_architecture): Make static.
2950 * signals/signals.c (_initialize_signals): Add declaration.
2951 * std-regs.c (_initialize_frame_reg): Add declaration.
2952 * jv-exp.y (push_variable): ISO C definition.
2953 (push_qualified_expression_name): Ditto.
2954 * memattr.c (_initialize_mem): Add declaration.
2955 * remote.c (remote_check_watch_resources): Make static.
2956 (remote_stopped_by_watchpoint): Make static.
2957 (remote_stopped_data_address): Make static.
2958 * d10v-tdep.c (nr_dmap_regs): Make static.
2959 (a0_regnum): Make static.
2960 (d10v_frame_unwind_cache): Make static.
2961 (d10v_frame_p): Make static.
2962 * osabi.c (show_osabi): Make static.
2963 (_initialize_gdb_osabi): Add extern declaration.
2964 * gdbtypes.c (make_qualified_type): Make static.
2965 (safe_parse_type): Make static.
2966 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2967 * macrotab.c (macro_bcache_free): Make static.
2968 * interps.c (interp_set_quiet): Make static.
2969 (interpreter_exec_cmd): Make static.
2970 * stack.h (select_frame_command): New file.
2971 * stack.c: Include "stack.h".
2972 (select_frame_command_wrapper): Delete function.
2973 (select_frame_command): Make global.
2974 * infcall.c: Include "infcall.h".
2975 * linespec.c: Include "linespec.h".
2976 * symfile.c (sections_overlap): Make static.
2977 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2978 * charset.c (_initialize_charset): Add missing prototype.
2979 * regcache.c (init_legacy_regcache_descr): Make static.
2980 (do_regcache_xfree): Make static.
2981 (regcache_xfer_part): Make static.
2982 (_initialize_regcache): Add missing prototype.
2983 * breakpoint.c (parse_breakpoint_sals): Make static.
2984 (breakpoint_sals_to_pc): Make static.
2985 * interps.h (clear_interpreter_hooks): ISO C declaration.
2986 * Makefile.in (stack_h): Define.
2987 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2988 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2989
a0f267c7
AC
29902003-06-08 Andrew Cagney <cagney@redhat.com>
2991
2992 * Makefile.in (d10v-tdep.o): Update dependencies.
2993 (SFILES): Add trad-frame.c.
2994 (trad_frame_h): Define.
2995 (COMMON_OBS): Add trad-frame.o.
2996 (trad-frame.o): Specify dependencies.
2997 * d10v-tdep.c: Include "trad-frame.h".
2998 (saved_regs_unwinder): Delete function.
2999 (d10v_frame_prev_register): Use trad_frame_prev_register.
3000 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
3001 trad_frame", delete "regs" and "prev_sp".
3002 (prologue_find_regs): Use trad-frame.
3003 * trad-frame.h, trad-frame.c: New files.
3004
4538b4f4
MK
30052003-06-08 Mark Kettenis <kettenis@gnu.org>
3006
3007 * dwarf2cfi.c, dwarf2cfi.h: Remove.
3008
a0273b2f
AF
30092003-06-07 Adam Fedor <fedor@gnu.org>
3010
3011 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
3012 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
3013 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
3014 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 3015 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
3016 Use it.
3017
3a6c3343
AC
30182003-06-07 Andrew Cagney <cagney@redhat.com>
3019
3020 * symfile.h: Re-indent, clean up comments.
3021
b46e02f6
AC
30222003-06-07 Andrew Cagney <cagney@redhat.com>
3023
3024 * inferior.h (deprecated_write_sp): Replace
3025 generic_target_write_sp.
3026 * regcache.c (deprecated_write_sp): Replace
3027 generic_target_write_sp.
3028 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3029 * vax-tdep.c (vax_gdbarch_init): Update.
3030 * v850-tdep.c (v850_gdbarch_init): Update.
3031 * sparc-tdep.c (sparc_gdbarch_init): Update.
3032 * sh-tdep.c (sh_gdbarch_init): Update.
3033 * s390-tdep.c (s390_gdbarch_init): Update.
3034 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3035 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3036 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3037 * mcore-tdep.c (mcore_gdbarch_init): Update.
3038 * m68k-tdep.c (m68k_gdbarch_init): Update.
3039 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3040 * ia64-tdep.c (ia64_gdbarch_init): Update.
3041 * h8300-tdep.c (h8300_gdbarch_init): Update.
3042 * frv-tdep.c (frv_gdbarch_init): Update.
3043 * cris-tdep.c (cris_gdbarch_init): Update.
3044 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3045
a42e117c
AC
30462003-06-07 Andrew Cagney <cagney@redhat.com>
3047
3048 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
3049 Assert that PC_REGNUM is valid.
3050 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
3051
bd1ce8ba
AC
30522003-06-07 Andrew Cagney <cagney@redhat.com>
3053
3054 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
3055 * gdbarch.h, gdbarch.c: Regenerate.
3056 * mn10300-tdep.c: Include "gdb_assert.h".
3057 (mn10300_read_fp): New function.
3058 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
3059 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
3060 * ia64-tdep.c: Include "gdb_assert.h".
3061 (ia64_read_fp): New function.
3062 (ia64_gdbarch_init): Set deprecated_target_read_fp to
3063 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
3064 * regcache.c (generic_target_read_sp): Delete function.
3065 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
3066 * inferior.h (generic_target_read_sp): Delete declaration.
3067 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
3068 generic_target_read_sp.
3069 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3070 * sparc-tdep.c (sparc_gdbarch_init): Ditto
3071 * sh-tdep.c (sh_gdbarch_init): Ditto.
3072 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3073 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
3074
ec5cbaec
AC
30752003-06-07 Andrew Cagney <cagney@redhat.com>
3076
3077 * gdbarch.sh: Comment each field of startup_gdbarch.
3078 * gdbarch.h, gdbarch.c: Re-generate.
3079
cde9ea48
AC
30802003-06-07 Andrew Cagney <cagney@redhat.com>
3081
3082 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
3083 * gdbarch.h, gdbarch.c: Re-generate.
3084 * regcache.c: Update comments on read_pc et.al.
3085 (generic_target_read_pc): Delete function.
3086 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
3087 * inferior.h (generic_target_read_pc): Delete declaration.
3088 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
3089 generic_target_read_pc.
3090 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3091 * sh-tdep.c (sh_gdbarch_init): Ditto.
3092 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3093 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 3094
9a90a780
AC
30952003-06-07 Andrew Cagney <cagney@redhat.com>
3096
3097 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
3098 "index" with "special_local_sect". Use strcmp instead of STREQ.
3099 Append period to coments.
3100
a39a16c4
MM
31012003-06-06 Mark Mitchell <mark@codesourcery.com>
3102
3103 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
3104 (elfstab_offset_sections): Likewise.
3105 * gdb-stabs.h (stab_section_info): Likewise.
3106 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
3107 * objfiles.c (objfile_relocate): Likewise.
3108 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
3109 * remote.c (get_offsets): Likewise.
3110 (remote_cisco_objfile_relocate): Likewise.
3111 * somread.c (som_symfile_offsets): Likewise.
3112 * symfile.c (alloc_section_addr_info): New function.
3113 (build_section_addr_info_from_section_tab): Use it.
3114 (free_section_addr_info): Adjust.
3115 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
3116 (syms_from_objfile): Allocate local_addr dynamically.
3117 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
3118 dynamically.
3119 (add_symbol_file_command): Allocate sect_opts dynamically.
3120 (reread_symbols): Avoid use of SECT_OFF_MAX.
3121 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
3122 (alloc_section_addr_info): Declare it.
3123 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
3124 * win32-nat.c (solib_symbols_add): Allocate section_addrs
3125 dynamically.
3126 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 3127
20c6c2f8
AC
31282003-06-06 Andrew Cagney <cagney@redhat.com>
3129
3130 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
3131 (d10v_frame_unwind_cache): Do not set "return_pc".
3132
884a26c8
MS
31332003-06-06 Michael Snyder <msnyder@redhat.com>
3134
3135 * h8300-tdep.c: Make tidy (long lines).
3136
088ce440
ML
31372003-06-06 Michal Ludvig <mludvig@suse.cz>
3138
8ffd9b1b 3139 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
3140 to regcache_collect().
3141
7d773d96
JB
31422003-06-05 J. Brobecker <brobecker@gnat.com>
3143
3144 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
3145 pc_in_sigtramp multiarch method.
3146 (hppa_hpux_som_init_abi): Use it.
3147 (hppa_hpux_elf_init_abi): Likewise.
3148 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
3149 macro has been multiarched.
3150 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
3151 macro here, as hppa64 isn't multiarched yet.
3152
1df6926e
AC
31532003-06-05 Andrew Cagney <cagney@redhat.com>
3154
3155 * Makefile.in (value_h): Add $(frame_h).
3156 * value.h: Include "frame.h".
3157 (struct value): Replace "frame_addr" with "frame_id".
3158 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3159 * values.c (allocate_value): Use VALUE_FRAME_ID.
3160 (value_copy): Use VALUE_FRAME_ID.
3161 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3162 * valops.c (value_assign): Update. Use frame_find_by_id.
3163
6b53acc6
ML
31642003-06-05 Michal Ludvig <mludvig@suse.cz>
3165
3166 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3167 in each pass.
3168
4d9850d3
JJ
31692003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3170
3171 * thread-db.c (check_event): For create/death event breakpoints,
3172 loop through all messages to ensure that we read the message
3173 corresponding to the breakpoint we are at.
3174
8efca6ba
MS
31752003-06-04 Michael Snyder <msnyder@redhat.com>
3176
3177 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3178
0912c7f2
MK
31792003-06-04 Mark Kettenis <kettenis@gnu.org>
3180
3181 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3182 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3183 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3184 when handling .eh_frame sections.
3185
4e370325
JB
31862003-06-04 J. Brobecker <brobecker@gnat.com>
3187
3188 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3189 prepare_to_proceed procedure instead of the hppa-specific one.
3190 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3191
b757528f 31922003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 3193
b757528f
JJ
3194 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3195 * config.in: Regenerated.
3196 * configure.in: Add test for syscall function and check for
3197 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3198 * configure: Regenerated.
3199 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3200 <sys/syscall.h>.
3201 (kill_lwp): New function that uses tkill syscall or
3202 uses kill, depending on whether threading model is nptl or not.
3203 All callers of kill() changed to use kill_lwp().
3204 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3205 see if all threads have already exited in the nptl model.
3206 (stop_and_resume_callback): New callback function used by the
3207 lin_lwp_wait thread exit handling code.
3208 (stop_wait_callback): Check for threads already having exited and
3209 delete such threads fromt the lwp list when discovered.
3210 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 3211
b757528f
JJ
3212 Roland McGrath <roland@redhat.com>
3213 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3214 nptl libthread_db.
3215
087779b1
RH
32162003-06-03 Richard Henderson <rth@redhat.com>
3217
b21fd293
RH
3218 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3219 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3220 (alpha_sigtramp_frame_prev_register): Likewise.
3221 (alpha_heuristic_frame_prev_register): Likewise.
3222 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3223
8ffd9b1b 3224 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
3225 alpha-specific register id names.
3226 (alpha_mdebug_frame_unwind_cache): Likewise.
3227 (alpha_mdebug_frame_prev_register): Likewise.
3228
baa490c4
RH
32292003-06-03 Richard Henderson <rth@redhat.com>
3230
3231 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3232 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3233 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3234 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3235 unwind routines.
3236 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3237 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3238 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3239
3240 * alpha-linux-tdep.c: Remove unnecessary includes.
3241 * Makefile.in (alpha-linux-tdep.o): Update.
3242
32432003-06-03 Richard Henderson <rth@redhat.com>
3244
3245 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3246 (alphabsd_fill_fpreg): Likewise.
3247
f534e522
JB
32482003-06-03 J. Brobecker <brobecker@gnat.com>
3249
3250 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3251 references to struct frame_info fields by calls to the equivalent
3252 accessors. Necessary now that frame_info is opaque.
3253
4035536b
JB
32542003-06-03 J. Brobecker <brobecker@gnat.com>
3255
3256 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3257 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3258 structure, field no longer exists.
3259
0bd79c5c
JB
32602003-06-03 J. Brobecker <brobecker@gnat.com>
3261
3262 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3263 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3264
37bb6d9f
JB
32652003-06-03 J. Brobecker <brobecker@gnat.com>
3266
3267 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3268 references to struct frame_info fields by calls to the equivalent
3269 accessors. Necessary now that frame_info is opaque.
3270
852ee05c
JB
32712003-06-03 J. Brobecker <brobecker@gnat.com>
3272
3273 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3274 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3275 structure, field no longer exists.
3276
7d58c67d
TR
32772003-06-03 Theodore A. Roth <troth@openavr.org>
3278
8ffd9b1b 3279 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
3280 accumulation of the size of all registers instead of blindly using
3281 DEPRECATED_REGISTER_BYTES.
3282
0a48e7e8
MS
32832003-06-03 Michael Snyder <msnyder@redhat.com>
3284
3285 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3286 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3287 for h8300sx.
3288
9798ab0d
JB
32892003-06-03 J. Brobecker <brobecker@gnat.com>
3290
3291 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3292 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3293
00b037e2
AC
32942003-06-03 Andrew Cagney <cagney@redhat.com>
3295
3296 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3297 (sparc_convert_to_raw): Delete function.
3298 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3299 register_convert_to_virtual.
3300
043b2f77
JJ
33012003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3302
3303 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3304 layer if not dealing with a statically-linked threaded program.
3305
f43caff8
KW
33062003-06-03 Kris Warkentin <kewarken@qnx.com>
3307
3308 * solib.c (solib_open): Update comment to reflect actual search order.
3309
ae1e7417
AC
33102003-06-03 Andrew Cagney <cagney@redhat.com>
3311
3312 * frame.c (get_frame_memory_signed): New function.
3313 (get_frame_memory, get_frame_memory_unsigned): New function.
3314 (get_frame_arch): New function.
3315 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3316 (get_frame_memory, get_frame_unsigned_memory): Declare.
3317 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3318 get_frame_memory_unsigned and get_frame_arch.
3319 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3320
cb123844
RG
33212003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3322
3323 * MAINTAINERS (write after approval): Add myself.
3324
1bb792e9
JB
33252003-06-03 Jim Blandy <jimb@redhat.com>
3326
3327 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3328 elements of gregset_t are 64 bits each, but access registers
3329 are still 32 bits, so they're packed two per gregset_t
3330 element. Unpack/pack them properly.
3331
aee8d8ba
DC
33322003-06-02 David Carlton <carlton@bactrian.org>
3333
3334 * linespec.c (find_methods): Break out code into
3335 add_matching_methods and add_constructors.
3336 (add_matching_methods): New.
3337 (add_constructors): Ditto.
3338
bf7488d2
AC
33392003-06-02 Andrew Cagney <cagney@redhat.com>
3340
bf7488d2
AC
3341 * sparc-tdep.c (sparc_print_registers): Delete call to
3342 REGISTER_CONVERTIBLE.
3343 (sparc_gdbarch_init): Do not set register_convertible.
3344 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3345 * frv-tdep.c (frv_gdbarch_init): Ditto.
3346 * cris-tdep.c (cris_gdbarch_init): Ditto.
3347
adedef68
EZ
33482003-06-02 Elena Zannoni <ezannoni@redhat.com>
3349
8ffd9b1b 3350 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
3351 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3352 (syms_from_objfile): Ditto.
3353
650fcc91
AS
33542003-06-03 Andreas Schwab <schwab@suse.de>
3355
3356 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3357 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3358
df4a182b
RH
33592003-06-02 Richard Henderson <rth@redhat.com>
3360
3361 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3362 a member of all_reggroup.
3363
c483c494
RH
33642003-06-02 Richard Henderson <rth@redhat.com>
3365
3366 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3367 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3368 (alpha_lds, alpha_sts): New.
3369 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 3370 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
3371 restructure and fail for type sizes other than 4 or 8.
3372 (alpha_value_to_register): Similarly.
3373 (alpha_extract_return_value): Use alpha_sts.
3374 (alpha_store_return_value): Use alpha_lds.
3375 (alpha_gdbarch_init): Update hooks.
3376
b38b6be2
RH
33772003-06-02 Richard Henderson <rth@redhat.com>
3378
3379 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3380 regnum identifiers.
3381 (alpha_sigtramp_register_address): Likewise.
3382
98a8e1e5
RH
33832003-06-02 Richard Henderson <rth@redhat.com>
3384
3385 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3386 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3387 * alpha-tdep.h: Declare them.
3388
3389 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3390 Remove zerobuf. Don't error on UNIQUE.
3391 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3392 (ALPHA_REGSET_UNIQUE): Provide default.
3393 (supply_gregset): Use alpha_supply_int_regs.
3394 (fill_gregset): Use alpha_fill_int_regs.
3395 (supply_fpregset): Use alpha_supply_fp_regs.
3396 (fill_fpregset): Use alpha_fill_fp_regs.
3397 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3398 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3399 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3400 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3401 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3402 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3403
67dfac52
RH
34042003-06-02 Richard Henderson <rth@redhat.com>
3405
f75d70cc
RH
3406 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3407
67dfac52
RH
3408 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3409 (alpha_store_return_value): Likewise.
3410
0cf566ec
DC
34112003-06-02 David Carlton <carlton@math.stanford.edu>
3412
3413 * block.c (contained_in): Add 'const' to arguments.
3414 (block_function): Ditto.
3415 * block.h: Update declarations for block_function and
3416 contained_in.
3417
cdef89d0
DC
34182003-06-02 David Carlton <carlton@math.stanford.edu>
3419
3420 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3421 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3422 * p-valprint.c (pascal_val_print): Ditto.
3423 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3424
72667056
RH
34252003-06-02 Richard Henderson <rth@redhat.com>
3426
98a8e1e5
RH
3427 * alpha-tdep.c (alpha_push_dummy_call): Use
3428 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 3429
8ffd9b1b 3430 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
3431 sign-extension of 32-bit values.
3432 (alpha_store_return_value): Similarly.
0ede8eca 3433
98a8e1e5
RH
3434 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3435 (alpha_extract_return_value): Likewise.
3436 (alpha_store_return_value): Likewise.
7b5e1cb3 3437
98a8e1e5
RH
3438 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3439 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 3440
98a8e1e5
RH
3441 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3442 (alpha_extract_struct_value_address): Likewise.
3443 (alpha_store_return_value): Likewise.
3444 (alpha_store_struct_return): Remove.
3445 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 3446
98a8e1e5
RH
3447 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3448 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3449 macros where appropriate.
3450 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3451 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 3452
98a8e1e5
RH
3453 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3454 for SP, GP; void_func_ptr for PC; non-language-specific types
3455 for all others.
3456 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 3457
6dd77b81
RH
34582003-06-02 Richard Henderson <rth@redhat.com>
3459
3460 * top.h (lim_at_start): Declare.
3461 * main.c (captured_main): Set it.
3462 * top.c (lim_at_start): Define.
3463 (command_loop): Use it instead of &environ.
3464 * event-top.c (command_handler): Likewise.
3465
f4dbdb54
JT
34662003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3467
3468 * mipsnbsd-tdep.c: Update copyright years.
3469 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3470
8f285956
RH
34712003-06-01 Richard Henderson <rth@redhat.com>
3472
98a8e1e5
RH
3473 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3474 (alpha-linux-tdep.o): Update dependencies.
3475 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3476 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 3477
615967cb
RH
34782003-06-01 Richard Henderson <rth@redhat.com>
3479
98a8e1e5
RH
3480 * alpha-tdep.c (alpha_register_reggroup_p): New.
3481 (alpha_gdbarch_init): Register it.
615967cb 3482
b59661bd
AC
34832003-06-02 Andrew Cagney <cagney@redhat.com>
3484
3485 * dwarfread.c: Eliminate "register"
3486 (decode_die_type): Eliminate assignment within "if".
3487 (struct_type, decode_array_element_type): Ditto.
3488 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3489 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3490 (decode_modified_type, completedieinfo): Ditto.
3491 * block.c: Eliminate "register".
3492 (blockvector_for_pc_sect): Eliminate assignment within "if".
3493 * cp-support.h (struct symbol): Opaque declaration.
3494 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3495
5ef165c2
RH
34962003-06-01 Richard Henderson <rth@redhat.com>
3497
98a8e1e5
RH
3498 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3499 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 3500
143985b7
AF
35012003-06-01 Adam Fedor <fedor@gnu.org>
3502
3503 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3504 * gdbarch.[ch]: Regenerate.
3505 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3506 (hppa_gdbarch_init): Set it in the gdbarch vector.
3507 * i386-tdep.c (i386_fetch_pointer_argument): New
3508 (i386_gdbarch_init): Set it into gdbarch.
3509 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3510 (rs6000_gdbarch_init): Set it in gdbarch.
3511 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3512 (sparc_gdbarch_init): Set it in gdbarch.
3513
ae0167b9
AC
35142003-06-01 Andrew Cagney <cagney@redhat.com>
3515
7c0b4a20
AC
3516 * defs.h (extract_address): Delete declaration.
3517 * findvar.c (extract_address): Delete function.
3518 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3519 extract_address with the inline equivalent,
3520 extract_unsigned_integer.
3521 (xstormy16_extract_struct_value_address): Ditto.
3522 (xstormy16_pointer_to_address): Ditto.
3523 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3524 * v850-tdep.c (v850_push_arguments): Ditto.
3525 (v850_extract_return_value): Ditto.
3526 (v850_extract_struct_value_address): Ditto.
3527 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3528 (sparcnbsd_get_longjmp_target_64): Ditto.
3529 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3530 (get_longjmp_target): Ditto.
3531 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3532 (sh64_extract_struct_value_address): Ditto.
3533 (sh_push_arguments): Ditto.
3534 (sh64_push_arguments): Ditto.
3535 * remote-vxsparc.c (vx_read_register): Ditto.
3536 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3537 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3538 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3539 * mipsv4-nat.c (get_longjmp_target): Ditto.
3540 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3541 * mips-nat.c (get_longjmp_target): Ditto.
3542 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3543 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3544 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3545 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3546 * irix5-nat.c (get_longjmp_target): Ditto.
3547 * irix4-nat.c (get_longjmp_target): Ditto.
3548 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3549 (ia64_push_arguments): Ditto.
3550 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3551 * h8300-tdep.c (h8300_push_arguments): Ditto.
3552 (h8300_store_return_value): Ditto.
3553 (h8300_extract_struct_value_address): Ditto.
3554 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3555 (frv_push_arguments): Ditto.
3556 * avr-tdep.c (avr_pointer_to_address): Ditto.
3557 (avr_push_arguments): Ditto.
3558 * arm-tdep.c (arm_push_dummy_call): Ditto.
3559 (arm_get_longjmp_target): Ditto.
3560 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3561 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3562 (alpha_get_longjmp_target): Ditto.
3563
ae0167b9
AC
3564 * solib-irix.c (extract_mips_address): Inline extract_address,
3565 replacing it with extract_signed_integer.
3566 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3567 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3568 (first_link_map_member, open_symbol_file_object): Ditto.
3569 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3570 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3571 (LM_NEXT, LM_NAME): Ditto.
3572
44d88583
RH
35732003-06-01 Richard Henderson <rth@redhat.com>
3574
98a8e1e5
RH
3575 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3576 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3577 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3578 (alpha_cannot_store_register): Likewise.
3579 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3580 * alpha-nat.c (supply_gregset): Likewise.
3581 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 3582
310e9b6a
AC
35832003-06-01 Andrew Cagney <cagney@redhat.com>
3584
3585 * infcall.c (call_function_by_hand): Update comment on
3586 DEPRECATED_DUMMY_WRITE_SP.
3587
3588 * mips-tdep.c (mips_gdbarch_init): Do not set
3589 deprecated_dummy_write_sp.
3590 (mips_eabi_push_dummy_call): Set the SP register.
3591 (mips_o64_push_dummy_call): Set the SP register.
3592 (mips_o32_push_dummy_call): Set the SP register.
3593 (mips_n32n64_push_dummy_call): Set the SP register.
3594
5ab84872
RH
35952003-06-01 Richard Henderson <rth@redhat.com>
3596
98a8e1e5
RH
3597 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3598 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3599 (supply_gregset): Likewise.
3600 * alpha-tdep.c (alpha_store_return_value): Likewise.
3601 (alpha_get_longjmp_target): Likewise.
3602 (alpha_register_name): Constify array.
3603 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3604 deprecated_register_size, deprecated_register_bytes,
3605 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3606 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3607 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 3608
09cc52fd
RH
36092003-06-01 Richard Henderson <rth@redhat.com>
3610
3611 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3612 from arg_reg_buffer to regcache to avoid double conversion.
3613
c7f16359
MK
36142003-06-01 Mark Kettenis <kettenis@gnu.org>
3615
3616 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3617 SP_REGNUM.
3618 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3619 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3620
7131cb6e
RH
36212003-06-01 Richard Henderson <rth@redhat.com>
3622
98a8e1e5
RH
3623 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3624 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 3625
f3e0f90b
RH
36262003-06-01 Richard Henderson <rth@redhat.com>
3627
98a8e1e5
RH
3628 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3629 not overlapping PC_REGNUM.
f3e0f90b 3630
c88e30c0
RH
36312003-06-01 Richard Henderson <rth@redhat.com>
3632
98a8e1e5
RH
3633 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3634 alpha_push_arguments. Don't dump argument register data to
3635 the target stack. Fix float and 128-bit long double semantics.
3636 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3637 (alpha_fix_call_dummy): Remove.
3638 (alpha_call_dummy_words): Remove.
3639 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 3640
f1a559ae
RH
36412003-06-01 Richard Henderson <rth@redhat.com>
3642
3643 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3644
5e045346
AC
36452003-06-01 Andrew Cagney <cagney@redhat.com>
3646
95404a3e
AC
3647 * mips-tdep.c (is_mips16_addr): New function.
3648 (make_mips16_addr, unmake_mips16_addr): New functions.
3649 (pc_is_mips16, mips_fetch_instruction): Use.
3650 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3651 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3652 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3653 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3654 TARGET_MIPS.
3655 * config/mips/tm-mips.h: Update copyright.
3656 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3657 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3658 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3659 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3660 (TM_PRINT_INSN_MACH): Delete.
3661 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3662
5e045346
AC
3663 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3664 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3665 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3666 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3667 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3668 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3669 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3670 mips*-*-riscos* and mips*-*-sysv* onto mips.
3671 * config/mips/mips64.mt: New file.
3672 * config/mips/mips.mt: New file.
3673 * config/mips/littlemips.mt: Delete file.
3674 * config/mips/decstation.mt: Delete file.
3675 * config/mips/vr4300el.mt: Delete file.
3676 * config/mips/vr5000el.mt: Delete file.
3677 * config/mips/vr5000.mt: Delete file.
3678 * config/mips/vr4100.mt: Delete file.
3679 * config/mips/vr4xxxel.mt: Delete file.
3680 * config/mips/vr4300.mt: Delete file.
3681 * config/mips/vr4xxx.mt: Delete file.
3682 * config/mips/bigmips.mt: Delete file.
3683 * config/mips/bigmips64.mt: Delete file.
3684 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3685 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3686 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3687 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3688 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3689 "tm-bigmips.h".
3690 * config/mips/tm-irix3.h: Ditto.
3691 * config/mips/tm-mipsv4.h: Ditto.
3692 * config/mips/tm-embed.h: Ditto.
3693 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3694 "tm-bigmips64.h".
3695 * config/mips/tm-vr5000el.h: Delete file.
3696 * config/mips/tm-tx39l.h: Delete file.
3697 * config/mips/tm-vr4300el.h: Delete file.
3698 * config/mips/tm-vr4xxxel.h: Delete file.
3699 * config/mips/tm-vr4300.h: Delete file.
3700 * config/mips/tm-vr4100.h: Delete file.
3701 * config/mips/tm-vr4xxx.h: Delete file.
3702 * config/mips/tm-vr5000.h: Delete file.
3703 * config/mips/tm-embedl64.h: Delete file.
3704 * config/mips/tm-embedl.h: Delete file.
3705 * config/mips/tm-embed64.h: Delete file.
3706 * config/mips/tm-bigmips64.h: Delete file.
3707 * config/mips/tm-bigmips.h: Delete file.
3708
2473a4a9
MK
37092003-06-01 Mark Kettenis <kettenis@gnu.org>
3710
97a5b208
MK
3711 Fix gdb/1216.
3712 * shnbsd-nat.c: Include "sh-tdep.h".
3713
2473a4a9
MK
3714 From Richard Henderson <rth@redhat.com>:
3715 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3716
e0f7ec59
AC
37172003-05-31 Andrew Cagney <cagney@redhat.com>
3718
3719 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3720 forward declaration.
3721 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3722 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3723 (mips_find_saved_regs): Use set_reg_offset.
3724 (mips_frame_init_saved_regs): Delete function.
3725 (mips_pop_frame): Call mips_find_saved_regs instead of
3726 DEPRECATED_FRAME_INIT_SAVED_REGS.
3727
68dcc709
AC
37282003-05-31 Andrew Cagney <cagney@redhat.com>
3729
3730 * mips-tdep.c (mips_gdbarch_init): Do not set
3731 deprecated_max_register_raw_size, register_virtual_size, and
3732 deprecated_max_register_virtual_size.
3733
cfc14b3a
MK
37342003-05-31 Mark Kettenis <kettenis@gnu.org>
3735
6405b0a6
MK
3736 * i386-tdep.c: Include "dwarf2-frame.h".
3737 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3738 * Makefile.in (i386-tdep.o): Update dependencies.
3739
cfc14b3a
MK
3740 * dwarf2-frame.c, dwarf2-frame.h: New files.
3741 * Makefile.in (SFILES): Add dwarf2-frame.c.
3742 (dwarf2_frame_h): Define.
3743 (COMMON_OBS): Add dwarf2-frame.o.
3744 (dwarf2-frame.o): Add dependencies.
3745
6a2751d2
AJ
37462003-05-31 Andreas Jaeger <aj@suse.de>
3747
3748 * x86-64-linux-nat.c: Fix comment.
3749
1c3545ae
MK
37502003-05-31 Mark Kettenis <kettenis@gnu.org>
3751
10f93086
MK
3752 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3753 function signature.
3754
1c3545ae
MK
3755 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3756 have a sigcontext_addr handler.
3757 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3758 sigcontext_addr handler.
3759
e11c53d2
AC
37602003-05-31 Andrew Cagney <cagney@redhat.com>
3761
3762 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3763 (print_fp_register_row): Replace do_fp_register_row.
3764 (mips_print_fp_register): Add "file" and "frame" parameters.
3765 (mips_print_register): Add "file" and "frame" parameters.
3766 (mips_print_registers_info): Replace mips_do_registers_info.
3767 (mips_gdbarch_init): Set print_registers_info instead of
3768 deprecated_do_registers_info.
3769 (mips_read_fp_register_single): Add "frame" parameter.
3770 (mips_read_fp_register_double): Add "frame" parameter.
3771
a3386186
MK
37722003-05-31 Mark Kettenis <kettenis@gnu.org>
3773
70913449
MK
3774 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3775 Fixes a bug where GDB would print the wrong register names for
3776 targets without SSE.
3777
2b5e0749
MK
3778 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3779 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3780 registers.
3781
3782 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3783 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3784 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3785 TDEP->sc_sp_offset.
3786
a3386186
MK
3787 From Michal Ludvig <mludvig@suse.cz>:
3788 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3789 and `sc_num_regs'.
3790 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3791 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3792 I386_ST0_REGNUM): Move here from...
3793 * i386-tdep.c: ... here.
3794 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3795 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3796 registers if possible.
3797 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3798 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3799 Remove variables.
3800 (i386bsd_sc_reg_offset): New variable.
3801 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3802 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3803 TDEP->sc_sp_offset.
3804 (i386fbsd_sc_reg_offset): New variable.
3805 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3806 TDEP->sc_num_regs.
3807 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3808 variables.
3809 (i386fbsd4_sc_reg_offset): New variable.
3810 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3811 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3812 TDEP->sc_sp_offset.
3813 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3814 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3815 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3816 Remove variables.
3817 (i386nbsd_sc_reg_offset): New variable.
3818 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3819 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3820 TDEP->sc_sp_offset.
3821 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3822 Remove variables.
3823 (i386obsd_sc_reg_offset): New variable.
3824 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3825 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3826 TDEP->sc_sp_offset.
3827 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3828 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3829 for frame pointer offset in `struct sigcontext'.
3830
25ab4790
AC
38312003-05-31 Andrew Cagney <cagney@redhat.com>
3832
3833 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3834 architecture methods call_dummy_words, sizeof_call_dummy_words,
3835 push_return_address, store_struct_return, and fix_call_dummy. Set
3836 push_dummy_call instead of deprecated_push_arguments.
3837 (mips_store_struct_return): Delete function.
3838 (mips_fix_call_dummy): Delete function.
3839 (mips_push_return_address): Delete function.
3840 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3841 RA_REGNUM and T9_REGNUM.
3842 (mips_n32n64_push_dummy_call): Ditto for
3843 mips_n32n64_push_arguments.
3844 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3845 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3846
6a65450a
AC
38472003-05-31 Andrew Cagney <cagney@redhat.com>
3848
3849 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3850 "dummy_addr" to "bp_addr".
3851 * infcall.c (call_function_by_hand): Pass "funaddr" to
3852 gdbarch_push_dummy_call.
3853 * gdbarch.h, gdbarch.c: Re-generate.
3854 * i386-tdep.c (i386_push_dummy_call): Update.
3855 * arm-tdep.c (arm_push_dummy_call): Update.
3856 * d10v-tdep.c (d10v_push_dummy_call): Update.
3857
c4f35dd8
MK
38582003-05-31 Mark Kettenis <kettenis@gnu.org>
3859
3860 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3861 variable declarations.
3862 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3863 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3864 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3865 x86_64_init_frame_pc, x86_64_init_frame_pc,
3866 x86_64_function_has_prologue): Remove prototypes.
3867 (X86_64_NUM_GREGS): New define.
3868 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3869 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3870 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3871 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3872 XMM1_REGNUM): Remove defines.
3873 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3874 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3875 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3876 X86_64_XMM1_REGNUM): New defines.
3877 (struct x86_64_register_info): Renamed from `struct
3878 register_info'. Remove `size' member.
3879 (x86_64_register_info_table): Remove variable.
3880 (x86_64_register_info): New variable.
3881 (X86_64_NUM_REGS): New define.
3882 (X86_64_NUM_GREGS): Remove define.
3883 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3884 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3885 Remove variables.
3886 (x86_54_dwarf2_reg_to_regnum): Remove function.
3887 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3888 (x86_64_dwarf_reg_to_regnum): New function.
3889 (x86_64_register_name): Rewrite.
3890 (x86_64_register_raw_size): Remove function.
3891 (x86_64_register_byte_table): Remove variable.
3892 (x86_64_register_byte): Remove function.
3893 (x86_64_register_virtual_type): Remove function.
3894 (x86_64_register_type): New function.
3895 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3896 x86_64_register_convert_to_raw): Remove functions.
3897 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3898 (x86_64_use_struct_convention): Make static. Adjust for renamed
3899 defines.
3900 (x86_64_frame_init_saved_regs): Remove function.
3901 (x86_64_push_arguments): Make static. Change to accept a regcache
3902 as argument.
3903 (x86_64_store_return_value, x86_64_extract_return_value): Make
3904 static. Rewrite based on i386 counterparts.
3905 (x86_64_push_dummy_call): New function.
3906 (X86_64_NUM_SAVED_REGS): New define.
3907 (x86_64_register_number): Remove function.
3908 (x86_64_store_struct_return): Remove function.
3909 (x86_64_frameless_function_invocation,
3910 x86_64_function_has_prologue): Remove functions.
3911 (PROLOG_BUFSIZE): Remove define.
3912 (struct x86_64_frame_cache): New structure.
3913 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3914 x86_64_frame_cache, x86_64_frame_this_id,
3915 x86_64_frame_prev_register, x86_64_frame_p,
3916 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3917 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3918 functions.
3919 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3920 variables.
3921 (x86_64_skip_prologue): Rewrite in terms of
3922 x86_64_analyze_prologue.
3923 (x86_64_frame_base_address): New function.
3924 (x86_64_frame_base): New variable.
3925 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3926 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3927 set deprecated_fp_regnum, deprecated_register_size,
3928 deprecated_register_bytes, register_raw_size, register_byte,
3929 register_virtual_type, register_convertiable,
3930 register_convert_to_virtual, convert_to_raw,
3931 deprecated_get_saved_register, deprecated_target_read_fp,
3932 deprecated_push_arguments, deprecated_push_return_address,
3933 deprecated_pop_frame, deprecated_store_struct_return,
3934 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3935 frameless_function_invocation, deprecated_frame_saved_pc,
3936 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3937 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3938 deprecated_init_frame_pc and virtual_frame_pointer. Call
3939 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3940 and x86_64_frame_p. Call frame_base_set_default to register
3941 x86_64_frame_base.
3942 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3943 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3944 (_initialize_x86_64_tdep): Remove function.
3945 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3946 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3947 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3948 define.
3949 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3950 (x86_64_linux_sigcontext_addr): Rewrite.
3951 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3952 x86_64_linux_frame_saved_pc): Remove functions.
3953 (x86_64_linux_pc_in_sigtramp): Renamed from
3954 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3955 trampoline.
3956 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3957 Remove_functions.
3958 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3959 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3960 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3961 (x86_64_regmap): Rename to regmap.
3962 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3963 x86_64_num_gregs.
3964 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3965 x86_64_regmap.
3966 (x86_64_fxsave_offset): Remove function.
3967 (supply_fpregset): Simply call x86_64_supply_fxsave.
3968 (fill_fpregset): Simply call x86_64_fill_fxsave.
3969 (fetch_inferior_registers, store_inferior_registers): Avoid
3970 asignment in if-statement.
3971 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3972 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3973 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3974 (fetch_core_registers): Remove function.
3975 (linux_elf_core_fns): Remove.
3976 (offsetoff): Don't define.
3977 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3978 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3979 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3980 add core-regset.o.
3981 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3982 protection against multiple includes instead of NM_X86_64_h. Add
3983 various comments. Include "config/nm-linux.h". Don't include
3984 <signal.h>.
3985 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3986 GET_THREAD_SIGNALS): Remove defines.
3987 (x86_64_register_u_addr, kernel_u_size,
3988 lin_thread_get_thread_signals): Remove prototypes.
3989 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3990 [HAVE_LINK_H]: Don't include "solib.h".
3991 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3992 * config/i386/tm-x86-64linux.h: Fix comments.
3993 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3994 x86-64-tdep.o): Update dependencies.
3995
c25083af
AC
39962003-05-30 Andrew Cagney <cagney@redhat.com>
3997
c8f55a7b
AC
3998 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3999 Change parameter type to a "struct regcache *".
4000
c25083af
AC
4001 * gdbarch.sh: Regardless of the multi-arch level, always define
4002 the macro when not already defined.
4003 * gdbarch.h, gdbarch.c: Re-generate.
4004
fbe586ae
RH
40052003-05-30 Richard Henderson <rth@redhat.com>
4006
4007 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
4008 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
4009 (alpha_mdebug_frame_this_id): Likewise.
4010 (alpha_mdebug_frame_prev_register): Likewise.
4011 (alpha_mdebug_frame_base_address): Likewise.
4012 (alpha_mdebug_frame_locals_address): Likewise.
4013 (alpha_mdebug_frame_args_address): Likewise.
4014 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
4015 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
4016 (alpha_heuristic_frame_unwind_cache): Make static; add missing
4017 loop increment.
4018 (alpha_heuristic_frame_this_id): Make static.
4019 (alpha_heuristic_frame_prev_register): Likewise.
4020 (alpha_heuristic_frame_base_address): Likewise.
4021 * alpha-tdep.h: Update.
4022
acd5c798
MK
40232003-05-30 Mark Kettenis <kettenis@gnu.org>
4024
4025 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
4026 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
4027 defenitions.
4028 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
4029 * i386-tdep.c: Mark functions that are 64-bit safe as such.
4030 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
4031 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
4032 I386_ST0_REGNUM): New defines.
4033 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
4034 codestream_get): Remove define.
4035 (codestream_next_addr, condestream_addr, condestream_buf,
4036 codestream_off, codestream_cnt): Remove variables.
4037 (codestream_fill, codestream_seek, codestream_read): Remove
4038 functions.
4039 (i386_follow_jump): Rewrite to avoid usage of removed codestream
4040 functionality.
4041 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
4042 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
4043 i386_frame_saved_pc, i386_saved_pc_after_call,
4044 i386_frame_num_args, i386_frame_init_saved_regs,
4045 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
4046 i386_push_arguments): Remove functions.
4047 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
4048 functionality. Use i386_analyze_prologue instead of
4049 i386_get_frame_setup.
4050 (I386_NUM_SAVED_REGS): New define.
4051 (struct i386_frame_cache): New structure.
4052 (i386_alloc_frame_cache, i386_analyze_struct_return,
4053 i386_skip_probe, i386_analyze_frame_setup,
4054 i386_analyze_register_saves, i386_analyze_prologue,
4055 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
4056 i386_frame_prev_register, i386_sigtramp_frame_cache,
4057 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
4058 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
4059 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
4060 New functions.
4061 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
4062 New variables.
4063 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
4064 I386_EAX_REGNUM and I386_EDX_REGNUM.
4065 (i386_extract_return_value, i386_store_return_value): Use
4066 I386_ST0_REGNUM where appropriate.
4067 (i386_extract_struct_value_address): Rewrite to use extract_address.
4068 (i386_svr4_pc_in_sigtramp): Add comment.
4069 (i386_svr4_sigcontext_addr): Rewrite.
4070 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
4071 TDEP->sc_sp_offset.
4072 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
4073 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
4074 of new defines. Set push_dummy_call, don't set
4075 deprecated_push_arguments, deprecated_push_return_address,
4076 deprecated_pop_frame. Don't set parm_boundary. Don't set
4077 deprecated_frame_chain, deprecated_frame_saved_pc,
4078 deprecated_saved_pc_after_call. Set unwind_dummy_id,
4079 save_dummy_frame_tos, unwind_pc. Call
4080 frame_unwind_append_predicate and frame_base_set_default. Don't
4081 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
4082 Don't set frameless_function_invocation. Don't set
4083 deprecated_register_bytes, deprecated_register_size,
4084 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
4085 * i386-linux-tdep.c: Fix formatting in some comments.
4086 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
4087 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
4088 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
4089 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
4090 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
4091 redundant parentheses.
4092 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
4093 (i386_linux_sigcontext_addr): Use it. Rewrite.
4094 (find_minsym_and_objfile): Change name of second argument.
4095 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
4096 changed. Use frame_pc_unwind instead of
4097 DEPRECATED_SAVED_PC_AFTER_CALL.
4098 (i386_linux_init_abi): Don't set deprecated_register_bytes.
4099 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
4100 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
4101 unwinder.
4102 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
4103 "dummy-frame.h".
4104 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
4105 (_initialize_i386_cygwin_tdep): New prototype.
4106 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
4107 deprecated_frame_chain_valid.
4108 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
4109 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4110 Rely on the SVR4 defaults.
4111 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
4112 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
4113
c89b70f1
AC
41142003-05-30 Andrew Cagney <cagney@redhat.com>
4115
4116 * infcall.c (call_function_by_hand): Always call
4117 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
4118
85b32d22
RH
41192003-05-30 Richard Henderson <rth@redhat.com>
4120
c89b70f1
AC
4121 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
4122 increment.
85b32d22 4123
bfe51b1e
JB
41242003-05-29 Jim Blandy <jimb@redhat.com>
4125
4126 Use gdbarch methods for solib stuff on PowerPC Linux.
4127 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
4128 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
4129 show through.
4130 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4131 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
4132 giving the same effect as the #definitions above.
4133
1abf022c
AF
41342003-05-29 Adam Fedor <fedor@gnu.org>
4135
4136 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
4137 (find_implementation_from_class): Replace it with the standard
4138 case i.e. do nothing.
4139
d2427a71
RH
41402003-05-29 Richard Henderson <rth@redhat.com>
4141
4142 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
4143 (alpha_linux_sigtramp_offset): Use it. Make static.
4144 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
4145 update for new frame model.
4146 * alpha-mdebug-tdep.c: New file.
4147 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
4148 (alpha_osf1_init_abi): Install it.
4149 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
4150 (linked_proc_desc_table): Remove.
4151 (alpha_frame_past_sigtramp_frame): Remove.
4152 (alpha_dynamic_sigtramp_offset): Remove.
4153 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
4154 (alpha_proc_desc_is_dyn_sigtramp): Remove.
4155 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
4156 (push_sigtramp_desc): Remove.
4157 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
4158 (alpha_cannot_store_register): Likewise.
4159 (alpha_sigcontext_addr): Remove.
4160 (alpha_find_saved_regs): Remove.
4161 (alpha_frame_init_saved_regs): Remove.
4162 (alpha_init_frame_pc_first): Remove.
4163 (read_next_frame_reg): Remove.
4164 (alpha_frame_saved_pc): Remove.
4165 (alpha_saved_pc_after_call): Remove.
4166 (temp_proc_desc, temp_saved_regs): Remove.
4167 (alpha_about_to_return): Remove.
4168 (cached_proc_desc): Remove.
4169 (alpha_frame_chain): Remove.
4170 (alpha_print_extra_frame_info): Remove.
4171 (alpha_init_extra_frame_info): Remove.
4172 (alpha_frame_locals_address): Remove.
4173 (alpha_frame_args_address): Remove.
4174 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4175 (alpha_push_dummy_frame): Remove.
4176 (alpha_pop_frame): Remove.
4177 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4178 (alpha_read_insn): New.
4179 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4180 for different insn encodings.
4181 (alpha_in_lenient_prologue): Remove.
4182 (struct alpha_sigtramp_unwind_cache): New.
4183 (alpha_sigtramp_frame_unwind_cache): New.
4184 (alpha_sigtramp_register_address): New.
4185 (alpha_sigtramp_frame_this_id): New.
4186 (alpha_sigtramp_frame_prev_register): New.
4187 (alpha_sigtramp_frame_unwind): New.
4188 (alpha_sigtramp_frame_p): New.
4189 (struct alpha_heuristic_unwind_cache): New.
4190 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4191 don't count nop insns that occur between functions.
4192 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4193 heuristic_proc_desc, but without the mdebug wrapping.
4194 (alpha_heuristic_frame_this_id): New.
4195 (alpha_heuristic_frame_prev_register): New.
4196 (alpha_heuristic_frame_unwind): New.
4197 (alpha_heuristic_frame_p): New.
4198 (alpha_heuristic_frame_base_address): New.
4199 (alpha_heuristic_frame_base): New.
4200 (alpha_unwind_dummy_id): New.
4201 (alpha_unwind_pc): New.
4202 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4203 frame related deprecated initializations; install replacements.
4204 (alpha_dump_tdep): Remove.
4205 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4206 (alpha_read_insn, alpha_after_prologue,
4207 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4208 alpha_heuristic_frame_prev_register,
4209 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4210 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4211 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4212 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4213
93ec1121
AC
42142003-05-29 Andrew Cagney <cagney@redhat.com>
4215
4216 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4217 dependant on the availability of ASSERT_FUNCTION.
4218 (ASSERT_FUNCTION): Do not define when there is no function name.
4219
98f08d3d
KB
42202003-05-29 Kevin Buettner <kevinb@redhat.com>
4221
4222 From Jimi X <jimix@watson.ibm.com>:
4223 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4224
0897f59b
JB
42252003-05-28 Jim Blandy <jimb@redhat.com>
4226
4227 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4228 argument to ptrace to int; the system headers should give it the
4229 right type, and pointers don't fit in ints on powerpc64-*-*.
4230
14898363
L
42312003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4232
4233 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4234 DW_TAG_catch_block.
4235
a7a48797
EZ
42362003-05-26 Elena Zannoni <ezannoni@redhat.com>
4237
4238 * stabsread.c (dbx_lookup_type): Make static.
4239 (read_type): Ditto.
4240 (add_undefined_type): Ditto.
4241 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4242 not export.
4243
f5479e9c
EZ
42442003-05-26 Elena Zannoni <ezannoni@redhat.com>
4245
4246 * hpread.c (hpread_has_name): Make static.
4247 (hpread_psymtab_to_symtab): Ditto.
4248 (file_exists): Ditto.
4249 (hpread_call_pxdb): Ditto.
4250 (hpread_pxdb_needed): Ditto.
4251 (hpread_quick_traverse): Ditto.
4252 (hpread_get_header): Ditto.
4253 (hpread_get_lntt): Ditto.
4254 (hpread_get_slt): Ditto.
4255 (class_of): Ditto.
4256
eb2e12d7
AS
42572003-05-25 Andreas Schwab <schwab@suse.de>
4258
78bf922a
AS
4259 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4260 stack_align and deprecated_extra_stack_alignment_needed.
4261 (m68k_stack_align): Delete.
4262
eb2e12d7
AS
4263 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4264 (m68k_register_virtual_size): Likewise.
4265 (altos_skip_prologue): Remove obsolete function.
4266 (isi_frame_num_args): Likewise.
4267 (news_frame_num_args): Likewise.
4268 (m68k_fix_call_dummy): Make static.
4269 (m68k_push_dummy_frame): Likewise.
4270 (m68k_pop_frame): Likewise.
4271 (m68k_skip_prologue): Likewise.
4272 (m68k_frame_init_saved_regs): Likewise.
4273 (m68k_saved_pc_after_call): Likewise.
4274 (m68k_get_longjmp_target): Make multi-arch.
4275 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4276 structure. Register m68k_get_longjmp_target if enabled.
4277 * m68k-tdep.h (struct gdbarch_tdep): Define.
4278 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4279
4280 * Makefile.in (config.status): Also depend on configure.tgt
4281 and configure.host.
4282 (m68klinux-tdep.o): Update dependencies.
4283 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4284 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4285 (M68K_LINUX_JB_PC): Define.
4286 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4287 and take additional parameter.
4288 (m68k_linux_sigtramp_saved_pc): Update.
4289 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4290 m68k_linux_pc_in_sigtramp, in_plt_section,
4291 find_solib_trampoline_target.
4292 * config/m68k/tm-linux.h: Don't include any tm headers.
4293 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4294 (JB_ELEMENT_SIZE): Likewise.
4295 (JB_PC): Likewise.
4296 (GET_LONGJMP_TARGET): Likewise.
4297 (IN_SIGTRAMP): Likewise.
4298 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4299
eb2c22dc
MK
43002003-05-25 Mark Kettenis <kettenis@gnu.org>
4301
4302 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4303 (sparc32_push_arguments): Re-implement by calling
4304 sparc32_do_push_arguments.
4305
44b7b84e
MK
43062003-05-25 Mark Kettenis <kettenis@gnu.org>
4307
4308 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4309 SPARC_O1_REGNUM): New defines.
4310 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4311 (sparc32_store_return_value): New function.
4312 (sparc_extract_struct_value_address): Rewrite to operate on a
4313 regcache.
4314 (sparc_gdbarch_init): Don't set
4315 deprecated_extract_struct_value_address. Set
4316 extract_struct_value_address instead. Don't set
4317 deprecated_extract_return_value and deprecated_store_return_value
4318 for 32-bit targets. Set extract_return_value and
4319 store_return_value instead.
4320 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4321 DEPRECTAED_EXTRACT_RETURN_VALUE,
4322 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4323 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4324 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4325 (sparc_store_return_value): Remove prototype.
4326 (sparc32_store_return_value): New prototype.
4327 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4328 Adjust prototypes.
4329
f6ad61e3
MK
43302003-05-24 Mark Kettenis <kettenis@gnu.org>
4331
4332 * sparcnbsd-tdep.c: Include "gdb_string.h".
4333
b276f1bb
AC
43342003-05-23 Andrew Cagney <cagney@redhat.com>
4335
4336 * p-valprint.c (pascal_val_print): Replace extract_address with
4337 the inline equivalent extract_unsigned_integer.
4338 * jv-valprint.c (java_value_print): Ditto.
4339 * ada-valprint.c (ada_val_print_1): Ditto.
4340 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4341
e76c5fcc
TR
43422003-05-23 Theodore A. Roth <troth@openavr.org>
4343
4344 * blockframe.c (frameless_look_for_prologue): Remove unused
4345 after_prologue variable.
4346
2cdd89cb
MK
43472003-05-23 Mark Kettenis <kettenis@gnu.org>
4348
4349 * blockframe.c (get_pc_function_start): Rewrite to avoid
4350 asignments in if-statements.
4351
182d43bc
EZ
43522003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4353
4354 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 4355 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
4356 files, don't relocate absolute symbols (and do use mst_abs).
4357
e8f3fcdd
AC
43582003-05-23 Andrew Cagney <cagney@redhat.com>
4359
4360 * objc-lang.c: Include "gdb_assert.h".
4361 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4362 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4363 (gdb_check, gdb_check_fatal): Delete functions.
4364 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4365 gdb_assert.
4366 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4367 * Makefile.in (objc-lang.o): Update dependencies.
4368
3c23e6fb
ILT
43692003-05-22 Ian Lance Taylor <ian@airs.com>
4370
4371 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4372 with fprintf_filtered, not fprintf_unfiltered.
4373
af1342ab
AC
43742003-05-22 Andrew Cagney <cagney@redhat.com>
4375
4376 * stack.c (frame_info): Inline extract_address, replacing it with
4377 extract_unsigned_integer.
4378 * findvar.c (unsigned_pointer_to_address): Ditto.
4379 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4380 * dwarf2expr.c (dwarf2_read_address): Ditto.
4381 * frame.c (frame_pc_unwind): Update comment.
4382 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4383
47e242ec
JJ
43842003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4385
4386 * infptrace.c (detach): Call print_sys_errmsg rather than
4387 perror_with_name to issue warning message when errno is non-zero
4388 after calling ptrace detach.
4389
e2ac8128
JB
43902003-05-21 J. Brobecker <brobecker@gnat.com>
4391
4392 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4393 macro definitions from here...
4394 * hppa-tdep.c: ...to there.
4395
92b3541e
KB
43962003-05-20 Kevin Buettner <kevinb@redhat.com>
4397
4398 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4399 register_ptrace_addr(). Fix all callers.
4400
55809acb
AS
44012003-05-21 Andreas Schwab <schwab@suse.de>
4402
4403 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4404 dependencies.
4405 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4406 end.
4407 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4408 (_initialize_m68k_linux_tdep): New function.
4409 (m68k_linux_frame_saved_pc): Make static.
4410 (m68k_linux_extract_return_value): Likewise.
4411 (m68k_linux_store_return_value): Likewise.
4412 (m68k_linux_extract_struct_value_address): Likewise.
4413 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4414 Remove.
4415 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4416 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4417 (DEPRECATED_FRAME_SAVED_PC): Remove.
4418
0fbc10f7
KW
44192003-05-20 Kris Warkentin <kewarken@qnx.com>
4420
4421 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4422 regset numbering rather than our own.
4423
58da2eb2
DC
44242003-05-19 David Carlton <carlton@bactrian.org>
4425
4426 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4427
1fcb5155
DC
44282003-05-19 David Carlton <carlton@bactrian.org>
4429
4430 Partial fix for PR c++/827.
4431 * cp-support.h: Include symtab.h.
4432 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4433 * cp-namespace.c: Update contributors.
4434 (cp_lookup_symbol_nonlocal): New.
4435 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4436 (lookup_symbol_file): Ditto.
4437 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4438 * block.h: Declare block_scope, block_using, block_global_block.
4439 * block.c (block_scope): New.
4440 (block_using, block_global_block): Ditto.
4441 * Makefile.in (cp_support_h): Depend on symtab_h.
4442 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4443
5f9a71c3
DC
44442003-05-19 David Carlton <carlton@bactrian.org>
4445
4446 * language.h (struct language_defn): Add 'la_value_of_this'
4447 and 'la_lookup_symbol_nonlocal' members.
4448 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4449 lookup_symbol_static, lookup_symbol_global,
4450 lookup_symbol_aux_block.
4451 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4452 if we should search fields of this and how to do static/global
4453 lookup.
4454 (lookup_symbol_aux_block): Make extern.
4455 (basic_lookup_symbol_nonlocal): New.
4456 (lookup_symbol_static, lookup_symbol_global): Ditto.
4457 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4458 'la_lookup_symbol_nonlocal' members.
4459 * c-lang.c (c_language_defn, cplus_language_defn)
4460 (asm_language_defn, minimal_language_defn): Ditto.
4461 * jv-lang.c (java_language_defn): Ditto.
4462 * language.c (unknown_language_defn, auto_language_defn)
4463 (local_language_defn): Ditto.
4464 * m2-lang.c (m2_language_defn): Ditto.
4465 * objc-lang.c (objc_language_defn): Ditto.
4466 * scm-lang.c (scm_language_defn): Ditto.
4467 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4468 * p-lang.c (pascal_language_defn): Ditto for both.
4469 * Makefile.in (f-lang.o): Depend on value_h.
4470 (p-lang.o): Ditto.
4471
89a9d1b1
DC
44722003-05-19 David Carlton <carlton@bactrian.org>
4473
4474 * block.h: Declare block_static_block.
4475 * block.c (block_static_block): New.
4476 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4477 lookup_symbol_aux_local, calling block_static_block instead.
4478 (lookup_symbol_aux_local): Delete 'static_block' argument.
4479
eed3f8ab
DC
44802003-05-19 David Carlton <carlton@bactrian.org>
4481
4482 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4483
a09d8bda
ML
44842003-05-19 Michal Ludvig <mludvig@suse.cz>
4485
4486 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4487 register numbers mapping.
4488
69636828
AF
44892003-05-18 Adam Fedor <fedor@gnu.org>
4490
4491 * symtab.c (completion_list_objc_symbol): New function.
4492 (make_symbol_completion_list): Use it to add ObjC symbols
4493 when looking though the list.
4494 (language_search_unquoted_string): New function.
4495 (make_file_symbol_completion_list): Use it.
4496
55baeb84
AS
44972003-05-18 Andreas Schwab <schwab@suse.de>
4498
d0b45d99
AS
4499 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4500 dependencies.
4501 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4502 as m68k_linux_extract_return_value.
4503 (DEPRECATED_STORE_RETURN_VALUE): Define as
4504 m68k_linux_store_return_value.
4505 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4506 m68k_linux_extract_struct_value_address.
4507 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4508 get_next_frame, get_frame_base, get_frame_pc.
4509 (m68k_linux_frame_saved_pc): Use get_frame_base.
4510 (m68k_linux_extract_return_value): New function.
4511 (m68k_linux_store_return_value): New function.
4512 (m68k_linux_extract_struct_value_address): New function.
4513 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4514
55baeb84
AS
4515 * c-exp.y (typebase): Remove duplicate occurence of
4516 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 4517 of lookup_signed_typename.
55baeb84 4518
b6b08ebf
MK
45192003-05-18 Mark Kettenis <kettenis@gnu.org>
4520
4521 * dwarf2loc.c (find_location_expression): Change type of second
4522 argument to `size_t *'.
4523 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4524 for size variable.
4525
5ad1c190
DC
45262003-05-18 David Carlton <carlton@bactrian.org>
4527
4528 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4529 'linkage_name'. Add comment.
4530 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4531 'linkage_name'.
4532 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4533 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4534 (lookup_block_symbol): Ditto.
4535
b8b527c5
AC
45362003-05-16 Andrew Cagney <cagney@redhat.com>
4537
4538 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4539 * gdbarch.h, gdbarch.c: Re-generate.
4540 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4541 * TODO (REGISTER_BYTES): Delete reference.
4542 * alpha-tdep.c (alpha_gdbarch_init): Update.
4543 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4544 * x86-64-tdep.c (x86_64_init_abi): Update.
4545 * vax-tdep.c (vax_gdbarch_init): Update.
4546 * v850-tdep.c (v850_gdbarch_init): Update.
4547 * sparc-tdep.c (sparc_gdbarch_init): Update.
4548 * sh-tdep.c (sh_gdbarch_init): Update.
4549 * s390-tdep.c (s390_gdbarch_init): Update.
4550 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4551 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4552 (ns32k_gdbarch_init_32382): Update.
4553 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4554 * mcore-tdep.c (mcore_gdbarch_init): Update.
4555 * m68k-tdep.c (m68k_gdbarch_init): Update.
4556 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4557 * ia64-tdep.c (ia64_gdbarch_init): Update.
4558 * i386-tdep.c (i386_gdbarch_init): Update.
4559 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4560 * hppa-tdep.c (hppa_gdbarch_init): Update.
4561 * h8300-tdep.c (h8300_gdbarch_init): Update.
4562 * frv-tdep.c (frv_gdbarch_init): Update.
4563 * cris-tdep.c (cris_gdbarch_init): Update.
4564 * avr-tdep.c (avr_gdbarch_init): Update.
4565 * arm-tdep.c (arm_gdbarch_init): Update.
4566 * sparc-tdep.c (sparc_pop_frame): Update.
4567 * rs6000-tdep.c (rs6000_pop_frame): Update.
4568 * remote.c (init_remote_state): Update.
4569 (remote_prepare_to_store): Update.
4570 * remote-vx.c (vx_prepare_to_store): Update.
4571 * remote-sds.c (sds_fetch_registers): Update.
4572 (sds_prepare_to_store): Update.
4573 * remote-array.c: Update.
4574 * regcache.c (init_legacy_regcache_descr): Update.
4575 (init_regcache_descr): Update.
4576 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4577 (mips_o64_extract_return_value): Update.
4578 * irix5-nat.c (fetch_core_registers): Update.
4579 * irix4-nat.c (fetch_core_registers): Update.
4580 * i386-tdep.h: Update.
4581 * hppa-tdep.c (pa_do_registers_info): Update.
4582 (pa_do_strcat_registers_info): Update.
4583 * cris-tdep.c (cris_register_bytes_ok): Update.
4584 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4585 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4586 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4587 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4588 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4589 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4590 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4591 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4592 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4593 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4594 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4595 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4596 (REGISTER_BYTES_OK): Update.
4597 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4598 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4599
ee2842e2
ILT
46002003-05-16 Ian Lance Taylor <ian@airs.com>
4601
4602 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4603 (vax_print_insn, print_insn_arg): Remove static functions.
4604 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4605 print_insn_vax from opcodes library.
4606 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4607
973177d3
AC
46082003-05-15 Andrew Cagney <cagney@redhat.com>
4609
aaab4dba
AC
4610 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4611 * target.h (memory_breakpoint_from_pc): Delete declaration.
4612 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4613 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4614 * monitor.c (monitor_insert_breakpoint): Use
4615 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4616 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4617 * gdbarch.h, gdbarch.c: Re-generate.
4618 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4619 (sparc_gdbarch_init): Set breakpoint_from_pc to
4620 sparc_breakpoint_from_pc.
4621 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4622 (BREAKPOINT_FROM_PC): Define.
4623 (sparc_breakpoint_from_pc): Declare.
4624 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4625 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4626 (BREAKPOINT_FROM_PC): Define.
4627 (BREAKPOINT): Delete macro.
4628 * target.h: Update comment.
4629 * s390-tdep.c (s390_gdbarch_init): Update comments.
4630 * remote.c: Update comments.
4631 * remote-mips.c: Update comments.
4632 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4633 * mem-break.c: Update comment.
4634 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4635 (ia64_memory_insert_breakpoint): Update.
4636 * config/sparc/tm-sparc.h: Update comment.
4637 * config/pa/tm-hppa64.h: Update comment.
4638 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4639 (rs6000_breakpoint_from_pc): Update.
4640 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4641 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4642 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4643 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4644 (mips_breakpoint_from_pc): Update.
4645 (mips_dump_tdep): Update.
4646
e06963ff
AC
4647 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4648 * minsyms.c (lookup_minimal_symbol): Inline
4649 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4650
973177d3
AC
4651 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4652 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4653 * p-lang.c (pascal_printstr): Ditto.
4654 * objc-lang.c (objc_printstr): Ditto.
4655 * m2-lang.c (m2_printstr): Ditto.
4656 * jv-valprint.c (java_print_value_fields): Ditto.
4657 * f-lang.c (f_printstr): Ditto.
4658 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4659 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4660 for repeat_count_threshold.
4661 * Makefile.in (cp-valprint.o): Update dependencies.
4662
5ea2bd7f 46632003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 4664
5ea2bd7f
JJ
4665 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4666 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
4667 they start with mov r2,r12. Support skipping over indirect stores
4668 of the input registers. Upon hitting a non-nop branch instruction
4669 or predicated instruction, bail out by setting lim_pc to the current
4670 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
4671 beyond our calculated value and we have trust_limit set,
4672 use the lim_pc value.
4673
cc8c88f3
AC
46742003-05-15 Andrew Cagney <cagney@redhat.com>
4675
4676 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4677 generic_find_dummy_frame.
4678 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4679 (deprecated_generic_find_dummy_frame): Update.
4680 (deprecated_read_register_dummy): Update.
4681 * frame.c (deprecated_generic_get_saved_register): Update.
4682
909cd28e
TR
46832003-05-15 Theodore A. Roth <troth@openavr.org>
4684
4685 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4686 (avr_gdbarch_init): Set breakpoint_from_pc method.
4687
b923b08d
AC
46882003-05-15 Andrew Cagney <cagney@redhat.com>
4689
4690 * regcache.c (build_regcache): Set deprecated_register_valid
4691 directly.
4692 (deprecated_grub_regcache_for_register_valid): Delete function.
4693 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4694 declaration.
4695
ae2f03ac 46962003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
4697
4698 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
4699 * symtab.c (lookup_symbol_aux): Delete calls to
4700 lookup_symbol_aux_minsyms.
4701 (lookup_symbol_aux_minsyms): Comment out function and
4702 prototype. Delete lookup by mangled name.
ae2f03ac 4703
18ec9831
KB
47042003-05-14 Kevin Buettner <kevinb@redhat.com>
4705
4706 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4707 correctly indicate an empty stack and ``stack_allocated'' to the
4708 indicate the number of elements initially allocated.
4709 (dwarf_expr_grow_stack): Simplify method for computing new
4710 stack size. Don't loop infinitely if ``stack_len'' is zero.
4711 (execute_stack_op): Move ``ctx->in_reg'' initialization
4712 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4713 be used in conjuction with DW_OP_piece. Revise error message
4714 accordingly.
4715
de18ac1f
TR
47162003-05-14 Theodore A. Roth <troth@openavr.org>
4717
4718 * MAINTAINERS: Update my email address.
4719 * avr-tdep.c: Ditto.
4720
176620f1
EZ
47212003-05-14 Elena Zannoni <ezannoni@redhat.com>
4722
4723 * symtab.h (enum domain_enum): Rename from namespace_enum.
4724 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4725 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4726 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4727 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4728 TYPES_NAMESPACE, METHODS_NAMESPACE.
4729 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4730 (struct symbol, struct partial_symbol): Rename field
4731 'namespace_enum namespace' to 'domain_enum domain'.
4732 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4733 Delete old define kludge for namespace.
4734
4735 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4736 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4737 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4738 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4739 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4740 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4741 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4742 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4743 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4744 occurrences of the above.
4745
b7f31508
ILT
47462003-05-14 Ian Lance Taylor <ian@airs.com>
4747
4748 * Makefile.in (install-only): Use $(SHELL) when running
4749 mkinstalldirs.
4750
2fdbdd39
ILT
47512003-05-13 Ian Lance Taylor <ian@airs.com>
4752
a208d82c
ILT
4753 * MAINTAINERS (write after approval): Add myself.
4754
2fdbdd39
ILT
4755 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4756 second and third arguments.
4757 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4758 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4759
fbd9dcd3
AC
47602003-05-13 Andrew Cagney <cagney@redhat.com>
4761
4762 * defs.h (store_address): Delete declaration.
4763 findvar.c (store_address): Delete function.
4764 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4765 store_unsigned_integer.
4766 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4767 * v850-tdep.c (v850_push_arguments): Ditto.
4768 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4769 * sh-tdep.c (sh64_get_saved_register): Ditto.
4770 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4771 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4772 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4773 (mips_get_saved_register): Ditto.
4774 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4775 (find_func_descr, ia64_push_arguments): Ditto.
4776 * i386-tdep.c (i386_push_arguments): Ditto.
4777 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4778 * frv-tdep.c (frv_push_arguments): Ditto.
4779 * frame.c (legacy_saved_regs_prev_register): Ditto.
4780 (deprecated_generic_get_saved_register): Ditto.
4781 * findvar.c (unsigned_address_to_pointer): Ditto.
4782 * dwarf2read.c (dwarf2_const_value): Ditto.
4783 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4784 * alpha-tdep.c (alpha_push_arguments): Ditto.
4785
6760f9e6
JB
47862003-05-12 J. Brobecker <brobecker@gnat.com>
4787
4788 * NEWS: Mention that the hppa-hpux port has been partially
4789 multiarched (32bit ABIT only, so far).
4790
30e221b4
AC
47912003-05-11 Andrew Cagney <cagney@redhat.com>
4792
4793 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4794 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4795 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4796 sim/testsuite/sim/arm/misaligned2.ms, and
4797 sim/testsuite/sim/arm/misaligned3.ms.
4798 * disasm.h (struct ui_file): Add opaque struct declaration.
4799 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4800 * frame.h (struct ui_file): Ditto.
4801
dea7f9ba
MK
48022003-05-11 Mark Kettenis <kettenis@gnu.org>
4803
4804 * value.h: Pretty print.
4805
01986c48
MK
48062003-05-10 Mark Kettenis <kettenis@gnu.org>
4807
4808 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4809
123a958e
AC
48102003-05-08 Andrew Cagney <cagney@redhat.com>
4811
4812 * regcache.h (max_register_size): Delete declaration.
4813 * regcache.c (max_register_size): Delete function.
4814 (struct regcache_descr): Delete field "max_register_size".
4815 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4816 registers fit in MAX_REGISTER_SIZE.
4817 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4818 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4819 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4820 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4821 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4822 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4823 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4824 * dve3900-rom.c, hppa-tdep.c: Ditto.
4825
eb294659
DC
48262003-05-08 David Carlton <carlton@math.stanford.edu>
4827
4828 * valops.c (push_word): Fix typo.
4829
d9d9c31f
AC
48302003-05-08 Andrew Cagney <cagney@redhat.com>
4831
4832 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4833 * gdbarch.h: Re-generate.
4834 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4835 (legacy_max_register_raw_size): Delete declaration.
4836 * regcache.c (legacy_max_register_raw_size): Delete function.
4837 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4838 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4839 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4840 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4841 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4842 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4843 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4844 * findvar.c, dwarf2cfi.c: Ditto.
4845
22540ece
AC
48462003-05-08 Andrew Cagney <cagney@redhat.com>
4847
4848 * mips-tdep.c (read_signed_register): New function, moved to here
4849 from "regcache.c".
4850 (read_signed_register_pid): Ditto.
4851 * regcache.c (read_signed_register_pid): Delete function, moved to
4852 "mips-tdep.c".
4853 (read_signed_register): Ditto.
4854 * regcache.h (read_signed_register): Delete declaration.
4855 (read_signed_register_pid): Delete declaration.
4856
0c92afe8
AC
48572003-05-08 Andrew Cagney <cagney@redhat.com>
4858
4859 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4860 * gdbarch.h: Re-generate.
4861 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4862 (legacy_max_register_virtual_size): Delete declaration.
4863 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4864 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4865 * tracepoint.c (memrange_sortmerge): Ditto.
4866 * sparc-tdep.c (sparc_print_registers): Ditto.
4867 * regcache.c (legacy_max_register_virtual_size): Delete function.
4868
6037b830
JB
48692002-05-08 J. Brobecker <brobecker@gnat.com>
4870
4871 * fork-child.c (escape_bang_in_quoted_argument): New function.
4872 (fork_inferior): Escape '!' characters in quoted arguments
4873 only when needed.
4874
5d62c8b1
JB
48752003-05-08 J. Brobecker <brobecker@gnat.com>
4876
4877 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4878 the language of the CU is not currently supported by GDB.
4879
20a0e81d
JB
48802003-05-08 J. Brobecker <brobecker@gnat.com>
4881
4882 * defs.h (language): Add language_minimal enum value.
4883 * c-lang.c (minimal_language_defn): New language definition.
4884 (_initialize_c_language): Add the new minimal language to the list
4885 of languages known to GDB.
4886
710ee10a
KB
48872003-05-08 Kevin Buettner <kevinb@redhat.com>
4888
4889 * frame.c (get_frame_type): Don't attempt to lazily initialize
4890 frame's unwinder for legacy frames.
4891
1750fa04
AC
48922003-05-07 Andrew Cagney <cagney@redhat.com>
4893
4894 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4895 and "regcache" parameters.
4896 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4897
ddf9f258 48982003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
4899
4900 * dwarf2read.c (dwarf_decode_lines): Only use output of
4901 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
4902 the current address.
4903
87767c29
AC
49042003-05-07 Andrew Cagney <cagney@redhat.com>
4905
4906 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4907 code.
4908
5e7b2f39
JB
49092003-05-07 Jim Blandy <jimb@redhat.com>
4910
4911 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4912 'maint info symtabs' and 'maint info psymtabs'.
4913 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4914 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4915 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4916 Declarations updated.
4917 * maint.c (maintenance_list_command): Delete.
4918 (_initialize_maint_cmds): Update calls to add_cmd.
4919 * gdbcmd.h (maintenancelistlist): Delete declaration.
4920 * cli/cli-cmds.c (maintenancelistlist): Delete.
4921 (init_cmd_lists): Don't initialize it.
4922 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4923
f6684c31
AC
49242003-05-07 Andrew Cagney <cagney@redhat.com>
4925
4926 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4927 "regcache".
4928 (d10v_print_registers_info): Update.
4929 (d10v_dmap_register, d10v_imap_register): Delete functions.
4930 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4931 and "imap_register".
4932 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4933 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4934 * arch-utils.c (generic_remote_translate_xfer_address): Add
4935 "regcache" and "gdbarch" parameters.
4936 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4937 parameter. Change class to multi-arch.
4938 * gdbarch.h, gdbarch.c: Re-generate.
4939 * remote.c (remote_xfer_memory): Use
4940 gdbarch_remote_translate_xfer_address.
8ffd9b1b 4941
e4846b08
JJ
49422003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4943
4944 * infrun.c (prev_pc): Move declaration ahead of proceed().
4945 (proceed): Refresh prev_pc value before resuming.
4946 (stop_stepping): Remove code to refresh prev_pc.
4947
6b71b8ac
KW
49482003-05-06 Kris Warkentin <kewarken@qnx.com>
4949
4950 * nto-tdep.c: Removed stray comment.
4951
47979a4b
KW
49522003-05-06 Kris Warkentin <kewarken@qnx.com>
4953
4954 * i386-nto-tdep.c: Fix old K&R function definitions.
4955 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4956 Also change add_show_from_set() call to add_setshow_cmd().
4957 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4958
00905d52
AC
49592003-05-05 Andrew Cagney <cagney@redhat.com>
4960
4961 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4962 (fprint_dummy_frames): New function.
4963 (maintenance_print_dummy_frames): New function.
4964 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4965 * frame.c (fprint_frame_id): Make global.
4966 * frame.h (fprint_frame_id): Declare.
4967 * Makefile.in (dummy-frame.o): Update dependencies.
4968
b1e29e33
AC
49692003-05-05 Andrew Cagney <cagney@redhat.com>
4970
4971 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4972 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4973 SIZEOF_CALL_DUMMY_WORDS.
4974 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4975 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4976 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4977 CALL_DUMMY_BREAKPOINT_OFFSET.
4978 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4979 CALL_DUMMY_START_OFFSET.
4980 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4981 * gdbarch.h, gdbarch.c: Re-generate.
4982 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4983 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4984 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4985 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4986 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4987 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4988 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4989 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4990 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4991 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4992 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4993 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4994 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4995 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4996 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
4997
49982003-05-05 Kris Warkentin <kewarken@qnx.com>
4999
5000 * configure.tgt: Add i[3456]86-*-nto*.
5001 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
5002 * nto-tdep.c: New file. Neutrino target support routines.
5003 * nto-tdep.h: New file. Neutrino target header.
5004 * config/tm-qnxnto.h: New file.
5005 * config/i386/i386nto.mt: New file.
5006 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 5007
0ce3d317
AC
50082003-05-04 Andrew Cagney <cagney@redhat.com>
5009
5010 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
5011 (load_infrun_state): Ditto.
5012 (struct thread_info): Drop "prev_func_name" field.
5013 * thread.c (load_infrun_state): Update.
5014 (save_infrun_state): Update.
5015 * infrun.c (prev_func_name): Delete variable.
5016 (init_wait_for_inferior): Do not clear prev_func_name.
5017 (stop_stepping, keep_going, context_switch): Do not swap
5018 prev_func_name.
5019 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
5020 instead of PC_IN_SIGTRAMP.
5021
46654a5b
AC
50222003-05-04 Andrew Cagney <cagney@redhat.com>
5023
5024 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5025 REGISTER_BYTE with register_offset_hack.
5026 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
5027 that REGISTER_BYTE is consistent with the regcache.
5028 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
5029 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 5030
14b08c1b
MK
50312003-05-04 Mark Kettenis <kettenis@gnu.org>
5032
04c8243f
MK
5033 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
5034 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
5035
14b08c1b
MK
5036 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
5037
c7a11e01
JB
50382003-05-03 J. Brobecker <brobecker@gnat.com>
5039
5040 From Thierry Schneider <tpschneider1@yahoo.com>
5041 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
5042 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
5043 (mi-cmd-symbol.o): Add rule.
5044
7043d8dc
AC
50452003-05-03 Andrew Cagney <cagney@redhat.com>
5046
5047 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
5048 comments noteing that it replaces the old FIX_CALL_DUMMY code.
5049 * gdbarch.h, gdbarch.c: Re-generate.
5050 * d10v-tdep.c (d10v_push_dummy_code): New function.
5051 (d10v_gdbarch_init): Set push_dummy_code.
5052 * infcall.c (legacy_push_dummy_code): New function.
5053 (generic_push_dummy_code): New function.
5054 (push_dummy_code): New function.
5055 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
5056 instead of dummy_addr, to push_dummy_call. Move call to
5057 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
5058 switch.
5059 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
5060
92bf2b80
AC
50612003-05-03 Andrew Cagney <cagney@redhat.com>
5062
5063 * disasm.h (print_insn): Declare.
5064 * disasm.c (init_gdb_disassemble_info): New function.
5065 (gdb_disassembly): Call init_gdb_disassemble_info.
5066 (gdb_print_insn): New function.
5067 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
5068 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
5069 * mcore-tdep.c: Include "disasm.h"
5070 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
5071 * d10v-tdep.c: Include "disasm.h".
5072 (display_trace): Call gdb_print_insn, instead of print_insn.
5073 (print_insn): Delete function.
5074 * printcmd.c: Include "disasm.h".
5075 (print_insn): Delete function.
5076 (print_formatted): Call gdb_print_insn, instead of print_insn.
5077 * Makefile.in (printcmd.o): Update dependencies.
5078 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 5079
27d94c49
AC
50802003-05-02 Andrew Cagney <cagney@redhat.com>
5081
82de1e5b
AC
5082 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
5083 PC_REGNUM, re-indent.
5084 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
5085 PC_REGNUM isn't set.
5086
27d94c49
AC
5087 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
5088 * gdbarch.h, gdbarch.c: Re-generate.
5089 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
5090 register_virtual_size, pc_regnum, or register_bytes.
5091 (D10V_PC_REGNUM): Rename _PC_REGNUM.
5092 (d10v_register_type): Use D10V_PC_REGNUM.
5093 (d10v_print_registers_info, d10v_read_pc): Ditto.
5094 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
5095 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
5096
a9c0dc7f
DC
50972003-05-02 David Carlton <carlton@bactrian.org>
5098
5099 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
5100 the name with mstrsave.
5101
e33d66ec
EZ
51022003-05-02 Elena Zannoni <ezannoni@redhat.com>
5103
5104 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
5105 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
5106 (host_charset_name, target_charset_name): New vars for use by
5107 set/show commands.
5108 (host_charset_enum, target_charset_enum): New enums for set/show
5109 commands.
5110 (set_charset_sfunc, set_host_charset_sfunc,
5111 set_target_charset_sfunc): New functions.
5112 (set_host_charset, set_target_charset): Make static.
5113 (list_charsets, set_host_charset_command,
5114 set_target_charset_command): Delete functions.
5115 (show_charset_command): Rewrite as....
5116 (show_charset): Hook this up with the set/show command mechanism.
5117 (_initialize_charset): Change names of charsets to match the
5118 set/show enums. Use host_charset_name and target_charset_name.
5119 Use set/show mechanism for charset, host-charset, target-charset
5120 commands. Do not make 'show host-charset' and 'show
5121 target-charset' be aliases of 'show charset'.
5122
5123 * charset.h (set_host_charset, set_target_charset): Don't export,
5124 they are not used outside the file.
5125
2b6fd0d8
AC
51262003-05-01 Andrew Cagney <cagney@redhat.com>
5127
5128 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
5129 (gdb_disassembly): Make "di" non static, always initialize and
5130 cleanup. Always use dis_asm_read_memory.
5131 (gdb_dis_asm_read_memory): Delete function.
5132
6ae2f580
AC
51332003-05-01 Andrew Cagney <cagney@redhat.com>
5134
5135 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
5136 (d10v_gdbarch_init): Set frame_align instead of stack_align.
5137
810ecf9f
AC
51382003-04-30 Andrew Cagney <cagney@redhat.com>
5139
5140 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
5141 "tm_print_insn_info".
5142 (TARGET_PRINT_INSN_INFO): Delete macro.
5143 (dis_asm_read_memory): Delete function declaration.
5144 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5145 (tm_print_insn_info): Delete variable definition.
5146 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
5147 * gdbarch.h, gdbarch.c: Re-generate.
5148 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
5149 "deprecated_tm_print_insn_info".
5150 * mcore-tdep.c (mcore_dump_insn): Ditto.
5151 * mips-tdep.c (mips_gdbarch_init): Ditto.
5152 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
5153 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
5154 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
5155 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
5156 instead of TARGET_PRINT_INSN_INFO, add comment.
5157 * s390-tdep.c (s390_get_frame_info): Instead of
5158 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5159 (s390_check_function_end, s390_is_sigreturn): Ditto.
5160 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5161 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5162 * disasm.c: Include "gdbcore.h".
5163 (_initialize_disasm): New function, initialize
5164 "deprecated_tm_print_insn_info".
5165 (deprecated_tm_print_insn_info): New variable.
5166 (dis_asm_read_memory): Moved from "corefile.c", made static.
5167 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5168 * Makefile.in (disasm.o): Update dependencies.
5169
07020390
AC
51702003-04-30 Andrew Cagney <cagney@redhat.com>
5171
5172 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5173
a9fa03de
AF
51742003-04-29 Adam Fedor <fedor@gnu.org>
5175
5176 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5177 * infcall.c (find_function_addr): Make non-static.
5178 * infcall.h (find_function_addr): Declare.
5179 * Makefile.in (eval.o): Update dependencies.
5180
1bae87b9
AF
51812003-04-28 Adam Fedor <fedor@gnu.org>
5182
5183 * symtab.c (symbol_find_demangled_name): Check for and demangle
5184 ObjC symbols.
5185 (symbol_init_demangled_name): Init for language_objc as well.
5186
0ba6dca9
AC
51872003-04-28 Andrew Cagney <cagney@redhat.com>
5188
5189 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5190 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5191 * gdbarch.h, gdbarch.c: Re-generate.
5192 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5193 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5194 * inferior.h (deprecated_read_fp): Rename read_fp.
5195 (generic_target_read_fp): Delete declaration.
5196 * regcache.c (generic_target_read_fp): Delete function.
5197 (deprecated_read_fp): Replace read_fp, use
5198 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5199 * d10v-tdep.c (d10v_read_fp): Delete function.
5200 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5201
5202 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5203 deprecated_target_read_fp to generic_target_read_fp.
5204 * sh-tdep.c (sh_gdbarch_init): Ditto.
5205 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5206 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5207 * frv-tdep.c (frv_gdbarch_init): Ditto.
5208
5209 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5210 deprecated_fp_regnum.
5211 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5212 * vax-tdep.c (vax_gdbarch_init): Ditto.
5213 * v850-tdep.c (v850_gdbarch_init): Ditto.
5214 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5215 * sh-tdep.c (sh_gdbarch_init): Ditto.
5216 * s390-tdep.c (s390_gdbarch_init): Ditto.
5217 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5218 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5219 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5220 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5221 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5222 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5223 * i386-tdep.c (i386_gdbarch_init): Ditto.
5224 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5225 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5226 * frv-tdep.c (frv_gdbarch_init): Ditto.
5227 * cris-tdep.c (cris_gdbarch_init): Ditto.
5228 * avr-tdep.c (avr_gdbarch_init): Ditto.
5229 * arm-tdep.c (arm_gdbarch_init): Ditto.
5230 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5231
5232 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5233 * v850-tdep.c (v850_gdbarch_init): Ditto.
5234 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5235 * sh-tdep.c (sh_gdbarch_init): Ditto.
5236 * s390-tdep.c (s390_gdbarch_init): Ditto.
5237 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5238 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5239 * mips-tdep.c (mips_gdbarch_init): Ditto.
5240 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5241 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5242 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5243 * frv-tdep.c (frv_gdbarch_init): Ditto.
5244 * avr-tdep.c (avr_gdbarch_init): Ditto.
5245 * arm-tdep.c (arm_gdbarch_init): Ditto.
5246
5247 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5248 DEPRECATED_FP_REGNUM.
5249 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5250 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5251 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5252 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5253 (sparc32_register_virtual_type): Ditto.
5254 * sh-tdep.c (sh64_frame_chain): Ditto.
5255 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5256 (sh_nofp_frame_init_saved_regs): Ditto.
5257 (sh64_nofp_frame_init_saved_regs): Ditto.
5258 (sh_fp_frame_init_saved_regs): Ditto.
5259 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5260 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5261 * procfs.c (procfs_fetch_registers): Ditto.
5262 (procfs_store_registers): Ditto.
5263 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5264 (store_inferior_registers, fetch_core_registers): Ditto.
5265 (fetch_kcore_registers, clear_regs): Ditto.
5266 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5267 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5268 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5269 * nlm/i386.c (do_status): Ditto.
5270 * mipsv4-nat.c (supply_gregset): Ditto.
5271 * mips-tdep.c: Ditto for comments.
5272 * mips-nat.c (fetch_inferior_registers): Ditto.
5273 (store_inferior_registers, fetch_core_registers): Ditto.
5274 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5275 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5276 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5277 (i386_do_pop_frame, i386_register_type): Ditto.
5278 * hppa-tdep.c (hppa_frame_chain): Ditto.
5279 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5280 (hppa_pop_frame, hppa_read_fp): Ditto.
5281 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5282 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5283 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5284 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5285 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5286 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5287 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5288 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5289 * blockframe.c: Ditto for comments.
5290 * arch-utils.h: Ditto for comments.
5291 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5292 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5293 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5294 * alpha-tdep.h: Ditto for comments.
5295 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5296 (alpha_cannot_store_register): Ditto.
5297 (alpha_push_dummy_frame): Ditto.
5298 * alpha-nat.c (supply_gregset): Ditto.
5299
5300 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5301 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5302 * config/sparc/tm-sparc.h: Update comment.
5303
5304 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5305 deprecated_read_fp instead of TARGET_READ_FP.
5306 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5307 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5308 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5309 deprecated_read_fp instead of read_fp.
5310 * s390-tdep.c (s390_push_arguments): Ditto.
5311 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5312 * frame.h: Ditto in comments.
5313 * frame.c (legacy_get_prev_frame): Ditto.
5314 * dummy-frame.c (dummy_frame_this_id): Ditto.
5315 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5316
d7a27068
AC
53172003-04-28 Andrew Cagney <cagney@redhat.com>
5318
5319 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5320 * gdbarch.h, gdbarch.c: Re-generate.
5321 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5322 * vax-tdep.c (_initialize_vax_tdep): Update.
5323 * v850-tdep.c (_initialize_v850_tdep): Update.
5324 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5325 * s390-tdep.c (_initialize_s390_tdep): Update.
5326 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5327 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5328 * mips-tdep.c (_initialize_mips_tdep): Update.
5329 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5330 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5331 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5332 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5333 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5334 * frv-tdep.c (_initialize_frv_tdep): Update.
5335 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5336 (_initialize_cris_tdep): Update.
5337 * arch-utils.c (legacy_print_insn): Update.
5338 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5339
d2630e69
AF
53402003-04-26 Adam Fedor <fedor@gnu.org>
5341
5342 * linespec.c (decode_objc): New function to decode ObjC calls
5343 (decode_line_1): Check for ObjC calls (using decode_objc)
5344 * Makefile (linespec.o): Update dependencies.
5345
3086aeae
DJ
53462003-04-26 Daniel Jacobowitz <drow@mvista.com>
5347
5348 * breakpoint.h (struct breakpoint_ops): New.
5349 (struct breakpoint): Add ops member.
5350
5351 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5352 (mention): Use new breakpoint ops member.
5353 (set_raw_breakpoint): Initialize ops field to NULL.
5354 (print_exception_catchpoint, print_one_exception_catchpoint)
5355 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5356 (gnu_v3_exception_catchpoint_ops): New.
5357 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5358
1fbec6c3
AF
53592003-04-25 Adam Fedor <fedor@gnu.org>
5360
5361 * Makefile.in (COMMON_OBS): Add objc-lang.o
5362
0ef21242
AC
53632003-04-25 Andrew Cagney <cagney@redhat.com>
5364
5365 * d10v-tdep.c (print_insn): Delete function.
5366 (display_trace): Use TARGET_PRINT_INSN.
5367 (_initialize_d10v_tdep): Do not set tm_print_insn.
5368 (d10v_gdbarch_init): Set print_insn.
5369
f75493ed
AC
53702003-04-25 Andrew Cagney <cagney@redhat.com>
5371
5372 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5373 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5374 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5375 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5376 (nr_dmap_regs, a0_regnum): ... new functions.
5377 (d10v_print_registers_info): Use a0_regnum, use register_size.
5378 (d10v_register_byte): Delete function.
5379 (d10v_register_raw_size): Delete function.
5380 (d10v_register_type): Use a0_regnum.
5381 (d10v_print_registers_info): Use a0_regnum.
5382 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5383 (d10v_gdbarch_init): Do not set register_byte or
5384 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5385 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5386 extract_address.
5387 (trace_command): Use XCALLOC.
5388 (print_insn): Delete reference to tm_print_insn.
5389 (saved_regs_unwinder): Use store_unsigned_integer instead of
5390 store_address.
5391 * frame.h (FRAME_OBSTACK_CALLOC): Define
5392
2202b100
DC
53932003-04-25 David Carlton <carlton@bactrian.org>
5394
5395 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5396
4e45ca2e
AF
53972003-04-24 Adam Fedor <fedor@gnu.org>
5398
5399 * objc-lang.c: Include "valprint.h"
5400 * Makefile.in (objc-lang.o): Update dependencies.
5401
93de3e7f
AF
54022003-04-24 Adam Fedor <fedor@gnu.org>
5403
8ffd9b1b 5404 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
5405 architecture dependant compilation and mark as unimplemented
5406 (until they get put in the gdbarch vector).
5407
0f20eeea
DC
54082003-04-23 David Carlton <carlton@bactrian.org>
5409
5410 * cp-support.c (cp_find_first_component): Accept 'operator' in
5411 more locations.
5412
74cfe982
AC
54132003-04-23 Andrew Cagney <cagney@redhat.com>
5414
5415 * infcall.c (call_function_by_hand): Eliminate redundant
5416 indentation. Move "saved_async" and "old_cleanups" to where they
5417 are needed.
8ffd9b1b 5418
52557533
AC
54192003-04-23 Andrew Cagney <cagney@redhat.com>
5420
5421 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5422 and "buffer". Move the "name" code to where it is needed.
5423
158775de
AC
54242003-04-23 Andrew Cagney <cagney@redhat.com>
5425
5426 * infcall.c (call_function_by_hand): Move variables "start_sp",
5427 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5428 code to ON_STACK switch branch.
8ffd9b1b 5429
ebc7896c
AC
54302003-04-23 Andrew Cagney <cagney@redhat.com>
5431
5432 * infcall.c (call_function_by_hand): Make declaration of "i",
5433 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5434 lint.
5435
d727590f
AC
54362003-04-23 Andrew Cagney <cagney@redhat.com>
5437
5438 * infcall.c (call_function_by_hand): Delete variable
5439 "n_method_args". Localize "param_type"'s declaration to the loop
5440 that it is used. Reinstate code assigning to said variable -
5441 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5442 Rationalize code using "param_type".
5443
d585e13a
AC
54442003-04-22 Andrew Cagney <cagney@redhat.com>
5445
5446 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5447 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5448 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5449 to DEPRECATED_PUSH_RETURN_ADDRESS.
5450
051caad9
KB
54512003-04-22 Kevin Buettner <kevinb@redhat.com>
5452
5453 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5454 on the DWARF2 register number prior to fetching a register.
5455
77296879
JB
54562003-04-22 J. Brobecker <brobecker@gnat.com>
5457
5458 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5459 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 5460 this macro was always set to 0.
77296879
JB
5461 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5462 considering the fact that this macro was always set to 0.
5463 * hppa-tdep.h (hppa_store_return_value): Likewise.
5464 (hppa_extract_return_value): Likewise.
5465
4252f1df
JB
54662003-04-22 J. Brobecker <brobecker@gnat.com>
5467
5468 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5469 the hppa-pro target only.
5470
14604c6b
JB
54712003-04-21 J. Brobecker <brobecker@gnat.com>
5472
5473 Ongoing multi-arch conversion effort for HP/UX:
5474 * config/pa/tm-hppa.h: Move all macro that are no longer
5475 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5476 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5477
77eb01d1
JB
54782003-04-21 J. Brobecker <brobecker@gnat.com>
5479
5480 * config/pa/tm-hppa.h: Obsolete a section that was only used
5481 for hppa-pro.
5482
61995b3b
JB
54832003-04-21 J. Brobecker <brobecker@gnat.com>
5484
5485 Ongoing multi-arch conversion for HP/UX.
5486 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5487 if already defined (allows hppa64 to stay non-multiarched for now).
5488 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5489
4aa79dcc
AC
54902003-04-21 Andrew Cagney <cagney@redhat.com>
5491
5492 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5493
0f751ff2
AC
54942003-04-21 Andrew Cagney <cagney@redhat.com>
5495
5496 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5497 "i386_num_mmx_regs".
5498
04714b91
AC
54992003-04-21 Andrew Cagney <cagney@redhat.com>
5500
5501 * infcall.c: New file.
5502 * infcall.h: New file.
5503 * valarith.c: Include "infcall.h".
5504 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5505 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5506 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5507 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5508 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5509 (SFILES): Add "infcall.c"
5510 (COMMON_OBS): Add "infcall.o".
5511 (infcall.o): Specify dependencies.
5512 * value.h (call_function_by_hand): Delete declaration.
5513 * inferior.h (run_stack_dummy): Delete declaration.
5514 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5515 (run_stack_dummy): Move to "infcall.c", merged into
5516 call_function_by_hand.
5517 * valops.c (call_function_by_hand): Moved to "infcall.c".
5518 (find_function_addr, value_arg_coerce): Ditto.
5519 (unwindonsignal_p, coerce_float_to_double): Ditto.
5520 (_initialize_valops): Move "set/show coerce-float-to-double", and
5521 "set/show unwindonsignal" commands to "infcall.c".
5522 * v850-tdep.c, target.h: Update comments.
5523 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5524 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5525 (sh64_init_extra_frame_info): Update comments.
5526 * mn10300-tdep.c: Update comments.
5527 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5528 * config/sparc/tm-sparc.h: Update comments.
5529 * breakpoint.h: Update comments.
5530 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5531 * arm-tdep.c: Update comment.
5532
f9d3c2a8
MK
55332003-04-19 Mark Kettenis <kettenis@gnu.org>
5534
c40e1eab
MK
5535 * i386-tdep.c (i386_num_register_names): New variable.
5536 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5537 (MM0_REGNUM): Remove redundant parentheses in define.
5538 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5539 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5540 i386_mxcsr_regnum_p): Remove redundant parentheses.
5541 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 5542
94ea66b3
MK
5543 * i386-tdep.c (i386_extract_return_value,
5544 i386_store_return_value): Correct check for availability of
5545 floating-point registers.
5546
54299a1d
MK
5547 * i386-tdep.c (i386_frame_num_args): Remove function.
5548 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5549
c86c27af
MK
5550 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5551 mmx_regnum_to_fp_regnum. Adjust all callers.
5552
f9d3c2a8
MK
5553 * i386-tdep.c (i386_get_longjmp_target): Use
5554 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5555 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5556 extract_address.
5557
94ba74a9
MK
55582003-04-19 Mark Kettenis <kettenis@gnu.org>
5559
5560 * core-regset.c: Update comments to reflect reality. Re-order
5561 includes.
5562 (fetch_core_registers): Use switch instead of if. Remove
5563 redundant prototype.
5564
4074e13c
JB
55652003-04-18 Jim Blandy <jimb@redhat.com>
5566
5567 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 5568 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 5569
e3ab4aba
RH
55702003-04-17 Richard Henderson <rth@redhat.com>
5571
5572 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5573
627bf7c1
EZ
55742003-04-17 Michael Snyder <msnyder@redhat.com>
5575 Karen Bennet <bennet@redhat.com>
5576
5577 Committed by Elena Zannoni <ezannoni@redhat.com>
5578 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 5579
514621a9
EZ
55802003-04-17 Elena Zannoni <ezannoni@redhat.com>
5581
5582 * values.c (value_being_returned): Don't fetch the return
fbe586ae 5583 value if the return type is void.
514621a9 5584
b4acd559
JJ
55852003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5586
5587 * thread-db.c: Reindented.
8ffd9b1b 5588
530b167e 55892003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
5590
5591 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5592 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
5593 as types.
5594
0a48e7e8
MS
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
8ffd9b1b 5618
ab9fe00e
KB
56192003-04-16 Kevin Buettner <kevinb@redhat.com>
5620
610a3745 5621 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
5622 the size of ``long double'' to 16, instead of 8.
5623
e64a344c
MK
56242003-04-16 Mark Kettenis <kettenis@gnu.org>
5625
5626 * i386-linux-nat.c: Add some whitespace to make things more
5627 readable.
5628 (fetch_register, store_register, fetch_inferior_registers,
5629 store_inferior_registers): Get rid of assignment in if-statement.
5630 (store_register): Fix typo in error message.
5631
25d41031
AC
56322003-04-16 Andrew Cagney <cagney@redhat.com>
5633
5634 * utils.c (xmmalloc): Always allocate something, matches
5635 libiberty/xmalloc's semantics.
5636 (xmrealloc, xmcalloc): Ditto.
5637
c50901fd
AC
56382003-04-16 Andrew Cagney <cagney@redhat.com>
5639
5640 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5641 update comments.
5642 (get_frame_type): Initialize unwind and type when needed.
5643 (get_frame_id, frame_register_unwind): Ditto.
5644
f81824a9
AC
56452003-04-16 Andrew Cagney <cagney@redhat.com>
5646
5647 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5648 obsolete.
5649 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5650 * sparcl-stub.c: Obsolete file.
5651 * config/sparc/tm-sparclet.h: Obsolete file.
5652 * sparclet-stub.c: Obsolete file.
5653 * sparclet-rom.c: Obsolete file.
5654 * sparcl-tdep.c: Obsolete file.
5655 * config/sparc/tm-sparclite.h: Obsolete file.
5656 * config/sparc/sparclite.mt: Obsolete file.
5657 * config/sparc/sparclet.mt: Obsolete file.
5658 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5659 sparc86x-*-* obsolete.
5660
9219021c
DC
56612003-04-15 David Carlton <carlton@math.stanford.edu>
5662
5663 * Makefile.in (SFILES): Add cp-namespace.c.
5664 (COMMON_OBS): Add cp-namespace.o.
5665 (block.o): Depend on gdb_obstack_h and cp_support_h.
5666 (buildsym.o): Depend on cp_support_h.
5667 (cp-namespace.o): New.
5668 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5669 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5670 (dwarf2read.o): Depend on cp_support_h.
5671 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5672 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5673 processing_current_namespace.
5674 (read_namespace): Update processing_current_namespace; check for
5675 anonymous namespaces.
5676 (dwarf2_name): New function.
5677 (dwarf2_extension): Ditto.
5678 * cp-support.h: Update copyright, contributors.
5679 Add inclusion guards.
5680 Add opaque declaration for structs obstack, block, symbol.
5681 (struct using_direct): New struct.
5682 Add declarations for cp_find_first_component,
5683 cp_entire_prefix_len, processing_has_namespace_info,
5684 processing_current_namespace, cp_is_anonymous,
5685 cp_add_using_directive, cp_initialize_namespace,
5686 cp_finalize_namespace, cp_set_block_scope,
5687 cp_scan_for_anonymous_namespaces.
5688 * cp-namespace.c: New file.
5689 * cp-support.c: Update copyright.
5690 Include ctype.h, gdb_assert.h, gdbcmd.h.
5691 New variable maint_cplus_cmd_list.
5692 (cp_find_first_component): New function.
5693 (cp_entire_prefix_len, maint_cplus_command)
5694 (first_component_command, _initialize_cp_support): Ditto.
5695 * buildsym.c: Include cp-support.h.
5696 New variable using_list.
5697 (add_symbol_to_list): Check for anonymous namespaces.
5698 (finish_block): Set block's scope.
5699 (start_symtab): Initialize C++ namespace support.
5700 (end_symtab): Finalize C++ namespace support.
5701 * block.h: Add opaque declarations for structs
5702 block_namespace_info, using_direct, and obstack.
5703 Add declarations for block_set_scope and block_set_using.
5704 (struct block): Add 'language_specific' member.
5705 (BLOCK_NAMESPACE): New macro.
5706 * block.c: Include gdb_obstack.h and cp-support.h.
5707 (struct block_namespace_info): New struct.
5708 (block_set_scope): New function.
5709 (block_set_using, block_initialize_namespace): Ditto.
5710
d5a921c9
KB
57112003-04-14 Kevin Buettner <kevinb@redhat.com>
5712
5713 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5714 (locate_base): Return early if there aren't any link map offsets.
5715 (svr4_solib_create_inferior_hook): Warn if shared library support
5716 is unavailable.
5717
d2a52b27
DC
57182003-04-14 David Carlton <carlton@math.stanford.edu>
5719
5720 * symtab.c (symbol_set_names): Add prefix when storing Java names
5721 in hash table. Fix for PR java/1039.
5722
980cae7a
DC
57232003-04-14 David Carlton <carlton@math.stanford.edu>
5724
5725 * symtab.c (symbol_set_names): Rename 'name' arg to
5726 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5727 * symtab.h: Change 'name' argument in declaration of
5728 symbol_set_names to 'linkage_name'.
5729 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5730
e227b13c
AC
57312003-04-14 Andrew Cagney <cagney@redhat.com>
5732
5733 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5734 return the fully sign-extended register value.
5735 (get_frame_pointer): Ditto.
5736 (mips_pop_frame): Initialize "proc_desc" after checking for a
5737 dummy frame.
5738
36712a20
AC
57392003-04-14 Andrew Cagney <cagney@redhat.com>
5740
5741 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5742 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5743 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5744 (mips_push_register): Delete function.
5745 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5746 PUSH_FP_REGNUM.
5747
44ea7b70
JB
57482003-04-14 Jim Blandy <jimb@redhat.com>
5749
5750 * symmisc.c: #include "gdb_regex.h".
5751 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5752 functions.
5753 * maint.c (maintenance_list_command): New function.
5754 (_initialize_maint_cmds): Register the above as commands.
5755 * symtab.h (maintenance_list_symtabs,
5756 maintenance_list_psymtabs): New declarations.
5757 * cli/cli-cmds.c (maintenancelistlist): New variable.
5758 (init_cmd_lists): Initialize it.
5759 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5760 * gdbcmd.h (maintenancelistlist): New declaration.
5761 * Makefile.in (symmisc.o): Update dependencies.
5762
2d0c7962
EZ
57632003-04-14 Elena Zannoni <ezannoni@redhat.com>
5764
5765 * s390-nat.c: Include asm/types.h for addr_t.
5766
1947a811
CV
57672003-04-14 Corinna Vinschen <vinschen@redhat.com>
5768
5769 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5770 actually incoming type.
5771
adb616d7
AC
57722003-04-13 Andrew Cagney <cagney@redhat.com>
5773
5774 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5775 get_next_frame and get_frame_saved_regs.
5776
9b5e151c
AC
57772003-04-13 Andrew Cagney <cagney@redhat.com>
5778
5779 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5780 of gdbarch_num_regs.
5781
ef6e7e13
AC
57822003-04-13 Andrew Cagney <cagney@redhat.com>
5783
5784 * frame.h: Mention what replaced what in "struct frame_info".
5785 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5786 deprecated_update_frame_base_hack and
5787 deprecated_update_frame_pc_hack.
5788 * hppa-tdep.c: Ditto.
5789
61fbb938
DJ
57902003-04-13 Daniel Jacobowitz <drow@mvista.com>
5791
5792 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5793 to read_reg and update its comment. Remove regnum member.
5794 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5795 Don't call read_reg when setting in_reg. Call read_reg to get
5796 the frame base if it's in a register. Return the register number
5797 on the stack instead of in the context. Remove extra arguments
5798 to read_reg.
5799 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5800 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5801 the register number on the expression stack.
5802 (needs_frame_read_reg): Remove extra arguments.
5803
0d53c4c4
DJ
58042003-04-13 Daniel Jacobowitz <drow@mvista.com>
5805
5806 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5807 made non-static.
5808 (execute_stack_op): All callers updated.
5809 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5810 * dwarf2loc.c (find_location_expression): New function.
5811 (dwarf_expr_frame_base): Call it.
5812 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5813 (dwarf2_tracepoint_var_ref): New function, broken out from
5814 locexpr_tracepoint_var_ref.
5815 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5816 Make static.
5817 (loclist_read_variable, loclist_read_needs_frame): New functions.
5818 (loclist_describe_location, loclist_tracepoint_var_ref): New
5819 functions.
5820 (dwarf2_loclist_funcs): New struct location_funcs.
5821 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5822 (struct dwarf2_locexpr_baton): Add comments.
5823 (dwarf2_loclist_funcs): New extern.
5824 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5825 base_address and base_known.
5826 (dwarf_loc_buffer): New variable.
5827 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5828 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5829 (dwarf2_has_info): Initialize dwarf_loc_offset.
5830 (dwarf2_build_psymtabs): Read in .debug_loc.
5831 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5832 DWARF_LOC_SIZE.
5833 (psymtab_to_symtab_1): Likewise. Move base address calculation
5834 here, from...
5835 (dwarf2_get_pc_bounds): ... here. Use the base address from
5836 cu_header.
5837 (dwarf2_symbol_mark_computed): Handle location lists.
5838
6aca59a3
DJ
58392003-04-13 Daniel Jacobowitz <drow@mvista.com>
5840
5841 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5842 if the linkage name demangled successfully.
5843
aca1fcd0
MK
58442003-04-13 Mark Kettenis <kettenis@gnu.org>
5845
97095916
MK
5846 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5847 disassmbly_flavour): Removed.
5848
aca1fcd0
MK
5849 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5850
562a961f
MK
58512003-04-13 Mark Kettenis <kettenis@gnu.org>
5852
5853 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5854
bd013d54
AC
58552003-04-12 Andrew Cagney <cagney@redhat.com>
5856
5857 * frame.h (struct frame_info): Move definition from here ...
5858 * frame.c (struct frame_info): ... to here.
5859
167ef8b1
AC
58602003-04-12 Andrew Cagney <cagney@redhat.com>
5861
5862 * gdbthread.h (save_infrun_state): Delete parameter
5863 "prev_func_start".
5864 (struct thread_info): Delete field "prev_func_start".
5865 (load_infrun_state): Ditto.
5866 * thread.c (load_infrun_state, save_infrun_state): Update.
5867 * infrun.c (prev_func_start): Delete variable.
5868 (context_switch, init_wait_for_inferior): Update.
5869 (stop_stepping, keep_going): Update.
5870
da3331ec
AC
58712003-04-12 Andrew Cagney <cagney@redhat.com>
5872
5873 * gdbarch.sh: Add missing opaque declarations.
5874 * gdbarch.h: Regnerate.
5875 * symtab.h: Add missing opaque declarations.
5876 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5877 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5878 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5879 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5880 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5881 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5882 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5883 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5884 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5885 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5886 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5887 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5888 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5889
18adea3f
AC
58902003-04-11 Andrew Cagney <cagney@redhat.com>
5891
5892 * frame.c (get_frame_id): Return this frame's "id".
5893 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5894 function start.
5895 (legacy_saved_regs_this_id): Replace function body with
5896 internal-error.
5897 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5898 FRAME_OBSTACK_ZALLOC.
5899 (create_new_frame): Mark the frame ID as valid.
5900
2252e863
AO
59012003-04-11 Alexandre Oliva <aoliva@redhat.com>
5902
5903 * Makefile.in (libbfd_h): Added missing setting.
5904 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5905 according to the selected ABI.
5906
a8245ab8
JJ
59072003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5908
5909 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5910
6913c89a
AC
59112003-04-11 Andrew Cagney <cagney@redhat.com>
5912
5913 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5914 SAVED_PC_AFTER_CALL.
5915 * gdbarch.h, gdbarch.c: Regenerate.
5916 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5917 * x86-64-tdep.c (x86_64_init_abi): Update.
5918 * vax-tdep.c (vax_gdbarch_init): Update.
5919 * v850-tdep.c (v850_gdbarch_init): Update.
5920 * sparc-tdep.c (sparc_gdbarch_init): Update.
5921 * sh-tdep.c (sh_gdbarch_init): Update.
5922 * s390-tdep.c (s390_gdbarch_init): Update.
5923 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5924 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5925 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5926 * mips-tdep.c (mips_gdbarch_init): Update.
5927 * mcore-tdep.c (mcore_gdbarch_init): Update.
5928 * m68k-tdep.c (m68k_gdbarch_init): Update.
5929 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5930 * ia64-tdep.c (ia64_gdbarch_init): Update.
5931 (ia64_saved_pc_after_call): Update declaration.
5932 * i386ly-tdep.c (i386lynx_init_abi): Update.
5933 * i386-tdep.c (i386_gdbarch_init): Update.
5934 * hppa-tdep.c (hppa_gdbarch_init): Update.
5935 * h8300-tdep.c (h8300_gdbarch_init): Update.
5936 * frv-tdep.c (frv_gdbarch_init): Update.
5937 * cris-tdep.c (cris_gdbarch_init): Update.
5938 * avr-tdep.c (avr_gdbarch_init): Update.
5939 * arm-tdep.c (arm_gdbarch_init): Update.
5940 * alpha-tdep.c (alpha_gdbarch_init): Update.
5941 * ns32knbsd-nat.c (frame_num_args): Update.
5942 * ns32k-tdep.c (umax_frame_num_args): Update.
5943 * mips-tdep.c (mips_init_frame_pc_first): Update.
5944 * infrun.c (step_over_function): Update.
5945 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5946 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5947 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5948 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5949 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5950 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5951 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5952 * arch-utils.c (init_frame_pc_default): Update.
5953 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5954 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5955 declaration.
8ffd9b1b 5956
38edeab8
AC
59572003-04-11 Andrew Cagney <cagney@redhat.com>
5958
5959 * i387-tdep.c: Update copyright.
5960 (i387_to_double): Delete function.
5961 (double_to_i387): Delete function.
5962
81f8a206
AC
59632003-04-10 Andrew Cagney <cagney@redhat.com>
5964
5965 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5966 frame's function's address. Simplify.
5967 (d10v_frame_unwind_cache): Check that the frame's function is
5968 non-zero.
5969
6e691f7a
JB
59702003-04-10 Jim Blandy <jimb@redhat.com>
5971
5972 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5973 call to set_gdbarch_deprecated_push_arguments.
5974
7f78e237
AC
59752003-04-10 Andrew Cagney <cagney@redhat.com>
5976
5977 * frame.c (fprint_frame_id): New function.
5978 (fprint_frame_type, fprint_frame): New function.
5979 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5980 (create_sentinel_frame, get_frame_id): Ditto.
5981 (frame_id_p, frame_id_eq): Ditto.
5982 (frame_id_inner, create_new_frame): Ditto.
5983 (legacy_get_prev_frame, get_prev_frame): Ditto.
5984 (deprecated_update_frame_pc_hack): Ditto.
5985 (frame_register_unwind): Ditto.
5986 (deprecated_update_frame_base_hack): Ditto.
5987
f870b49b
CV
59882003-04-10 Corinna Vinschen <vinschen@redhat.com>
5989
5990 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5991 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5992 frame_chain function.
5993 * Makefile.in: Add dependencies due to above change.
5994
7c86889b
CV
59952003-04-10 Corinna Vinschen <vinschen@redhat.com>
5996
5997 * blockframe.c (legacy_frame_chain_valid): Move call to
5998 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5999 inside_entry_file.
6000
d0a55772
AC
60012003-04-09 Andrew Cagney <cagney@redhat.com>
6002
6003 * frame.h (struct frame_id): Replace "pc" and "base" with
6004 "stack_addr" and "code_addr". Update comments.
6005 (frame_id_build): Update parameter names and comment.
6006 (struct frame_info): Replace "id_p" and "id" with "this_id".
6007 * dummy-frame.c (dummy_frame_this_id): Update.
6008 * breakpoint.c (print_one_breakpoint): Update.
6009 * frame.c (get_frame_id): Update.
6010 (get_frame_base, frame_id_build): Update.
6011 (create_sentinel_frame, legacy_get_prev_frame): Update.
6012 (deprecated_update_frame_base_hack): Update.
6013 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
6014 (frame_id_inner): Ditto.
6015
ac16bf07
AC
60162003-04-09 Andrew Cagney <cagney@redhat.com>
6017
6018 * defs.h (gdb_print_host_address): Make "addr" parameter a
6019 pointer constant.
6020 * utils.c (gdb_print_host_address): Update.
6021
366cfc9e
KB
60222003-04-09 Kevin Buettner <kevinb@redhat.com>
6023
6024 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
6025 register number for R0 is 0.
6026
cd983b5c
JB
60272003-04-09 J. Brobecker <brobecker@gnat.com>
6028
6029 * frame.h (struct gdbarch): Add opaque structure definition
6030 to avoid a compilation warning on LynxOS 4.0.
6031
d1340264
AC
60322003-04-09 Andrew Cagney <cagney@redhat.com>
6033
6034 * frame.h (struct frame_info): Delete field "pc". Replace
6035 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
6036 structure.
6037 * frame.c (frame_pc_unwind): Update.
6038 (create_sentinel_frame): Do not set "pc".
6039 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
6040 (get_frame_pc): Call frame_pc_unwind.
6041 (deprecated_update_frame_pc_hack): Update.
6042 (create_new_frame): Use "pc" not "->pc".
6043
90a6fffb
AC
60442003-04-09 Andrew Cagney <cagney@redhat.com>
6045
6046 * frame.c (get_frame_id): Eliminate code updating "frame".
6047 (legacy_get_prev_frame): Ditto.
6048 (get_frame_base): Return id.base directly.
6049 (deprecated_update_frame_base_hack): Update "id.base".
6050 * frame.h (struct frame_info): Delete field "frame".
6051
2fbce691
AC
60522003-04-09 Andrew Cagney <cagney@redhat.com>
6053
6054 * NEWS: Mention that the "Sequent family" is obsolete.
6055 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
6056 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6057 * configure.host: Obsolete i[3456]86-sequent-bsd*,
6058 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6059 * config/i386/tm-ptx4.h: Obsolete file.
6060 * config/i386/tm-ptx.h: Obsolete file.
6061 * symm-tdep.c: Obsolete file.
6062 * config/i386/symmetry.mt: Obsolete file.
6063 * config/i386/tm-symmetry.h: Obsolete file.
6064 * symm-nat.c: Obsolete file.
6065 * config/i386/nm-symmetry.h: Obsolete file.
6066 * config/i386/xm-symmetry.h: Obsolete file.
6067 * config/i386/symmetry.mh: Obsolete file.
6068 * config/i386/nm-ptx4.h: Obsolete file.
6069 * config/i386/ptx4.mh: Obsolete file.
6070 * config/i386/ptx.mt: Obsolete file.
6071 * config/i386/ptx.mh: Obsolete file.
6072 * config/i386/xm-ptx4.h: Obsolete file.
6073 * config/i386/xm-ptx.h: Obsolete file.
6074
78c43945
AC
60752003-04-09 Andrew Cagney <cagney@redhat.com>
6076
6077 Obsolete mips*-*-mach3*.
6078 * NEWS: Mention that mips*-*-mach3* is obsolete.
6079 * m3-nat.c: Obsolete file.
6080 * config/nm-m3.h: Obsolete file.
6081 * config/mips/tm-mipsm3.h: Obsolete file.
6082 * config/mips/mipsm3.mt: Obsolete file.
6083 * config/mips/mipsm3.mh: Obsolete file.
6084 * config/mips/xm-mipsm3.h: Obsolete file.
6085 * mipsm3-nat.c: Obsolete file.
6086 * configure.host: Obsolete mips-dec-mach3*.
6087 * configure.tgt: Obsolete mips*-*-mach3*.
6088
f1908289
AC
60892003-04-09 Andrew Cagney <cagney@redhat.com>
6090
6091 * doublest.h: Update copyright.
6092 (deprecated_store_floating, deprecated_extract_floating): Rename
6093 store_floating and extract_floating. Update comments.
6094 * doublest.c: Update copyright.
6095 (extract_floating_by_length): Replace extract_floating.
6096 (store_floating_by_length): Replace store_floating.
6097 (deprecated_extract_floating): New function.
6098 (deprecated_store_floating): New function.
6099 (extract_typed_floating): Call extract_floating_by_length.
6100 (store_typed_floating): Call store_floating_by_length.
6101 * x86-64-tdep.c (x86_64_store_return_value): Update.
6102 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
6103 (sh64_extract_return_value): Update.
6104 (sh_sh4_register_convert_to_virtual): Update.
6105 (sh_sh64_register_convert_to_virtual): Update.
6106 (sh_sh4_register_convert_to_raw): Update.
6107 (sh_sh64_register_convert_to_raw): Update.
6108 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
6109 (rs6000_register_convert_to_raw): Update.
6110 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
6111 (ia64_register_convert_to_raw): Update.
6112 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
6113 (REGISTER_CONVERT_TO_VIRTUAL): Update.
6114 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
6115 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
6116 (alpha_register_convert_to_raw): Update.
6117
4443bd83
AC
61182003-04-08 Andrew Cagney <cagney@redhat.com>
6119
6120 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
6121 * gdbarch.h, gdbarch.c: Re-generate.
6122 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
6123 (d10v_gdbarch_init): Do not set saved_pc_after_call.
6124 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
6125 conditionally, use frame_pc_unwind as an alternative. Add
6126 comments.
6127 * arch-utils.c (init_frame_pc_default): Only call
6128 SAVED_PC_AFTER_CALL when available.
6129
c0236d92
EZ
61302003-04-08 Elena Zannoni <ezannoni@redhat.com>
6131
fbe586ae 6132 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
6133 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
6134 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
6135 (start_remote): Ditto.
6136 (handle_inferior_event): Ditto.
6137 (save_inferior_status): Ditto.
6138 (restore_inferior_status): Ditto.
6139 * infcmd.c (attach_command): Ditto.
6140 * fork-child.c (startup_inferior): Ditto.
fbe586ae 6141 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
6142 * alpha-tdep.c (heuristic_proc_start): Ditto.
6143 * mips-tdep.c (heuristic_proc_start): Ditto.
6144 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
6145 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
6146 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
6147 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
6148 * remote-vx.c (vx_create_inferior): Ditto.
6149
61502003-04-08 Elena Zannoni <ezannoni@redhat.com>
6151
6152 * infrun.c (stop_soon_quietly): Make it an enum, to better
6153 override the default behavior of handle_inferior_event.
6154 (clear_proceed_status): Update uses of stop_soon_quietly to
6155 reflect that it is now an enum.
6156 (start_remote): Ditto.
6157 (handle_inferior_event): Change logic a bit if stop_soon_quietly
6158 is set to handle the new GNU/Linux kernel behavior for
6159 attach/sigstop. Update uses of stop_soon_quietly.
6160 * inferior.h (enum stop_kind): New enum.
6161 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6162 Reset normal handle_inferior_event behavior, afterwards.
6163 * fork-child.c (startup_inferior): Update.
6164 * alpha-tdep.c (heuristic_proc_start): Update.
6165 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6166 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6167 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6168 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6169 * remote-vx.c (vx_create_inferior): Update.
6170 * mips-tdep.c (heuristic_proc_start): Update.
6171
1211bce3
EZ
61722003-04-07 Elena Zannoni <ezannoni@redhat.com>
6173
6174 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 6175 be freed more than once, causing wild memory corruptions.
1211bce3 6176 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 6177 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 6178 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 6179 with the "core" target.
1211bce3 6180
f0ef6b29
KB
61812003-04-07 Kevin Buettner <kevinb@redhat.com>
6182
6183 * mips-tdep.c (mips_print_fp_register): New function, created from
6184 do_fp_register_row(). Registers are now (also) printed as hex.
6185 Only one register is printed per row.
6186 (mips_print_register, do_fp_register_row): Print floating point
6187 registers with mips_print_fp_register().
6188
8cf71652
AC
61892003-04-06 Andrew Cagney <cagney@redhat.com>
6190
5e488a7b
AC
6191 * valprint.h (inspect_it): Add extern declaration.
6192 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6193 (selectors_info, classes_info): Ditto.
6194 (find_objc_msgcall): Fix indentation.
6195 (objc_printstr): Delete extern declarations.
6196
8cf71652
AC
6197 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6198
e6ba3bc9
AC
61992003-04-06 Andrew Cagney <cagney@redhat.com>
6200
6201 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6202 Update comment.
6203 * frame.c (legacy_saved_regs_this_id): Update.
6204 (legacy_get_prev_frame): Update.
6205 * xstormy16-tdep.c: Update comment.
6206 * sparc-tdep.c (sparc_frame_chain): Update comment.
6207 * blockframe.c (legacy_frame_chain_valid): Update.
6208
55e1d7e7
AC
62092003-04-06 Andrew Cagney <cagney@redhat.com>
6210
996179ee
AC
6211 * valprint.c (val_print_type_code_int): Delete #ifdef
6212 PRINT_TYPELESS_INTEGER code.
6213
55e1d7e7
AC
6214 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6215 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6216 multi-arch definition.
6217 * gdbarch.h: Re-generate.
6218
43bd9a9e
AC
62192003-04-05 Andrew Cagney <cagney@redhat.com>
6220
6221 Eliminate FRAME_FIND_SAVED_REGS.
6222 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6223 Change FSR parameter to a pointer.
6224 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6225 Assume FSR parameter is a pointer.
6226 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6227 Make fsr a pointer.
6228 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6229 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6230 saved_regs a pointer.
6231 (hppa_frame_saved_pc): Ditto.
6232 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6233 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6234 pointer.
6235 (restore_pc_queue): Make fsr a pointer.
6236 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6237 (hppa_frame_chain): Make saved_regs a pointer, call
6238 hppa_frame_init_saved_regs.
6239 * sparc-tdep.c: Include "gdb_assert.h".
6240 (sparc_frame_find_saved_regs): Replace internal_error with
6241 gdb_assert.
6242 * remote-vxsparc.c (vx_read_register): Delete reference to
6243 FRAME_FIND_SAVED_REGS.
6244 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6245 * gdbarch.h: Regenerate.
6246 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6247 (deprecated_get_frame_saved_regs): Delete declaration.
6248 (struct frame_saved_regs): Delete definition.
6249 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6250 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6251 (hppa_frame_find_saved_regs): Delete declaration.
6252 (FRAME_FIND_SAVED_REGS): Delete macro.
6253 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6254 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6255 FRAME_FIND_SAVED_REGS in comment.
6256
be41e9f4
AC
62572003-04-05 Andrew Cagney <cagney@redhat.com>
6258
6259 * frame.c (frame_func_unwind, get_frame_func): New functions.
6260 * frame.h (get_frame_func, frame_func_unwind): Declare.
6261 (struct frame_info): Add field "prev_func" for caching the
6262 previous frame's function address.
6263 * arm-tdep.c (arm_frameless_function_invocation): Combine
6264 get_pc_function_start and get_frame_pc into get_frame_func.
6265 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6266 (sh64_nofp_frame_init_saved_regs): Ditto.
6267 * s390-tdep.c (s390_function_start): Ditto.
6268 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6269 (rs6000_frameless_function_invocation): Ditto.
6270 (rs6000_frame_saved_pc): Ditto.
6271 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6272 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6273 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6274 (i386_frame_init_saved_regs): Ditto.
6275 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6276 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6277 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6278 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6279 * blockframe.c (frameless_look_for_prologue): Ditto.
6280
a01dd7cc
AC
62812003-04-05 Andrew Cagney <cagney@redhat.com>
6282
6283 * frame.c (legacy_get_prev_frame): Link prev to next at the
6284 function start. Update comments.
6285
5e5592e6
AC
62862003-04-05 Andrew Cagney <cagney@redhat.com>
6287
6288 * frame.c (get_frame_id): Update comment.
6289 (legacy_get_prev_frame): Update comment.
6290 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6291 * gdbarch.h: Regenerate.
6292 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6293 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6294
6fba5002
AC
62952003-04-05 Andrew Cagney <cagney@redhat.com>
6296
6297 * stack.c (print_frame_info): Use get_frame_pc.
6298
7df05f2b
AC
62992003-04-04 Andrew Cagney <cagney@redhat.com>
6300
6301 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6302 the frame's type from the unwinder.
6303 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6304 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6305 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6306 (get_frame_base_address): Use get_frame_type.
6307 (get_frame_locals_address, get_frame_args_address): Ditto.
6308 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6309 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6310 (struct frame_info): Add comment explaining why the frame contains
6311 a "type" field.
6312 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6313 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6314 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6315 NORMAL_FRAME.
6316 * frame-unwind.h: Include "frame.h".
6317 (struct frame_unwind): Add "type" field.
6318 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 6319
11889732
AC
63202003-04-04 Andrew Cagney <cagney@redhat.com>
6321
6322 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6323 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6324 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6325 get_frame_base.
6326 (d10v_unwind_dummy_id): Use frame_id_build.
6327 * frame.c (find_frame_sal): Use get_frame_pc.
6328 (create_new_frame): Use deprecated_update_frame_pc_hack and
6329 deprecated_update_frame_base_hack.
6330 (create_sentinel_frame): Add comment about ->pc going away.
6331 (get_prev_frame): Add comment about ->pc going away.
6332 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6333 frame_id_build, deprecated_update_frame_pc_hack and
6334 deprecated_update_frame_base_hack.
6335 (select_frame): Use get_frame_pc.
6336 (legacy_saved_regs_this_id): Use frame_id_build.
6337
50c46a0d
EZ
63382003-04-04 Elena Zannoni <ezannoni@redhat.com>
6339
fbe586ae
RH
6340 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6341 signed integer case.
6342 (classify_argument): Handle enumerations and references.
50c46a0d 6343
50bbdbd9
AC
63442003-04-04 Andrew Cagney <cagney@redhat.com>
6345
6346 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6347 ID to NULL.
6348
36018d2e
AF
63492003-04-01 Adam Fedor <fedor@gnu.org>
6350
6351 * gdb/objc-lang.c (selectors_info): Replace calls to
6352 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6353 SYMBOL_NATURAL_NAME.
6354 (classes_info, find_methods): Likewise.
6355
35cec841
KB
63562003-04-03 Kevin Buettner <kevinb@redhat.com>
6357
6358 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6359 ``mach'' to the value determined by bfd_default_set_arch_mach().
6360
43136899
BR
63612003-04-02 Bob Rossi <bob_rossi@cox.net>
6362
6363 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6364 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6365 (mi-cmd-file.o): Update dependencies.
6366
040b99fd
KB
63672003-04-01 Kevin Buettner <kevinb@redhat.com>
6368
6369 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6370 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6371
9a3d7dfd
AF
63722003-04-01 Adam Fedor <fedor@gnu.org>
6373
6374 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6375 * language.h (struct language_defn): Add la_demangle.
6376 (language_demangle): Declare.
6377 * language.c (language_demangle): New function.
6378 (unk_lang_demangle): Likewise.
6379 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 6380 Add ukn_lang_demangle.
9a3d7dfd 6381 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 6382 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
6383 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6384 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6385 * jv-lang.c (java_demangle): New function
6386 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
6387 * objc-lang.c (objc_demangle): Add options argument
6388 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
6389 * maint.c (maintenance_demangle): Replace switch with
6390 call to language_demangle.
6391 * utils.c (fprintf_symbol_filtered): Likewise.
6392
5e074003
AC
63932003-04-01 Andrew Cagney <cagney@redhat.com>
6394
6395 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6396 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6397 PRINT_TYPELESS_INTEGER.
6398 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6399 PUSH_RETURN_ADDRESS.
6400
270cb5d6
AC
64012003-04-01 Andrew Cagney <cagney@redhat.com>
6402
6403 * Makefile.in (d10v-tdep.o): Update dependencies.
6404 * d10v-tdep.c: Include "frame-base.h".
6405 (d10v_frame_unwind): Make constant.
6406 (d10v_frame_base_address): New function.
6407 (d10v_frame_base): New variable.
6408 (d10v_gdbarch_init): Set frame_base default.
6409 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6410 comment for base.
6411 (d10v_frame_unwind_cache): Set and use "prev_sp".
6412 (d10v_frame_this_id): Use the previous frame's inner most stack
6413 address and this frame's func address for the frame ID. Use
6414 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 6415
6bfb3e36
AC
64162003-04-01 Andrew Cagney <cagney@redhat.com>
6417
6418 * frame.h (get_frame_locals_address, get_frame_args_address):
6419 Refer to the base address, instead of the address of the first
6420 local or parameter.
8ffd9b1b 6421
da62e633
AC
64222003-04-01 Andrew Cagney <cagney@redhat.com>
6423
6424 Add frame debug info addresses:
6425 * frame-base.c: New file.
6426 * frame-base.h: New file.
6427 * frame.h (struct frame_base): Add opaque declaration.
6428 (get_frame_base): Update comment.
6429 (get_frame_base_address): Declare.
6430 (get_frame_locals_address): Declare.
6431 (get_frame_args_address): Declare.
6432 (struct frame_info): Add "base" and "base_cache". Update
6433 comments on the unwinder.
6434 * frame.c: Include "frame-base.h".
6435 (get_frame_locals_address): New function.
6436 (get_frame_base_address): New function.
6437 (get_frame_args_address): New function.
6438 * findvar.c (read_var_value): Use get_frame_locals_address and
6439 get_frame_args_address.
6440 * stack.c (frame_info): Use get_frame_locals_address and
6441 get_frame_args_address.
6442 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6443 moved to "frame-base.c".
6444 * printcmd.c (print_frame_nameless_args): Ditto.
6445 * symtab.h (address_class): Update comments.
6446 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6447 get_frame_base_address.
6448 * dwarf2expr.c (execute_stack_op): Ditto.
6449 * Makefile.in (frame_base_h): Define.
6450 (frame.o): Update dependencies.
6451 (frame-base.o): Add dependencies.
6452 (SFILES): Add frame-base.c.
6453 (COMMON_OBS): Add frame-base.o.
6454
3d30e9c2
AC
64552003-04-01 Andrew Cagney <cagney@redhat.com>
6456
6457 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6458 CALL_DUMMY_LENGTH): Ditto.
6459 * gdbarch.c: Re-generate.
6460 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6461 (CALL_DUMMY_LENGTH): Delete macro.
6462 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6463 * arm-tdep.c (arm_gdbarch_init): Ditto.
6464 * avr-tdep.c (avr_gdbarch_init): Ditto.
6465 * cris-tdep.c (cris_gdbarch_init): Ditto.
6466 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6467 * frv-tdep.c (frv_gdbarch_init): Ditto.
6468 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6469 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6470 * i386-tdep.c (i386_gdbarch_init): Ditto.
6471 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6472 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6473 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6474 * mips-tdep.c (mips_gdbarch_init): Ditto.
6475 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6476 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6477 * s390-tdep.c (s390_gdbarch_init): Ditto.
6478 * sh-tdep.c (sh_gdbarch_init): Ditto.
6479 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6480 * v850-tdep.c (v850_gdbarch_init): Ditto.
6481 * vax-tdep.c (vax_gdbarch_init): Ditto.
6482 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6483
ce0c7262
CV
64842003-04-01 Corinna Vinschen <vinschen@redhat.com>
6485
6486 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6487
73dd234f
AC
64882003-04-01 Andrew Cagney <cagney@redhat.com>
6489
6490 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6491 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6492 * gdbarch.h, gdbarch.c: Re-generate.
6493 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6494 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6495 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6496 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6497 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6498 * infcmd.c (run_stack_dummy): Simplify assuming
6499 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6500 * infrun.c (handle_inferior_event): Ditto.
6501 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6502 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6503 * arm-tdep.c (arm_gdbarch_init): Ditto.
6504 * avr-tdep.c (avr_gdbarch_init): Ditto.
6505 * cris-tdep.c (cris_gdbarch_init): Ditto.
6506 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6507 * frv-tdep.c (frv_gdbarch_init): Ditto.
6508 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6509 * i386-tdep.c (i386_gdbarch_init): Ditto.
6510 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6511 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6512 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6513 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6514 * mips-tdep.c (mips_gdbarch_init): Ditto.
6515 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6516 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6517 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6518 * s390-tdep.c (s390_gdbarch_init): Ditto.
6519 * sh-tdep.c (sh_gdbarch_init): Ditto.
6520 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6521 * v850-tdep.c (v850_gdbarch_init): Ditto.
6522 * vax-tdep.c (vax_gdbarch_init): Ditto.
6523 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6524
97606a13
DJ
65252003-04-01 Daniel Jacobowitz <drow@mvista.com>
6526
6527 * symfile.c (symfile_relocate_debug_section): Update call to
6528 bfd_simple_get_relocated_section_contents.
6529
e8ab51f7
AC
65302003-03-31 Andrew Cagney <cagney@redhat.com>
6531
6532 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6533 * gdbarch.h, gdbarch.c: Regenerate.
6534 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6535 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6536 available.
6537 * frame.h (generic_fix_call_dummy): Delete declaration.
6538 * dummy-frame.h: Update comment.
6539 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6540 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6541 fix_call_dummy.
6542 * sh-tdep.c (sh_gdbarch_init): Ditto.
6543 * s390-tdep.c (s390_gdbarch_init): Ditto.
6544 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6545 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6546 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6547 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6548 * i386-tdep.c (i386_gdbarch_init): Ditto.
6549 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6550 * frv-tdep.c (frv_gdbarch_init): Ditto.
6551 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6552 * cris-tdep.c (cris_gdbarch_init): Ditto.
6553 * avr-tdep.c (avr_gdbarch_init): Ditto.
6554 * arm-tdep.c (arm_gdbarch_init): Ditto.
6555
018d1b48
JB
65562003-03-31 J. Brobecker <brobecker@gnat.com>
6557
6558 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6559 (INIT_FRAME_AP): Likewise.
6560 (EXTRA_FRAME_INFO): Likewise.
6561
e9a2674e
AC
65622003-03-31 Andrew Cagney <cagney@redhat.com>
6563
6564 * gdbarch.sh: Include "symfile.h".
6565 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6566 * gdbarch.h, gdbarch.c: Re-generate.
6567 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6568 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6569 call_dummy_address, the default is at entry_point_address.
6570 * v850-tdep.c (v850_gdbarch_init): Ditto.
6571 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6572 * sh-tdep.c (sh_gdbarch_init): Ditto.
6573 * s390-tdep.c (s390_gdbarch_init): Ditto.
6574 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6575 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6576 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6577 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6578 * i386-tdep.c (i386_gdbarch_init): Ditto.
6579 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6580 * frv-tdep.c (frv_gdbarch_init): Ditto.
6581 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6582 * cris-tdep.c (cris_gdbarch_init): Ditto.
6583 * arm-tdep.c (arm_gdbarch_init): Ditto.
6584
e8a8712a
AC
65852003-03-31 Andrew Cagney <cagney@redhat.com>
6586
6587 * gdbarch.sh (CALL_DUMMY_P): Delete.
6588 * gdbarch.h, gdbarch.c: Re-generate.
6589 * inferior.h (CALL_DUMMY_P): Delete macro.
6590 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6591 * vax-tdep.c (vax_gdbarch_init): Update.
6592 * v850-tdep.c (v850_gdbarch_init): Update.
6593 * sparc-tdep.c (sparc_gdbarch_init): Update.
6594 * sh-tdep.c (sh_gdbarch_init): Update.
6595 * s390-tdep.c (s390_gdbarch_init): Update.
6596 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6597 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6598 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6599 * mips-tdep.c (mips_gdbarch_init): Update.
6600 * mcore-tdep.c (mcore_gdbarch_init): Update.
6601 * m68k-tdep.c (m68k_gdbarch_init): Update.
6602 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6603 * ia64-tdep.c (ia64_gdbarch_init): Update.
6604 * i386-tdep.c (i386_gdbarch_init): Update.
6605 * h8300-tdep.c (h8300_gdbarch_init): Update.
6606 * frv-tdep.c (frv_gdbarch_init): Update.
6607 * d10v-tdep.c (d10v_gdbarch_init): Update.
6608 * cris-tdep.c (cris_gdbarch_init): Update.
6609 * breakpoint.c (deprecated_frame_in_dummy): Update.
6610 * avr-tdep.c (avr_gdbarch_init): Update.
6611 * alpha-tdep.c (alpha_gdbarch_init): Update.
6612 * arm-tdep.c (arm_gdbarch_init): Update.
6613 * dummy-frame.c (dummy_frame_this_id): Update comments.
6614 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6615 * frame.c (legacy_get_prev_frame): Ditto.
6616 * valops.c (call_function_by_hand): Delete function.
6617 (hand_function_call): Rename to call_function_by_hand
6618
ed234cf8
AC
66192003-03-30 Andrew Cagney <cagney@redhat.com>
6620
6621 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 6622 * value.h (struct value): Update comment.
ed234cf8 6623
06c77151
AC
66242003-03-30 Andrew Cagney <cagney@redhat.com>
6625
6c2b5168
AC
6626 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6627 D10V_FP_REGNUM.
6628 (d10v_gdbarch_init): Do not set fp_regnum.
6629
06c77151
AC
6630 * frame.c (get_frame_base): Force ID initialization.
6631 (get_prev_frame): Move computation of the frame ID from here ...
6632 (get_frame_id): ... to here.
6633 (legacy_get_prev_frame): Mark the frame ID as valid.
6634 * frame.h (struct frame_info): Add field "id_p".
6635
97a1a11c
MK
66362003-03-30 Mark Kettenis <kettenis@gnu.org>
6637
6638 * i386-tdep.c (i386_store_struct_return): Removed.
6639 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6640
6c0e89ed
AC
66412003-03-30 Andrew Cagney <cagney@redhat.com>
6642
6643 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6644 * gdbarch.h, gdbarch.c: Regenerate.
6645 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6646 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6647 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6648 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6649 * i386-tdep.c (i386_gdbarch_init): Ditto.
6650 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6651 * cris-tdep.c (cris_gdbarch_init): Ditto.
6652 * vax-tdep.c (vax_gdbarch_init): Ditto.
6653 * s390-tdep.c (s390_gdbarch_init): Ditto.
6654 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6655 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6656 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6657 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6658 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6659 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6660 * sparc-tdep.c (sparc_gdbarch_init): Update.
6661 * sh-tdep.c (sh_gdbarch_init): Update.
6662 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6663 * mips-tdep.c (mips_gdbarch_init): Update.
6664 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6665 * ia64-tdep.c (ia64_gdbarch_init): Update.
6666 * frv-tdep.c (frv_gdbarch_init): Update.
6667 * avr-tdep.c (avr_gdbarch_init): Update.
6668 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6669 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6670 instead of when push_dummy_call is not available.
8ffd9b1b 6671
f7dd6af2
AC
66722003-03-30 Andrew Cagney <cagney@redhat.com>
6673
6674 * infttrace.c: Include "gdbthread.h".
6675 (parent_attach_all): Fix function signature.
6676 (call_ptrace): Update call.
6677 * Makefile.in (infttrace.o): Update dependencies.
6678
28f617b3
AC
66792003-03-30 Andrew Cagney <cagney@redhat.com>
6680
6681 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6682 PUSH_RETURN_ADDRESS.
6683 * gdbarch.h, gdbarch.c: Regenerate.
6684 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6685 * x86-64-tdep.c (x86_64_init_abi): Update.
6686 * v850-tdep.c (v850_gdbarch_init): Update.
6687 * sparc-tdep.c (sparc_gdbarch_init): Update.
6688 * sh-tdep.c (sh_gdbarch_init): Update.
6689 * s390-tdep.c (s390_gdbarch_init): Update.
6690 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6691 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6692 * mips-tdep.c (mips_gdbarch_init): Update.
6693 * mcore-tdep.c (mcore_gdbarch_init): Update.
6694 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6695 * ia64-tdep.c (ia64_gdbarch_init): Update.
6696 * i386-tdep.c (i386_gdbarch_init): Update.
6697 * h8300-tdep.c (h8300_gdbarch_init): Update.
6698 * frv-tdep.c (frv_gdbarch_init): Update.
6699 * cris-tdep.c (cris_gdbarch_init): Update.
6700 * avr-tdep.c (avr_gdbarch_init): Update.
6701 * arm-tdep.c (arm_gdbarch_init): Update.
6702 * valops.c (hand_function_call): Update.
6703
4d628cd7
AC
67042003-03-29 Andrew Cagney <cagney@redhat.com>
6705
6706 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6707 sizeof_call_dummy_words.
6708 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6709 define.
6710 * gdbarch.h: Regenerate.
8ffd9b1b 6711
65e82032
AC
67122003-03-29 Andrew Cagney <cagney@redhat.com>
6713
6714 * infttrace.h: New file.
6715 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6716 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6717 (hpread_read_doc_function_type): Detect an initialized type1.
6718 (hpread_quick_traverse): Initialize mod_name_string.
6719 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6720 (som_solib_get_solib_by_pc): Declare.
6721 (so_lib_thread_start_addr): Declare.
6722 (no_shared_libraries): Declare.
6723 * somread.c (init_import_symbols): Make static. Add forward
6724 declaration.
6725 * config/pa/nm-hppah.h: Include "infttrace.h" for
6726 parent_attach_all.
6727 (hppa_insert_hw_watchpoint): Declare.
6728 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6729 * hppah-nat.c: Include "gdb_string.h".
6730 (parent_attach_all): Delete extern declaration, moved to
6731 "infttrace.h".
6732 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6733 int.
6734 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6735 * Makefile.in (infttrace_h): Define.
6736 (hpread.o): Update dependencies.
6737 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6738 * hppa-hpux-tdep.c: Include "gdb_string.h".
6739 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6740 * infrun.c (handle_inferior_event): Always initialize
6741 stepped_after_stopped_by_watchpoint. Add default and remove
6742 fallthrough in switch statement.
6743 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6744 parameter to int.
6745 (hppa_remove_hw_watchpoint): Ditto.
6746
2c3bbe77
AC
67472003-03-29 Andrew Cagney <cagney@redhat.com>
6748
6749 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6750 offset.
6751
2dd604e7
RE
67522003-03-29 Richard Earnshaw <rearnsha@arm.com>
6753
6754 * arm-tdep.c (arm_push_arguments): Delete.
6755 (struct stack_item): New type.
6756 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6757 (arm_store_struct_return): Delte.
6758 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6759 arm_push_arguments or arm_store_struct_return.
6760
e8933a55
AC
67612003-03-28 Andrew Cagney <cagney@redhat.com>
6762
6763 * Makefile.in (d10v-tdep.o): Update dependencies.
6764 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6765 * d10v-tdep.c: Include "remote.h".
6766 (target_resume_hook): Delete extern declaration.
6767 (target_wait_loop_hook): Ditto.
6768 (tdisassemble_command): Eliminate assignment in "if" conditional.
6769 (d10v_ts2_register_sim_regno): Eliminate call to
6770 legacy_register_sim_regno.
6771 (d10v_ts3_register_sim_regno): Ditto.
6772
6949171e
JJ
67732003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6774
6775 * thread.c: Reindented.
6776 * lin-lwp.c: Ditto.
6777 * linux-proc.c: Ditto.
6778
98c7071f
BR
67792003-03-28 Bob Rossi <bob_rossi@cox.net>
6780
fbe586ae 6781 * MAINTAINERS (write after approval): Add myself.
98c7071f 6782
5edc9ca6
TR
67832003-03-27 Theodore A. Roth <troth@openavr.org>
6784
6785 * objc-exp.y: Add missing semi-colons.
6786
378bfd1b
AC
67872003-03-27 Andrew Cagney <cagney@redhat.com>
6788
6789 * regcache.c (write_sp): Delete function and references.
6790 * inferior.h (write_sp): Delete declaration.
6791 * valops.c (hand_function_call): Replace write_sp with
6792 TARGET_WRITE_SP.
6793 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6794 (sparc_pop_frame): Ditto.
8ffd9b1b 6795
56056df7
AC
67962003-03-27 Andrew Cagney <cagney@redhat.com>
6797
6798 * NEWS: Mention removal of support for hppa*-*-bsd* and
6799 hppa*-*-osf* natives, and hppa*-*-pro* target.
6800 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6801 * config/pa/xm-pa.h: Obsolete file.
6802 * config/pa/xm-hppab.h: Obsolete file.
6803 * config/pa/nm-hppab.h: Obsolete file.
6804 * config/pa/tm-hppab.h: Obsolete file.
6805 * config/pa/tm-hppao.h: Obsolete file.
6806 * config/pa/nm-hppao.h: Obsolete file.
6807 * config/pa/tm-pro.h: Obsolete file.
6808 * config/pa/hppaosf.mt: Obsolete file.
6809 * config/pa/hppaosf.mh: Obsolete file.
6810 * config/pa/hppapro.mt: Obsolete file.
6811 * config/pa/hppabsd.mt: Obsolete file.
6812 * config/pa/hppabsd.mh: Obsolete file.
6813 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6814 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6815 hppa*-*-osf*.
6816
5873a88d
AC
68172003-03-27 Andrew Cagney <cagney@redhat.com>
6818
6819 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6820 push_arguments. Don't set push_return_address or write_sp.
6821 (d10v_push_dummy_call): Replace d10v_push_arguments.
6822 (d10v_push_return_address, d10v_write_sp): Delete function,
6823 handled by push_dummy_call.
6824
b81774d8
AC
68252003-03-26 Andrew Cagney <cagney@redhat.com>
6826
6827 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6828 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6829 regcache and dummy_addr parameters.
6830 * gdbarch.h, gdbarch.c: Re-generate.
6831 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6832 available; assume it will handle stack alignment and return
6833 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6834 legacy_push_arguments.
6835 (legacy_push_arguments): Rename default_push_arguments.
6836 * value.h (legacy_push_arguments): Rename default_push_arguments.
6837 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6838 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6839 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6840 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6841 * config/i386/tm-symmetry.h: Update.
6842 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6843 * x86-64-tdep.c (x86_64_init_abi): Update.
6844 * v850-tdep.c (v850_gdbarch_init): Update.
6845 * sparc-tdep.c (sparc_gdbarch_init): Update.
6846 * sh-tdep.c (sh_gdbarch_init): Update.
6847 * s390-tdep.c (s390_gdbarch_init): Update.
6848 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6849 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6850 * mips-tdep.c (mips_gdbarch_init): Update.
6851 * mcore-tdep.c (mcore_gdbarch_init): Update.
6852 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6853 * ia64-tdep.c (ia64_gdbarch_init): Update.
6854 * i386-tdep.c (i386_gdbarch_init): Update.
6855 * hppa-tdep.c (hppa_gdbarch_init): Update.
6856 * h8300-tdep.c (h8300_gdbarch_init): Update.
6857 * frv-tdep.c (frv_gdbarch_init): Update.
6858 * d10v-tdep.c (d10v_gdbarch_init): Update.
6859 * cris-tdep.c (cris_gdbarch_init): Update.
6860 * avr-tdep.c (avr_gdbarch_init): Update.
6861 * arm-tdep.c (arm_gdbarch_init): Update.
6862 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6863 * alpha-tdep.c (alpha_gdbarch_init): Update.
6864
f541410f
DJ
68652003-03-26 Daniel Jacobowitz <drow@mvista.com>
6866
6867 * signals/signals.c (do_target_signal_to_host): Correct realtime
6868 signal range test.
6869
69f567ae
DJ
68702003-03-26 Daniel Jacobowitz <drow@mvista.com>
6871
6872 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6873 (struct sal_chain, map_catch_names): Remove.
6874 (catch_exception_command_1): Don't call
6875 handle_gnu_4_16_catch_command.
6876
d5d14a5a
DJ
68772003-03-26 Daniel Jacobowitz <drow@mvista.com>
6878
6879 From Mark Dettinger <dettinge@de.ibm.com>:
6880 * dwarf2cfi.c (read_2u): Increment pointer by two.
6881
bdd73e22
DJ
68822003-03-26 Daniel Jacobowitz <drow@mvista.com>
6883
6884 * signals/signals.c: Fix typos in last change.
6885
960cb555
DJ
68862003-03-26 Daniel Jacobowitz <drow@mvista.com>
6887
6888 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6889 not already defined. Use __SIGRTMIN if available.
6890 (target_signal_from_host): Remove SIGRTMIN block.
6891 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6892 the signal is within the realtime range.
6893
f636b87d
AF
68942003-03-25 Adam Fedor <fedor@gnu.org>
6895
6896 * Makefile.in (infrun.o): Add $(language_h)
6897 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6898 for language specific trampolines.
6899 * language.h (struct language_defn): Add skip_trampoline.
6900 (skip_language_trampoline): Declare.
6901 * language.c (unk_lang_trampoline, skip_language_trampoline):
6902 New functions.
6903 (unknown_language_defn, auto_language_defn, local_language_defn):
6904 Add ukn_lang_trampoline.
6905 * ada-lang.c (ada_language_defn): Add NULL for language
6906 specific skip_trampoline.
6907 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6908 scm-lang.c: Likewise.
6909 * objc-lang.c (objc_skip_trampoline): New function.
6910 (objc_language_defn): Add objc_skip_trampoline.
6911
28f617b3 69122003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
6913
6914 * frame.c (get_prev_frame): Delay validating a frame's ID -
6915 non-NULL, didn't go backwards - until an attempt to unwind it to
6916 the previous frame.
6917
f933a9c5
AC
69182003-03-25 Andrew Cagney <cagney@redhat.com>
6919
6920 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6921 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6922 * gdbarch.h, gdbarch.c: Re-generate.
6923 * config/sparc/tm-sparc.h
6924 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6925 * sparc-tdep.c (sparc_gdbarch_init): Set
6926 deprecated_extra_stack_alignment_needed.
6927 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6928 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6929 extra_stack_alignment_needed.
6930 * v850-tdep.c (v850_gdbarch_init): Ditto.
6931 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6932 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6933 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6934 * cris-tdep.c (cris_gdbarch_init): Ditto.
6935 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6936 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6937
4183d812
AC
69382003-03-25 Andrew Cagney <cagney@redhat.com>
6939
6940 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6941 STORE_STRUCT_RETURN.
6942 * gdbarch.h, gdbarch.c: Regenerate.
6943 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6944 (d10v_push_arguments): Set the struct return register.
6945 (d10v_gdbarch_init): Update.
6946 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6947 * x86-64-tdep.c (x86_64_init_abi): Update.
6948 * vax-tdep.c (vax_gdbarch_init): Update.
6949 * v850-tdep.c (v850_gdbarch_init): Update.
6950 * sparc-tdep.c (sparc_gdbarch_init): Update.
6951 * sh-tdep.c (sh_gdbarch_init): Update.
6952 * s390-tdep.c (s390_gdbarch_init): Update.
6953 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6954 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6955 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6956 * mips-tdep.c (mips_gdbarch_init): Update.
6957 * mcore-tdep.c (mcore_gdbarch_init): Update.
6958 * m68k-tdep.c (m68k_gdbarch_init): Update.
6959 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6960 * ia64-tdep.c (ia64_gdbarch_init): Update.
6961 * i386-tdep.c (i386_gdbarch_init): Update.
6962 * hppa-tdep.c (hppa_gdbarch_init): Update.
6963 * h8300-tdep.c (h8300_gdbarch_init): Update.
6964 * frv-tdep.c (frv_gdbarch_init): Update.
6965 * cris-tdep.c (cris_gdbarch_init): Update.
6966 * avr-tdep.c (avr_gdbarch_init): Update.
6967 * arm-tdep.c (arm_gdbarch_init): Update.
6968 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 6969
1bf6d5cc
AC
69702003-03-25 Andrew Cagney <cagney@redhat.com>
6971
6972 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6973 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6974 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6975 * gdbarch.h, gdbarch.c: Regenerate.
6976 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6977 call_dummy_stack_adjust_p.
6978 * vax-tdep.c (vax_gdbarch_init): Ditto.
6979 * v850-tdep.c (v850_gdbarch_init): Ditto.
6980 * sh-tdep.c (sh_gdbarch_init): Ditto.
6981 * s390-tdep.c (s390_gdbarch_init): Ditto.
6982 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6983 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6984 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6985 * mips-tdep.c (mips_gdbarch_init): Ditto.
6986 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6987 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6988 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6989 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6990 * i386-tdep.c (i386_gdbarch_init): Ditto.
6991 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6992 * frv-tdep.c (frv_gdbarch_init): Ditto.
6993 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6994 * cris-tdep.c (cris_gdbarch_init): Ditto.
6995 * avr-tdep.c (avr_gdbarch_init): Ditto.
6996 * arm-tdep.c (arm_gdbarch_init): Ditto.
6997 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6998 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6999 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
7000 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7001 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
7002 call_dummy_stack_adjust_p.
7003 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
7004 (CALL_DUMMY_STACK_ADJUST): Delete macro.
7005 * sparc-tdep.c (sparc32_push_arguments): Update.
7006 * valops.c (hand_function_call): Update.
7007
71c08af0
CV
70082003-03-25 Corinna Vinschen <vinschen@redhat.com>
7009
7010 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
7011 set_gdbarch_char_signed.
7012
30757f90
RE
70132003-03-25 Richard Earnshaw <rearnsha@arm.com>
7014
7015 PR cli/548
7016 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
7017
03d48a7d
RE
70182003-03-25 Richard Earnshaw <rearnsha@arm.com>
7019
7020 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
7021 (_initialize_arm_tdep): Don't set tm_print_insn.
7022
2cf6873c
AF
70232003-03-24 Adam Fedor <fedor@gnu.org>
7024
7025 * Makefile.in (YYOBJ): Add objc-exp.tab.o
7026 * objc-lang.h: Add multiple inclusion protection.
7027 (start_msglist, add_msglist, end_msglist): Additional declarations.
7028
17c0759e
RE
70292003-03-24 Richard Earnshaw <rearnsha@arm.com>
7030
7031 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
7032 value was renamed to ARM_FLOAT_SOFT_FPA.
7033
618ce49f
AC
70342003-03-23 Andrew Cagney <cagney@redhat.com>
7035
7036 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
7037 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
7038 * gdbarch.h, gdbarch.c: Regenerate.
7039 * valops.c (hand_function_call): Update.
7040 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7041 * frame.c (legacy_saved_regs_this_id): Update.
7042 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
7043 * dummy-frame.h: Update.
7044 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
7045 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7046 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
7047 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
7048 * config/m68k/tm-sun3.h: Update.
7049 * blockframe.c (inside_main_func, frame_chain_valid): Update.
7050 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7051 * x86-64-tdep.c (x86_64_init_abi): Update.
7052 * vax-tdep.c (vax_gdbarch_init): Update.
7053 * v850-tdep.c (v850_gdbarch_init): Update.
7054 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
7055 * sh-tdep.c (sh_gdbarch_init): Update.
7056 * s390-tdep.c (s390_gdbarch_init): Update.
7057 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
7058 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
7059 (frame_get_saved_regs): Update.
7060 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7061 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7062 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7063 * mips-tdep.c (mips_gdbarch_init): Update.
7064 * mcore-tdep.c (mcore_gdbarch_init): Update.
7065 * m68k-tdep.c (m68k_gdbarch_init): Update.
7066 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7067 * ia64-tdep.c (ia64_gdbarch_init): Update.
7068 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
7069 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7070 (i386_interix_back_one_frame): Update.
7071 * hppa-tdep.c (hppa_gdbarch_init): Update.
7072 (hppa_init_extra_frame_info): Update.
7073 * h8300-tdep.c (h8300_gdbarch_init): Update.
7074 * frv-tdep.c (frv_gdbarch_init): Update.
7075 * cris-tdep.c (cris_gdbarch_init): Update.
7076 * avr-tdep.c (avr_gdbarch_init): Update.
7077 * arm-tdep.c (arm_gdbarch_init): Update.
7078 * alpha-tdep.c (alpha_gdbarch_init): Update.
7079
fd50bc42
RE
70802003-03-22 Richard Earnshaw <rearnsha@arm.com>
7081
7082 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
7083 (arm_get_fp_model): Declare.
7084 * arm-tdep.c (fp_model_strings): New string array.
7085 (arm_fp_model, current_fp_model): New variables.
7086 (arm_get_fp_model): New function.
7087 (arm_set_fp): New function.
7088 (set_fp_model_sfunc): New function.
7089 (show_fp_model): New function.
7090 (_initialize_arm_tdep): Add new command to set/show the FPU.
7091 (arm_extract_return_value): Use arm_get_fp_model.
7092 (arm_store_return_value): Likewise.
7093 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
7094 to initialize the floating-point data types.
7095 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
7096 model is FPA.
7097
26304000
RE
70982003-03-22 Richard Earnshaw <rearnsha@arm.com>
7099
7100 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
7101 the current setting of each value.
7102 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 7103 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
7104 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
7105 commands and add new version as subcommands of "set/show arm".
7106
afd7eef0
RE
71072003-03-22 Richard Earnshaw <rearnsha@arm.com>
7108
7109 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
7110 (set_arm_command, show_arm_command): New functions.
7111 (_initialize_arm_tdep): Add them.
7112 (num_disassembly_options): Renamed from num_flavor_options.
7113 (valid_disassembly_styles): Renamed from valid_flavors.
7114 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 7115 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
7116 set_disassembly_flavor_sfunc.
7117 (set_disassembly_style): Renamed from set_disassembly_flavor.
7118 (arm_othernames): Updated.
7119 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
7120 command. Add "set/show arm disassembly" commands. Deprecate
7121 "othernames" command.
7122
299a7944
RE
71232003-03-22 Richard Earnshaw <rearnsha@arm.com>
7124
7125 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
7126 (arm-tdep.o): Depend on elf_arm_h.
7127
c1dac9e6
RE
71282003-03-22 Richard Earnshaw <rearnsha@arm.com>
7129
7130 * Makefile.in (coff_internal_h): Define.
7131 (arm-tdep.o): Update dependencies.
7132
2702d96c
RE
71332003-03-22 Richard Earnshaw <rearnsha@arm.com>
7134
7135 * arm-tdep.c (prologue_cache): Delete.
7136 (check_prologue_cache, save_prologue_cache): Delete.
7137 (arm_scan_prologue): Don't check or update the prologue_cache.
7138 (arm_gdb_arch_init): Don't initialize it.
7139 (_initialize_arm_tdep): Likewise.
7140
27d5d74b
SC
71412003-03-21 Stephane Carrez <stcarrez@nerim.fr>
7142
7143 * MAINTAINERS (tui): Maintainer of tui code.
7144
1762d96d
CV
71452003-03-21 Corinna Vinschen <vinschen@redhat.com>
7146
7147 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
7148 (i386-cygwin-tdep.o): Add dependencies.
7149 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
7150 * i386-cygwin-tdep.c: New file.
7151 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
7152 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
7153
4c2e2391
AC
71542003-03-20 Andrew Cagney <cagney@redhat.com>
7155
f20d38b7
AC
7156 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
7157 (handle_inferior_event): Remove code calling
7158 DYNAMIC_TRAMPOLINE_NEXTPC.
7159
0022b738
AC
7160 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7161 already has a full path.
7162
864dbc90
AC
7163 * main.c (gdb_main): Return 1.
7164 (captured_main): Call error to report an invalid interpreter.
7165
4c2e2391
AC
7166 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7167 * alpha-osf1-tdep.c: Include "gdb_string.h".
7168
5ef7553b
JB
71692003-03-19 J. Brobecker <brobecker@gnat.com>
7170
7171 Continuing work to convert the hppa targets to multiarch partial.
7172
7173 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7174 method, now that hppa_push_dummy_frame has a conformant prototype.
7175 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7176 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7177 for the switch to multiarch partial.
7178
7bde8967
KB
71792003-03-19 Kevin Buettner <kevinb@redhat.com>
7180
7181 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7182 when iss is issNull.
7183
b006a9e9
KB
71842003-03-18 Kevin Buettner <kevinb@redhat.com>
7185
7186 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7187 NUM_REGS bounds check.
7188
5e2e9765
KB
71892003-03-18 Kevin Buettner <kevinb@redhat.com>
7190
7191 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7192 * mips-tdep.c (gdb_assert.h): Include.
7193 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7194 (mips_register_name): Handle integer registers explicitly. Add
7195 bounds checking.
7196 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7197 (mips_lsi33k_reg_names): Don't list integer registers; they're
7198 handled by mips_register_name() now.
7199 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7200 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7201 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7202 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7203 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7204
a2867626
AC
72052003-03-18 Andrew Cagney <cagney@redhat.com>
7206
7207 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7208 a void pointer.
7209 * gdbtypes.h (print_scalar_formatted): Update declaration.
7210 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7211
06600e06
JB
72122003-03-18 J. Brobecker <brobecker@gnat.com>
7213
7214 * infrun.c (observer.h): Add #include.
7215 (normal_stop): Add call to observer_notify_normal_stop.
7216 * Makefile.in (infrun.o): Add dependency on observer.h.
7217
7daf4f5b
JB
72182003-03-18 J. Brobecker <brobecker@gnat.com>
7219
7220 Continuing work to convert the hppa targets to multiarch partial.
7221 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7222 parameter. Reformat comment.
7223 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7224 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7225 to match new profile.
7226
3371ccc0
JB
72272003-03-18 J. Brobecker <brobecker@gnat.com>
7228
7229 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7230 appear to be working in any case.
7231
4fbe891e
JB
72322003-03-18 J. Brobecker <brobecker@gnat.com>
7233
7234 * observer.c (observer_test_first_observer): New static variable.
7235 (observer_test_second_observer): Likewise.
7236 (observer_test_third_observer): Likewise.
7237 (observer_test_first_notification_function): New static function.
7238 (observer_test_second_notification_function): Likewise.
7239 (observer_test_third_notification_function): Likewise.
7240
a7ff40e7
JB
72412003-03-17 J. Brobecker <brobecker@gnat.com>
7242
7243 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7244 * somsolib.c (gdb_assert.h): Likewise.
7245 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7246 (somsolib.o): Likewise.
7247
26ca4152
AC
72482003-03-17 Andrew Cagney <cagney@redhat.com>
7249
7250 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7251 BFD. Simplify setting of di.endian.
7252
0a613259
AC
72532003-03-17 Andrew Cagney <cagney@redhat.com>
7254
7255 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7256 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7257
7258 From Elena Zannoni <ezannoni@redhat.com>
7259 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7260 vector and floating-point parameters.
7261 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7262 convention.
7263 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7264
1132738f
FN
72652003-03-17 Fernando Nasser <fnasser@redhat.com>
7266
7267 * MAINTAINERS: Remove my name from several maintainership roles.
7268
6dc42492
AC
72692003-03-17 Andrew Cagney <cagney@redhat.com>
7270
7271 Fix frame off-by-one bug.
7272 * frame-unwind.h (frame_this_id_ftype): Replace
7273 frame_unwind_id_ftype.
7274 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7275 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7276 with "prev_register".
7277 * frame-unwind.c (frame_unwind_find_by_pc): Return
7278 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7279 comment.
7280 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7281 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7282 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7283 (dummy_frame_unwind): Update.
7284 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7285 sentinel_frame_register_unwind.
7286 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7287 (sentinel_frame_unwinder): Update.
7288 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7289 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7290 * frame.c (create_sentinel_frame): Update. Initialize
7291 "prologue_cache" instead of "unwind_cache".
7292 (frame_register_unwind): Call this frame's prev_register with the
7293 next frame and this frame's prologue cache.
7294 (get_prev_frame): Simplify. Always call prev frame's this_id with
7295 this frame and prev frame's prologue cache. Document that this
7296 call is shifted one to the left when compared to the
7297 frame_register_unwind call.
7298 (legacy_saved_regs_prev_register): Replace
7299 frame_saved_regs_register_unwind.
7300 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7301 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7302 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7303 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7304 (d10v_frame_unwind): Update.
7305 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7306 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7307 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7308 "saved_regs" with "this_saved_regs".
7309
efd710d6
AC
73102003-03-16 Andrew Cagney <cagney@redhat.com>
7311
7312 * frame.c (frame_pop): Don't call target_store_registers. Fix
7313 problem reported by Mark Kettenis.
7314
4e259f09
MK
73152003-03-16 Mark Kettenis <kettenis@gnu.org>
7316
7317 * i386-tdep.c (i386_register_type): Renamed from
7318 i386_register_virtual_type. Adjust function signature.
7319 (i386_gdbarch_init): Set register_type instead of
7320 deprecated_max_register_raw_size,
7321 deprecated_max_register_virtual_size and register_virtual_type.
7322
055bb976
AC
73232003-03-14 Andrew Cagney <cagney@redhat.com>
7324
7325 * frame.c (get_prev_frame): When a legacy frame, always call
7326 legacy_get_prev_frame. Simplify unwind code using assumption that
7327 the unwinder is new.
7328 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7329 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7330 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7331
ac2adee5
AC
73322003-03-14 Andrew Cagney <cagney@redhat.com>
7333
7334 * frame.c (get_saved_register): Delete function.
7335 * frame.h (get_saved_register): Delete declaration.
7336 * xstormy16-tdep.c: Update comment.
7337 * regcache.h: Update comments.
7338 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7339 get_saved_register and extract_address, use
7340 frame_read_unsigned_register.
7341 (sparc_frame_saved_pc): Ditto.
7342 (sparc_get_saved_register): Instead of get_saved_register, use
7343 frame_register.
7344 (sparc_pop_frame): Ditto.
7345 * findvar.c: Update comments.
7346 (value_of_register): Call frame_register instead of
7347 get_saved_register.
7348 (value_from_register): Ditto.
7349 * config/sparc/tm-sparc.h: Update comment.
7350 * breakpoint.c: Update comment.
7351
129c1cd6
AC
73522003-03-14 Andrew Cagney <cagney@redhat.com>
7353
7354 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7355 GET_SAVED_REGISTER.
7356 * gdbarch.h, gdbarch.c: Re-generate.
7357 * frame.h: Update comments.
7358 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7359 * x86-64-tdep.c (x86_64_init_abi): Update.
7360 * sparc-tdep.c (sparc_gdbarch_init): Update.
7361 * sh-tdep.c (sh_gdbarch_init): Update.
7362 * mips-tdep.c (mips_gdbarch_init): Update.
7363 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7364 * cris-tdep.c (cris_gdbarch_init): Update.
7365 * ia64-tdep.c (ia64_gdbarch_init): Update.
7366 * frame.c (frame_register): Update.
7367 (get_saved_register): Update.
7368 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 7369
749b82f6
AC
73702003-03-13 Andrew Cagney <cagney@redhat.com>
7371
7372 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7373 * gdbarch.h, gdbarch.c: Regenerate.
7374 * valops.c (hand_function_call): Update comment.
7375 * stack.c (return_command): Update comment.
7376 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7377 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7378 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7379 * x86-64-tdep.c (x86_64_init_abi): Update.
7380 * vax-tdep.c (vax_gdbarch_init): Update.
7381 * v850-tdep.c (v850_gdbarch_init): Update.
7382 * sparc-tdep.c (sparc_gdbarch_init): Update.
7383 * sh-tdep.c (sh_gdbarch_init): Update.
7384 * s390-tdep.c (s390_gdbarch_init): Update.
7385 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7386 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7387 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7388 * mips-tdep.c (mips_gdbarch_init): Update.
7389 * mcore-tdep.c (mcore_gdbarch_init): Update.
7390 * m68k-tdep.c (m68k_gdbarch_init): Update.
7391 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7392 * ia64-tdep.c (ia64_gdbarch_init): Update.
7393 * i386-tdep.c (i386_gdbarch_init): Update.
7394 * hppa-tdep.c (hppa_gdbarch_init): Update.
7395 * h8300-tdep.c (h8300_gdbarch_init): Update.
7396 * frv-tdep.c (frv_gdbarch_init): Update.
7397 * cris-tdep.c (cris_gdbarch_init): Update.
7398 * avr-tdep.c (avr_gdbarch_init): Update.
7399 * arm-tdep.c (arm_gdbarch_init): Update.
7400 * alpha-tdep.c (alpha_gdbarch_init): Update.
7401
1594fa56
AC
74022003-03-13 Andrew Cagney <cagney@redhat.com>
7403
7404 * frame.c (legacy_frame_p): New function.
7405 (get_prev_frame): Use legacy_frame_p.
7406 * frame.h (legacy_frame_p): Declare.
7407
7717fda3
V
74082003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7409
fbe586ae 7410 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
7411 listing corrected.
7412
0c67cbe9
V
74132003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7414
fbe586ae 7415 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 7416
03febf99
AC
74172003-03-12 Andrew Cagney <cagney@redhat.com>
7418
7419 * frame.c (get_prev_frame): Rename the frame parameter to
7420 "this_frame".
7421 (get_next_frame, legacy_get_prev_frame): Ditto.
7422
0a1e1ca1
AC
74232003-03-12 Andrew Cagney <cagney@redhat.com>
7424
7425 * frame.c (get_current_frame): Check target_has_registers before
7426 checking target_has_stack.
7427 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7428 instead of deprecated_selected_frame.
7429 * findvar.c (value_of_register): Pass "frame", not
7430 deprecated_selected_frame, to value_of_builtin_reg.
7431
a66a9c23
AC
74322003-03-12 Andrew Cagney <cagney@redhat.com>
7433
7434 * regcache.c (regcache_cooked_write_signed): New function.
7435 (regcache_cooked_write_unsigned): New function.
7436 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7437 (regcache_cooked_read_signed): Fix regnum in range assertion.
7438 * regcache.h (regcache_cooked_write_signed): Declare.
7439 (regcache_cooked_write_unsigned): Declare.
7440
8bedc050
AC
74412003-03-12 Andrew Cagney <cagney@redhat.com>
7442
7443 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7444 * gdbarch.h, gdbarch.c: Re-generate.
7445 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7446 * x86-64-tdep.h: Update.
7447 * x86-64-tdep.c (x86_64_init_abi): Update.
7448 * v850-tdep.c (v850_gdbarch_init): Update.
7449 * sparc-tdep.c (sparc_gdbarch_init): Update.
7450 * sh-tdep.c (sh_gdbarch_init): Update.
7451 * s390-tdep.c (s390_gdbarch_init): Update.
7452 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7453 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7454 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7455 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7456 * mips-tdep.c (mips_gdbarch_init): Update.
7457 * mcore-tdep.c (mcore_gdbarch_init): Update.
7458 * m68k-tdep.c (m68k_gdbarch_init): Update.
7459 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7460 * ia64-tdep.c (ia64_gdbarch_init): Update.
7461 * i386-tdep.c (i386_gdbarch_init): Update.
7462 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7463 * hppa-tdep.c (hppa_gdbarch_init): Update.
7464 * h8300-tdep.c (h8300_gdbarch_init): Update.
7465 * frv-tdep.c (frv_gdbarch_init): Update.
7466 * cris-tdep.c (cris_gdbarch_init): Update.
7467 * avr-tdep.c (avr_gdbarch_init): Update.
7468 * arm-tdep.c (arm_gdbarch_init): Update.
7469 * alpha-tdep.c (alpha_gdbarch_init): Update.
7470 * sh-tdep.c (sh_init_extra_frame_info): Update.
7471 (sh64_init_extra_frame_info): Update.
7472 * ns32knbsd-nat.c (frame_num_args): Update.
7473 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7474 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7475 (xstormy16_frame_chain_valid): Update.
7476 * vax-tdep.c (vax_saved_pc_after_call): Update.
7477 * v850-tdep.c (v850_frame_chain): Update.
7478 (v850_pop_frame): Update.
7479 (v850_init_extra_frame_info): Update.
7480 * sparc-tdep.c (setup_arbitrary_frame): Update.
7481 * ns32k-tdep.c (umax_frame_num_args): Update.
7482 * s390-tdep.c (s390_pop_frame_regular): Update.
7483 * mn10300-tdep.c (mn10300_frame_chain): Update.
7484 (mn10300_pop_frame_regular): Update.
7485 (mn10300_init_extra_frame_info): Update.
7486 * mips-tdep.c (mips_init_frame_pc_first): Update.
7487 (mips_frame_chain): Update.
7488 (mips_pop_frame): Update.
7489 * mcore-tdep.c (mcore_frame_chain): Update.
7490 (mcore_pop_frame): Update.
7491 (mcore_init_extra_frame_info): Update.
7492 * arch-utils.c (init_frame_pc_default): Update.
7493 * m68k-tdep.c (isi_frame_num_args): Update.
7494 (delta68_frame_num_args): Update.
7495 (news_frame_num_args): Update.
7496 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7497 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7498 (alpha_frame_chain): Update.
7499 (alpha_pop_frame): Update.
7500 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7501 (hppa_init_extra_frame_info): Update.
7502 (hppa_frame_chain): Update.
7503 (hppa_frame_chain_valid): Update.
7504 * cris-tdep.c (cris_init_extra_frame_info): Update.
7505 * avr-tdep.c (avr_init_extra_frame_info): Update.
7506 * arm-tdep.c (arm_frame_chain_valid): Update.
7507 (arm_init_extra_frame_info): Update.
7508 (arm_pop_frame): Update.
7509 * frame.c (frame_pc_unwind): Update.
7510 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7511 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7512 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7513 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7514 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7515 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 7516
7a25a7c1
AC
75172003-03-12 Andrew Cagney <cagney@redhat.com>
7518
7519 Eliminate the need for POP_FRAME.
7520 * frame.c (do_frame_unwind_register): New function.
7521 (frame_pop): When no POP_FRAME, pop the frame using register
7522 unwind and a scratch regcache.
7523 (frame_saved_regs_pop): Delete function.
7524 (trad_frame_unwinder): Update.
7525 * d10v-tdep.c (d10v_frame_pop): Delete function.
7526 (d10v_frame_unwind): Update.
7527 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7528 (sentinel_frame_unwinder): Update.
7529 * dummy-frame.c (dummy_frame_pop): Delete function.
7530 (dummy_frame_unwind): Update.
7531 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7532 (struct frame_unwind): Update.
7533
2f38ef89
KB
75342003-03-11 Kevin Buettner <kevinb@redhat.com>
7535
7536 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7537 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7538 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7539 Do range checks on register number obtained from debugging info.
7540 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7541 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7542 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7543 mapping function.
7544 (do_fp_register_row): Fix typo which caused double type to be
7545 used when attempting to unpack a float.
7546
552f4abf
JB
75472003-03-11 J. Brobecker <brobecker@gnat.com>
7548
7549 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7550
e0d2ae16
AC
75512003-03-11 Andrew Cagney <cagney@redhat.com>
7552
7553 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7554 frame. Problem found by Corinna Vinschen.
7555
ddbfdd06
PM
75562003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7557
7558 * doublest.c (floatformat_from_length): Accept also
7559 the real size of 'long double' type.
7560
088b2ddc 75612003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 7562
088b2ddc 7563 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
7564 * breakpoint.c (bpstat_copy): Copy the command lines as well
7565 as the old value, to match what is freed in bpstat_clear.
7566
f56f77c1
DC
75672003-03-10 David Carlton <carlton@math.stanford.edu>
7568
7569 * minsyms.c (add_minsym_to_hash_table): Replace
7570 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7571 (compare_minimal_symbols, compact_minimal_symbols)
7572 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7573 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7574 of DEPRECATED_SYMBOL_MATCHES_NAME.
7575 (lookup_minimal_symbol_solib_trampoline): Ditto.
7576
5602984a
AC
75772003-03-10 Andrew Cagney <cagney@redhat.com>
7578
7579 * regcache.h (regcache_cooked_read_ftype): Define.
7580 (regcache_save, regcache_restore): Add a cooked_read parameter.
7581 * regcache.c (regcache_save, regcache_restore): Update.
7582 (do_cooked_read): New function.
7583 (regcache_cpy): Pass do_cooked_read to regcache_save and
7584 regcache_restore.
7585
8bedc050
AC
75862003-03-10 Andrew Cagney <cagney@redhat.com>
7587
7588 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7589 * gdbarch.h, gdbarch.c: Re-generate.
7590 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7591 * x86-64-tdep.h: Update.
7592 * x86-64-tdep.c (x86_64_init_abi): Update.
7593 * v850-tdep.c (v850_gdbarch_init): Update.
7594 * sparc-tdep.c (sparc_gdbarch_init): Update.
7595 * sh-tdep.c (sh_gdbarch_init): Update.
7596 * s390-tdep.c (s390_gdbarch_init): Update.
7597 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7598 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7599 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7600 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7601 * mips-tdep.c (mips_gdbarch_init): Update.
7602 * mcore-tdep.c (mcore_gdbarch_init): Update.
7603 * m68k-tdep.c (m68k_gdbarch_init): Update.
7604 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7605 * ia64-tdep.c (ia64_gdbarch_init): Update.
7606 * i386-tdep.c (i386_gdbarch_init): Update.
7607 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7608 * hppa-tdep.c (hppa_gdbarch_init): Update.
7609 * h8300-tdep.c (h8300_gdbarch_init): Update.
7610 * frv-tdep.c (frv_gdbarch_init): Update.
7611 * cris-tdep.c (cris_gdbarch_init): Update.
7612 * avr-tdep.c (avr_gdbarch_init): Update.
7613 * arm-tdep.c (arm_gdbarch_init): Update.
7614 * alpha-tdep.c (alpha_gdbarch_init): Update.
7615 * sh-tdep.c (sh_init_extra_frame_info): Update.
7616 (sh64_init_extra_frame_info): Update.
7617 * ns32knbsd-nat.c (frame_num_args): Update.
7618 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7619 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7620 (xstormy16_frame_chain_valid): Update.
7621 * vax-tdep.c (vax_saved_pc_after_call): Update.
7622 * v850-tdep.c (v850_frame_chain): Update.
7623 (v850_pop_frame): Update.
7624 (v850_init_extra_frame_info): Update.
7625 * sparc-tdep.c (setup_arbitrary_frame): Update.
7626 * ns32k-tdep.c (umax_frame_num_args): Update.
7627 * s390-tdep.c (s390_pop_frame_regular): Update.
7628 * mn10300-tdep.c (mn10300_frame_chain): Update.
7629 (mn10300_pop_frame_regular): Update.
7630 (mn10300_init_extra_frame_info): Update.
7631 * mips-tdep.c (mips_init_frame_pc_first): Update.
7632 (mips_frame_chain): Update.
7633 (mips_pop_frame): Update.
7634 * mcore-tdep.c (mcore_frame_chain): Update.
7635 (mcore_pop_frame): Update.
7636 (mcore_init_extra_frame_info): Update.
7637 * arch-utils.c (init_frame_pc_default): Update.
7638 * m68k-tdep.c (isi_frame_num_args): Update.
7639 (delta68_frame_num_args): Update.
7640 (news_frame_num_args): Update.
7641 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7642 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7643 (alpha_frame_chain): Update.
7644 (alpha_pop_frame): Update.
7645 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7646 (hppa_init_extra_frame_info): Update.
7647 (hppa_frame_chain): Update.
7648 (hppa_frame_chain_valid): Update.
7649 * cris-tdep.c (cris_init_extra_frame_info): Update.
7650 * avr-tdep.c (avr_init_extra_frame_info): Update.
7651 * arm-tdep.c (arm_frame_chain_valid): Update.
7652 (arm_init_extra_frame_info): Update.
7653 (arm_pop_frame): Update.
7654 * frame.c (frame_pc_unwind): Update.
7655 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7656 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7657 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7658 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7659 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7660 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 7661
12cc2063
AC
76622003-03-10 Andrew Cagney <cagney@redhat.com>
7663
7664 * gdbarch.sh (gdbarch_unwind_pc): New method.
7665 * gdbarch.h, gdbarch.c: Regenerate.
7666 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7667 but use read_pc and FRAME_SAVED_PC as fall backs.
7668 (frame_saved_regs_pc_unwind): Delete function.
7669 (trad_frame_unwinder): Update.
7670 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7671 (struct frame_unwind): Update.
7672 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7673 (dummy_frame_unwind): Update.
7674 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7675 (sentinel_frame_unwinder): Update.
7676 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7677 (d10v_frame_unwind): Update.
7678 (d10v_unwind_pc): New function.
7679 (d10v_gdbarch_init): Set unwind_pc.
7680
ef840a37
AC
76812003-03-10 Andrew Cagney <cagney@redhat.com>
7682
a2ce2e56
AC
7683 * gdbarch.h: Re-generate.
7684
ef840a37
AC
7685 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7686 PC.
7687 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7688 the PC register.
7689
08f3424b
MK
76902003-03-08 Mark Kettenis <kettenis@gnu.org>
7691
7692 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7693
1248ede2
AC
76942003-03-08 Andrew Cagney <cagney@redhat.com>
7695
7696 * cli-out.c: Update copyright.
7697 (cli_out_data): Define typedef. Use instead of ui_out_data.
7698
f49bacc8
AC
76992003-03-08 Andrew Cagney <cagney@redhat.com>
7700
7701 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7702 the result.
7703
9b05f993
AC
77042003-03-07 Andrew Cagney <cagney@redhat.com>
7705
7706 * gdbarch.sh: Don't generate two macro definitions when an
7707 undefined macro taking no arguments.
7708 * gdbarch.h: Regenerate.
8ffd9b1b 7709
166f4c7b
ML
77102002-03-07 Michal Ludvig <mludvig@suse.cz>
7711
7712 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7713 (x86_64_unwind_dummy_id): New functions.
7714 (x86_64_init_abi): Register these two new functions.
7715
6d686a84
ML
77162003-03-07 Michal Ludvig <mludvig@suse.cz>
7717
7718 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 7719 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
7720 separate function.
7721 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7722
6314f104
AC
77232003-03-05 Andrew Cagney <cagney@redhat.com>
7724
7725 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7726 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7727 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7728 to use unwind_dummy_id when a dummy frame.
7729 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7730 predicate.
7731 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 7732
ceea5145
AC
77332003-03-05 Andrew Cagney <cagney@redhat.com>
7734
7735 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7736 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7737 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7738 values.
7739
0d843116
AC
77402003-03-05 Andrew Cagney <cagney@redhat.com>
7741
7742 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7743 (struct d10v_unwind_cache): Delete field "frameless". Replace
7744 "next_addr" with "sp_offset". Add "r11_offset".
7745 (d10v_frame_unwind_cache): Update.
7746 (prologue_find_regs): Update. When "mv r11, sp", save the
7747 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7748 RN was saved in r11_offset.
7749
b2579786
AC
77502003-03-05 Andrew Cagney <cagney@redhat.com>
7751
7752 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7753 cached PC value in the next frame.
7754
218e5956
AC
77552003-03-05 Andrew Cagney <cagney@redhat.com>
7756
7757 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7758 "id_unwind_cache" with "id".
7759 (frame_id_unwind): Delete declaration.
7760 * frame.c (frame_id_unwind): Delete function.
7761 (get_prev_frame): Call the frame id unwind method directly. Store
7762 the returned next frame's ID value in NEXT_FRAME. Note that there
7763 is a problem with the wrong unwind ID being called with the wrong
7764 unwind cache.
7765
ed363b1b
DJ
77662003-03-05 Daniel Jacobowitz <drow@mvista.com>
7767
7768 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7769
fe1f4a5e
DJ
77702003-03-05 James Ingham <jingham@apple.com>
7771 Daniel Jacobowitz <drow@mvista.com>
7772
7773 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7774 (auto_cp_abi): New variable.
7775 (current_cp_abi, num_cp_abis): Make static.
7776 (CP_ABI_MAX): Define.
7777 (cp_abis): Turn into an array.
7778 (value_virtual_fn_field): Fix formatting.
7779 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7780 takes a pointer.
7781 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7782 (list_cp_abis, _initialize_cp_abi): New functions.
7783 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7784 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7785 switch_to_cp_abi. Update prototype for register_cp_abi.
7786 * Makefile.in (cp-abi.o): Update dependencies.
7787 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7788 instead of switch_to_cp_abi.
7789 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7790 register_cp_abi.
7791 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7792 register_cp_abi.
7793 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7794
e4adbba9
DJ
77952003-03-05 Daniel Jacobowitz <drow@mvista.com>
7796
7797 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7798 * dwarf2loc.c: Include "regcache.h".
7799 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7800 register_size.
7801 * Makefile.in (dwarf2loc.o): Update dependencies.
7802
91ccbfc1
TR
78032003-03-04 Theodore A. Roth <troth@openavr.org>
7804
7805 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7806 number of io registers reported by remote target is not a multiple of
7807 step.
7808
3d4e8fd2
DC
78092003-03-04 David Carlton <carlton@math.stanford.edu>
7810
7811 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7812 (lookup_symbol_aux_psymtabs): Update call to
7813 lookup_partial_symbol.
7814 (lookup_transparent_type, find_main_psymtab)
7815 (make_symbol_overload_list): Ditto.
7816
ed42d87b
KH
78172003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7818
7819 * MAINTAINERS (Write after approval): Update my email address.
7820
a0ed5532
AC
78212003-03-03 Andrew Cagney <cagney@redhat.com>
7822
7823 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7824 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7825 predicate. Replace MAX_REGISTER_RAW_SIZE.
7826 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7827 MAX_REGISTER_VIRTUAL_SIZE.
7828 * regcache.c (legacy_max_register_raw_size): New function.
7829 (legacy_max_register_virtual_size): New function.
7830 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7831 (MAX_REGISTER_RAW_SIZE): Define.
7832 (legacy_max_register_raw_size): Declare.
7833 (legacy_max_register_virtual_size): Declare.
7834 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7835 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7836 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7837 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7838 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7839 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7840 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7841 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7842 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7843 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7844 * vax-tdep.c (vax_gdbarch_init): Update.
7845 * v850-tdep.c (v850_gdbarch_init): Update.
7846 * sparc-tdep.c (sparc_gdbarch_init): Update.
7847 * sh-tdep.c (sh_gdbarch_init): Update.
7848 * s390-tdep.c (s390_gdbarch_init): Update.
7849 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7850 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7851 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7852 * mips-tdep.c (mips_gdbarch_init): Update.
7853 * mcore-tdep.c (mcore_gdbarch_init): Update.
7854 * m68k-tdep.c (m68k_gdbarch_init): Update.
7855 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7856 * ia64-tdep.c (ia64_gdbarch_init): Update.
7857 * i386-tdep.c (i386_gdbarch_init): Update.
7858 * hppa-tdep.c (hppa_gdbarch_init): Update.
7859 * h8300-tdep.c (h8300_gdbarch_init): Update.
7860 * frv-tdep.c (frv_gdbarch_init): Update.
7861 * cris-tdep.c (cris_gdbarch_init): Update.
7862 * avr-tdep.c (avr_gdbarch_init): Update.
7863 * arm-tdep.c (arm_gdbarch_init): Update.
7864 * alpha-tdep.c (alpha_gdbarch_init): Update.
7865 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7866 max_register_raw_size or max_register_virtual_size.
7867
8e437497
DC
78682003-03-03 David Carlton <carlton@math.stanford.edu>
7869
7870 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7871 SYMBOL_MATCHES_NAME, add comment.
7872 (SYMBOL_MATCHES_NATURAL_NAME): New.
7873 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7874 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7875 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7876 * symtab.c (lookup_partial_symbol): Use
7877 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7878 unhelpful comment.
7879 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7880 SYMBOL_MATCHES_NAME.
7881 Fix for PR c++/33.
7882
25120b0d
DC
78832003-03-03 David Carlton <carlton@math.stanford.edu>
7884
7885 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7886 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7887 by regexp matching against SYMBOL_NATURAL_NAME.
7888
78a11fb4
DC
78892003-03-03 David Carlton <carlton@math.stanford.edu>
7890
7891 * linespec.c (find_method): Extract code into collect_methods.
7892 (collect_methods): New.
7893
645dd519
MK
78942003-03-02 Mark Kettenis <kettenis@gnu.org>
7895
b4700d91
MK
7896 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7897 get_frame_base.
7898
645dd519
MK
7899 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7900 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7901
0aa7e1aa
SC
79022003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7903
8ffd9b1b 7904 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
7905 and not regnum when summing the size of all registers up to regnum.
7906
f30ee0bc
AC
79072003-03-01 Andrew Cagney <cagney@redhat.com>
7908
7909 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7910 FRAME_INIT_SAVED_REGS.
7911 * gdbarch.h, gdbarch.c: Regenerate.
7912 * stack.c (frame_info): Update.
7913 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7914 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7915 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7916 * ns32k-tdep.c (ns32k_pop_frame): Update.
7917 * mips-tdep.c (mips_pop_frame): Update.
7918 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7919 * ia64-tdep.c (ia64_frame_chain): Update.
7920 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7921 (ia64_frameless_function_invocation): Update.
7922 (ia64_init_extra_frame_info): Update.
7923 (ia64_pop_frame_regular): Update.
7924 * frame.h (struct frame_info): Update comment.
7925 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7926 * frame.c (frame_saved_regs_register_unwind): Update.
7927 (frame_saved_regs_register_unwind): Update.
7928 (deprecated_generic_get_saved_register): Update.
7929 * cris-tdep.c: Update comment.
7930 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7931 Rename macro.
7932 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7933 * x86-64-tdep.c (x86_64_init_abi): Update.
7934 * vax-tdep.c (vax_gdbarch_init): Update.
7935 * v850-tdep.c (v850_gdbarch_init): Update.
7936 * sparc-tdep.c (sparc_gdbarch_init): Update.
7937 * sh-tdep.c (sh_gdbarch_init): Update.
7938 * s390-tdep.c (s390_gdbarch_init): Update.
7939 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7940 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7941 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7942 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7943 * mips-tdep.c (mips_gdbarch_init): Update.
7944 * mcore-tdep.c (mcore_gdbarch_init): Update.
7945 * m68k-tdep.c (m68k_gdbarch_init): Update.
7946 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7947 * ia64-tdep.c (ia64_gdbarch_init): Update.
7948 * i386-tdep.c (i386_gdbarch_init): Update.
7949 * frv-tdep.c (frv_gdbarch_init): Update.
7950 * avr-tdep.c (avr_gdbarch_init): Update.
7951 * arm-tdep.c (arm_gdbarch_init): Update.
7952 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 7953
42fa7c0f
AC
79542003-03-01 Andrew Cagney <cagney@redhat.com>
7955
7956 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7957 option enum and switch. When no windows, set the interpreter to
7958 INTERP_CONSOLE.
8ffd9b1b 7959
49c7e338
AC
79602003-03-01 Andrew Cagney <cagney@redhat.com>
7961
7962 * main.c (captured_main): Replace magic option characters with an
7963 enum.
7964
e9582e71
AC
79652003-03-01 Andrew Cagney <cagney@redhat.com>
7966
7967 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7968 INIT_EXTRA_FRAME_INFO.
7969 * gdbarch.h, gdbarch.c: Regenerate.
7970 * arm-tdep.c: Update comments.
7971 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7972 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7973 * frame.h, avr-tdep.c: Ditto.
7974 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7975 (create_new_frame, legacy_get_prev_frame): Ditto.
7976 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7977 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7978 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7979 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7980 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7981 * v850-tdep.c (v850_gdbarch_init): Ditto.
7982 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7983 * sh-tdep.c (sh_gdbarch_init): Ditto.
7984 * s390-tdep.c (s390_gdbarch_init): Ditto.
7985 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7986 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7987 * mips-tdep.c (mips_gdbarch_init): Ditto.
7988 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7989 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7990 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7991 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7992 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7993 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7994 * frv-tdep.c (frv_gdbarch_init): Ditto.
7995 * cris-tdep.c (cris_gdbarch_init): Ditto.
7996 * avr-tdep.c (avr_gdbarch_init): Ditto.
7997 * arm-tdep.c (arm_gdbarch_init): Ditto.
7998 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7999 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8000
35cac7cf
AC
80012003-03-01 Andrew Cagney <cagney@redhat.com>
8002
8003 * gdbarch.sh (register_type): New function with predicate.
8004 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
8005 * gdbarch.h, gdbarch.c: Re-generate.
8006 * arch-utils.c (generic_register_byte): Use generic_register_size.
8007 (generic_register_size): When available, use
8008 gdbarch_register_type.
8009 * regcache.c (init_regcache_descr): When available, initialize the
8010 register type array using gdbarch_register_type. If the
8011 architecture supplies gdbarch_register_type, do not use the legacy
8012 regcache layout.
8013 * d10v-tdep.c (d10v_register_type): Replace
8014 d10v_register_virtual_type.
8015 (d10v_gdbarch_init): Set register_type instead of
8016 register_virtual_type.
8017
7b83296f
AC
80182003-03-01 Andrew Cagney <cagney@redhat.com>
8019
8020 * Makefile.in (ax-gdb.o): Update dependencies.
8021 * ax-gdb.c: Include "regcache.h".
8022 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
8023 * findvar.c (value_of_register): Ditto.
8024 * infcmd.c (default_print_registers_info): Ditto.
8025
eadc1c87
MK
80262003-03-01 Mark Kettenis <kettenis@gnu.org>
8027
8028 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
8029 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
8030
14143612
MK
80312003-03-01 Mark Kettenis <kettenis@gnu.org>
8032
8033 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
8034 of STREQ.
8035
a55cc764
DJ
80362003-02-28 Daniel Jacobowitz <drow@mvista.com>
8037
8038 * Makefile.in (dwarf2loc.o): Update dependencies.
8039 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
8040 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
8041 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
8042 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
8043 (locexpr_tracepoint_var_ref): New function.
8044 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
8045
08a617da
AC
80462003-02-28 Andrew Cagney <cagney@redhat.com>
8047
8048 * regcache.c (register_size): New function.
8049 * regcache.h (register_size): Declare
8050 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
8051 max_register_size instead of MAX_REGISTER_RAW_SIZE.
8052
4224873a
DC
80532003-02-28 David Carlton <carlton@math.stanford.edu>
8054
8055 * linespec.c (decode_compound): Extract code into find_method.
8056 (find_method): New.
8057
ccdc5d7f
JB
80582003-02-28 J. Brobecker <brobecker@gnat.com>
8059
8060 * Makefile.in: Add rules to build and link in observer.o.
8061
974e8ced
JB
80622003-02-27 J. Brobecker <brobecker@gnat.com>
8063
8064 * observer.c: Minor comments edits.
8065
7a28f973
JB
80662003-02-27 J. Brobecker <brobecker@gnat.com>
8067
8068 * observer.h, observer.c: New file.
8069
27cddce2
AC
80702003-02-27 Andrew Cagney <cagney@redhat.com>
8071
8072 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
8073
b94a41a1
SC
80742003-02-27 Stephane Carrez <stcarrez@nerim.fr>
8075
8076 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
8077 (M6812_OP_STS_EXT): Likewise.
8078 (m6811_prologue): Use the above to recognize prologue.
8079 (m6812_prologue): Likewise.
8080
c8be8951
DC
80812003-02-27 David Carlton <carlton@math.stanford.edu>
8082
8083 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
8084 SYMBOL_PRINT_NAME.
8085 (compare_psymbols): Ditto.
8086 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8087
d05bb1fc
MS
80882003-02-27 Michael Snyder <msnyder@redhat.com>
8089
4e845cd3
MS
8090 * f-lang.c (build_fortran_types): New function.
8091 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
8092 * doublest.c (extract_floating): Fix warning text.
8093
f3824013
AC
80942003-02-27 Andrew Cagney <cagney@redhat.com>
8095
8096 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
8097 predicate. Replaces PUSH_DUMMY_FRAME.
8098 * gdbarch.h, gdbarch.c: Regnerate.
8099 * valops.c (hand_function_call): Update. Call
8100 generic_push_dummy_frame directly.
8101 * vax-tdep.c (vax_gdbarch_init): Update.
8102 * sparc-tdep.c (sparc_gdbarch_init): Update.
8103 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8104 * m68k-tdep.c (m68k_gdbarch_init): Update.
8105 * hppa-tdep.c (hppa_gdbarch_init): Update.
8106 * alpha-tdep.c (alpha_gdbarch_init): Update.
8107 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8108 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8109 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
8110 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
8111 push_dummy_frame to generic_push_dummy_frame.
8112 * v850-tdep.c (v850_gdbarch_init): Ditto.
8113 * sh-tdep.c (sh_gdbarch_init): Ditto.
8114 * s390-tdep.c (s390_gdbarch_init): Ditto.
8115 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8116 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8117 * mips-tdep.c (mips_gdbarch_init): Ditto.
8118 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8119 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8120 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8121 * i386-tdep.c (i386_gdbarch_init): Ditto.
8122 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8123 * frv-tdep.c (frv_gdbarch_init): Ditto.
8124 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8125 * cris-tdep.c (cris_gdbarch_init): Ditto.
8126 * avr-tdep.c (avr_gdbarch_init): Ditto.
8127 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 8128
ad188201
KB
81292003-02-26 Kevin Buettner <kevinb@redhat.com>
8130
8131 * mips-tdep.c (show_mips_abi): New function.
8132 (_initialize_mips_tdep): Use show_mips_abi() to implement the
8133 command ``show mips abi''.
8134
6b37567a 81352003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 8136
6b37567a 8137 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 8138 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
8139 more sline entries have been seen for the function.
8140
d3e0a5bf
MC
81412003-02-26 Michael Chastain <mec@shout.net>
8142
8143 * configure: Regenerate with autoconf 000227.
8144
18972eea
MC
81452003-02-26 Michael Chastain <mec@shout.net>
8146
8147 Close PR build/660.
8148 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
8149 for old libc5/glibc.
8150 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
8151
0bbde931
KW
81522003-02-26 Kris Warkentin <kewarken@qnx.com>
8153
8154 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
8155 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
8156
27ca5dad
MC
81572003-02-26 Michael Chastain <mec@shout.net>
8158
8159 * configure.in: New variable HAVE_UINTPTR_T.
8160 * configure, config.in: Regenerated.
8161
6f88d630
DJ
81622003-02-26 Daniel Jacobowitz <drow@mvista.com>
8163
8164 Fix PR build/1097.
8165 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8166
b14185ce
AC
81672003-02-25 Andrew Cagney <cagney@redhat.com>
8168
8169 * frame.c (get_prev_frame): Add comment on check for
8170 inside_entry_func. Only check for inside_entry_file when not a
8171 dummy and not a sentinel. Check that the new frame is not inner
8172 to the old frame.
8173
ac2bd0a9
AC
81742003-02-25 Andrew Cagney <cagney@redhat.com>
8175
8176 * frame.c (frame_debug): New variable.
8177 (_initialize_frame): Add "set/show debug frame" command.
8178 (get_prev_frame): When frame_debug, print reason why unwind
8179 failed.
8180
b18a0fd2
MC
81812003-02-25 Michael Chastain <mec@shout.net>
8182
8183 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8184 to avoid uintptr_t definition problems.
8185
22abf04a
DC
81862003-02-25 David Carlton <carlton@math.stanford.edu>
8187
8188 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8189 (SYMBOL_LINKAGE_NAME): Ditto.
8190 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8191 SYMBOL_LINKAGE_NAME.
8192 (struct general_symbol_info): Expand comment.
8193 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8194 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8195 (SYMBOL_MATCHES_REGEXP): Ditto.
8196 * symtab.c (symbol_natural_name): New function.
8197 * objfiles.h: Replace all uses of SYMBOL_NAME by
8198 DEPRECATED_SYMBOL_NAME.
8199 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8200 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8201 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8202 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8203 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8204 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8205 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8206 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8207 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8208 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8209 * ada-exp.y: Ditto.
8210 * ada-exp.y: Update copyright.
8211 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8212 * cp-valprint.c: Ditto.
8213
1a5848f6
JJ
82142003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8215
8216 * infptrace.c (detach): Do not flag error if ptrace detach fails
8217 and errno is set to ESRCH.
8218
7343d46a
AC
82192003-02-24 Andrew Cagney <cagney@redhat.com>
8220
8221 * infptrace.c (udot_info): Change type of udot_off to long. Use
8222 paddr when printing udot_off's value.
8223
49fa1dc2
DC
82242003-02-24 David Carlton <carlton@math.stanford.edu>
8225
8226 * symtab.c (make_symbol_overload_list): Only read in partial
8227 symtabs containing a matching partial symbol.
8228
0fe19209
DC
82292003-02-24 David Carlton <carlton@math.stanford.edu>
8230
8231 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8232 do the comparison, not strcmp.
8233 * symfile.c (compare_psymbols): Ditto.
8234 * defs.h: Declare strcmp_iw_ordered.
8235 * utils.c (strcmp_iw_ordered): New function.
8236
8e3ee7b5
JB
82372003-02-24 Jim Blandy <jimb@redhat.com>
8238
8239 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8240 support, shared libs): Remove my name from here, to better reflect
8241 reality.
8242
7df1a324
KW
82432003-02-24 Kris Warkentin <kewarken@qnx.com>
8244
8245 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8246 (target_ops): Add to_have_continuable_watchpoint.
8247 * target.c (update_current_target): Add INHERIT line for
8248 to_have_continuable_watchpoint.
8249 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8250 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8251 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8252 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8253
d1c76907
EZ
82542003-02-24 Elena Zannoni <ezannoni@redhat.com>
8255
8256 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8257 maintainership.
8258
2610b0bf
KW
82592003-02-24 Kris Warkentin <kewarken@qnx.com>
8260
f46169db
KW
8261 * solib.c (solib_open): Call target defined search function after
8262 failing with solib-search-path.
8263 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8264 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 8265
9a3c34fe
KW
82662003-02-24 Kris Warkentin <kewarken@qnx.com>
8267
f46169db 8268 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 8269
2417dd25
SC
82702003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8271
8272 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8273
b631436b
SC
82742003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8275
8276 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8277 (m68hc11_add_reggroups): New function.
8278 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8279 (m68hc11_gdbarch_init): Install the reggroups.
8280 (_initialize_m68hc11_tdep): Initialize them.
8281
0aa8c1e4
JW
82822003-02-21 James E Wilson <wilson@tuliptree.org>
8283
8284 * MAINTAINERS: Update my email address.
8285
50ceaba5
DC
82862003-02-21 David Carlton <carlton@math.stanford.edu>
8287
8288 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8289
4c2df51b
DJ
82902003-02-21 Daniel Jacobowitz <drow@mvista.com>
8291
8292 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8293 * symtab.h: Add opaque declarations of struct axs_value and
8294 struct agent_expr.
8295 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8296 (struct location_funcs): New type.
8297 (struct symbol): Add "loc" to aux_value.
8298 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8299 * dwarf2read.c: Include "dwarf2expr.h".
8300 (dwarf2_symbol_mark_computed): New function.
8301 (read_func_scope): Use it.
8302 (var_decode_location): New function.
8303 (new_symbol): Use it.
8304 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8305
8306 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8307 (dwarf2expr_h, dwarf2loc_h): New variables.
8308 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8309 (dwarf2expr.o, dwarf2loc.o): New rules.
8310 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8311 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8312 LOC_COMPUTED_ARG.
8313 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8314 * m2-exp.y (yylex): Likewise.
8315 * printcmd.c (address_info, print_frame_args): Likewise.
8316 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8317 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8318 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8319 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8320 * symtab.c (lookup_block_symbol): Likewise.
8321
5784d15e
AF
83222003-02-20 Adam Fedor <fedor@gnu.org>
8323
8324 * symtab.h: Remove objc_specific struct
8325 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8326 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8327 Have language_objc use cplus_specific struct.
8328
d4cad8db
TT
83292003-02-20 Tom Tromey <tromey@redhat.com>
8330
8331 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8332 TYPE_NAME, when printing a String value. PR java/1075.
8333
2f9a90b4
AF
83342003-02-20 Adam Fedor <fedor@gnu.org>
8335
d38074a8 8336 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 8337 * objc-lang.c (find_methods): Make static.
2f9a90b4 8338
6f17862b
CF
83392003-02-20 Christopher Faylor <cgf@redhat.com>
8340
8341 * win32-nat.c (get_image_name): Check return value from
8342 ReadProcessMemory.
8343 (child_xfer_memory): Ditto.
8344
715d1656
AO
83452003-02-20 Alexandre Oliva <aoliva@redhat.com>
8346
8347 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8348 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8349 '${exec_prefix}' (in addition to the expansion thereof) as
8350 relocatable.
8351 * configure: Rebuilt.
8352
b1262a02
DC
83532003-02-20 David Carlton <carlton@math.stanford.edu>
8354
8355 * symtab.c (search_symbols): Revert the search_symbols part of my
8356 2002-12-23 patch. Add comment.
8357
7134143f
DJ
83582002-02-20 Daniel Jacobowitz <drow@mvista.com>
8359
8360 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8361 * dbxread.c (elfstab_build_psymtabs): Don't call
8362 install_minimal_symbols.
8363 (stabsect_build_psymtabs): Likewise.
8364 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8365 earlier.
8366 * somread.c (som_symfile_read): Call install_minimal_symbols
8367 and do_cleanups earlier.
8368 * nlmread.c (nlm_symfile_read): Likewise.
8369 * mdebugread.c (elfmdebug_build_psymtabs): Call
8370 install_minimal_symbols and make appropriate cleanups.
8371
cf466558
KB
83722003-02-20 Kevin Buettner <kevinb@redhat.com>
8373
8374 * solib.c (reload_shared_libraries): New function.
8375 (_initialize_solib): Add callbacks for ``set solib-search-path''
8376 and ``set solib-absolute-prefix''.
8377
de5ad195
DC
83782003-02-20 David Carlton <carlton@math.stanford.edu>
8379
8380 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8381 expand comment.
8382 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8383 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8384 * ada-typeprint.c (ada_typedef_print): Ditto.
8385 * ax-gdb.c (gen_var_ref): Ditto.
8386 * breakpoint.c (print_one_breakpoint): Ditto.
8387 * buildsym.c (finish_block): Ditto.
8388 * c-valprint.c (c_val_print): Ditto.
8389 * expprint.c (print_subexp): Ditto.
8390 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
8391 * infcmd.c (jump_command): Ditto.
8392 * linespec.c (decode_line_2, decode_compound): Ditto.
8393 * maint.c (maintenance_translate_address): Ditto.
8394 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
8395 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8396 Ditto.
8ffd9b1b
AJ
8397 * p-valprint.c (pascal_val_print): Ditto.
8398 * stabsread.c (define_symbol): Ditto.
de5ad195 8399 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
8400 (print_frame_arg_vars, return_command): Ditto.
8401 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8402 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
8403 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8404 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
8405 (rbreak_command): Ditto.
8406 * tracepoint.c (tracepoints_info): Ditto.
8407 * typeprint.c (typedef_print): Ditto.
8408 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
8409 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8410 * ada-typeprint.c: Update Copyright.
8411 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8412 * tracepoint.c, cli/cli-cmds.c: Ditto.
8413
f796e4be
KB
84142003-02-20 Kevin Buettner <kevinb@redhat.com>
8415
8416 * frame.c (generic_unwind_get_saved_register): Make non-static.
8417 * frame.h (generic_unwind_get_saved_register): Declare.
8418 * mips-tdep.c (read_next_frame_reg): Fetch register from
8419 current regcache when frame is NULL.
8420 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8421 that must be NULL.
8422 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8423 instead of frame_register_unwind().
8424
836cc9f4
AC
84252003-02-20 Andrew Cagney <ac131313@redhat.com>
8426
8427 * remote-sim.c (gdbsim_insert_breakpoint)
8428 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8429 code.
8430
501eef12
AC
84312003-02-20 Andrew Cagney <ac131313@redhat.com>
8432
8433 * remote.c (_initialize_remote): Add commands "set/show remote
8434 hardware-watchpoint-limit" and "set/show remote
8435 hardware-breakpoint-limit".
8436 (remote_hw_watchpoint_limit): Initialize to -1.
8437 (remote_hw_breakpoint_limit): Ditto.
8438 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8439
1b6bc7e0
CF
84402003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8441
8442 * coff-pe-read.c: New file - support reading of minimal symbols from a
8443 portable executable using the export table.
8444 * coff-pe-read.h: New file.
8445 * coffread.c: Include coff-pe-read.h.
8446 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8447 debugging symbols found.
8448 * Makefile.in (SFILES): Add coff-pe-read.o.
8449 (coff_pe_read_h): Define.
8450 (COMMON_OBS): Add coff-pe-read.o.
8451 (coffread.o): Add coff_pe_read_h dependency.
8452 (coff-pe-read.o): New target.
8453
fe898f56
DC
84542003-02-19 David Carlton <carlton@math.stanford.edu>
8455
8456 * Makefile.in (SFILES): Add block.c.
8457 (block_h): New.
8458 (COMMON_OBS): Add block.o.
8459 (block.o): New.
8460 (x86-64-tdep.o): Add $(block_h).
8461 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8462 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8463 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8464 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8465 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8466 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8467 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8468 * value.h: Add opaque declaration for struct block.
8469 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8470 * ada-lang.h: Ditto.
8471 * x86-64-tdep.c: #include "block.h"
8472 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8473 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8474 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8475 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8476 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8477 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8478 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8479 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8480 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8481 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8482 * symtab.c (block_function): Ditto.
8483 (contained_in): Ditto.
8484 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8485 block.h. Add opaque declaration for struct block.
8486 * symtab.h: Move block_function and contained_in declarations to
8487 block.h. Add opaque declarations for struct block, struct
8488 blockvector.
8489 (struct block): Move to block.h.
8490 (struct blockvector): Ditto.
8491 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8492 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8493 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8494 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8495 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8496 Ditto.
8497 * block.c: New file.
8498 * block.h: New file.
8499
173345b5
TR
85002003-02-19 Theodore A. Roth <troth@openavr.org>
8501
8502 * avr-tdep.c (avr_extract_return_value): Remove function.
8503 (avr_store_return_value): Remove function.
8504 (avr_extract_struct_value_address): Remove function.
8505 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8506
338ef23d
AC
85072003-02-19 Andrew Cagney <ac131313@redhat.com>
8508
8509 * rs6000-tdep.c: Include "gdb_assert.h".
8510 (registers_e500): Add "acc" and "spefscr".
8511 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8512 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8513 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8514 really is "r0".
8515 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8516
5412f5f3
KS
85172003-02-18 Keith Seitz <keiths@redhat.com>
8518
8519 * Makefile.in: Add gdbtk-interps.c.
8520
881324eb
KB
85212003-02-18 Kevin Buettner <kevinb@redhat.com>
8522
8523 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8524 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8525
6a2f5abf
AC
85262003-02-18 Andrew Cagney <cagney@redhat.com>
8527
8528 * symtab.h (struct objfile): Add opaque declaration.
8529
54c7009d
EZ
85302003-02-18 Elena Zannoni <ezannoni@redhat.com>
8531
8532 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
8533 * dbxread.c (process_one_symbol): Use last_function_start rather
8534 than function_start_offset to find the real beginning of the
8535 current function. The latter is just the text section offset on
8536 some systems, the former is always the real function start.
54c7009d 8537
7ee6d7eb
AC
85382003-02-17 Andrew Cagney <cagney@redhat.com>
8539
8540 * configure.in: Revert ${target} != ${host}.
8541
2846da9b
AC
85422003-02-17 Andrew Cagney <ac131313@redhat.com>
8543
8544 * configure.in (Makefile): Use the test ${target} != ${host},
8545 instead of the absence of the "nm.h" file, to determine of the
8546 configuration non-native.
8547 * configure: Regenerate.
8ffd9b1b 8548
3b27aeea
EZ
85492003-02-14 Elena Zannoni <ezannoni@redhat.com>
8550
fbe586ae 8551 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
8552
8553 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8554 conditionalize tui_active test.
8555 (lookup_cmd_1): Ditto.
8556
b0b1c2c0
MK
85572003-02-14 Mark Kettenis <kettenis@gnu.org>
8558
8559 * configure.in: Add check for _etext.
8560 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8561 available.
8562 * config.in, configure: regenerated.
8563
8f05cde5
DJ
85642003-02-14 Daniel Jacobowitz <drow@mvista.com>
8565
8566 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8567
021e7609
AC
85682003-02-14 Andrew Cagney <ac131313@redhat.com>
8569
8570 * main.c (tui_version): Delete variable.
8571 (captured_main): When --tui, set interpreter_p to "tui" instead of
8572 enabling tui_version.
8573 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8574 tui_version.
8575 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8576 * cli/cli-cmds.c (disassemble_command): Ditto.
8577 * defs.h (tui_version): Delete declaration.
8578 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8579 (tui-interp.o): Add rules.
8580 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8581
e325dcec
CF
85822003-02-14 Christopher Faylor <cgf@redhat.com>
8583
36ffb041 8584 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
8585 just-loaded dll.
8586
c4f90d87
JM
85872003-02-12 Jason Molenda (jmolenda@apple.com)
8588
fbe586ae
RH
8589 * symmisc.c (print_objfile_statistics): Include information about
8590 the number of psymtabs and symtabs in each object file.
c4f90d87 8591
e46e5ccd
KS
85922003-02-13 Keith R Seitz <keiths@redhat.com>
8593
8594 * main.h (struct captured_main_args): Add interpreter_p.
8595 * main.c (captured_main): Initialize interpreter_p from context.
8596 * gdb.c (main): Set interpreter_p argument.
8597 * Makefile.in (gdb.o): Add dependency for interps.h.
8598
fe97fe9c
AC
85992003-02-12 Andrew Cagney <ac131313@redhat.com>
8600
8601 * event-top.c (cli_command_loop): Delete declaration.
8602 (_initialize_event_loop): Delete function setting event_loop_hook.
8603 * event-top.h (cli_command_loop): Declare. Update copyright.
8604 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8605 * interps.c (current_interp_command_loop): When event_loop_p, call
8606 cli_command_loop.
8607
1cdac4ef
AC
86082003-02-12 Andrew Cagney <ac131313@redhat.com>
8609
8610 * interps.h (interp_command_loop_ftype): Change return type to
8611 void.
8612
48037ead
ML
86132003-02-12 Michal Ludvig <mludvig@suse.cz>
8614
8615 * x86-64-tdep.c (x86_64_extract_return_value)
8616 (x86_64_store_return_value): Use regcache instead of regbuf.
8617 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8618 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8619
033afc63
AC
86202003-02-11 Andrew Cagney <ac131313@redhat.com>
8621
8622 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8623 * aclocal.m4: Regenerate.
8624 * configure: Regenerate.
8625
8626 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8627 TCL_LD_SEARCH_FLAGS.
8628
40d02bca
ML
86292003-02-10 Michal Ludvig <mludvig@suse.cz>
8630
8631 * dwarf2cfi.c: Reindented.
8632
11308a41
AC
86332003-02-09 Andrew Cagney <ac131313@redhat.com>
8634
8635 * interps.c (clear_interpreter_hooks): Convert function definition
8636 to ISO C.
8637
e1c1c0f6
DC
86382003-02-07 David Carlton <carlton@math.stanford.edu>
8639
8640 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8641
ab5d3da6
KB
86422003-02-07 Kevin Buettner <kevinb@redhat.com>
8643
8644 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8645 (struct type): ...to here.
8646 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8647 field.
8648 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8649 (replace_type): Set length on all type variants for a given type.
8650
b8a92b82
AC
86512003-02-07 Andrew Cagney <ac131313@redhat.com>
8652
8653 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8654 <sys/stat.h>.
8655 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 8656
5cb316ef
AC
86572003-02-06 Andrew Cagney <ac131313@redhat.com>
8658
2555fe1a
AC
8659 * Makefile.in (symm-nat.o): Update dependencies.
8660 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8661 (lynx-nat.o, ia64-linux-nat.): Ditto.
8662 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8663 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8664 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8665
44270758
AC
8666 * Makefile.in (inflow_h): Define.
8667 (procfs.o, inflow.o, procfs.o): Update dependencies.
8668 * inftarg.c (child_stop): Delete extern declaration of
8669 inferior_process_group. Include "inflow.h".
8670 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8671 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8672 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8673 (our_process_group, inferior_process_group): Extern declarations.
8674
df8f7274
AC
8675 * procfs.c: Include "gdb_assert.h".
8676
5cb316ef
AC
8677 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8678 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8679 * jv-typeprint.c (java_type_print_base): Ditto.
8680 * typeprint.c (typedef_print): Eliminate STREQ.
8681 * cli/cli-script.c (define_command, define_command): Ditto.
8682 * main.c (captured_main): Ditto.
8683 * values.c (lookup_internalvar): Ditto.
8684 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8685 within `if' conditional.
8686 * linespec.c (decode_line_2): Ditto.
8687 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8688 (bfd_openw_with_cleanup): Ditto.
8689
2a28ccea
MK
86902003-02-07 Mark Kettenis <kettenis@gnu.org>
8691
8692 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8693 legacy_extract_return_value and store_return_value to
8694 legacy_return_value.
8695
786b8124
CF
86962003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8697
8698 * win32-nat.c (get_relocated_section_addrs): New function. Find
8699 section load addresses for symbol handling in relocated DLLs.
8700 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8701
b871e4ec
FF
87022003-02-05 Fred Fish <fnf@intrinsity.com>
8703
8704 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8705 '=' and '!='.
8706 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8707 with '&' and '=='.
8708 (angel_RDI_info): Ditto.
8709 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8710 with '&' and '!='.
8711 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 8712
4389a95a 87132003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
8714 Keith Seitz <keiths@redhat.com>
8715 Elena Zannoni <ezannoni@redhat.com>
8716 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
8717
8718 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8719 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8720 (SUBDIR_MI_OBS): Add "mi-interp.o".
8721 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8722 (SFILES): Add "interps.c".
8723 (COMMON_OBS): Add "interps.o".
8724 (interps_h, mi_main_h): Define.
8725 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8726 (mi-main.o, main.o, event-top.o): Update dependencies.
8727 * cli/cli-interp.c: New file.
8728 * interps.h, interps.c: New files.
8729 * top.c: (gdb_init): Don't install the default interpreter, handed
8730 by captured_main.
8731 * main.c: Include "interps.h".
8732 (interpreter_p): Note that it should malloc'ed.
8733 (captured_command_loop): Call current_interp_command_loop.
8734 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8735 xfree and xstrdup when updating interpreter_p. Install the
8736 default interpreter. Add hack to stop mi1's copyright notice
8737 being encoded.
8738 * event-top.h (gdb_setup_readline): Declare.
8739 (gdb_disable_readline): Declare.
8740 * event-top.c: Include "interps.h".
8741 (display_gdb_prompt): Call current_interp_display_prompt_p.
8742 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8743 gdb_stdlog, and gdb_stdtarg.
8744 (_initialize_event_loop): Don't call gdb_setup_readline.
8745 * cli-out.c (cli_out_set_stream): New function.
8746 * cli-out.h (cli_out_set_stream): Declare.
8747
ff3b5810
MK
87482003-02-06 Mark Kettenis <kettenis@gnu.org>
8749
8750 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8751 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8752 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8753 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8754 config/i386/i386v42mp.mt: Removed.
8755
5b729aa5
MK
87562003-02-05 Mark Kettenis <kettenis@gnu.org>
8757
8758 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8759 GDB_OSABI_SOLARIS.
8760
8cc15142
MC
87612003-02-05 Michael Chastain <mec@shout.net>
8762
8763 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8764 2.12.1 and earlier versions.
8765
5aa5d4b9
AC
87662003-02-05 Andrew Cagney <ac131313@redhat.com>
8767
8768 Remove orphaned hosts, targets and files.
8769 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8770 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8771 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8772 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8773 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8774 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8775 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8776 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8777 * config/sparc/tm-sp64sim.h: Delete.
8778 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8779 hosts.
8780 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8781 mips*-dec-mach3* targets.
8782
b68767c1
MC
87832003-02-04 Michael Chastain <mec@shout.net>
8784
8785 * NEWS: Fix typo: sepcifying -> specifying.
8786
5ae7ca1d
MC
87872003-02-04 Michael Chastain <mec@shout.net>
8788
8789 * dwarfread.c: Add documentation on the state of dwarf-1,
8790 looking towards obsoletion.
8791
d08a4280
MC
87922003-02-03 Michael Chastain <mec@shout.net>
8793
8794 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8795 gdb/testsuite/gdb.c++/pr-1023.exp.
8796
e9be73e4
AC
87972003-02-04 Andrew Cagney <ac131313@redhat.com>
8798
8799 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8800 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8801
8802 * utils.c (init_page_info): Delete reference to MPW in comments.
8803 * main.c (captured_main): Delete #ifdef MPW.
8804
05d57f6f
AC
88052003-02-04 Andrew Cagney <ac131313@redhat.com>
8806
8ffd9b1b 8807 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
8808 * monitor.c (monitor_expect): Obsolete reference to m32r.
8809 * configure.tgt: Mark m32r-*-elf* as obsolete.
8810 * MAINTAINERS: Mark m32k as obsolete.
8811 * m32r-rom.c: Obsolete file.
8812 * config/m32r/m32r.mt: Obsolete file.
8813 * config/m32r/tm-m32r.h: Obsolete file.
8814 * m32r-stub.c: Obsolete file.
8815 * m32r-tdep.c: Obsolete file.
8816
8b0e5691
AC
88172003-02-04 Andrew Cagney <ac131313@redhat.com>
8818
8819 * NEWS: Mention that the z8k-zilog-none is obsolete.
8820 * MAINTAINERS: Mark z8k as obsolete.
8821 * configure.tgt: Obsolete the z8k-*-coff* target.
8822 * config/z8k/z8k.mt: Obsolete file.
8823 * config/z8k/tm-z8k.h: Obsolete file.
8824 * z8k-tdep.c: Obsolete file.
8825
67f16606
AC
88262003-02-04 Andrew Cagney <ac131313@redhat.com>
8827
8828 * NEWS: Mention that the mn10200-elf is obsolete.
8829 * configure.tgt: Obsolete mn10200-*-* target.
8830 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8831 mention that the mn10200 is obsolete.
8832 * breakpoint.h: Ditto.
8833 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8834 * config/mn10200/mn10200.mt: Obsolete file.
8835 * config/mn10200/tm-mn10200.h: Obsolete file.
8836 * mn10200-tdep.c: Obsolete file.
8837
fd2299bd
AC
88382003-02-04 Andrew Cagney <ac131313@redhat.com>
8839
8840 * MAINTAINERS: Mark h8500 as obsolete.
8841 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8842 * findvar.c (value_from_register): Ditto.
8843 * h8500-tdep.c: Mark file as obsolete.
8844 * config/h8500/h8500.mt: Ditto.
8845 * config/h8500/tm-h8500.h: Ditto.
8846 * NEWS: Mention that h8500 is obsolete.
8847
eb9a305d
DC
88482003-02-04 David Carlton <carlton@math.stanford.edu>
8849
8850 * objfiles.c (allocate_objfile): Always set name. Add comment at
8851 start of function.
8852 * jv-lang.c (get_dynamics_objfile): Add comment.
8853
406fc7fb
DC
88542003-02-04 David Carlton <carlton@math.stanford.edu>
8855
8856 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8857 * printcmd.c (build_address_symbolic): Replace uses of
8858 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8859 SYMBOL_NAME, and asm_demangle.
8860 Update copyright.
8861
93d91629
DC
88622003-02-04 David Carlton <carlton@math.stanford.edu>
8863
8864 * linespec.c (decode_compound): Extract code into
8865 lookup_prefix_sym.
8866 (lookup_prefix_sym): New function.
8867
1c5cb38e
DC
88682003-02-04 David Carlton <carlton@math.stanford.edu>
8869
8870 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8871 FLOAT_COERCION_BADNESS.
8872 * gdbtypes.c (rank_one_type): Replace all uses of
8873 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8874
0cf824c9
JB
88752003-02-04 Jim Blandy <jimb@redhat.com>
8876
8877 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8878 section, let dwarf_macinfo_section point to it, not
8879 dwarf_loc_section.
8880
a2d356b0
DJ
88812003-02-04 Daniel Jacobowitz <drow@mvista.com>
8882
8883 Pointed out by Anton Blanchard <anton@samba.org>.
8884 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8885 (ppc_linux_at_sigtramp_return_path): Use it.
8886
2de7ced7
DJ
88872003-02-04 Daniel Jacobowitz <drow@mvista.com>
8888
8889 * defs.h (streq): Add prototype.
8890 * utils.c (streq): New function.
8891
8892 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8893 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8894 * mdebugread.c (new_symbol): Likewise.
8895 * stabsread.c (define_symbol): Likewise.
8896 * coffread.c (process_coff_symbol): Likewise.
8897 * dwarfread.c (new_symbol): Likewise.
8898
8899 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8900 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8901 here.
8902 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8903 SYMBOL_INIT_DEMANGLED_NAME.
8904 * objfiles.c: Include "hashtab.h".
8905 (allocate_objfile): Call htab_set_functions_ex for the
8906 demangled_names_hash.
8907 (free_objfile): Call htab_delete for the demangled_names_hash.
8908 * objfiles.h (struct htab): Add declaration.
8909 (struct objfile): Add demangled_names_hash.
8910 * symfile.c: Include "hashtab.h".
8911 (reread_symbols): Call htab_delete for the demangled_names_hash.
8912 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8913 SYMBOL_NAME in the bcache.
8914 * symtab.c: Include "hashtab.h". Update comments.
8915 (create_demangled_names_hash, symbol_set_names): New functions.
8916 (symbol_find_demangled_name): New function, broken out from
8917 symbol_init_demangled_names.
8918 (symbol_init_demangled_names): Use it.
8919 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8920 (SYMBOL_SET_NAMES): New macro.
8921 (symbol_set_names): Add prototype.
8922
15831452
JB
89232003-02-03 Jim Blandy <jimb@redhat.com>
8924
8925 Use a single, consistent representation for an empty minimal
8926 symbol table in an objfile.
8927 * objfiles.c (terminate_minimal_symbol_table): New function.
8928 (allocate_objfile): Call it.
8929 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8930 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 8931 non-NULL.
15831452
JB
8932 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8933 objfile has minimal symbols, compare minimal_symbol_count to zero,
8934 instead of comparing msymbols with NULL.
8935 * objfiles.c (have_minimal_symbols): Same.
8936 * solib-sunos.c (solib_add_common_symbols): Call
8937 terminate_minimal_symbol_table.
8938 * symfile.c (reread_symbols): Same.
8ffd9b1b 8939
ffc65945
KB
89402003-02-03 Kevin Buettner <kevinb@redhat.com>
8941
8942 * s390-tdep.c (s390_address_class_type_flags)
8943 (s390_address_class_type_flags_to_name)
8944 (s390_address_class_name_to_type_flags): New functions.
8945 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8946 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8947
f211c6d4
MS
89482003-02-03 Michael Snyder <msnyder@redhat.com>
8949
8950 * arm-tdep.c: Fix spell-o in comment.
8951
659b0389
ML
89522003-02-03 Michal Ludvig <mludvig@suse.cz>
8953
8954 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8955 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 8956 error messages to contain BFD filename.
659b0389 8957
3b31d625
EZ
89582003-02-02 Elena Zannoni <ezannoni@redhat.com>
8959
997b089a 8960 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
8961 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8962 (do_mixed_source_and_assembly): Use
8963 make_cleanup_ui_out_tuple_begin_end and
8964 make_cleanup_ui_out_tuple_begin_end.
8965 (do_mixed_source_and_assembly): Ditto.
8966 * thread.c (do_captured_list_thread_ids): Ditto.
8967 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8968 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8969 ui_out_tuple_end): Delete prototypes.
8970 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8971 ui_out_list_end, ui_out_tuple_end): Delete.
8972
8973 From Kevin Buettner <kevinb@redhat.com>:
8974 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
8975 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8976 (do_cleanup_table_end): New functions.
8977 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8978 Use cleanups to invoke_ui_out_tuple_end().
8979 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
8980 * cli/cli-setshow.c (cmd_show_list): Use
8981 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 8982
5b181d62
AC
89832003-02-02 Andrew Cagney <ac131313@redhat.com>
8984
8985 * frame.c (frame_unwind_register): New function.
8986 (frame_unwind_unsigned_register): Use.
8987 (frame_unwind_signed_register): Use.
8988 (frame_read_register): New function.
8989 * frame.h (frame_unwind_register): Declare.
8990 (frame_read_register): Declare.
8991
8992 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8993 and frame_unwind_register instead of read_memory, write_register
8994 and deprecated_write_register_bytes.
8995
5f601589
AC
89962003-02-02 Andrew Cagney <ac131313@redhat.com>
8997
8998 * frame.h: Note that namelen can be negative.
8999 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
9000 NAME's length.
9001
9002 * NEWS: Mention that the d10v's `regs' command is deprecated.
9003 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
9004 (d10v_print_registers_info): New function.
9005 (show_regs): Call d10v_print_registers_info.
9006 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
9007
6a3fe0a4
MK
90082003-02-02 Mark Kettenis <kettenis@gnu.org>
9009
9010 * stack.c (print_frame_info): Restore call to annotate_frame_begin
9011 lost in the previous patch.
9012
075559bc
AC
90132003-02-01 Andrew Cagney <ac131313@redhat.com>
9014
9015 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
9016 * stack.c (print_frame_info_base): Output complete FRAME tuple
9017 for synthesized frames.
075559bc 9018
6789195b
AC
90192003-02-02 Andrew Cagney <ac131313@redhat.com>
9020
9021 * mips-nat.c (zerobuf): Delete.
9022 (fetch_inferior_registers): Alloc local zerobuf.
9023 (fetch_core_registers): Alloc local zerobuf.
9024 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
9025 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
9026 * thread-db.c (thread_db_store_registers): Ditto.
9027 * sh-tdep.c (sh_do_register): Ditto.
9028 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
9029 * remote-sim.c (gdbsim_store_register): Ditto.
9030 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9031 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9032 * monitor.c (monitor_supply_register): Ditto.
9033 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
9034 * mips-nat.c (fetch_inferior_registers): Ditto.
9035 * m68klinux-nat.c (fetch_register): Ditto.
9036 * lynx-nat.c (fetch_inferior_registers): Ditto.
9037 (fetch_inferior_registers): Ditto.
9038 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
9039 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9040 (hpux_thread_store_registers): Ditto.
9041 * hppah-nat.c (fetch_register): Ditto.
9042 * hppab-nat.c (fetch_register): Ditto.
9043 * hppa-tdep.c (pa_register_look_aside): Ditto.
9044 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
9045 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
9046
e669114a
AC
90472003-02-01 Andrew Cagney <ac131313@redhat.com>
9048
9049 * gdbarch.sh: Explictly specify all method levels. When a
9050 variable with an empty level, provide a non-multi-arch default.
9051 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
9052 * gdbarch.h: Re-generate.
9053 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
9054 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
9055
9a043c1d
AC
90562003-02-01 Andrew Cagney <ac131313@redhat.com>
9057
9058 * defs.h (host_pointer_to_address): Delete declaration.
9059 (address_to_host_pointer): Delete declaration.
9060 * utils.c (host_pointer_to_address): Delete function.
9061 (address_to_host_pointer): Delete function.
9062 * procfs.c (procfs_address_to_host_pointer): New function.
9063 * procfs.c (proc_set_watchpoint): Use.
9064 (procfs_can_use_hw_breakpoint): Update comments.
9065 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
9066 (som_solib_add): Use.
9067 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
9068 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 9069
7ca9f392
AC
90702003-02-01 Andrew Cagney <ac131313@redhat.com>
9071
94bbfd30
AC
9072 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
9073 strlen d_name.
9074
7ca9f392
AC
9075 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
9076 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
9077 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
9078 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
9079 (define_symbol): Update.
9080 * symfile.c (generic_load): Remove references to nindy.
9081 * symtab.c: Remove references to nindy.
9082
31a85ea2
AC
90832003-02-01 Andrew Cagney <ac131313@redhat.com>
9084
9085 * infcmd.c (print_float_info): Delete code conditional on
9086 FLOAT_INFO.
9087 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
9088 * config/m68k/nm-apollo68b.h: Ditto.
9089 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
9090 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
9091 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
9092
f6e85fc8
MK
90932003-02-01 Mark Kettenis <kettenis@gnu.org>
9094
6015b6a0
MK
9095 * config/i386/tm-i386os9k.h: Removed.
9096
f7a30bdf
MK
9097 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
9098 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
9099 they're identical to i[3456]86-*-sysv* now.
9100 * config/i386/i386v32.mh: Removed.
9101 * config/i386/xm-i386v32.h: Removed.
9102 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
9103
28d52111
MK
9104 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
9105
4d3f6bce
MK
9106 * config/i386/i386dgux.mh: Removed.
9107 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
9108
f6e85fc8
MK
9109 * configure.in: Fix typo.
9110 * configure: Regenerated.
9111
53955967
DC
91122003-01-31 David Carlton <carlton@math.stanford.edu>
9113
9114 * dwarf2read.c (dwarf2_locate_sections): Set
9115 dwarf_ranges_section.
9116
b1364885
AC
91172003-01-31 Andrew Cagney <ac131313@redhat.com>
9118
8dbb1c65
AC
9119 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
9120 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 9121
8731e58e
AC
9122 * utils.c: Re-indent.
9123
b1364885
AC
9124 * config/djgpp/fnchange.lst: Delete nindy files.
9125 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
9126 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
9127 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
9128 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
9129 * nindy-share/README, nindy-share/Onindy.c: Delete files.
9130 * nindy-tdep.c, nindy-share/Makefile: Delete files.
9131 * Makefile.in (init.c): Remove nindy references.
9132 (saber_gdb): Delete rule.
9133 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
9134 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
9135 and a68v-nat.c.
9136 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
9137 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
9138 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
9139 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
9140 nindy-share/stop.h.
9141 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
9142 * saber.suppress: Delete file.
9143
086df311
DJ
91442003-01-31 Daniel Jacobowitz <drow@mvista.com>
9145
9146 * dbxread.c (stabs_data): New static variable.
9147 (fill_symbuf): Support an in-memory buffer for stabs data.
9148 (stabs_seek): New function.
9149 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
9150 (read_ofile_symtab): Use stabs_seek.
9151 (elfstab_build_psymtabs): Take an asection* instead of
9152 an offset and size. Relocate the stabs data if necessary.
9153 Save the section* for dbx_psymtab_to_symtab.
9154 * dwarf2read.c: Add section variables for each debug section.
9155 (dwarf2_locate_sections): Fill them in.
9156 (dwarf2_read_section): Take an asection* argument.
9157 Relocate the section contents if necessary.
9158 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9159 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9160 it to dwarf2_read_section.
9161 (dwarf2_build_frame_info): Update callers.
9162 * elfread.c (elf_symfile_read): Update call to
9163 elfstab_build_psymtabs.
9164 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9165 (DBX_STAB_SECTION): New macro.
8ffd9b1b 9166 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
9167 * symfile.c (symfile_dummy_outputs): New function.
9168 (symfile_relocate_debug_section): New function.
9169 * symfile.h (symfile_relocate_debug_section): Add prototype.
9170
87d1b352
RH
91712003-01-31 Richard Henderson <rth@redhat.com>
9172
9173 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9174 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9175 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9176 * alpha-tdep.c (alpha_register_name): Add "unique".
9177 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9178 (ALPHA_UNIQUE_REGNUM): New.
9179 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9180
c48861fb
AC
91812003-01-31 Andrew Cagney <ac131313@redhat.com>
9182
9183 * README: Remove reference to Ericsson 1800 monitor.
9184 * Makefile.in (remote-es.o): Delete rule.
9185 (ALLDEPFILES): Delete remote-es.c.
9186 * remote-es.c: Delete file.
9187 * config/m68k/es1800.mt: Delete file.
9188 * config/djgpp/fnchange.lst: Update.
9189 * configure.tgt: Delete m68*-ericsson-* target.
9190
d764a824
AF
91912003-01-31 Adam Fedor <fedor@gnu.org>
9192
9193 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9194 Remove duplicate/shadowing variable of same name.
9195
fe36c4f4
JB
91962003-01-30 Jim Blandy <jimb@redhat.com>
9197
9198 * symfile.c (find_separate_debug_file): Assert that the objfile's
9199 directory name we compute ends with a slash, and then assume that
9200 that's so everywhere we use it.
9201
cb741690
DJ
92022003-01-30 Daniel Jacobowitz <drow@mvista.com>
9203
9204 * valops.c (value_assign): Flush frame cache after stores to memory
9205 also.
9206
96ee5227
AC
92072003-01-30 Andrew Cagney <ac131313@redhat.com>
9208
9209 * Makefile.in (mon960-rom.o): Delete rule.
9210 * mon960-rom.c: Delete file.
9211
7f6104a9
AC
92122003-01-30 Andrew Cagney <ac131313@redhat.com>
9213
9214 * d10v-tdep.c: Include "frame-unwind.h".
9215 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9216 list.
9217 (next_addr, uses_frame): Delete.
9218 (struct d10v_unwind_cache): Define.
9219 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9220 Use info instead of next_addr and uses_frame globals.
9221 (d10v_frame_init_saved_regs): Delete function.
9222 (d10v_init_extra_frame_info): Delete function.
9223 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9224 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9225 init_frame_pc or frame_saved_pc.
9226 (d10v_pop_frame): Delete function.
9227 (do_d10v_pop_frame): Delete function.
9228 (d10v_frame_chain): Delete function.
9229 (d10v_frame_chain_valid): Delete function.
9230 (d10v_frame_pc_unwind): New function.
9231 (d10v_frame_id_unwind): New function.
9232 (saved_regs_unwinder): New function.
9233 (d10v_frame_register_unwind): New function.
9234 (d10v_frame_pop): New function.
9235 (d10v_frame_unwind): New variable.
9236 (d10v_frame_p): New function.
9237 (d10v_frame_saved_pc): Delete function.
9238 * Makefile.in (d10v-tdep.o): Update dependencies.
9239
cad2e848
JB
92402003-01-30 J. Brobecker <brobecker@gnat.com>
9241
9242 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9243 causing some regressions due to a change in the default value
9244 for this macro.
9245
af34e669
DJ
92462003-01-29 Richard Henderson <rth@redhat.com>
9247 Elena Zannoni <ezannoni@redhat.com>
9248 Daniel Jacobowitz <drow@mvista.com>
9249
9250 Fix PR gdb/961.
8ffd9b1b 9251 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
9252 variables.
9253 (RANGES_SECTION): New.
9254 (dwarf_ranges_buffer): New variable.
9255 (struct comp_unit_head): Add member "die".
9256 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9257 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9258 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9259 (dwarf2_locate_sections): Likewise.
9260 (dwarf2_build_psymtabs): Read .debug_ranges.
9261 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9262 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9263 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9264 Look for DW_AT_ranges and return the bounding box.
9265
baa93fa6
CF
92662003-01-29 Brian Ford <ford@vss.fsi.com>
9267
9268 * win32-nat.c (cygwin_pid): Removed as unused.
9269 (child_attach): Try fall back to Cygwin pid.
9270
c63f977f
JB
92712003-01-29 Jim Blandy <jimb@redhat.com>
9272
9273 * objfiles.h (struct objfile): Doc fix.
9274
d62d1979
AC
92752003-01-29 Andrew Cagney <ac131313@redhat.com>
9276
9277 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9278 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9279 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9280 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9281 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9282 (FRAME_SAVED_PC): Change to a function with predicate.
9283 * gdbarch.h, gdbarch.c: Re-generate.
9284
1ae18a04
AC
92852003-01-28 Andrew Cagney <ac131313@redhat.com>
9286
52287340
AC
9287 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9288
1ae18a04
AC
9289 * complaints.c (complain): Delete function.
9290 * complaints.h (struct deprecated_complaint): Delete definition.
9291 (complain): Delete declaration.
9292
f2c16bd6
KB
92932003-01-28 Kevin Buettner <kevinb@redhat.com>
9294
9295 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9296 dummy frames.
9297
a94dd1fd
AC
92982003-01-27 Andrew Cagney <ac131313@redhat.com>
9299
9300 * sentinel-frame.h, sentinel-frame.c: New files.
9301 * Makefile.in (frame.o): Update dependencies.
9302 (SFILES): Add sentinel-frame.c.
9303 (sentinel_frame_h): Define.
9304 (COMMON_OBS): Add sentinel-frame.o.
9305 (sentinel-frame.o): Specify dependencies.
9306 * frame.c: Include "sentinel-frame.h".
9307 (frame_register_unwind): Rewrite assuming that there is always a a
9308 ->next frame.
9309 (frame_register, generic_unwind_get_saved_register): Ditto.
9310 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9311 (create_sentinel_frame, unwind_to_current_frame): New functions.
9312 (get_current_frame): Rewrite using create_sentinel_frame and
9313 unwind_to_current_frame. When possible, always create a frame.
9314 (create_new_frame): Set next to the sentinel frame.
9315 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9316 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9317 ID cache when necessary.
9318 (frame_saved_regs_id_unwind): Use frame_relative_level.
9319 (deprecated_generic_get_saved_register): Use frame_relative_level,
9320 get_frame_saved_regs, get_frame_pc, get_frame_base and
9321 get_next_frame.
9322 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9323 frame_register.
9324
5378adc4
DJ
93252003-01-27 Daniel Jacobowitz <drow@mvista.com>
9326
9327 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9328
51ee2ddc
DJ
93292003-01-27 Daniel Jacobowitz <drow@mvista.com>
9330
9331 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9332 (maintenance_set_profile_cmd): Use error () instead of warning ().
9333
d9feb4e7
DJ
93342003-01-27 Daniel Jacobowitz <drow@mvista.com>
9335
9336 * configure.in: Check that -pg works if using --enable-profiling.
9337 Check for monstartup and _mcleanup regardless of --enable-profiling.
9338 * maint.c: Check for monstartup and _mcleanup before using them.
9339 * config.in: Regenerated.
9340 * configure: Regenerated.
9341
2d188dd3
NC
93422003-01-24 Nick Clifton <nickc@redhat.com>
9343
9344 * Add sh2e support:
9345
9346 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9347
9348 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9349 (sh2e_show_regs): New.
9350 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9351 * config/sh/tm-sh.h: Added sh2e to comments.
9352
cb3c37b2
JB
93532003-01-23 Jim Blandy <jimb@redhat.com>
9354
9355 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9356 symbols found)" message here; we haven't checked for a separate
9357 debug info file yet, so we don't know yet.
9358 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9359 we've looked everywhere. Also, there's no need to print a special
9360 message when we're loading the separate debug info file: the one
9361 symbol_file_add prints is fine.
9362
5b5d99cf
JB
93632003-01-23 Alexander Larsson <alexl@redhat.com>
9364 Jim Blandy <jimb@redhat.com>
9365
9366 Add support for executables whose debug info has been separated
9367 out into a separate file, leaving only a link behind.
9368 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9369 and separate_debug_objfile_backlink.
9370 (put_objfile_before): New declaration.
9371 * symfile.c: #include "filenames.h".
9372 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9373 debug info in a separate file, read that, too. Save the addrs
9374 argument, so we can use it again to read the separated debug info;
9375 syms_from_objfile modifies the table we pass it.
9376 (reread_symbols): After re-reading an objfile, call
9377 reread_separate_symbols to refresh its separate debug info
9378 objfile, if it has one.
9379 (reread_separate_symbols, find_separate_debug_file,
9380 get_debug_link_info, separate_debug_file_exists): New functions.
9381 (debug_file_directory): New global var.
9382 (_initialize_symfile): Initialize debug_file_directory, and
9383 provide the new `set debug-file-directory' command to let the user
9384 change it.
9385 * objfiles.c (free_objfile): If this objfile has its debug info in
9386 a separate objfile, free that one too. If this is itself a
9387 separate debug info objfile, clear our parent's backlink.
9388 (put_objfile_before): New function.
9389 * utils.c (gnu_debuglink_crc32): New function.
9390 * defs.h (gnu_debuglink_crc32): New declaration.
9391 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9392 * configure.in: Handle --with-separate-debug-dir config option.
9393 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9394 * acconfig.h (DEBUGDIR): New macro.
9395 * configure, aclocal.m4, config.in: Regenerated.
9396
7e8580c1
JB
93972003-01-22 Jim Blandy <jimb@redhat.com>
9398
7904e09f
JB
9399 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9400 like the old symbol_file_add, but taking new arguments: you can
9401 now pass in either a `struct section_addr_info' list to say where
9402 each section is loaded, or a `struct section_offsets' table. Pass
9403 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 9404 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
9405 with the appropriate quiescent values for the new arguments.
9406
7e8580c1
JB
9407 * symfile.c: #include "gdb_assert.h".
9408 (syms_from_objfile): Add the ability to pass in a section offset
9409 table directly, as an alternative to the section_addr_info table.
9410 Document arguments better.
9411 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9412 * symfile.h (syms_from_objfile): Update declaration.
9413 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9414 syms_from_objfile.
9415 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9416
d28f9cdf
DJ
94172003-01-22 Daniel Jacobowitz <drow@mvista.com>
9418
9419 Original patch by Tom Tromey <tromey@cygnus.com> and
9420 Jason Molenda <jmolenda@apple.com>.
9421 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9422 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9423 * NEWS: Mention profiling.
9424 * configure.in (--enable-gdbtk): Fix typo.
9425 (--enable-profiling): New. Set PROFILE_CFLAGS.
9426 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9427 Fill in function.
9428 (profiling_state): New variable.
9429 (mcleanup_wrapper): New function.
9430 (_initialize_maint): Remove NOTYET, fix call to
9431 add_setshow_boolean_cmd for "maint set profile".
9432 * configure: Regenerated.
9433
df21e465
MH
94342003-01-21 Martin M. Hunt <hunt@redhat.com>
9435
9436 * Makefile.in (install-gdbtk): Install PNG images too.
9437
73c1f219
AC
94382003-01-21 Andrew Cagney <ac131313@redhat.com>
9439
9440 * exec.c (text_start): Delete global variable.
9441 (exec_file_attach): Make text_start local to the function.
9442 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9443 * valops.c (hand_function_call): Delete code that handles
9444 BEFORE_TEXT_END and AFTER_TEXT_END.
9445 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9446 of CALL_DUMMY_LOCATION.
9447 * gdbarch.c: Regenerate.
9448 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9449 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9450 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9451 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9452 (text_end): Delete extern declaration.
9453
eb4f72c5
AC
94542003-01-21 Andrew Cagney <ac131313@redhat.com>
9455
9456 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9457 * blockframe.c (backtrace_below_main): Move to "frame.c".
9458 (frame_chain_valid): Delete check for backtrace_below_main.
9459 (_initialize_blockframe): Delete initialization, move ``set
9460 backtrace-below-main'' command to "frame.c".
9461 (do_flush_frames_sfunc): Delete function.
9462 * frame.c: Include "command.h" and "gdbcmd.h".
9463 (frame_type_from_pc): New function.
9464 (create_new_frame): Use frame_type_from_pc.
9465 (legacy_get_prev_frame): New function.
9466 (get_prev_frame): Rewrite. When an old style frame, call
9467 legacy_get_prev_frame. Otherwize, unwind the PC first.
9468 (_initialize_frame): Add ``set backtrace-below-main'' command.
9469 * Makefile.in (frame.o): Update dependencies.
9470
778ce8cc
AC
94712003-01-19 Andrew Cagney <ac131313@redhat.com>
9472
9473 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9474 DEPRECATED_REGISTERS_INFO.
9475
01c193c8
AC
94762003-01-19 Andrew Cagney <ac131313@redhat.com>
9477
9478 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9479 Maintainers'. Update `Various Maintainers'.
9480
dedc2a2b
AC
94812003-01-19 Andrew Cagney <ac131313@redhat.com>
9482
9483 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9484 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9485 Suppress actual parameters when `-'.
9486 * gdbarch.h, gdbarch.c: Regenerate.
9487
b7261c70
AC
94882003-01-19 Andrew Cagney <ac131313@redhat.com>
9489
9490 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9491 code handling dummy frames.
9492
dbe9fe58
AC
94932003-01-19 Andrew Cagney <ac131313@redhat.com>
9494
9495 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9496 (struct frame_unwind): Add field pop.
9497 * frame.h (frame_pop): Declare.
9498 * frame.c (frame_saved_regs_pop): New function.
9499 (trad_frame_unwinder): Add frame_saved_regs_pop.
9500 (frame_pop): New function.
9501 * dummy-frame.c (dummy_frame_pop): New function.
9502 (discard_innermost_dummy): New function.
9503 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9504 (dummy_frame_unwind): Add dummy_frame_pop.
9505 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9506 * valops.c (hand_function_call): Ditto.
9507 * stack.c (return_command): Ditto.
9508
570b8f7c
AC
95092003-01-18 Andrew Cagney <ac131313@redhat.com>
9510
9511 * cris-tdep.c: Fix function declaration indentation.
9512 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9513 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9514 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9515 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9516 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9517 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9518
95192003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
9520
9521 * README (Unpacking and Installation -- quick overview):
9522 Warn against ".../gdb-5.3/gdb/configure".
9523
494cca16
AC
95242003-01-18 Andrew Cagney <ac131313@redhat.com>
9525
9526 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9527 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9528 (struct frame_unwind): Declare opaque.
9529 (dummy_frame_p): Declare function.
9530 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9531 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9532 * dummy-frame.c: Include "frame-unwind.h".
9533 (dummy_frame_p): New function.
9534 (dummy_frame_unwind): New variable.
9535 * frame.c: Include "frame-unwind.h".
9536 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9537 to use the new unwind field.
9538 (set_unwind_by_pc): Delete function.
9539 (create_new_frame, get_prev_frame): Set unwind field using
9540 frame_unwind_find_by_pc.
9541 (trad_frame_unwind, trad_frame_unwinder): New variables.
9542 * frame.h (trad_frame_unwind): Declare variable.
9543 (frame_id_unwind_ftype): Delete declaration.
9544 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9545 (struct frame_unwind): Declare opaque.
9546 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9547 register_unwind with a single unwind pointer.
9548 * frame-unwind.h, frame-unwind.c: New files.
9549 * Makefile.in (SFILES): Add frame-unwind.c.
9550 (frame_unwind_h): Define.
9551 (COMMON_OBS): Add frame-unwind.o.
9552 (frame-unwind.o): Specify dependencies.
9553 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 9554
4efb68b1
AC
95552003-01-18 Andrew Cagney <ac131313@redhat.com>
9556
9557 * ada-valprint.c: Eliminate PTR.
9558 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9559 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9560 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9561 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9562 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9563 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9564 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 9565
a84d24ee
AC
95662003-01-17 Andrew Cagney <ac131313@redhat.com>
9567
762f08a3
AC
9568 * main.c (captured_main): Don't use PTR.
9569 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9570 * gdbtypes.c (lookup_primitive_typename): Ditto.
9571 (lookup_struct_elt_type): Ditto.
9572 * f-valprint.c (info_common_command): Ditto.
9573 (list_all_visible_commons): Ditto.
9574 * jv-typeprint.c (java_type_print_base): Ditto.
9575
a84d24ee
AC
9576 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9577 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9578 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9579 i386-interix-nat.c and i386-interix-tdep.c. Rename
9580 m68klinux-nat.c and m68klinux-tdep.c. Rename
9581 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9582 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9583 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9584 * main.c (captured_main): Use xfree, not free.
9585
c170fb60
AC
95862003-01-16 Andrew Cagney <ac131313@redhat.com>
9587
9588 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9589 ID back using a parameter.
9590 * frame.c (frame_id_unwind): Update call.
9591 (frame_saved_regs_id_unwind): Update.
9592 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9593 * dummy-frame.h (struct frame_id): Add opaque declaration.
9594 (dummy_frame_id_unwind): Update declaration.
9595
867f3898
AC
95962003-01-15 Andrew Cagney <ac131313@redhat.com>
9597
9598 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9599
40622be8 96002003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 9601
40622be8 9602 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 9603
ae66c1fc
EZ
96042003-01-14 Elena Zannoni <ezannoni@redhat.com>
9605
997b089a 9606 Fix PR gdb/898
ae66c1fc
EZ
9607 * breakpoint.c (until_break_command): Add new argument. Use it to
9608 decide whether to stop only at the current frame or not.
9609 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 9610 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
9611 call.
9612 (advance_command): New function.
9613 (_initialize_infcmd): Update help string for 'until' command.
9614 Add new 'advance' command.
9615
a04257e6
DC
96162003-01-14 David Carlton <carlton@math.stanford.edu>
9617
9618 * linespec.c (decode_line_1): Normalize comments.
9619 (set_flags): Ditto.
9620 (locate_first_half): Ditto.
9621 (decode_compound): Ditto.
9622 (symtab_from_filename): Ditto.
9623 (decode_all_digits): Ditto.
9624 (decode_dollar): Ditto.
9625 (find_methods): Ditto.
9626 (find_toplevel_char): Ditto.
9627
1bac305b
AC
96282003-01-13 Andrew Cagney <ac131313@redhat.com>
9629
9630 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9631 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9632 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9633 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9634 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9635 * language.c, language.h, m32r-tdep.c: Update copyright.
9636 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9637 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9638 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9639 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9640 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9641 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9642
25caa7a8
EZ
96432003-01-13 Elena Zannoni <ezannoni@redhat.com>
9644
9645 * stabsread.h (process_later, resolve_cfront_continuation):
9646 Obsolete.
9647 Update copyright years.
9648 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9649 Update copyright year.
9650 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 9651 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
9652 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9653 Update copyright year.
9654 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9655 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9656 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9657 (parse_partial_symbols): Obsolete cfront support.
9658 * stabsread.c
9659 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9660 macros.
9661 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9662 read_cfront_baseclasses, read_cfront_member_functions,
9663 resolve_cfront_continuation,read_cfront_static_fields,
9664 copy_cfront_struct_fields): Obsolete functions.
9665 (define_symbol, read_one_struct_field): Obsolete cfront support.
9666 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9667 Update Copyright year.
9668
7789c6f5
EZ
96692003-01-13 Elena Zannoni <ezannoni@redhat.com>
9670
9671 * stack.c (print_frame_info, print_stack_frame_base_stub,
9672 print_stack_frame_base, show_and_print_stack_frame_stub,
9673 show_and_print_stack_frame, print_only_stack_frame_stub,
9674 print_only_stack_frame): Delete functions.
9675 (print_stack_frame_stub): Call print_frame_info instead of
9676 print_frame_info_base.
9677 (print_frame_info_base): Rename to print_frame_info.
9678 (backtrace_command_1): Call print_frame_info, instead of
9679 print_frame_info_base.
9680 (current_frame_command): Call print_stack_frame, instead of
9681 print_only_stack_frame.
9682 (frame_command): Call print_stack_frame, instead of
9683 show_and_print_stack_frame.
9684 (up_command): Ditto.
9685 (down_command): Ditto.
9686 * frame.h (print_only_stack_frame): Delete prototype.
9687 * infrun.c (normal_stop): Call print_stack_frame, instead of
9688 show_and_print_stack_frame.
9689 * thread.c (info_threads_command): Call print_stack_frame, instead
9690 of print_only_stack_frame.
9691
3f5a3016
AC
96922003-01-13 Andrew Cagney <ac131313@redhat.com>
9693
d99ba314
AC
9694 * README (Graphical interface to GDB): Update URL. Point at
9695 gdb/links/.
9696
3f5a3016
AC
9697 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9698 version match.
9699
083ae935
DJ
97002003-01-13 Daniel Jacobowitz <drow@mvista.com>
9701
9702 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9703 lines.
9704
5365276c
DJ
97052003-01-13 Daniel Jacobowitz <drow@mvista.com>
9706
9707 * thread-db.c (attach_thread): Prototype.
9708 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9709 thread information (ti), and valid flags (th_valid, ti_valid).
9710 (attach_thread): Move target_pid_to_str call to after the thread
9711 is added to GDB's list. Initialize the cache.
9712 (thread_get_info_callback, thread_db_map_id2thr)
9713 (thread_db_get_info): New functions.
9714 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9715 (thread_db_store_registers, thread_db_thread_alive)
9716 (thread_db_get_thread_local_address): Use them.
9717 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9718 of calling error() for threads in unknown state.
9719
9720 (clear_lwpid_callback): New function.
9721 (thread_db_resume): Use it to clear the cache.
9722
9fc30b6b
DJ
97232003-01-13 Daniel Jacobowitz <drow@mvista.com>
9724
9725 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9726 (resume_callback): Remove dead code.
9727
8f871025
AC
97282003-01-13 Andrew Cagney <ac131313@redhat.com>
9729
9730 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9731 predicate.
9732 * gdbarch.h, gdbarch.c: Regenerate.
9733 * stack.c (frame_info): Only initialize the saved registers when
9734 FRAME_INIT_SAVED_REGS_P.
9735 * frame.c (frame_saved_regs_register_unwind): Assert
9736 FRAME_INIT_SAVED_REGS_P.
9737 (deprecated_generic_get_saved_register): Ditto.
9738
3f565f1e
DJ
97392003-01-13 Daniel Jacobowitz <drow@mvista.com>
9740
9741 * source.c (openp): Squelch warning about "filename".
9742
072b1022
DJ
97432003-01-13 Daniel Jacobowitz <drow@mvista.com>
9744
9745 * source.c (openp): If the file does not exist don't necessarily
9746 search the path.
9747
973ccf8b
DJ
97482003-01-13 Daniel Jacobowitz <drow@mvista.com>
9749
9750 Fix PR gdb/872.
9751 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9752 (integer_types_same_name_p): New function.
9753 (rank_one_type): Use it.
9754 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9755
030292b7
DJ
97562003-01-13 Daniel Jacobowitz <drow@mvista.com>
9757
9758 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9759 variables.
9760 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9761 * configure.in: Add --with-sysroot.
9762 * configure: Regenerated.
9763 * main.c (gdb_sysroot): New variable.
9764 (captured_main): Initialize gdb_sysroot.
9765 * defs.h (gdb_sysroot): New extern declaration.
9766 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9767
afb5d334
MC
97682003-01-12 Michael Chastain <mec@shout.net>
9769
9770 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9771
751ceeb4
MC
97722003-01-12 Michael Chastain <mec@shout.net>
9773
9774 * top.c (print_gdb_version): Bump copyright year to 2003.
9775
94cd26f8
DC
97762003-01-12 David Carlton <carlton@bactrian.org>
9777
9778 * linespec.c (symtab_from_filename): Rename variable 's' to
9779 'file_symtab'.
9780
1ce79225
AC
97812003-01-12 Andrew Cagney <ac131313@redhat.com>
9782
9783 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9784 dummy frame.
9785 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9786
fa1fd571
AC
97872003-01-12 Andrew Cagney <ac131313@redhat.com>
9788
9789 * d10v-tdep.c: Include "gdb_assert.h".
9790 (d10v_store_return_value): Rewrite to match current interface.
9791 (d10v_extract_struct_value_address): Ditto.
9792 (d10v_extract_return_value): Ditto.
9793 (d10v_gdbarch_init): Set store_restore_value,
9794 extract_struct_value_address and extract_return_value.
9795
68b8d23e
JB
97962003-01-12 J. Brobecker <brobecker@gnat.com>
9797
9798 * hpread.c (set_namestring): New procedure replacing the
9799 SET_NAMESTRING macro.
9800 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9801 by calls to set_namestring.
9802
98032003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
9804
9805 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9806 a compilation warning.
9807 (hpread_process_one_debug_symbol): Likewise.
9808
88d262ca
DC
98092003-01-10 David Carlton <carlton@math.stanford.edu>
9810
9811 * linespec.c (decode_line_1): Rename variable 's' to
9812 'file_symtab'.
9813 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9814 (decode_dollar): Ditto.
9815 (decode_variable): Ditto.
9816 (symbol_found): Ditto.
9817
86669319
MC
98182003-01-09 Michael Chastain <mec@shout.net>
9819
9820 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9821
616a9dc4
CV
98222003-01-07 Corinna Vinschen <vinschen@redhat.com>
9823
9824 * win32-nat.c (set_process_privilege): New function.
9825 (child_attach): Call set_process_privilege() to enable the
9826 SE_DEBUG_NAME user privilege if available in process token.
9827
3269bcfa
JB
98282003-01-10 J. Brobecker <brobecker@gnat.com>
9829
9830 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9831 compilation error in the previous revision.
9832
2b0ee454
DC
98332003-01-09 David Carlton <carlton@math.stanford.edu>
9834
9835 * linespec.c: Update copyright.
9836
b3ba1b44
DJ
98372003-01-09 Daniel Jacobowitz <drow@mvista.com>
9838
9839 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9840 than inferior_ptid.
9841 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9842
4ef3f3be
AC
98432003-01-09 Andrew Cagney <ac131313@redhat.com>
9844
479ab5a0
AC
9845 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9846 Update comments.
9847 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9848 (frame_saved_regs_zalloc): Update.
9849 (frame_saved_regs_register_unwind): Update.
9850 (create_new_frame): Update.
9851 (get_prev_frame): Update.
9852 (frame_extra_info_zalloc): Update.
9853 (deprecated_get_frame_saved_regs): Update.
9854 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9855 * cris-tdep.c: Update comment.
9856
bde58177
AC
9857 * somsolib.h: Fix function indentation.
9858 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9859 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9860 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9861 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9862 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9863
4ef3f3be
AC
9864 * infrun.c (follow_fork): Use ISO C definition.
9865 * expprint.c (print_subexp): Use xfree instead of free.
9866 * charset.c: Include "gdb_string.h" instead of <string.h>.
9867 (register_iconv_charsets): Use ISO C definition.
9868 (host_charset, target_charset): Ditto.
9869 * Makefile.in (charset.o): Update dependencies.
9870 (mi-cmd-env.o): Update dependencies.
9871
1c615f7a
AC
98722003-01-08 Andrew Cagney <cagney@redhat.com>
9873
9874 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9875 get_frame_base.
9876
c9a1dc08
AC
98772003-01-08 Andrew Cagney <ac131313@redhat.com>
9878
9879 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9880 build directories. Save edited gdb output in Mbuild.log. If a
9881 build fails, remove any final GDB executable.
9882
dbad9d94
AC
98832003-01-08 Andrew Cagney <ac131313@redhat.com>
9884
9885 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9886 replacing hex constants with function names and stripping leading
9887 file name directory prefixes.
9888
8d357cca
AC
98892003-01-08 Andrew Cagney <cagney@redhat.com>
9890
9891 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9892 get_frame_base.
9893
bca02a8a
DC
98942003-01-08 David Carlton <carlton@math.stanford.edu>
9895
9896 * linespec.c (decode_line_1): Move code into decode_variable.
9897 (decode_variable): New function.
9898
7f8ab3a0
AC
98992003-01-08 Andrew Cagney <ac131313@redhat.com>
9900
9901 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9902
7b5849cc
AC
99032003-01-08 Andrew Cagney <cagney@redhat.com>
9904
9905 * cris-tdep.c (cris_frame_init_saved_regs): Use
9906 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9907 saved_regs buffer.
9908 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9909 (sh64_nofp_frame_init_saved_regs): Ditto.
9910 (sh_fp_frame_init_saved_regs): Ditto.
9911 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9912 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9913 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9914 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9915
72a5efb3
DJ
99162003-01-08 Daniel Jacobowitz <drow@mvista.com>
9917
9918 * minsyms.c (lookup_minimal_symbol): Update comment.
9919 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9920 (lookup_minimal_symbol_solib_trampoline): Likewise.
9921
11c02a10
AC
99222003-01-08 Andrew Cagney <cagney@redhat.com>
9923
aab3ea25
AC
9924 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9925 frame_relative_level.
9926
da50a4b7
AC
9927 * alpha-tdep.c: Use get_frame_extra_info.
9928 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9929 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9930 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9931 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9932
11c02a10
AC
9933 * alpha-tdep.c: Use get_next_frame.
9934 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9935 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9936 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9937 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9938 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9939 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9940 * xstormy16-tdep.c: Ditto.
8ffd9b1b 9941
1e2330ba
AC
99422003-01-07 Andrew Cagney <cagney@redhat.com>
9943
9944 * alpha-tdep.c: Use get_frame_base.
9945 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9946 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9947 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9948 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9949 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9950 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9951 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9952 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 9953
2d75187b
AC
99542003-01-07 Andrew Cagney <cagney@redhat.com>
9955
9956 * frame.c (deprecated_get_frame_context): New function.
9957 (deprecated_set_frame_context): New function.
9958 * frame.h (deprecated_get_frame_context): Declare.
9959 (deprecated_set_frame_context): Declare.
9960 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9961 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 9962
483d36b2
AC
99632003-01-07 Andrew Cagney <cagney@redhat.com>
9964
9965 * frame.c (deprecated_set_frame_next_hack): New function.
9966 (deprecated_set_frame_prev_hack): New function.
9967 * frame.h (deprecated_set_frame_next_hack): Declare.
9968 (deprecated_set_frame_prev_hack): Declare.
9969 * mcore-tdep.c (analyze_dummy_frame): Use
9970 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9971 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9972
14e91ac5
DC
99732003-01-07 David Carlton <carlton@math.stanford.edu>
9974
9975 * linespec.c (decode_line_1): Move code into decode_dollar.
9976 (decode_dollar): New function.
9977
b0c6b05c
AC
99782003-01-07 Andrew Cagney <cagney@redhat.com>
9979
9980 * arm-tdep.c (arm_init_extra_frame_info): Use
9981 deprecated_update_frame_base_hack.
9982 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9983 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9984 (fix_frame_pointer): Ditto.
9985 (mn10300_analyze_prologue): Ditto.
9986
a00a19e9
AC
99872003-01-07 Andrew Cagney <cagney@redhat.com>
9988
9989 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9990 extra_info using frame_extra_info_zalloc.
9991 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9992 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9993 (sh64_init_extra_frame_info): Ditto.
9994 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9995 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9996 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9997 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9998 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9999 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
10000 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
10001 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
10002 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
10003 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
10004 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10005 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
10006
10007 * mn10300-tdep.c (analyze_dummy_frame): Use
10008 deprecated_set_frame_extra_info_hack.
10009 * mcore-tdep.c (analyze_dummy_frame): Ditto.
10010
1fb4c65b
JB
100112003-01-07 J. Brobecker <brobecker@gnat.com>
10012
10013 * mdebugread.c (parse_symbol): Skip stProc entries which storage
10014 class is not scText. These do not define "real" procedures.
10015 (parse_partial_symbols): Likewise.
10016
9fe7d6bf
MS
100172003-01-06 Michael Snyder <msnyder@redhat.com>
10018
10019 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
10020
f6c609c4
AC
100212003-01-06 Andrew Cagney <ac131313@redhat.com>
10022
10023 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
10024 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
10025 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
10026 deprecated_frame_xmalloc_with_cleanup.
10027 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
10028 deprecated_frame_xmalloc.
10029 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
10030 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
10031
d995ff4b
AC
100322003-01-06 Andrew Cagney <cagney@redhat.com>
10033
84dc46cb
AC
10034 * x86-64-linux-tdep.c: Include "osabi.h".
10035 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
10036
d995ff4b
AC
10037 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
10038
66140c26
AC
100392003-01-06 Andrew Cagney <cagney@redhat.com>
10040
10041 * MAINTAINERS (Target Instruction Set Architectures): Update
10042 arm-elf. Can be built with -Werror, has been multiarched.
10043
10044 * value.h (unpack_long): Make buffer parameter constant.
10045 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
10046 * scm-lang.h (scm_parse): Ditto.
10047 * defs.h (extract_typed_address, extract_address): Ditto.
10048 (extract_long_unsigned_integer): Ditto.
10049 * inferior.h (unsigned_pointer_to_address): Ditto.
10050 (signed_pointer_to_address): Ditto.
10051 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
10052 * gdbarch.h, gdbarch.c: Regenerate.
10053 * findvar.c (extract_long_unsigned_integer): Update.
10054 (extract_address): Update.
10055 (extract_typed_address): Update.
10056 (unsigned_pointer_to_address): Update.
10057 * values.c (unpack_long): Update.
10058 (unpack_double): Update.
10059 (unpack_pointer): Update.
10060 (unpack_field_as_long): Update.
10061 * d10v-tdep.c (d10v_pointer_to_address): Update.
10062 * avr-tdep.c (avr_pointer_to_address): Update.
10063 * scm-lang.c (scm_unpack): Update.
10064 * findvar.c (signed_pointer_to_address): Update.
10065
b089b3da
ML
100662003-01-06 Michal Ludvig <mludvig@suse.cz>
10067
8ffd9b1b 10068 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
10069 since it is in i386-tdep.c.
10070
aff87235
JB
100712003-01-06 J. Brobecker <brobecker@gnat.com>
10072
10073 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
10074 failure introduced in the previous change.
10075
34f5e845
MC
100762003-01-05 Michael Chastain <mec@shout.net>
10077
10078 * README: Remove references to deleted remote-*.c files:
10079 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
10080 remote-nrom.c, remote-os9k.c, remote-udi.c.
10081
28bcfd30
MK
100822003-01-05 Mark Kettenis <kettenis@gnu.org>
10083
10084 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
10085 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
10086 i386_get_longjmp_target.
10087
15a5b3ee
AC
100882003-01-05 Andrew Cagney <ac131313@redhat.com>
10089
10090 * arm-tdep.c (prologue_cache): Change to a pointer.
10091 (_initialize_arm_tdep): Allocate prologue_cache.
10092 (check_prologue_cache): Update.
10093 (save_prologue_cache): Update.
10094 (arm_gdbarch_init): Update.
10095
c263362b
DJ
100962003-01-04 Daniel Jacobowitz <drow@mvista.com>
10097
10098 * stabsread.c (update_method_name_from_physname): Call complaint()
10099 instead of error.
10100
51603483
DJ
101012003-01-04 Daniel Jacobowitz <drow@mvista.com>
10102
10103 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
10104 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
10105 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
10106
10107 * blockframe.c: Include "gdbcmd.h" and "command.h".
10108 (backtrace_below_main): New variable.
10109 (file_frame_chain_valid, func_frame_chain_valid)
10110 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
10111 (generic_func_frame_chain_valid): Remove functions.
10112 (frame_chain_valid, do_flush_frames_sfunc): New functions.
10113 (_initialize_blockframe): New function.
10114 * Makefile.in (blockframe.o): Update dependencies.
10115 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
10116 comment. Call frame_chain_valid ().
10117 * frame.h: Remove old prototypes. Add prototype for
10118 frame_chain_valid and update comments to match.
10119 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
10120 Remove old comment.
10121 * gdbarch.h: Regenerated.
10122 * gdbarch.c: Regenerated.
10123
10124 * alpha-tdep.c (alpha_gdbarch_init): Don't call
10125 set_gdbarch_frame_chain_valid.
10126 * avr-tdep.c (avr_gdbarch_init): Likewise.
10127 * cris-tdep.c (cris_gdbarch_init): Likewise.
10128 * frv-tdep.c (frv_gdbarch_init): Likewise.
10129 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
10130 * i386-tdep.c (i386_svr4_init_abi): Likewise.
10131 (i386_nw_init_abi): Likewise.
10132 (i386_gdbarch_init): Likewise.
10133 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
10134 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
10135 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
10136 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
10137 * mips-tdep.c (mips_gdbarch_init): Likewise.
10138 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10139 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
10140 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
10141 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10142 * s390-tdep.c (s390_gdbarch_init): Likewise.
10143 * sh-tdep.c (sh_gdbarch_init): Likewise.
10144 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10145 * v850-tdep.c (v850_gdbarch_init): Likewise.
10146 * vax-tdep.c (vax_gdbarch_init): Likewise.
10147 * x86-64-tdep.c (x86_64_init_abi): Likewise.
10148
10149 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
10150 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
10151 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
10152 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
10153 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
10154 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
10155 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
10156 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
10157
b00a8037
DJ
101582002-01-04 Daniel Jacobowitz <drow@mvista.com>
10159
10160 * Makefile.in (acconfig_h): Remove incorrect macro.
10161 (config_h): Define.
10162 (osabi.o): Update dependencies.
10163 * configure.tgt: Set gdb_osabi based on target triplet.
10164 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10165 * configure: Regenerated.
10166 * config.in: Regenerated.
10167 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10168 (GDB_OSABI_DEFAULT): Define if not already defined.
10169 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10170 (set_osabi_string): New variables.
10171 (gdbarch_register_osabi): Add new OS ABI to
10172 gdb_osabi_available_names.
10173 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10174 (set_osabi, show_osabi): New functions.
10175 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10176
4be87837
DJ
101772003-01-04 Daniel Jacobowitz <drow@mvista.com>
10178
10179 * arch-utils.c (gdbarch_info_init): Set osabi to
10180 GDB_OSABI_UNINITIALIZED.
10181 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10182 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10183 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10184 * gdbarch.c: Regenerated.
10185 * gdbarch.h: Regenerated.
10186 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10187 there's no BFD.
10188 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10189 * osabi.h (enum gdb_osabi): Move to defs.h.
10190 (gdbarch_init_osabi): Update prototype.
10191 * defs.h (enum gdb_osabi): Moved here.
10192 * Makefile.in: Update dependencies.
10193
10194 * alpha-tdep.h: Don't include "osabi.h".
10195 (struct gdbarch_tdep): Remove osabi member.
10196 * alpha-tdep.c: Include "osabi.h".
10197 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10198 iterate over arches. Update call to gdbarch_init_osabi.
10199 (alpha_dump_tdep): Don't dump osabi.
10200 * alpha-linux-tdep.c: Include "osabi.h".
10201 * alpha-osf1-tdep.c: Include "osabi.h".
10202 * alphafbsd-tdep.c: Include "osabi.h".
10203 * alphanbsd-tdep.c: Include "osabi.h".
10204
10205 * arm-tdep.h: Don't include "osabi.h".
10206 (struct gdbarch_tdep): Remove osabi member.
10207 * arm-tdep.c: Include "osabi.h".
10208 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10209 iterate over arches. Update call to gdbarch_init_osabi.
10210 (arm_dump_tdep): Don't dump osabi.
10211 * arm-linux-tdep.c: Include "osabi.h".
10212 * armnbsd-tdep.c: Include "osabi.h".
10213
10214 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10215 Update call to gdbarch_init_osabi.
10216
10217 * i386-tdep.h: Don't include "osabi.h".
10218 (struct gdbarch_tdep): Remove osabi member.
10219 * i386-tdep.c: Include "osabi.h".
10220 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10221 iterate over arches. Update call to gdbarch_init_osabi.
10222 (i386_dump_tdep): Don't dump osabi.
10223 * i386-linux-tdep.c: Include "osabi.h".
10224 * i386-sol2-tdep.c: Include "osabi.h".
10225 * i386bsd-tdep.c: Include "osabi.h".
10226 * i386gnu-tdep.c: Include "osabi.h".
10227 * i386ly-tdep.c: Include "osabi.h".
10228 * i386nbsd-tdep.c: Include "osabi.h".
10229 * i386obsd-tdep.c: Include "osabi.h".
10230
10231 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10232 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10233 check osabi when iterating over arches. Update call to
10234 gdbarch_init_osabi.
10235 (mips_dump_tdep): Don't dump osabi.
10236
10237 * ns32k-tdep.h: Don't include "osabi.h".
10238 (struct gdbarch_tdep): Remove.
10239 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10240 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10241 allocate tdep. Update call to gdbarch_init_osabi.
10242 (ns32k_dump_tdep): Remove.
10243 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10244 * ns32knbsd-tdep.c: Include "osabi.h".
10245
10246 * ppc-tdep.h: Don't include "osabi.h".
10247 (struct gdbarch_tdep): Remove osabi member.
10248 * rs6000-tdep.c: Include "osabi.h".
10249 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10250 osabi when iterating over arches. Update call to
10251 gdbarch_init_osabi.
10252 (rs6000_dump_tdep): Don't dump osabi.
10253 * ppc-linux-tdep.c: Include "osabi.h".
10254 * ppcnbsd-tdep.c: Include "osabi.h".
10255
10256 * sh-tdep.h: Don't include "osabi.h".
10257 (struct gdbarch_tdep): Remove osabi member.
10258 * sh-tdep.c: Include "osabi.h".
10259 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10260 iterate over arches. Update call to gdbarch_init_osabi.
10261 (sh_dump_tdep): Don't dump osabi.
10262 * shnbsd-tdep.c: Include "osabi.h".
10263
10264 * sparc-tdep.c: Include "osabi.h".
10265 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10266 iterate over arches. Update call to gdbarch_init_osabi.
10267 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10268 tdep structure.
10269
10270 * vax-tdep.h: Don't include "osabi.h".
10271 (struct gdbarch_tdep): Remove.
10272 * vax-tdep.c: Include "osabi.h".
10273 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10274 iterate over arches. Don't allocate tdep. Update call
10275 to gdbarch_init_osabi.
10276 (vax_dump_tdep): Remove.
10277 (_initialize_vax_tdep): Update call to gdbarch_register.
10278
a881cf8e
DJ
102792003-01-04 Daniel Jacobowitz <drow@mvista.com>
10280
10281 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10282 entirely.
10283 (breakpoint_re_set_one): Don't fetch the value for a disabled
10284 watchpoint.
10285
1e698235
DJ
102862003-01-04 Daniel Jacobowitz <drow@mvista.com>
10287
10288 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10289 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10290 (COERCE_FLOAT_TO_DOUBLE): Remove.
10291 * gdbarch.c: Regenerate.
10292 * gdbarch.h: Regenerate.
10293 * Makefile.in: Remove value_h from gdbarch_h.
10294 * valops.c (coerce_float_to_double): New variable.
10295 (default_coerce_float_to_double): Remove.
10296 (standard_coerce_float_to_double): Remove.
10297 (value_arg_coerce): Use coerce_float_to_double.
10298 (_initialize_valops): Add "set coerce-float-to-double".
10299 * value.h (default_coerce_float_to_double): Remove prototype.
10300 (standard_coerce_float_to_double): Remove prototype.
10301
10302 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10303 prototyped.
10304 * mdebugread.c (parse_symbol): Likewise.
10305 * stabsread.c (define_symbol): Mark all functions as prototyped.
10306
10307 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10308 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10309 set_gdbarch_coerce_float_to_double.
10310 * arm-tdep.c (arm_gdbarch_init): Likewise.
10311 * frv-tdep.c (frv_gdbarch_init): Likewise.
10312 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10313 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10314 * mips-tdep.c (mips_gdbarch_init): Likewise.
10315 (mips_coerce_float_to_double): Remove.
10316 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10317 (rs6000_coerce_float_to_double): Remove.
10318 * s390-tdep.c (s390_gdbarch_init): Likewise.
10319 * sh-tdep.c (sh_gdbarch_init): Likewise.
10320 (sh_coerce_float_to_double): Remove.
10321 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10322 (sparc_coerce_float_to_double): Remove.
10323 * v850-tdep.c (v850_gdbarch_init): Likewise.
10324 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10325 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10326 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10327 (hppa_coerce_float_to_double): Remove prototype.
10328 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10329
f436a26a
DJ
103302003-01-04 Daniel Jacobowitz <drow@mvista.com>
10331
10332 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10333
248f8055
DJ
103342003-01-04 Daniel Jacobowitz <drow@mvista.com>
10335
10336 Suggested by Stewart Brown <sb24@avaya.com>:
10337 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10338 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10339 (c_type_print_varspec_suffix): Likewise.
10340
72cfdc76
MK
103412003-01-04 Mark Kettenis <kettenis@gnu.org>
10342
bfd260bb
MK
10343 * configure.in: Don't set and AC_SUBST SUBDIRS.
10344 * configure: Regenerated.
10345
72cfdc76
MK
10346 * configure.in: Remove code dealing with shared libraries.
10347 * Makefile.in: Remove HLDFLAGS and HLDENV.
10348 * configure: Regenerated.
10349
c8b8a898
AC
103502003-01-04 Andrew Cagney <ac131313@redhat.com>
10351
10352 * frame.c (deprecated_frame_xmalloc): New function.
10353 (deprecated_set_frame_saved_regs_hack): New function.
10354 (deprecated_set_frame_extra_info_hack): New function.
10355 * frame.h (deprecated_frame_xmalloc): Declare.
10356 (deprecated_set_frame_saved_regs_hack): Declare.
10357 (deprecated_set_frame_extra_info_hack): Declare.
10358
14abd0fb
MK
103592003-01-04 Mark Kettenis <kettenis@gnu.org>
10360
8ee53726
MK
10361 * configure.in: Move code that provides the --enable-gdbtk option
10362 right after the code that handles the --enable-tui option, and
10363 polish it somewhat.
10364 * configure: Regenerated.
10365
14abd0fb
MK
10366 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10367 AC_CHECK_FUNCS and remove the old check for pread64.
10368 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10369 * acconfig.h (_GNU_SOURCE): Add.
10370 (HAVE_PREAD64): Remove.
10371 * configure, aclocal.m4, config.in: Regenerated.
10372
b2fb4676
AC
103732003-01-03 Andrew Cagney <ac131313@redhat.com>
10374
10375 * alpha-tdep.c: Use get_frame_saved_regs.
10376 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10377 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10378 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10379 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10380 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10381
8dcde887
MK
103822003-01-03 Mark Kettenis <kettenis@gnu.org>
10383
10384 * configure.in: Remove all use of the SUBDIRS variable; add
10385 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10386 code providing the --enable-multi-ice option, and move it right in
10387 front of the code that checks whether gdbserver is supported.
10388 Polish that too.
10389 * configure: Regenerated.
10390 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10391 @SUBDIRS@.
10392
8ccd593b
AC
103932003-01-03 Andrew Cagney <cagney@redhat.com>
10394
10395 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10396 * avr-tdep.c, cris-tdep.c: Ditto.
10397 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10398 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 10399
91151a06
MK
104002003-01-03 Mark Kettenis <kettenis@gnu.org>
10401
10402 * configure.in: Remove --enable-netrom option.
10403 * configure: Regenerated.
10404
8fe84d01
MK
104052003-01-03 Mark Kettenis <kettenis@gnu.org>
10406
10407 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10408 declaration for `struct re_pattern_buffer' instead.
10409 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10410
f0394be6
JB
104112003-01-03 J. Brobecker <brobecker@gnat.com>
10412
10413 * mdebugread.c (parse_symbol): Count until the stEnd matching
10414 the structure name.
10415
27e9bf90
MK
104162003-01-02 Mark Kettenis <kettenis@gnu.org>
10417
93d331ba
MK
10418 * configure.in: Remove --with-cpu option.
10419 subscripts. Remove evil changequotes here.
10420 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10421 * config.in, configure: Regenerated.
8ffd9b1b 10422
27e9bf90
MK
10423 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10424 * configure.in: Cleanup section that sources GDB and BFD configure
10425 subscripts. Remove evil changequotes here.
10426 * config.in, configure: Regenerated.
10427
50abf9e5
AC
104282003-01-02 Andrew Cagney <ac131313@redhat.com>
10429
10430 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10431 frame accessor methods.
10432 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10433 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10434 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10435 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10436 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10437 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10438 * z8k-tdep.c: Ditto.
8ffd9b1b 10439
287c1a40
MK
104402003-01-02 Mark Kettenis <kettenis@gnu.org>
10441
f5dbc56d
MK
10442 * configure.in: Remove UI_OUT configuration code.
10443 * ada-lang.c: Update assuming UI_OUT is always true.
10444 * Makefile.in (UIOUT_CFLAGS): Remove.
10445 * configure: Regenerated.
10446 * TODO: Remove blurb about elimination of -DUI_OUT.
10447
627af7ea
MK
10448 * configure.in: Move code that provides the --enable-gdbcli,
10449 --enable-gdbmi options right before the code that handles the
10450 --enable-tui option. Polish a bit.
10451 * configure: Regenerated.
10452
06825bd1
MK
10453 * configure.in: Rewrite check for GNU regex and the
10454 --without-included regex option, and move it into the "Checks for
10455 library functions" section. This makes us use the system regex
10456 again by default on systems with version 2 of the GNU C library.
10457 This was apparently broken.
10458 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10459 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10460 * config.in, configure: Regenerated.
10461
287c1a40
MK
10462 * configure.in: Move code that provides the --enable-tui option
10463 before the "Checks for libraries" section. Polish the code
10464 somewhat and set need_curses to yes if we build the TUI. Rewrite
10465 code that looks for a library providing termcap functionality to
10466 match more closely what's done in the Readline library, and move
10467 it into to the "Checks for libraries" section.
10468 * configure: Regenerated.
10469 * Makefile.in (TERMCAP): Remove variable.
10470 * config/i386/go32.mh (TERMCAP): Remove variable.
10471
684e56bf
AC
104722003-01-02 Andrew Cagney <ac131313@redhat.com>
10473
10474 * MAINTAINERS: Mention gdb_mbuild.sh.
10475 * gdb_mbuild.sh: Rewrite.
10476
e1ea1d75
MK
104772003-01-02 Mark Kettenis <kettenis@gnu.org>
10478
10479 * configure.in: Fix typo in last change.
10480 * config.in, configure: Regenerated.
10481
1b831c93
AC
104822003-01-02 Andrew Cagney <ac131313@redhat.com>
10483
10484 * valarith.c (value_binop): Delete obsolete code and comments.
10485 * configure.host: Ditto.
10486 * buildsym.h (make_blockvector): Ditto.
10487 * buildsym.c (make_blockvector): Ditto.
10488 * defs.h (enum language): Ditto.
10489 (chill_demangle): Ditto.
10490 * elfread.c (elf_symtab_read): Ditto.
10491 * dwarfread.c (CHILL_PRODUCER): Ditto.
10492 (set_cu_language): Ditto.
10493 (handle_producer): Ditto.
10494 * expprint.c (print_subexp): Ditto.
10495 * gdbtypes.c (chill_varying_type): Ditto.
10496 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10497 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10498 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10499 (chill_varying_type): Ditto.
10500 * language.h (_LANG_chill): Ditto.
10501 * language.c (binop_result_type, integral_type): Ditto.
10502 (character_type, string_type, structured_type): Ditto.
10503 (lang_bool_type, binop_type_check): Ditto.
10504 * stabsread.h (os9k_stabs): Ditto.
10505 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10506 (define_symbol, read_type, read_struct_fields): Ditto.
10507 (read_array_type, read_enum_type, read_huge_number): Ditto.
10508 (read_range_type, start_stabs): Ditto.
10509 * symfile.c (init_filename_language_table): Ditto.
10510 (add_psymbol_with_dem_name_to_list): Ditto.
10511 * symtab.c (symbol_init_language_specific): Ditto.
10512 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10513 * symtab.h (struct general_symbol_info): Ditto.
10514 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10515 * typeprint.c (typedef_print): Ditto.
10516 * utils.c (fprintf_symbol_filtered): Ditto.
10517 * valops.c (value_cast, search_struct_field, value_slice): Delete
10518 obsolete code.
10519 (varying_to_slice): Delete function.
10520 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10521 (varying_to_slice): Delete declaration.
10522 * MAINTAINERS: Update.
10523
8bb2c122
MK
105242003-01-02 Mark Kettenis <kettenis@gnu.org>
10525
97bf5e38
MK
10526 * configure.in: Reorganize "Checks for library functions section"
10527 a bit. Remove check for `btowc' and `isascii' functions.
10528 * configure: Regenerated.
10529
5ee754fc
MK
10530 * acconfig.h (_MSE_INT_H): Remove.
10531 * configure.in: Create "Checks for header files" section, and move
10532 appropriate tests there. Don't check for objlist.h, wchar.h,
10533 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10534 misdetection fix. Also add "Checks for types", "Checks for
10535 compiler characteristics" and "Checks for library functions"
10536 sections.
10537 * config.in, configure: Regenerated.
10538
8bb2c122
MK
10539 * configure.in: Create "Checks for programs" section, and move
10540 appropriate tests there.
10541
9a156167
MK
105422003-01-01 Mark Kettenis <kettenis@gnu.org>
10543
10544 * configure.in: Create "Checks for libraries" section, and move
10545 appropriate tests there. Cleanup check for wctype in libw. Use
10546 AC_SEARCH_LIBS to see whether we need libsocket.
10547 * configure: Regenerated.
10548
a80e2bcb 10549For older changes see ChangeLog-2002
c906108c
SS
10550\f
10551Local Variables:
10552mode: change-log
10553left-margin: 8
10554fill-column: 74
10555version-control: never
10556End:
This page took 0.928828 seconds and 4 git commands to generate.