* linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9016a515
DJ
12003-08-17 Daniel Jacobowitz <drow@mvista.com>
2
3 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
5 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
6 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
7 (linux_supports_tracevforkdone): New function.
8 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
9 TRACEVFORKDONE.
10 (child_follow_fork): Handle vfork.
11 (linux_handle_extended_wait): Likewise. Also handle exec.
12 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
13 * NEWS: Mention fork tracing.
14
c538c11c
DJ
152003-08-17 Daniel Jacobowitz <drow@mvista.com>
16
17 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
18
4de4c07c
DJ
192003-08-17 Daniel Jacobowitz <drow@mvista.com>
20
21 * Makefile.in (i386-linux-nat.o): Update dependencies.
22 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
23 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
24 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
25 * i386-linux-nat.c: Include "linux-nat.h".
26 (child_post_startup_inferior): New function.
27 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
28 * infptrace.c (kill_inferior): Wrap in #ifdef.
29 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
30 attaching to each LWP.
31 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
32 (init_lin_lwp_ops): Fill in some more operations.
33 * linux-nat.h (linux_enable_event_reporting)
34 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
35 prototypes.
36 * linux-nat.c (linux_enable_event_reporting): New function.
37 (child_post_attach, linux_child_post_startup_inferior)
38 (child_post_startup_inferior, child_follow_fork)
39 (linux_handle_extended_wait, kill_inferior): New functions.
40
7996bcec
AC
412003-08-16 Andrew Cagney <cagney@redhat.com>
42
43 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
44 * gdbarch.h, gdbarch.c: Re-generate.
45
3d48a7a0
MK
462003-08-16 Mark Kettenis <kettenis@gnu.org>
47
48 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
49
7989c619
AC
502003-08-16 Andrew Cagney <cagney@redhat.com>
51
52 * NEWS: Mention that "set prompt-escape-char" was deleted.
53 * top.c (get_prompt_1): Delete function.
54 (gdb_prompt_escape):
55 (init_main): Do not clear "gdb_prompt_escape". Delete "set
56 prompt-escape-char" command.
57 (MAX_PROMPT_SIZE): Delete macro.
58 (get_prompt): Simplify, do not call get_prompt_1.
59
07978cd8
AC
602003-08-16 Andrew Cagney <cagney@redhat.com>
61
62 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
63 -Werror. -Wformat-nonliteral problems.
64
3ff7cf9e
JB
652003-08-15 J. Brobecker <brobecker@gnat.com>
66
67 Further multiarching work mostly for hppa64-*-hpux11:
68 * hppa-tdep.h: New file.
69 * hppa-tdep.c: #include hppa-tdep.c.
70 (hppa32_num_regs): Renamed from hppa_num_regs.
71 (hppa64_num_regs): New constant.
72 (hppa64_call_dummy_breakpoint_offset): New constant.
73 (hppa32_call_dummy_length): New constant.
74 (hppa64_call_dummy_length): New constant.
75 (hppa32_stack_align): Make name 32bit explicit.
76 (hppa32_register_virtual_type): Likewise.
77 (hppa32_extract_return_value): Likewise.
78 (hppa32_use_struct_convention): Likewise.
79 (hppa32_store_return_value): Likewise.
80 (hppa64_register_virtual_type): New function.
81 (hppa64_extract_return_value): New function.
82 (hppa64_use_struct_convention): New function.
83 (hppa64_store_return_value): New function.
84 (hppa_frame_locals_address): Remove declaration, function does
85 not exist anymore.
86 (hppa_register_byte): Add support for PA64 ABI.
87 (hppa_gdbarch_init): Add support for PA64 ABI.
88 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
89 Make name 32bit explicit.
90 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
91 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
92 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
93 (hppa64_hpux_frame_base_before_sigtramp): New function.
94 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
95 * config/pa/tm-hppa64.h: Remove macros that are no longer
96 necessary now that the gdbarch vector is properly setup.
97 Transform some macros into function calls. Some minor cleanup.
98 * config/pa/tm-hppah.h: Update function calls in macros
99 following the function renaming in hppa-hpux-tdep.c.
100 * Makefile.in (hppa_tdep_h): New variable.
101 (hppa-tdep.o): Add dependency over hppa_tdep_h.
102
5d05ca6d
MS
1032003-08-14 Michael Snyder <msnyder@redhat.com>
104
105 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
106
37ba2569
JB
1072003-08-13 J. Brobecker <brobecker@gnat.com>
108
109 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
110 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
111 routine.
112
aed7f26a
MS
1132003-08-13 Michael Snyder <msnyder@redhat.com>
114
115 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
116 (frv_saved_pc_after_call): Use deprecated ftype.
117 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
118 (frv_remote_translate_xfer_address): Remove.
119 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
120
752d4ac1
JB
1212003-08-13 J. Brobecker <brobecker@gnat.com>
122
123 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
124 initialization after the common gdbarch initialization, not before.
125
1426ac1d
JB
1262003-08-13 J. Brobecker <brobecker@gnat.com>
127
128 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
129 (ADDR_BITS_REMOVE): Remove, redundant.
130
b6fbdd1d
JB
1312003-08-13 J. Brobecker <brobecker@gnat.com>
132
133 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
134 gdbarch method to clear the 2 low bits of text addresses.
135
44160db3
AC
1362003-08-12 Andrew Cagney <cagney@redhat.com>
137
138 * Makefile.in (dsrec.o): Update dependencies.
139 * dsrec.c: Include "gdb_assert.h".
140 (make_srec): Use snprintf instead of sprintf, use a literal format
141 string.
142
bcf7d3ca
AC
1432003-08-12 Andrew Cagney <cagney@redhat.com>
144
145 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
146 FRAME_OBSTACK_ZALLOC.
147
49ed40de
KB
1482003-08-12 Kevin Buettner <kevinb@redhat.com>
149
150 * i386-tdep.c (i386_gdbarch_init): Enable default support for
151 SSE registers.
152
b246147c
MK
1532003-08-10 Mark Kettenis <kettenis@gnu.org>
154
155 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
156 amd64fbsd_sc_reg_offset): Add extern declarations.
157 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
158 declarations.
159
d95fdc0d
BE
1602003-08-11 Ben Elliston <bje@wasabisystems.com>
161
162 * MAINTAINERS (write after approval): Update my mail address.
163
cf6a0e73
AC
1642003-08-10 Andrew Cagney <cagney@redhat.com>
165
166 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
167
f837910f
MK
1682003-08-10 Mark Kettenis <kettenis@gnu.org>
169
e2dbbd2d
MK
170 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
171 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
172 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
173 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
174 i386bsd_sc_reg_offset): Add extern declarations.
175 * i386obsd-nat.c: Include "i386-tdep.h"
176 (_initialize_i386obsd_nat): Remove extern declarations.
177 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
178 declarations.
179 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
180 declarations.
181
f837910f
MK
182 * i386-tdep.c (i386_register_to_value): Use get_frame_register
183 instead of frame_read_register.
184 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
185 instead of frame_read_register. Use I386_ESP_REGNUM instead of
186 SP_REGNUM.
187 (i386_frame_prev_register): Use frame_unwind_register_unsigned
188 instead of frame_unwind_unsigned_register. Use
189 I386_EFLAGS_REGISTER instead of PS_REGNUM.
190 (i386_get_longjmp_target): Use regcache_read_unsigned_register
191 instead of read_register. Use builtin_type_void_data_ptr instead
192 of builtin_type_void_func_ptr when extracting the address of the
193 jmp_buf.
194 (i386_extract_return_value, i386_store_return_value,
195 i386_pseudo_register_read, i386_pseudo_register_write): Use
196 register_size instead REGISTER_RAW_SIZE.
197
edcf254d
AC
1982003-08-10 Andrew Cagney <cagney@redhat.com>
199
200 * infcall.c (call_function_by_hand): Use xstrprintf instead of
201 sprintf. Make "name" constant.
202
26604a34
MK
2032003-08-10 Mark Kettenis <kettenis@gnu.org>
204
192285c6
MK
205 * i387-tdep.c (i387_register_to_value): Use get_frame_register
206 instead of frame_read_register.
f837910f
MK
207 (i387_print_float_info): Use get_frame_register and
208 get_frame_register_unsigned instead of frame_register_read.
192285c6 209
f0925262
MK
210 * i386fbsd-nat.c: Include "i386-tdep.h".
211 (child_resume): Make `eflags' an ULONGEST. Use
212 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
213 instead of register_read and register_write.
214
a144416f
MK
215 * i386bsd-nat.c (fetch_inferior_registers,
216 store_inferior_registers): Don't use && at the end of a line.
217 (_initialize_i386bsd_nat): Fix typo.
218
fec74868
MK
219 * frame.c (_initialize_frame): Add missing backslash.
220
87232496
MK
221 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
222 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
223 and supply_register instead of manipulating the register buffer
224 directly.
225
c9b9de0b
MK
226 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
227 * config/i386/nm-i386sol2.h
228 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
229
26604a34
MK
230 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
231 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
232 instructions that GCC likes to mingle into the prologue. Fixes
233 gdb/1253 and gdb/1255.
234
25d29d70
AC
2352003-08-09 Andrew Cagney <cagney@redhat.com>
236
237 Fix GDB PR cli/926.
238 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
239 * command.h (add_setshow_uinteger_cmd): Declare.
240 * frame.c (set_backtrace_cmd): New function.
241 (show_backtrace_cmd): New function.
242 * frame.c (_initialize_frame): Replace "set/show
243 backtrace-below-main" with "set/show backtrace past-main". Add
244 command "set/show backtrace limit".
245 (backtrace_past_main): Rename "backtrace_below_main".
246 (backtrace_limit): New variable.
247 (get_prev_frame): Update. Check the backtrace_limit.
248
9ebf4acf
AC
2492003-08-09 Andrew Cagney <cagney@redhat.com>
250
251 * defs.h (xstrprintf): Declare.
252 * utils.c (xstrprintf): New function.
253 * breakpoint.c (insert_breakpoints): Replace sprintf and
254 non-literal format strings, with xstrprintf and cleanups.
255 (delete_breakpoint,breakpoint_re_set): Ditto.
256 (commands_command, insert_breakpoints): Ditto.
257 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
258 (break_at_finish_command_1): Ditto.
259
3771659b
AC
2602003-08-09 Andrew Cagney <cagney@redhat.com>
261
262 * MAINTAINERS (language support): List Adam Fedor as Objective C
263 maintainer.
264
b4263afa
JB
2652003-08-08 J. Brobecker <brobecker@gnat.com>
266
267 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
268 are now multiarched.
269
d84defb1
JB
2702003-08-08 J. Brobecker <brobecker@gnat.com>
271
272 * config/pa/tm-hppa64.h: Remove lots of macros that are no
273 longer necessary now that hppa64 is partially multiarch'ed.
274
f786f615
AC
2752003-08-08 Andrew Cagney <cagney@redhat.com>
276
277 * interps.c (interp_set): Check for a NULL "old_interp".
278
c938e9b0
L
2792003-08-08 H.J. Lu <hongjiu.lu@intel.com>
280
281 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
282 (install-only): Support DESTDIR.
283 (uninstall): Likewise.
284 (install-gdbtk): Likewise.
285
9a146a11
EZ
2862003-08-08 Elena Zannoni <ezannoni@redhat.com>
287
288 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
289 contains something meaningful at all times.
290
291Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 292
62599e99 293 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 294
56296155
BC
295Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
296
62599e99 297 * MAINTAINERS (write after approval): Added self.
56296155 298
9710e734
AC
2992003-08-07 Andrew Cagney <cagney@redhat.com>
300
301 * inferior.h (AT_SYMBOL): Define.
302 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
303 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
304 * mips-tdep.c (mips_call_dummy_address): Delete function.
305 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
306 set call_dummy_address.
307
98b3ab73
AC
3082003-08-07 Andrew Cagney <cagney@redhat.com>
309
310 * language.c (op_error): Delete function.
311 (binop_type_check): Delete function.
312 * language.h (type_op_error, range_op_error): Delete macros.
313 (op_error): Delete declaration.
314
2fcf52f0
AC
3152003-08-07 Andrew Cagney <cagney@redhat.com>
316
317 * interps.h (INTERP_MI2, INTERP_MI3): Define.
318
abd4220e 3192003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 320
abd4220e 321 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 322 (x86_64_push_arguments): Skip the red zone.
abd4220e 323
9dd5f34f
AC
3242003-08-05 Andrew Cagney <cagney@redhat.com>
325
326 * reggroups.c (reggroup_next): Check for the final entry.
327
e5e78edc
AC
3282003-08-04 Andrew Cagney <cagney@redhat.com>
329
ab4e3d93
AC
330 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
331 * cli/cli-script.c (define_command): Call query directly, instead
332 of passing it a buffer.
333 * ocd.c (ocd_error): Pass error a constant format string.
334 * remote-mips.c (mips_error): Use fputs_filtered.
335
1062ca82
AC
336 * solib-svr4.c (_initialize_svr4_solib): Update
337 register_gdbarch_data call.
338 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
339
fcc1c85c
AC
340 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
341 (register_gdbarch_data): Delete "free" parameter. Update
342 comments.
343 * gdbarch.h, gdbarch.c: Re-generate.
344 * reggroups.c (_initialize_reggroup): Update.
345 * gnu-v3-abi.c (init_gnuv3_ops): Update.
346 * frame-base.c (_initialize_frame_base): Update.
347 * frame-unwind.c (_initialize_frame_unwind): Update.
348 * user-regs.c (_initialize_user_regs): Update.
349 * remote.c (_initialize_remote): Update.
350 * regcache.c (_initialize_regcache): Update.
351
116f06ea
AC
352 * regcache.c (xfree_regcache_descr): Delete function.
353 (_initialize_regcache): Update call to register_gdbarch_data.
354 (init_regcache_descr, init_legacy_regcache_descr): Use
355 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
356
e5e78edc
AC
357 * remote.c (free_remote_state): Delete function.
358 (_initialize_remote): Update register_gdbarch_data.
359 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
360 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
361
6c7d17ba
AC
3622003-08-04 Andrew Cagney <cagney@redhat.com>
363
364 * reggroups.c (struct reggroup_el): Define.
365 (struct reggroups): Delete field "nr_group". Replace array
366 "group" with a "first" to "last" linked list.
367 (reggroups_init): Update. Allocate using gdbarch's obstack.
368 (reggroups_free): Delete function.
369 (add_group): Update. Add "el" parameter.
370 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
371 (default_groups): Update.
372 (reggroup_next): Replace reggroups.
373 (reggroups_dump): Update.
374 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
375 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
376 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
377
89b7795b
DJ
3782003-08-04 Daniel Jacobowitz <drow@mvista.com>
379
380 * Makefile.in (tui-interp.o): Update dependencies.
381
306d9ac5
DC
3822003-08-04 David Carlton <carlton@kealia.com>
383
384 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
385 to internal_error call.
386 * source.c (forward_search_command): Add "%s" format argument.
387 (reverse_search_command): Ditto.
388 * top.c (quit_confirm): Ditto.
389 * cli/cli-setshow.c (do_setshow_command): Ditto.
390 * cp-valprint.c (cp_print_class_method): Replace
391 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
392 (cp_print_class_member): Ditto.
393 * event-top.c (command_line_handler): Ditto.
394 * linux-proc.c (linux_info_proc_cmd): Ditto.
395 * p-typeprint.c (pascal_type_print_base): Ditto.
396 * p-valprint.c (pascal_object_print_class_method): Ditto.
397 (pascal_object_print_class_member): Ditto.
398 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
399 * remote.c (remote_cisco_section_offsets): Ditto.
400 * top.c (command_line_input): Ditto.
401 * utils.c (vwarning,error_stream,quit): Ditto.
402 * valprint.c (print_floating,print_binary_chars)
403 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
404
57bfe177
AC
4052003-08-04 Andrew Cagney <cagney@redhat.com>
406
407 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
408
e546b999
AC
4092003-08-02 Andrew Cagney <cagney@redhat.com>
410
411 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
412 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
413 amd64fbsd-nat.c.
414
91092ee5
AC
4152003-08-02 Andrew Cagney <cagney@redhat.com>
416
417 * Makefile.in: Update all dependencies and definitions.
418
889f28e2
AF
4192003-08-02 Adam Fedor <fedor@gnu.org>
420
421 * linespec.c (is_objc_method_format): New function
422 (decode_line_1, locate_first_half): Use it.
423 Fixes PR objc/1298
424
880bc914
AC
4252003-08-01 Andrew Cagney <cagney@redhat.com>
426
427 * NEWS: Mention that m32r is multi-arch.
428 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
429 * configure.tgt: Recognize m32r-*-*.
430 * config/m32r/tm-m32r.h: Delete file.
431 * config/m32r/m32r.mt: New file.
432 * m32r-rom.c (m32r_upload_command): Use hostent only when
433 gethostname succeeds, in order to avoid a compilation
434 warning.
435 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
436 compiler warning.
437
19f59343
MS
4382003-08-01 Michael Snyder <msnyder@redhat.com>
439
440 * sh-tdep.c (sh_frame_align): New gdbarch method.
441 (sh_gdbarch_init): Set up frame_align method.
442
4e7d7511
MS
4432003-07-31 Michael Snyder <msnyder@redhat.com>
444
445 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
446 which is already covered by the new frames infrastructure.
447
63022984
AC
4482003-07-31 Andrew Cagney <cagney@redhat.com>
449
450 * user-regs.c (struct user_reg): Add "next" link.
451 (struct user_regs): Replace "user" with "first" and "last" links.
452 (append_user_reg): Add pre-allocated "reg" parameter.
453 (builtin_user_regs): Provide initial value for "last".
454 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
455 (user_regs_init): Allocate memory from the gdbarch obstack.
456 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
457 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
458 linked list.
459 (usernum_to_user_reg): New function.
460 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
461 (value_of_user_reg): Use usernum_to_user_reg.
462 (user_regs_free): Delete function.
463 (_initialize_user_regs): Update register_gdbarch_data call.
464
7cf6e574
DJ
4652003-07-31 Daniel Jacobowitz <drow@mvista.com>
466
467 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
468
c48a845b
MS
4692003-07-30 Michael Snyder <msnyder@redhat.com>
470
4e7d7511 471 * value.h (value_being_returned): Add a struct_addr argument.
c48a845b
MS
472 * infcall.c (call_function_by_hand): Pass struct_addr to
473 value_being_returned.
474 * infcmd.c (print_return_value): Pass zero as struct_addr.
475 * values.c (value_being_returned): If struct_addr is passed,
476 use it instead of trying to recover it from the inferior.
477
f0d8db19
KB
4782003-07-30 Kevin Buettner <kevinb@redhat.com>
479
480 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
481 the prologue analyzer won't need to attempt to extract the pc
482 value from the woefully incomplete dummy frame.
483 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
484 possible. Disable code which modifies the frame.
485
e5c113a1
AC
4862003-07-28 Andrew Cagney <cagney@redhat.com>
487
488 * annotate.c (annotate_breakpoints_headers): Restrict annotation
489 to level 2.
490 (annotate_breakpoints_table, annotate_record): Ditto.
491 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
492 (annotate_field_name_end, annotate_field_value): Ditto.
493 (annotate_field_end, annotate_frame_source_begin): Ditto.
494 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
495 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
496 (annotate_frame_begin, annotate_frame_function_name): Ditto.
497 (annotate_frame_address_end, annotate_frame_address): Ditto.
498 (annotate_frame_args, annotate_frame_end): Ditto.
499 (annotate_frame_where, annotate_arg_begin): Ditto.
500 (annotate_arg_name_end, annotate_arg_value): Ditto.
501 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
502 (annotate_function_call, annotate_signal_name): Ditto.
503 (annotate_signal_string, annotate_signal_name_end): Ditto.
504 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
505 (annotate_value_begin, annotate_value_history_value): Ditto.
506 (annotate_value_history_end, annotate_value_end): Ditto.
507 (annotate_display_begin, annotate_display_number_end): Ditto.
508 (annotate_display_format, annotate_display_expression): Ditto.
509 (annotate_display_expression_end, annotate_display_value): Ditto.
510 (annotate_display_end, annotate_array_section_begin): Ditto.
511 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
512 (annotate_elt, annotate_array_section_end): Ditto.
513
bb1db049
AC
5142003-07-28 Andrew Cagney <cagney@redhat.com>
515
516 * regcache.c (struct regcache_descr): Update comments on
517 nr_raw_registers.
518 (init_legacy_regcache_descr): Don't set nr_raw_registers or
519 sizeof_raw_register_valid_p.
520 (init_regcache_descr): Set nr_raw_registers and
521 sizeof_raw_register_valid_p before calling
522 init_legacy_regcache_descr.
523
20e6603c
AC
5242003-07-28 Andrew Cagney <cagney@redhat.com>
525
526 * mips-tdep.c (print_gp_register_row): Print the GPR's register
527 MOD NUM_REGS.
528
db742940
DJ
5292003-07-28 Daniel Jacobowitz <drow@mvista.com>
530
531 * thread.c (info_threads_command): Use get_selected_frame ().
532 Check that there is at least one non-sentinel frame.
533
ce7f4371
SC
5342003-07-27 Stephane Carrez <stcarrez@nerim.fr>
535
536 * m68hc11-tdep.c (struct frame_extra_info): Remove.
537 (m68hc11_pop_frame): Remove.
538 (m68hc11_frame_saved_pc): Remove.
539 (m68hc11_frame_chain): Remove.
540 (m68hc11_frame_init_saved_regs): Remove.
541 (m68hc11_init_extra_frame_info): Remove.
542 (m68hc11_store_struct_return): Remove.
543 (m68hc11_saved_pc_after_call): Remove.
544
1ea653ae
SC
5452003-07-27 Stephane Carrez <stcarrez@nerim.fr>
546
547 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
548 frame unwind information.
549 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
550 and adapted for frame unwinding.
551 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
552 (m68hc11_unwind_pc): New function.
553 (m68hc11_frame_unwind_cache): New function to analyze frames.
554 (m68hc11_frame_this_id): New function to create new frame struct.
555 (m68hc11_frame_prev_register): New function to unwind a register from
556 the frame.
557 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
558 (m68hc11_frame_p): New function for the above.
559 (m68hc11_frame_base_address): New function to return fp of frame.
560 (m68hc11_frame_args_address): Update for frame.
561 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
562 (m68hc11_unwind_sp): New function.
563 (m68hc11_unwind_dummy_id): New function.
564 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
565 calls.
566
c8a7f6ac
SC
5672003-07-27 Stephane Carrez <stcarrez@nerim.fr>
568
569 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
570 (m68hc11_guess_from_prologue): Advance the pc and frame size only
571 when we are beyond the current pc.
572
3dc990bf
SC
5732003-07-27 Stephane Carrez <stcarrez@nerim.fr>
574
575 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
576 from m68hc11_push_arguments.
577 (m68hc11_push_arguments): Remove.
578 (m68hc11_push_return_address): Remove.
579 (m68hc11_gdbarch_init): Install the above; remove above deprecated
580 handlers; remove deprecated_extra_stack_alignment_needed.
581
222e5d1d
AC
5822003-07-27 Andrew Cagney <cagney@redhat.com>
583
584 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
585 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
586 REAL_PC and not the pointer.
587 * hppa-hpux-tdep.c: Include frame.h
588
a7e9a47e
AC
5892003-07-27 Andrew Cagney <cagney@redhat.com>
590
591 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
592 GDB_MULTI_ACH_PARTIAL.
593
7e3dd49e
AC
5942003-07-27 Andrew Cagney <cagney@redhat.com>
595
596 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
597 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
598 operator at start and not end of line.
599 (decode_prologue): Ditto.
600 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
601 frame_unwind_register_unsigned instead of
602 frame_unwind_unsigned_register.
603 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
604 read_register.
605 (m32r_push_dummy_call): Use register_size instead of
606 REGISTER_RAW_SIZE.
607 (m32r_frame_sniffer): Replace m32r_frame_p.
608 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
609 * m32r-rom.c (report_transfer_performance): Delete extern
610 declaration.
611 (m32r_load, m32r_upload_command): Use print_transfer_performance
612 instead of report_transfer_performance.
613 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
614 / add_show_from_set.
615
0880807f
AC
6162003-07-26 Andrew Cagney <cagney@redhat.com>
617
618 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
619 store_return_value and extract_struct_value_address.
620
64ae9269
DJ
6212003-07-26 Daniel Jacobowitz <drow@mvista.com>
622
623 PR c++/1267
624 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
625 NULL, default to the section containing PC.
626
e286caf2
SC
6272003-07-24 Stephane Carrez <stcarrez@nerim.fr>
628
629 * NEWS: Mention "regs" deprecated for m68hc11 too.
630
631 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
632 (m68hc11_print_register): New function to print out one register.
633 (m68hc11_print_registers_info): New function to print registers.
634 (show_regs): Deprecate and use the above.
635 (m68hc11_gdbarch_init): Install the print_registers_info.
636
705b278b
JJ
6372003-07-24 Jeff Johnston <jjohnstn@redhat.com>
638
639 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
640 that we have a SIGTRAP before returning non-zero.
641
63cd4198
EZ
6422003-07-23 Michal Ludvig <mludvig@suse.cz>
643 Elena Zannoni <ezannoni@redhat.com>
644
645 * linespec.c (decode_line_2): Avoid crash if
646 find_function_start_sal() returns empty record.
647
6926787d
AS
6482003-07-23 Andreas Schwab <schwab@suse.de>
649
650 * ia64-tdep.c (ia64_print_insn): New function.
651 (ia64_gdbarch_init): Set print_insn to it.
652 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
653 deprecated_tm_print_insn_info.
654
708cc1b6
MS
6552003-07-22 Michael Snyder <msnyder@redhat.com>
656
657 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
658 handle 8-bit returns (long long).
659 (h8300h_extract_return_value): Ditto.
660 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
661
aebd7893
AC
6622003-07-22 Andrew Cagney <cagney@redhat.com>
663
664 * gdbarch.c Include "gdb_obstack.h".
665 (struct gdbarch): Add an "obstack".
666 (alloc_gdbarch_data): Allocate the gdbarch data using
667 GDBARCH_OBSTACK_CALLOC.
668 (free_gdbarch_data): Delete function.
669 (gdbarch_obstack_zalloc): New function.
670 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
671 Assert that the architecture is not initialized.
672 (gdbarch_alloc): Allocate an obstack, allocate the architecture
673 vector from the obstack.
674 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
675 architecture obstack.
676 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
677 (set_gdbarch_data): Assert that the data is not initialized.
678 (struct gdbarch_data): Delete member "free".
679 (register_gdbarch_data): Do not initialize "free".
680 * gdbarch.h, gdbarch.c: Re-generate.
681
153721e6
AC
6822003-07-22 Andrew Cagney <cagney@redhat.com>
683
684 * configure.in (build_warnings): Add -Wformat-nonliteral.
685 * configure: Re-generate.
686
c193f044 6872003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
688
689 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 690
c3228f12
EZ
6912003-07-22 Elena Zannoni <ezannoni@redhat.com>
692
693 * findvar.c (read_var_value): Remove case for thread local storage
694 variables. It is now entirely handled by the dwarf2 location
695 expression code.
696 * printcmd.c (address_info): Ditto.
697 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
698 enumeration value.
699 (struct symbol): Remove objfile field, which was used by
700 LOC_THREAD_LOCAL_STATIC only.
701 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
702 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
703 usage of objfile pointer.
704 * dwarf2loc.c (locexpr_describe_location): Add case to handle
705 thread local variables.
706 Add include of objfiles.h.
707 * dwarf2expr.c (execute_stack_op): Add comments about thread local
708 storage variables.
709 * Makefile.in (dwarf2loc.o): Update dependencies.
710
aef9bcd2
AC
7112003-07-22 Andrew Cagney <cagney@redhat.com>
712
713 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
714 get_frame_base.
715 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
716 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
717 (struct value): Add opaque declaration.
718 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
719
d95a8903
AC
7202003-07-21 Andrew Cagney <cagney@redhat.com>
721
722 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
723 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
724
4db73d49
SC
7252003-07-20 Stephane Carrez <stcarrez@nerim.fr>
726
727 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
728 regcache_cooked_read_unsigned instead of read_register.
729 (m68hc11_saved_pc_after_call): Likewise.
730 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
731 instead of write_register.
732 (m68hc11_register_type): New function.
733 (m68hc11_register_virtual_type): Remove.
734 (m68hc11_store_return_value): Convert to use the regcache.
735 (m68hc11_extract_struct_value_address): Likewise.
736 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
737 m68hc11_register_type; undeprecate store_return_value and
738 extract_struct_value_address.
739
ef2b8fcd
SC
7402003-07-20 Stephane Carrez <stcarrez@nerim.fr>
741
742 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
743 and translate to use regcache.
744 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
745
625b0b97
AC
7462003-07-18 Andrew Cagney <cagney@redhat.com>
747
748 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
749 * gdbarch.h, gdbarch.c: Re-generate.
750 * i386-tdep.c (i386_gdbarch_init): Do not set
751 DWARF2_BUILD_FRAME_INFO.
752 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
753 unconditionally.
754 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
755 DWARF2_BUILD_FRAME_INFO.
756
22b0d388
AC
7572003-07-18 Andrew Cagney <cagney@redhat.com>
758
759 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
760 * disasm.c (gdb_disassemble_info): Initilize di.arch.
761
1ce5d6dd
AC
7622003-07-18 Andrew Cagney <cagney@redhat.com>
763
764 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
765 frame_unwind_address_in_block, instead of frame_pc_unwind.
766 (dwarf2_frame_cache): Ditto.
767
e6e5e94c
AC
7682003-07-18 Andrew Cagney <cagney@redhat.com>
769
770 * user-regs.h (struct gdbarch): Declare opaque.
771 * ui-out.h (struct ui_file): Declare opaque.
772 * dwarf2-frame.h (struct frame_info): Declare opaque.
773
5483d879
KW
7742003-07-18 Kris Warkentin <kewarken@qnx.com>
775
776 * nto-procfs.c: Clean ARI hits. Change #include <..> to
777 #include "...".
778 (procfs_meminfo): Change strerror to safe_strerror.
779 (procfs_can_run): Remove K&R badness.
780
278a7cf7
MS
7812003-07-17 Michael Snyder <msnyder@redhat.com>
782
783 * remote-sim.c: Comment typo fix.
784
606e3b82
AC
7852003-07-17 Andrew Cagney <cagney@redhat.com>
786
787 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
788 configure.
789 * sparc-tdep.c (sparc_intreg_size): Make non-static.
790 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
791 GDB_MULTI_ARCH_PARTIAL.
792
c43af07c
EZ
7932003-07-17 Elena Zannoni <ezannoni@redhat.com>
794
795 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
796 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
797 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
798
3b85b0f1
TR
7992003-07-16 Theodore A. Roth <troth@openavr.org>
800
801 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
802 found.
803 (avr_frame_unwind_cache): Don't unwind FP for main.
804 Update a comment.
805 Save the computed prev_sp.
806 (avr_saved_regs_unwinder): Remove function.
807 (avr_frame_prev_register): Use PC unwind logic from
808 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
809
336d1bba
AC
8102003-07-16 Andrew Cagney <cagney@redhat.com>
811
812 * frame-base.h (frame_base_p_ftype): Delete definition.
813 (frame_base_append_predicate): Delete declaration.
814 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
815 (frame_unwind_append_predicate): Delete declaration.
816 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
817 (append_predicate): Delete parameter "p".
818 (frame_unwind_append_predicate): Delete function.
819 (frame_unwind_append_sniffer): Update call to append_predicate.
820 (frame_unwind_free): Delete function.
821 (_initialize_frame_unwind): Pass NULL as "free" to
822 register_gdbarch_data.
823 (frame_unwind_init): Append the dummy_frame_sniffer.
824 (frame_unwind_find_by_frame): Simplify.
825 * frame-base.c (struct frame_base_table): Delete field "p".
826 (append_predicate): Delete parameter "p".
827 (frame_base_append_predicate): Delete function.
828 (frame_base_append_sniffer): Update call to append_predicate.
829 (frame_base_free): Delete function.
830 (frame_base_find_by_frame): Simplify.
831 (_initialize_frame_base): Pass NULL as "free" to
832 register_gdbarch_data.
833 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
834 (x86_64_sigtramp_frame_sniffer): Replace
835 "x86_64_sigtramp_frame_p".
836 (x86_64_init_abi): Set the frame unwind sniffers.
837 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
838 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
839 (m68k_gdbarch_init): Set the frame unwind sniffers.
840 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
841 "i386_sigtramp_frame_p".
842 (i386_frame_sniffer): Replace "i386_frame_p".
843 (i386_gdbarch_init): Set the frame unwind sniffers.
844 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
845 (avr_gdbarch_init): Set the frame unwind sniffers.
846 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
847 "alpha_sigtramp_frame_p"
848 (alpha_heuristic_frame_sniffer): Replace
849 "alpha_heuristic_frame_p".
850 (alpha_gdbarch_init): Set the frame unwind sniffers.
851 (alpha_dwarf2_init_abi): Ditto.
852 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
853 "alpha_debug_frame_p".
854 (alpha_mdebug_frame_base_sniffer): Replace
855 "alpha_mdebug_frame_base_p".
856 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
857 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
858 (d10v_gdbarch_init): Set the frame unwind sniffer.
859 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
860 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
861 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
862 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
863 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
864 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
865
48db5a3c
CV
8662003-07-16 Michael Snyder <msnyder@redhat.com>
867
868 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
869 should go thru sh_dsp_register_sim_regno, else the dsp regs
870 will not get the right values.
871
8722003-07-16 Corinna Vinschen <vinschen@redhat.com>
873
874 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
875 deprecated_store_floating by call to store_typed_floating.
876 (sh_sh4_register_convert_to_raw): Substitute call to
877 deprecated_extract_floating by call to extract_typed_floating.
878
8792003-07-16 Corinna Vinschen <vinschen@redhat.com>
880
881 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
882
8832003-07-16 Corinna Vinschen <vinschen@redhat.com>
884
885 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
886 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
887 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
888 as possible.
889 (do_pseudo_register): Remove.
890 (sh_push_dummy_code): New function.
891 (sh64_store_struct_return): Rename from sh_store_struct_return.
892 Only called for sh64 now.
893 (sh_extract_struct_value_address): Regcache'ify.
894 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
895 and accomodate new tasks.
896 (sh64_push_return_address): Rename from sh_push_return_address.
897 Only called for sh64 now.
898 (sh_default_extract_return_value): Rename from sh_extract_return_value.
899 Regcache'ify.
900 (sh3e_sh4_extract_return_value): Regcache'ify.
901 (sh_default_store_return_value): Ditto.
902 (sh3e_sh4_store_return_value): Ditto.
903 (sh_default_register_byte): Remove.
904 (sh_sh4_register_byte): Remove.
905 (sh_default_register_raw_size): Remove.
906 (sh_sh4_register_raw_size): Remove.
907 (sh_register_virtual_size): Remove.
908 (sh_sh3e_register_virtual_type): Remove.
909 (sh_sh3e_register_type): New function.
910 (sh_sh4_register_virtual_type): Remove.
911 (sh_sh4_register_type): New function.
912 (sh_default_register_virtual_type): Remove.
913 (sh_default_register_type): New function.
914 (do_fv_register_info): Add parameters to accomodate call from
915 sh_print_registers_info.
916 (do_dr_register_info): Ditto.
917 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
918 Add parameters to accomodate call from sh_print_registers_info.
919 (sh_do_fp_register): Ditto.
920 (sh64_do_pseudo_register): Call do_dr_register_info,
921 do_fv_register_info and sh_do_fp_register with default parameters.
922 (sh_do_register): Add parameters to accomodate call from
923 sh_print_registers_info.
924 (sh_print_register): Ditto.
925 (sh_print_registers_info): Rename from sh_do_registers_info.
926 Add parameters to be used as gdbarch_print_registers_info
927 implementation. Accomodate removed do_pseudo_register function
928 pointer.
929 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
930 function pointer. Call sh_print_register with default parameters.
931 (sh64_do_registers_info): Call sh_print_registers_info instead of
932 sh_do_registers_info.
933 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
934 detection of deprecated vs. non-deprecated functionality.
935 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
936 function pointer assignments by direct function calls.
937
e8a89fe2
AC
9382003-07-15 Andrew Cagney <cagney@redhat.com>
939
940 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
941 (frame_register_unwind, create_new_frame): Ditto.
942 (legacy_get_prev_frame, get_frame_type): Ditto.
943 (get_frame_base_address): Use frame_base_find_by_frame.
944 (get_frame_locals_address): Use frame_base_find_by_frame.
945 (get_frame_args_address): Use frame_base_find_by_frame.
946 * frame-base.h (frame_base_sniffer_ftype): Declare.
947 (frame_base_append_sniffer): Declare.
948 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
949 * frame-base.c (append_predicate): Add a "sniffer" parameter.
950 (frame_base_append_sniffer): New function.
951 (frame_base_append_predicate): Add a NULL sniffer.
952 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
953 (struct frame_base_table): Add "sniffer".
954 (frame_base_free): Free the "sniffer" table.
955 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
956 (frame_unwind_append_sniffer): Declare.
957 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
958 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
959 (struct frame_unwind_table): Add "sniffer", delete "middle".
960 (append_predicate): Add "sniffer" parameter, append the sniffer.
961 (frame_unwind_init): Update append_predicate call.
962 (frame_unwind_append_sniffer): New function.
963 (frame_unwind_append_predicate): Update append_predicate call.
964 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
965
0714963c
AC
9662003-07-15 Andrew Cagney <cagney@redhat.com>
967
968 * frame.c (get_prev_frame): Move disabled inside_entry_func to
969 before code inhibiting repeated unwind attempts. Add to
970 commentary on that test's problems.
971 * blockframe.c (inside_main_func): Look for "main" in the minimal
972 symbol table.
973 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
974 identical.
975
d9170e22
AC
9762003-07-15 Andrew Cagney <cagney@redhat.com>
977
978 * complaints.c (struct explanation): Define.
979 (struct complaints): Change type of "explanation" to "struct
980 explanation".
981 (symfile_explanations): Convert to a "struct explanation" table.
982 (vcomplaint): Update.
983
eba29c8c
ML
9842003-07-15 Michal Ludvig <mludvig@suse.cz>
985
986 * x86-64-linux-nat.c (regmap): Removed.
987 (supply_gregset, fill_gregset): Call
988 x86_64_linux_(fill,supply)_gregset functions.
989 * x86-64-linux-tdep.c (USER_*): New defines.
990 (user_to_gdb_regmap, x86_64_core_fns): New structure.
991 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
992 New functions.
993 (fetch_core_registers): Ditto.
994 (_initialize_x86_64_linux_tdep): Call add_core_fns().
995 * x86-64-linux-tdep.h: New file.
996 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
997 and core-regset.o.
998 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
999
68cc0bfb
MK
10002003-07-13 Mark Kettenis <kettenis@gnu.org>
1001
88a115f7
MK
1002 * x86-64-tdep.c (x86_64_store_return_value): Use
1003 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 1004
68cc0bfb
MK
1005 * configure.host: Add x86_64-*-freebsd*.
1006 * configure.tgt: Add x86_64-*-freebsd*.
1007 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
1008 * amd64fbsd-nat.c: New file.
1009 * amd64fbsd-tdep.c: New file.
1010 * config/i386/nm-fbsd64.h: New file.
1011 * config/i386/fbsd64.mh: New file.
1012 * config/i386/fbsd64.mt: New file.
1013
138e7be5
MK
10142003-07-11 Mark Kettenis <kettenis@gnu.org>
1015
1016 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
1017 `sc_regs_offset' and `sc_fpregs_offset'.
1018 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
1019 SIGFRAME_FPREGSAVE_OFF): Remove defines.
1020 (alpha_sigtramp_register_address): Rewrite to use new members of
1021 `struct gdbarch_tdep'.
1022 (alpha_gdbarch_init): Initialize new members of struct
1023 gdbarch_tdep'.
1024 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
1025 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
1026 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
1027 (alphafbsd_pc_in_sigtramp): Implement.
1028 (alphafbsd_sigtramp_offset): New function.
1029 (alphafbsd_sigcontext_addr): New function.
1030 (alphafbsd_init_abi): Initialize signal trampoline related members
1031 of `struct gdbarch_tdep'.
1032 (_initialize_alphafbsd_tdep): Add prototype.
1033
95303a68
TR
10342003-07-11 Theodore A. Roth <troth@openavr.org>
1035
ba292e4c
TR
1036 * Makefile.in (install-only): Quote sed expression when generating
1037 transformed_name.
95303a68 1038
6896c0c7
RH
10392003-07-11 Richard Henderson <rth@redhat.com>
1040
1041 * Makefile.in (dwarf2-frame.o): Add complaints_h.
1042 * dwarf2-frame.c: Include complaints.h.
1043 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
1044 variable initialization; return NULL on error.
1045 (decode_frame_entry): New.
1046
8edd5d01
AC
10472003-07-11 Andrew Cagney <cagney@redhat.com>
1048
c4a09524
AC
1049 * frame.h (frame_address_in_block): Delete declaration.
1050 * blockframe.c (frame_address_in_block): Delete function.
1051 (get_frame_block): Use get_frame_address_in_block.
1052 (block_innermost_frame): Ditto.
1053 * stack.c (print_frame, backtrace_command_1): Ditto.
1054
8edd5d01
AC
1055 * frame.h (get_frame_address_in_block): Declare.
1056 (frame_unwind_address_in_block): Declare.
1057 * frame.c (frame_unwind_address_in_block): New function.
1058 (get_frame_address_in_block): New function.
1059
f7968451
AC
10602003-07-10 Andrew Cagney <cagney@redhat.com>
1061
1062 * gdbarch.sh: Simplify predicate methods. Remove need to provide
1063 pre-default. Note: re-generate has no effect.
1064
ae99b398
AC
10652003-07-10 Andrew Cagney <cagney@redhat.com>
1066
1067 * gdbarch.sh: When a variable, but not a function, compare against
1068 0. Fix problem in previous patch.
1069 * gdbarch.c: Re-generate.
1070
956ac328
AC
10712003-07-10 Andrew Cagney <cagney@redhat.com>
1072
1073 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
1074 functions against NULL, not 0.
1075 * gdbarch.c: Re-generate.
1076
287c3240
FF
10772003-07-10 Fred Fish <fnf@ninemoons.com>
1078
1079 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
1080 null string instead of a null pointer.
1081 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
1082
32f63c4b
MS
10832003-07-09 Michael Snyder <msnyder@redhat.com>
1084
1085 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
1086
402ecd56
MK
10872003-07-09 Mark Kettenis <kettenis@gnu.org>
1088
1089 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
1090 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
1091 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
1092 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
1093 * x86-64-tdep.c: ... from here.
1094
c481dac7
AS
10952003-07-09 Andreas Schwab <schwab@suse.de>
1096
1097 * m68k-tdep.h (enum struct_return): Define.
1098 (struct gdbarch_tdep): Add struct_return.
1099 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
1100 bytes are padded to the right, not to the left. Pass struct value
1101 address in register %a1, not on stack.
1102 (m68k_use_struct_convention): New function.
1103 (m68k_gdbarch_init): Set use_struct_convention. Initialize
1104 struct_return in tdep to pcc_struct_return.
1105 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
1106 reg_struct_return.
1107
64176fa3
JB
11082003-07-09 Joel Brobecker <brobecker@gnat.com>
1109
1110 * somread.c (som_symfile_offsets): Fix compilation error.
1111
96a4ee76
AC
11122003-07-09 Andrew Cagney <cagney@redhat.com>
1113
1114 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
1115 Add comments about the checks.
1116
1517c6d1
AC
11172003-07-08 Andrew Cagney <cagney@redhat.com>
1118
1119 * Makefile.in: Make dependency section headers consistent.
1120 (config_h): Move to $BUILD headers section.
1121 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
1122 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
1123 (ada-exp.tab.c): Move to YACC/LEX section.
1124 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
1125 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
1126
dc5dd1eb
KW
11272003-07-08 Kris Warkentin <kewarken@qnx.com>
1128
1129 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
1130 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
1131 of strerror with safe_strerror, use ISO C function definitions,
1132 and replace instances of sprintf with snprintf.
dc5dd1eb 1133
612dde91
AC
11342003-07-07 Andrew Cagney <cagney@redhat.com>
1135
1136 * frame.c (get_prev_frame): Enable check for identical frames.
1137 Update comments. Update error messages.
1138
492c11d3
JB
11392003-07-07 Joel Brobecker <brobecker@gnat.com>
1140
1141 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
1142
376a5a49
JB
11432003-07-07 Joel Brobecker <brobecker@gnat.com>
1144
1145 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
1146 sort_symtab_syms, no longer necessary.
1147
22b4a9ad
JB
11482003-07-07 Joel Brobecker <brobecker@gnat.com>
1149
1150 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
1151
5bbcb741
JB
11522003-07-07 Joel Brobecker <brobecker@gnat.com>
1153
1154 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
1155 (mips_register_byte): Likewise.
1156
c139e7d9
DJ
11572003-07-07 Daniel Jacobowitz <drow@mvista.com>
1158
1159 * Makefile.in (sparc_tdep_h): New.
1160 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
1161 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
1162 * sparc-linux-nat.c: Include "sparc-tdep.h".
1163 * sparc-nat.c: Likewise.
1164 * sparc-tdep.c: Likewise.
1165 * sparc64nbsd-nat.c: Likewise.
1166 * sparcnbsd-nat.c: Likewise.
1167 * sparcnbsd-tdep.c: Likewise.
1168 * sparc-tdep.h: New file.
1169 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
1170 and sparc_npc_regnum.
1171
fd8f87c5
DJ
11722003-07-07 Daniel Jacobowitz <drow@mvista.com>
1173
1174 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
1175 (mips_linux_cannot_store_register): List supported instead of
1176 unsupported registers.
1177
13adf674
DJ
11782003-07-07 Daniel Jacobowitz <drow@mvista.com>
1179
1180 * disasm.c (dump_insns): Separate instructions from addresses.
1181
8de307e0
AS
11822003-07-07 Andreas Schwab <schwab@suse.de>
1183
1184 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1185 dependencies.
1186 * m68k-tdep.c (NUM_FREGS): Delete.
1187 (SIG_PC_FP_OFFSET): Delete.
1188 (TARGET_M68K): Delete.
1189 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
1190 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
1191 P_MOVEL_SP, P_MOVEML_SP): Define.
1192 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
1193 P_TRAP): Delete.
1194 (m68k_register_raw_size): Delete.
1195 (m68k_register_virtual_size): Delete.
1196 (m68k_register_type): Renamed from m68k_register_virtual_type and
1197 add gdbarch argument.
1198 (m68k_store_struct_return): Delete.
1199 (m68k_deprecated_extract_return_value): Delete.
1200 (m68k_deprecated_extract_struct_value_address): Delete.
1201 (m68k_frame_chain): Delete.
1202 (m68k_frame_saved_pc): Delete.
1203 (m68k_fix_call_dummy): Delete.
1204 (m68k_push_dummy_frame): Delete.
1205 (m68k_pop_frame): Delete.
1206 (m68k_extract_return_value): New function.
1207 (m68k_store_return_value): Rewrite using regcache.
1208 (m68k_extract_struct_value_address): Rewrite using regcache.
1209 (m68k_push_dummy_call): New function.
1210 (struct m68k_frame_cache): Define.
1211 (m68k_alloc_frame_cache): New function.
1212 (m68k_analyze_frame_setup): New function.
1213 (m68k_analyze_register_saves): New function.
1214 (m68k_analyze_prologue): New function.
1215 (m68k_skip_prologue): Rewrite using above functions.
1216 (m68k_unwind_pc): New function.
1217 (m68k_frame_cache): New function.
1218 (m68k_frame_this_id): New function.
1219 (m68k_frame_prev_register): New function.
1220 (m68k_frame_unwind): New variable.
1221 (m68k_frame_p): New function.
1222 (m68k_sigtramp_frame_cache): New function.
1223 (m68k_sigtramp_frame_this_id): New function.
1224 (m68k_sigtramp_frame_prev_register): New function.
1225 (m68k_sigtramp_frame_unwind): New variable.
1226 (m68k_sigtramp_frame_p): New function.
1227 (m68k_frame_base_address): New function.
1228 (m68k_frame_base): New function.
1229 (m68k_unwind_dummy_id): New function.
1230 (fill_gregset): Use regcache_collect.
1231 (fill_fpregset): Likewise.
1232 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1233 defined.
1234 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1235 deprecated_init_frame_pc, deprecated_store_struct_return,
1236 deprecated_extract_return_value, deprecated_store_return_value,
1237 deprecated_frame_chain, deprecated_frame_saved_pc,
1238 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1239 deprecated_register_virtual_size,
1240 deprecated_max_register_raw_size,
1241 deprecated_max_register_virtual_size,
1242 deprecated_register_virtual_type, deprecated_register_size,
1243 deprecated_register_byte, deprecated_register_bytes,
1244 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1245 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1246 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1247 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1248 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1249 deprecated_push_dummy_frame, deprecated_pop_frame,
1250 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1251 only if SYSCALL_TRAP is defined. Set extract_return_value,
1252 store_return_value, extract_struct_value_address, register_type,
1253 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1254 predicates.
1255 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1256 M68K_MAX_REGISTER_SIZE): Define.
1257 (struct m68k_sigtramp_info): Define.
1258 (struct gdbarch_tdep): Add get_sigtramp_info.
1259 * m68klinux-nat.c (fetch_register): Use register_size instead of
1260 REGISTER_RAW_SIZE. Don't put assignment in if.
1261 (store_register): Likewise.
1262 (fetch_inferior_registers): Likewise.
1263 (store_inferior_registers): Likewise.
1264 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1265 (m68k_linux_frame_saved_pc): Delete.
1266 (m68k_linux_sigcontext_reg_offset,
1267 m68k_linux_ucontext_reg_offset): Define.
1268 (m68k_linux_get_sigtramp_info): New function.
1269 (m68k_linux_extract_return_value): Rewrite using regcache.
1270 (m68k_linux_store_return_value): Likewise.
1271 (m68k_linux_extract_struct_value_address): Likewise.
1272 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1273 Don't set deprecated_frame_saved_pc,
1274 deprecated_extract_return_value, deprecated_store_return_value,
1275 deprecated_extract_struct_value_address. Set
1276 extract_return_value, store_return_value,
1277 extract_struct_value_address.
1278
eb8bc282
AC
12792003-07-07 Andrew Cagney <cagney@redhat.com>
1280
1281 * expprint.c: Include "user-regs.h" instead of "frame.h".
1282 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1283 frame_map_regnum_to_name.
1284 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1285 (frame_map_name_to_regnum): Simplify, call
1286 user_reg_map_name_to_regnum.
1287 (frame_map_regnum_to_name): Simplify, call
1288 user_reg_map_regnum_to_name.
1289 (frame_register_unwind): Update.
1290 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1291 (_initialize_frame_reg): Call user_reg_add_builtin.
1292 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1293 (value_of_register): Use value_of_user_reg.
1294 * eval.c (evaluate_subexp_standard): Update.
1295 * parse.c (write_dollar_variable): Update.
1296 * d10v-tdep.c (d10v_print_registers_info): Update.
1297 * infcmd.c (registers_info): Update.
1298 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1299 (builtin_regs_h): Delete macro.
1300 (user_regs_h): Define.
1301 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1302 (builtin-regs.o): Delete target.
1303 (user-regs.o): Specify dependencies.
1304 (expprint.o): Update dependencies.
1305 (findvar.o): Update dependencies.
1306 (frame.o): Update dependencies.
1307 (std-regs.o): Update dependencies.
1308
9f476a01
CF
13092003-07-06 Christopher Faylor <cgf@redhat.com>
1310
1311 * win32-nat.c (solib_symbols_add): Use one variable for all section
1312 address stuff. Pass variable rather than address of variable to
1313 safe_symbol_file_add.
1314
a731b831
AS
13152003-07-06 Andreas Schwab <schwab@suse.de>
1316
1317 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1318
9f83329d
JB
13192003-07-04 Joel Brobecker <brobecker@gnat.com>
1320
1321 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1322
27e28cc5
KW
13232003-07-04 Kris Warkentin <kewarken@qnx.com>
1324
1325 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1326
13272003-07-04 Kris Warkentin <kewarken@qnx.com>
1328
1329 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1330 * config/i386/nto.mh: New file.
1331 * config/i386/nm-nto.h: New file.
1332 * configure.host: Add i[3456]86-*-nto*.
1333
100f2e98
JB
13342003-07-03 Joel Brobecker <brobecker@gnat.com>
1335
1336 * remote-vx.c (vx_add_symbols): Fix compilation error.
1337
e23457df
AC
13382003-07-03 Andrew Cagney <cagney@redhat.com>
1339
1340 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1341 * gdbarch.h, gdbarch.c: Re-generate.
1342 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1343 (legacy_register_name): Declare.
1344 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1345 (REGISTER_NAME): Define.
1346 * sparc-tdep.c (legacy_register_name): New function.
1347 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1348 (REGISTER_NAME): Define.
1349 (hppa64_register_name): Declare.
1350 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1351 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1352 (hppa64_register_name): New function.
1353 (hppa_register_name): New function.
1354 * arch-utils.c (legacy_register_name): Delete.
1355 * arch-utils.h (legacy_register_name): Delete.
1356
38caaeec
DJ
13572003-07-03 Daniel Jacobowitz <drow@mvista.com>
1358
1359 * cli/cli-interp.c (cli_interpreter_resume): Update the
1360 cli_uiout's stream to gdb_stdout.
1361
dadd712e
AC
13622003-07-03 Andrew Cagney <cagney@redhat.com>
1363
1364 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1365 predicate.
1366 * gdbarch.h, gdbarch.c: Re-generate.
1367 * regcache.c (init_regcache_descr): Use legacy code when either
1368 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1369
c7f1390e
DJ
13702003-07-02 Daniel Jacobowitz <drow@mvista.com>
1371
1372 * NEWS: Move "set logging" entry into GDB 6.0 section.
1373
4bc8c588
JB
13742003-07-02 Jim Blandy <jimb@redhat.com>
1375
a9dd42f1
JB
1376 * s390-tdep.c (struct frame_extra_info): new member:
1377 'stack_bought_valid'.
1378 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1379 initialize fextra_info->stack_bought.
1380 (s390_frameless_function_invocation): Don't trust the value of
1381 fextra_info_ptr->stack_bought unless
1382 fextra_info->stack_bought_valid is set.
1383
4bc8c588
JB
1384 New S390 prologue analyzer.
1385 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1386 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1387 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1388 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1389 compute_x_addr, s390_on_stack, s390_store,
1390 s390_get_signal_frame_info): New functions.
1391 (S390_NUM_SPILL_SLOTS): New macro.
1392 (s390_get_frame_info): Rewritten.
1393 (is_arg_reg): Deleted.
1394
1395 Break out the decoding of S/390 instructions into separate
1396 functions, to make it more legible, and easier to check
1397 against the spec.
1398 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1399 is_rx, is_rxe): New functions.
1400 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1401 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1402 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1403 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1404 enums for opcode values. (Is this an improvement?)
1405
fd13a04a
AC
14062003-07-02 Andrew Cagney <cagney@redhat.com>
1407
1408 * i386-tdep.c: Revert change committed as part of trad-frame code
1409 below.
1410
3f8091c1
DJ
14112003-07-02 Daniel Jacobowitz <drow@mvista.com>
1412
1413 * breakpoint.c (insert_catchpoint): Make static.
1414
8dd5115e
AS
14152003-07-02 Andreas Schwab <schwab@suse.de>
1416
1417 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1418 former ia64_push_arguments and ia64_push_return_address, and use
1419 regcache functions instead of read/write_register.
1420 (ia64_gdbarch_init): Set push_dummy_call instead of
1421 deprecated_push_arguments and deprecated_push_return_address.
1422
a2229c23
AJ
14232003-07-01 Andreas Jaeger <aj@suse.de>
1424
1425 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1426 before the call.
1427 Set %rax only to number of SSE registers used.
1428
3b3850e8
AC
14292003-07-01 Andrew Cagney <cagney@redhat.com>
1430
1431 * trad-frame.h: Update comments, a -1 .addr is reserved.
1432 (trad_frame_value_p, trad_frame_addr_p): Declare.
1433 (trad_frame_reg_p): Declare.
1434 (trad_frame_set_value): Rename trad_frame_register_value.
1435 (trad_frame_set_unknown): Declare.
1436 * trad-frame.c (trad_frame_realreg_p): New function.
1437 (trad_frame_addr_p, trad_frame_value_p): New function.
1438 (trad_frame_set_unknown): New function.
1439 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1440 (trad_frame_prev_register): Use trad_frame_realreg_p,
1441 trad_frame_addr_p and trad_frame_value_p.
1442 (trad_frame_set_value): Rename trad_frame_register_value.
1443 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1444 and trad_frame_set_value.
a2229c23 1445
4d819d0e
JB
14462003-06-30 Jim Blandy <jimb@redhat.com>
1447
1448 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1449 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1450 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1451 for 16 registers, and then 32 more bytes.
1452 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1453 New macros.
1454 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1455 Move up in the file, since it's now used by is_simple_arg.
1456 (is_simple_arg): Don't assume registers are four bytes long.
1457 Exclude all double arguments. Extended floats are not simple
1458 args.
1459 (is_power_of_two): New function.
1460 (pass_by_copy_ref): Call is_power_of_two, and check that the
1461 length fits in a register, rather than listing all the acceptable
1462 sizes. Extended floats are not passed by reference.
1463 (s390_push_arguments): Don't assume registers are four bytes long.
1464 Reserve an argument register to point to the buffer for structures
1465 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1466 S390_STACK_FRAME_OVERHEAD.
1467
1ad828f1
AS
14682003-06-30 Andreas Schwab <schwab@suse.de>
1469
1470 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1471 format error message.
1472
39b00981
JB
14732003-06-30 Joel Brobecker <brobecker@gnat.com>
1474
1475 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1476
b2a7f303
DC
14772003-06-30 David Carlton <carlton@kealia.com>
1478
1479 Band-aid for PR c++/1245.
1480 * Makefile.in (cp-support.o): Depend on complaints_h.
1481 * cp-support.c: Include complaints.h. Add declaration for
1482 find_last_component.
1483 (cp_find_first_component): Separate code into
1484 cp_find_first_component_aux.
1485 (cp_find_first_component_aux): Call demangled_name_complaint.
1486 (demangled_name_complaint): New.
1487
a257b5bb
AC
14882003-06-30 Andrew Cagney <cagney@redhat.com>
1489
1490 * remote.c (remote_write_bytes): Explicitly compute and then use
1491 the payload size. Update comments to reflect. Fixes problem of
1492 GDB not sending small packets as found by Fred Fish.
1493
0a2cfde4
AC
14942003-06-30 Andrew Cagney <cagney@redhat.com>
1495
1496 * remote.c (remote_async_wait): Fix -Wformat problem.
1497
3fcb8548
AC
14982003-06-29 Andrew Cagney <cagney@redhat.com>
1499
1500 * remote.c (remote_wait): Call error, and not warning, when the
1501 packet is corrupt.
1502 (remote_async_wait): Ditto.
1503
9f9970a3
DJ
15042003-06-29 Daniel Jacobowitz <drow@mvista.com>
1505
1506 * sparc-tdep.c (sparc_y_regnum): Make external again.
1507
83a8ccca
DJ
15082003-06-29 Daniel Jacobowitz <drow@mvista.com>
1509
1510 * cli/cli-logging.c (pop_output_files): Add void to function
1511 definition.
1512
d2cf594a
AC
15132003-06-29 Andrew Cagney <cagney@redhat.com>
1514
1515 * frame.c (frame_register_unwind): Use unsigned char when dumping
1516 the buffer contents.
1517
0fac0b41
DJ
15182003-06-28 Daniel Jacobowitz <drow@mvista.com>
1519
1520 * cli/cli-logging.c: New file.
1521 * cli-out.c (struct ui_out_data): Add original_stream.
1522 (cli_redirect): New function.
1523 (cli_ui_out_impl): Add cli_redirect.
1524 (cli_out_new): Initialize original_stream.
1525 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1526 (uo_redirect, ui_out_redirect): New.
1527 * ui-out.h (struct ui_out_impl): Add redirect member.
1528 (redirect_ftype): New.
1529 (ui_out_redirect): Add prototype.
1530 * Makefile.in: Add rules for cli-logging.c.
1531 * NEWS: Mention "set logging".
1532
88a07d7c
EZ
15332003-06-27 Elena Zannoni <ezannoni@redhat.com>
1534
1535 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1536
4eb58876
AC
15372003-06-27 Andrew Cagney <cagney@redhat.com>
1538
1539 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1540 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1541 * avr-tdep.c (avr_call_dummy_address): Delete function.
1542 (avr_gdbarch_init): Do not set call_dummy_address.
1543
1549f619
EZ
15442003-06-27 Elena Zannoni <ezannoni@redhat.com>
1545
1546 * symfile.c (syms_from_objfile): Move variables to inner block.
1547 Move the checks for the non-mainline case a bit earlier to avoid
1548 doing some useless computations.
1549
3cb3398d
EZ
15502003-06-27 Elena Zannoni <ezannoni@redhat.com>
1551
1552 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1553
3799ccc6
EZ
15542003-06-26 Elena Zannoni <ezannoni@redhat.com>
1555
1556 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1557 sections.
1558
ce1f6491
MC
15592003-06-26 Michael Chastain <mec@shout.net>
1560
1561 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1562 gdb/testsuite/gdb.c++/pr-1210.exp.
1563
d958dfd0
AC
15642003-06-26 Andrew Cagney <cagney@redhat.com>
1565
1566 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1567 altivec_expression.h and altivec_registers.h.
1568
d31431ed
AC
15692003-06-26 Andrew Cagney <cagney@redhat.com>
1570
1571 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1572 info->mach when MIPS16. Patch suggested by Fred Fish.
1573
714b1282
AC
15742003-06-26 Andrew Cagney <cagney@redhat.com>
1575
1576 * utils.c (internal_vproblem): Print the problem to a reason
1577 buffer and then pass to query. Make the msg variable more local.
1578
42efa47a
AC
15792003-06-26 Andrew Cagney <cagney@redhat.com>
1580
1581 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1582 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1583 * gdbarch.h, gdbarch.c: Re-generate.
1584 * frame-base.c (default_frame_args_address): Update. Use
1585 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1586 not available.
1587 (default_frame_locals_address): Ditto for
1588 DEPRECATED_FRAME_LOCALS_ADDRESS.
1589 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1590 (vax_frame_num_args): Update.
1591 (vax_gdbarch_init): Update.
1592 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1593 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1594 * mcore-tdep.c (mcore_gdbarch_init): Update.
1595 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1596 * ia64-tdep.c (ia64_gdbarch_init): Update.
1597 * symtab.h (address_class): Update comments.
1598 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1599 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1600 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1601 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1602 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1603 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1604 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1605 * alpha-mdebug-tdep.c: Update.
1606 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1607
8ffd9b1b
AJ
16082003-06-26 Andreas Jaeger <aj@suse.de>
1609
1610 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1611 of SSE registers so that varargs functions work. Rework handling
1612 of passing arguments on the stack.
1613 (x86_64_store_return_value): Return double and float values in SSE
1614 register.
1615
e8ac10a6
MC
16162003-06-24 Michael Chastain <mec@shout.net>
1617
1618 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1619 the "constructor breakpoints ignored" bug.
1620
986af8e6
DC
16212003-06-25 David Carlton <carlton@kealia.com>
1622
1623 * MAINTAINERS: Update e-mail address.
1624
d64558a5
JB
16252003-06-24 Jim Blandy <jimb@redhat.com>
1626
e538d2d7
JB
1627 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1628
02631ec0
JB
1629 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1630 function.
1631 (ppc_linux_init_abi): Register it as the
1632 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1633
e716d87a
JB
1634 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1635 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1636 method.
1637
d64558a5
JB
1638 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1639 (ppc64_standard_linkage_target): Use it.
1640
449a5da4
AC
16412003-06-23 Andrew Cagney <cagney@redhat.com>
1642
1643 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1644 for 0 "int0" and 4 "int32" sized registers.
1645 * gdbtypes.c (builtin_type_int0): Define.
1646 (build_gdbtypes): Initialize builtin_type_int0.
1647 * gdbtypes.h (builtin_type_int0): Declare.
1648
b2a02dda
SC
16492003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1650
1651 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1652 as characters are unsigned.
1653
fba3138e
DJ
16542003-06-22 Daniel Jacobowitz <drow@mvista.com>
1655
1656 PR gdb/1179
1657 * dwarfread.c (struct_type): Skip static fields without crashing.
1658
f6c8180b
AC
16592003-06-22 Andrew Cagney <cagney@redhat.com>
1660
1661 GDB 6.0 branch created.
f2c06f52
AC
1662 * README: Update.
1663 * PROBLEMS: Update. Empty.
1664 * NEWS: Update.
f6c8180b 1665
ae822768
DJ
16662003-06-22 Daniel Jacobowitz <drow@mvista.com>
1667
1668 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1669 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1670
261de166
AC
16712003-06-22 Andrew Cagney <cagney@redhat.com>
1672
1673 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1674 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1675 Velikov.
1676
30e94205
DJ
16772003-06-22 Daniel Jacobowitz <drow@mvista.com>
1678
1679 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1680 compilers.
1681
9e14d721
DJ
16822003-06-21 Daniel Jacobowitz <drow@mvista.com>
1683
1684 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1685 argument of val_print.
1686 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1687 to the address argument of baseclass_offset or target_read_memory.
1688 Do add it to the argument of cp_print_value_fields.
1689
a4b8ebc8
AC
16902003-06-21 Andrew Cagney <cagney@redhat.com>
1691
1692 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1693 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1694 instead of 0..NUM_REGS.
1695 (mips_register_reggroup_p): New function.
1696 (mips_pseudo_register_write): New function.
1697 (mips_pseudo_register_read): New function.
1698 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1699 based on the register's type.
1700 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1701 cooked.
1702 (mips_get_saved_register): Simplify. Assert that REGNO is a
1703 pseudo / cooked.
1704 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1705 (mips_register_type): Replace mips_register_virtual_type. Map
1706 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1707 when available.
1708 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1709 that the register is cooked / virtual.
1710 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1711 Only get the extra info when needed.
1712 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1713 (mips32_heuristic_proc_desc): Fetch the cooked register.
1714 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1715 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1716 (mips_print_register): Use gdbarch_register_type, instead of
1717 REGISTER_VIRTUAL_TYPE.
1718 (print_gp_register_row): Use gdbarch_register_type, instead of
1719 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1720 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1721 Print the pseudo / cooked registers.
1722 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1723 Print the pseudo / cooked registers.
1724 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1725 REG_NUM is pseudo / cooked.
1726 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1727 (mips_n32n64_xfer_return_value): Ditto.
1728 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1729 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1730 (mips_register_sim_regno): New function.
1731 (mips_gdbarch_init): Set deprecated_register_byte,
1732 register_group_p, pseudo_register_write, pseudo_register_read,
1733 register_sim_regno, and num_pseudo_regs. Set register_type,
1734 instead of register_virtual_type.
1735 * Makefile.in (mips-tdep.o): Update dependencies.
1736 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1737 REGISTER_VIRTUAL_TYPE.
1738 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1739 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1740 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1741 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1742 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1743
325ed089
DJ
17442003-06-21 Daniel Jacobowitz <drow@mvista.com>
1745
1746 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1747 * cli/cli-cmds.c: Include "gdb_vfork.h".
1748 (shell_escape): Use vfork.
1749
f0e7d0e8
AC
17502003-06-21 Andrew Cagney <cagney@redhat.com>
1751
c57bb9fa
AC
1752 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1753 32 bit floating-point register saves.
1754
6e51443a
AC
1755 * frame.h (deprecated_unwind_get_saved_register): Delete.
1756 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1757 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1758 and deprecated_get_next_frame_hack instead of
1759 deprecated_unwind_get_saved_register.
1760
ed183c7c
AC
1761 * mips-tdep.c (mips_dump_tdep): Do not print
1762 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1763
f0e7d0e8
AC
1764 * frame.c (get_frame_register): New function.
1765 (frame_unwind_register_signed): New function.
1766 (get_frame_register_signed): New function.
1767 (frame_unwind_register_unsigned): New function.
1768 (get_frame_register_unsigned): New function.
1769 * frame.h: Add comments on naming schema.
1770 (get_frame_register, frame_unwind_register_signed): Declare.
1771 (get_frame_register_signed, get_frame_register_signed): Declare.
1772 (frame_unwind_register_unsigned): Declare.
1773 (get_frame_register_unsigned): Declare.
1774
2224d941
TR
17752003-06-20 Theodore A. Roth <troth@openavr.org>
1776
1777 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1778
8619218d
TR
17792003-06-20 Theodore A. Roth <troth@openavr.org>
1780
1781 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1782 (avr_read_sp): Ditto.
1783
0b1b50c0
DJ
17842003-06-20 Daniel Jacobowitz <drow@mvista.com>
1785
1786 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1787 * config/arm/nm-linux.h: Likewise.
1788 * config/arm/tm-linux.h: Likewise.
1789 * config/ia64/nm-linux.h: Likewise.
1790 * config/ia64/tm-ia64.h: Likewise.
1791 * config/s390/tm-linux.h: Likewise.
1792 * config/s390/tm-s390.h: Likewise.
1793 * s390-nat.c: Likewise.
1794 * s390-tdep.c: Likewise.
1795
1796 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1797 * config/ia64/linux.mt: Likewise.
1798 * config/m68k/linux.mh: Likewise.
1799 * config/mips/linux.mt: Likewise.
1800 * config/powerpc/linux.mh: Likewise.
1801 * config/sh/linux.mt: Likewise.
1802
c8c18e65
KW
18032003-06-19 Kris Warkentin <kewarken@qnx.com>
1804
1805 * solib.c (solib_open): Change tests for whether to search
1806 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1807 comments.
1808
dcccef2e
TR
18092003-06-19 Theodore A. Roth <troth@openavr.org>
1810
1811 * avr-tdep.c (avr_frame_address): Delete function.
1812 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1813 set_gdbarch_frame_args_address.
1814
5861a190
AC
18152003-06-19 Andrew Cagney <cagney@redhat.com>
1816
1817 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1818 (REGISTER_CONVERT_FROM_TYPE): Delete.
1819 (mips_register_convert_to_type): Delete declaration.
1820 (mips_register_convert_from_type): Delete declaration.
1821 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1822 kernel/.
1823
0274a8ce
MS
18242003-06-19 Michael Snyder <msnyder@redhat.com>
1825
1826 * linux-nat.h: New file.
1827 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 1828 * lin-lwp.c: Include linux-nat.h.
0274a8ce 1829 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 1830 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
1831 (linux_make_note_section): Iterate over lwps instead of threads.
1832 (linux_do_thread_registers): Use lwp instead of merged pid.
1833 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 1834 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
1835 Add dependency on linux_nat_h.
1836
adf5f719
TR
18372003-06-19 Theodore A. Roth <troth@openavr.org>
1838
1839 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1840
6766a268
DJ
18412003-06-19 Daniel Jacobowitz <drow@mvista.com>
1842
1843 * varobj.c (get_type, get_target_type): Use check_typedef.
1844
1171114a
DJ
18452003-06-19 Daniel Jacobowitz <drow@mvista.com>
1846
1847 * breakpoint.c (insert_catchpoint): Call internal_error.
1848
adcf68a2
TR
18492003-06-19 Theodore A. Roth <troth@openavr.org>
1850
1851 * avr-tdep.c (avr_push_dummy_code): Delete function.
1852 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1853
ea67f13b
DJ
18542003-06-19 Daniel Jacobowitz <drow@mvista.com>
1855
1856 * arch-utils.c (default_prepare_to_proceed): Remove.
1857 (generic_prepare_to_proceed): Remove.
1858 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1859 (generic_prepare_to_proceed): Remove prototype.
1860 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1861 * gdbarch.c: Regenerate.
1862 * gdbarch.h: Regenerate.
1863 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1864 * hppah-nat.c (hppa_switched_threads): Remove.
1865 * infrun.c (prepare_to_proceed): New static function, copied from
1866 generic_prepare_to_proceed. Remove select_it argument.
1867 (proceed): Call prepare_to_proceed.
1868 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1869 variables.
1870 (ptrace_wait): Don't set the removed variables.
1871 (hppa_switched_threads): Remove.
1872 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1873 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1874 (lin_lwp_prepare_to_proceed): Remove prototype.
1875 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1876 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1877
4add8633
TR
18782003-06-18 Theodore A. Roth <troth@openavr.org>
1879
1880 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1881 trad-frame.h.
1882 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1883 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1884 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1885 (AVR_PROLOGUE_*): Enumerate prologue types.
1886 (struct frame_extra_info): Remove.
1887 (struct avr_unwind_cache): Define.
1888 (avr_write_sp): Delete function.
1889 (avr_read_fp): Ditto.
1890 (avr_init_extra_frame_info): Ditto.
1891 (avr_pop_frame): Ditto.
1892 (avr_frame_saved_pc): Ditto.
1893 (avr_saved_pc_after_call): Ditto.
1894 (avr_push_return_address): Ditto.
1895 (avr_frame_chain): Ditto.
1896 (avr_store_struct_return): Ditto.
1897 (avr_push_arguments): Ditto.
1898 (avr_scan_prologue): Update comments. Changed to set up the info for
1899 cache unwinding. Now returns end of prologue PC.
1900 (avr_skip_prologue): Better handling of functions lacking a prologue
1901 by using avr_scan_prologue.
1902 (avr_scan_arg_moves): New function.
1903 (avr_saved_regs_unwinder): Ditto.
1904 (avr_frame_unwind_cache): Ditto.
1905 (avr_unwind_pc): Ditto.
1906 (avr_frame_this_id): Ditto.
1907 (avr_frame_prev_register): Ditto.
1908 (avr_frame_p): Ditto.
1909 (avr_frame_base_address ): Ditto.
1910 (avr_unwind_dummy_id): Ditto.
1911 (avr_push_dummy_code): Ditto.
1912 (push_stack_item): Ditto.
1913 (pop_stack_item): Ditto.
1914 (avr_push_dummy_call): Ditto.
1915 (struct stack_item): Define.
1916 (avr_frame_unwind): Declare structure.
1917 (avr_frame_base): Ditto.
1918 (avr_gdbarch_init): Remove calls to
1919 set_gdbarch_deprecated_init_frame_pc,
1920 set_gdbarch_deprecated_target_read_fp,
1921 set_gdbarch_deprecated_dummy_write_sp,
1922 set_gdbarch_deprecated_fp_regnum,
1923 set_gdbarch_deprecated_push_arguments,
1924 set_gdbarch_deprecated_push_return_address,
1925 set_gdbarch_deprecated_pop_frame,
1926 set_gdbarch_deprecated_store_struct_return,
1927 set_gdbarch_deprecated_frame_init_saved_regs,
1928 set_gdbarch_deprecated_init_extra_frame_info,
1929 set_gdbarch_deprecated_frame_chain,
1930 set_gdbarch_deprecated_frame_saved_pc,
1931 set_gdbarch_deprecated_saved_pc_after_call.
1932 Add calls to set_gdbarch_push_dummy_call,
1933 set_gdbarch_push_dummy_code,
1934 frame_unwind_append_predicate,
1935 frame_base_set_default,
1936 set_gdbarch_unwind_dummy_id,
1937 set_gdbarch_unwind_pc.
1938 Wrap a long line.
1939
7be04a68
MS
19402003-06-18 Corinna Vinschen <vinschen@redhat.com>
1941
1942 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1943 registers for H8/300S.
1944 (h8300_print_registers_info): Ditto.
8ffd9b1b 1945 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 1946
ae087d01
DJ
19472003-06-18 Daniel Jacobowitz <drow@mvista.com>
1948
1949 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1950 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1951 (lin_lwp_wait): Likewise. Update comments.
1952 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1953 (pull_pid_from_list, linux_record_stopped_pid): New.
1954
07d8f827
SC
19552003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1956
1957 * ada-lang.c (scan_discrim_bound): Name first argument.
1958 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1959 declared by ALL_BLOCK_SYMBOLS.
1960
7cb47b14
SC
19612003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1962
1963 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1964 ("regcache.h"): Include it.
1965 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1966
6ad8ae5c
DJ
19672003-06-17 Daniel Jacobowitz <drow@mvista.com>
1968
1969 * NEWS: Mention gdbserver detach change and "disconnect" command.
1970 * infcmd.c (disconnect_command): New function.
1971 (_initialize_infcmd): Add ``disconnect'' command.
1972 * remote.c (remote_async_detach): Delete.
1973 (remote_detach): Merge remote_async_detach.
1974 (remote_disconnect): New.
1975 (init_remote_ops): Set to_disconnect.
1976 (init_remote_cisco_ops): Likewise.
1977 (init_remote_async_ops): Likewise. Use remote_detach.
1978 * target.c (cleanup_target): Default to_disconnect.
1979 (update_current_target): Inherit to_disconnect.
1980 (target_disconnect, debug_to_disconnect): New functions.
1981 (setup_target_debug): Set to_disconnect.
1982 * target.h (struct target_ops): Add to_disconnect.
1983 (target_disconnect): Add prototype.
1984
687595f9
DJ
19852003-06-17 Daniel Jacobowitz <drow@mvista.com>
1986
1987 * breakpoint.c (insert_catchpoint): New function.
1988 (insert_breakpoints): Use catch_exceptions to call
1989 insert_catchpoint. Disable catchpoints if they fail to insert.
1990
29239a8f
DJ
19912003-06-17 Daniel Jacobowitz <drow@mvista.com>
1992
1993 * symfile.c (reread_symbols): Clear sym_private.
1994
2cdf3c63
AC
19952003-06-17 Andrew Cagney <cagney@redhat.com>
1996
1997 * trad-frame.h (struct frame_info): Add opaque declaration.
1998 * remote-fileio.h (struct cmd_list_element): Add opaque
1999 declaration.
2000 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
2001 comments.
2002
cf0e1e0d
DJ
20032003-06-17 Daniel Jacobowitz <drow@mvista.com>
2004
2005 * remote.c (remote_prepare_to_store): Replace call to
2006 deprecated_read_register_bytes with multiple regcache_raw_read
2007 calls.
2008
192cdb19
KW
20092003-06-17 Kris Warkentin <kewarken@qnx.com>
2010
2011 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
2012 (nto_find_and_open_solib): Likewise.
2013 (nto_init_solib_absolute_prefix): Likewise.
2014 (_initialize_nto_tdep): Fix indentation.
2015
89929b45
KW
20162003-06-17 Kris Warkentin <kewarken@qnx.com>
2017
2018 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
2019
46019f27
KW
20202003-06-17 Kris Warkentin <kewarken@qnx.com>
2021
2022 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
2023
1a38736e
JB
20242003-06-17 Jim Blandy <jimb@redhat.com>
2025
2026 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
2027
3605c34a
TR
20282003-06-16 Theodore A. Roth <troth@openavr.org>
2029
2030 * avr-tdep.c (avr_extract_return_value): New function.
2031 (avr_gdbarch_init): Set extract_return_value method.
2032
870b3035
AC
20332003-06-16 Andrew Cagney <cagney@redhat.com>
2034
2035 * frame.h (deprecated_get_next_frame_hack): Declare.
2036 * frame.c (legacy_saved_regs_prev_register): Only require
2037 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
2038 there are always saved regs.
2039 (deprecated_generic_get_saved_register): Do not require
2040 DEPRECATED_FRAME_INIT_SAVED_REGS.
2041 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
2042 use frame ID unwind instead.
2043 (deprecated_get_next_frame_hack): New function.
2044
63d47a7d
CV
20452003-06-16 Corinna Vinschen <vinschen@redhat.com>
2046
2047 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
2048 (h8300_push_dummy_call): ...this function. Some minor optimization.
2049 (h8300_push_return_address): Remove.
2050 (h8300_gdbarch_init): Remove calls to
2051 set_gdbarch_deprecated_dummy_write_sp,
2052 set_gdbarch_deprecated_push_arguments and
2053 set_gdbarch_deprecated_push_return_address.
2054 Add call to set_gdbarch_push_dummy_call.
2055
4bb1dc5e
CV
20562003-06-16 Corinna Vinschen <vinschen@redhat.com>
2057
2058 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
2059 (E_PSEUDO_EXR_REGNUM): Ditto.
2060 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 2061 registers into safe registers.
4bb1dc5e
CV
2062 (h8300_skip_prologue): Check for stm instruction to push registers
2063 used for register variables onto stack.
2064 (gdb_print_insn_h8300): Remove.
2065 (h8300_examine_prologue): Add a comment.
2066 (h8300_register_name): Take pseudo registers into account.
2067 (h8300s_register_name): Ditto.
2068 (h8300sx_register_name): Ditto.
2069 (h8300_print_register): Ditto.
2070 (h8300_print_registers_info): Define "nice" printing order.
2071 (h8300_saved_pc_after_call): Take pseudo registers into account.
2072 (h8300_register_type): Ditto. Return type used for remote connection
2073 when requesting real CCR or EXR register, return actual type when
2074 requesting pseudo CCR or EXR.
2075 (h8300_pseudo_register_read): New function.
2076 (h8300_pseudo_register_write): Ditto.
2077 (h8300_dbg_reg_to_regnum): Ditto.
2078 (h8300s_dbg_reg_to_regnum): Ditto.
2079 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
2080 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
2081 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
2082 set_gdbarch_print_insn architecture dependent.
2083 Call set_gdbarch_pseudo_register_read and
2084 set_gdbarch_pseudo_register_write.
2085 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
2086
a59fe496
AC
20872003-06-16 Andrew Cagney <cagney@redhat.com>
2088
2089 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
2090 * gdbarch.h, gdbarch.c: Re-generate.
2091 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2092 * s390-tdep.c (s390_gdbarch_init): Update.
2093 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2094 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2095 * mips-tdep.c (mips_gdbarch_init): Update.
2096 * mcore-tdep.c (mcore_gdbarch_init): Update.
2097 * cris-tdep.c (cris_gdbarch_init): Update.
2098 * infcall.c (call_function_by_hand): Update.
2099 * ia64-tdep.c (ia64_push_arguments): Update comment.
2100 * frame.c (legacy_get_prev_frame): Do not assume
2101 SAVE_DUMMY_FRAME_TOS_P.
2102 * dummy-frame.c (find_dummy_frame): Update comment.
2103
6f4e5a41
AC
21042003-06-16 Andrew Cagney <cagney@redhat.com>
2105
2106 * regcache.c (do_cooked_read): Do not use register_valid_p.
2107
72fab697
TR
21082003-06-15 Theodore A. Roth <troth@openavr.org>
2109
2110 * avr-tdep.c (avr_register_type): Remove a blank line.
2111 (avr_scan_prologue): Correct some comments.
2112
e3d8b004
TR
21132003-06-15 Theodore A. Roth <troth@openavr.org>
2114
2115 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
2116 prologue types.
8ffd9b1b 2117 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
2118 option.
2119 Add code to scan -mcall-prologues for mega devices.
2120
866b76ea
TR
21212003-06-15 Theodore A. Roth <troth@openavr.org>
2122
2123 * avr-tdep.c (avr_register_byte): Delete function.
2124 (avr_register_raw_size): Delete function.
2125 (avr_register_virtual_size): Delete function.
2126 (avr_register_virtual_type): Delete function.
2127 (avr_register_type): New function.
2128 (avr_address_to_pointer): Remove unused code.
2129 (avr_read_fp): Need to read FP as two separate bytes due to change to
2130 avr_register_type() usage.
2131 (avr_gdbarch_init): Don't set deprecated_register_size.
2132 Don't set deprecated_register_bytes.
2133 Don't set deprecated_register_byte.
2134 Don't set deprecated_register_raw_size.
2135 Don't set deprecated_max_register_raw_size.
2136 Don't set deprecated_register_virtual_size.
2137 Don't set deprecated_max_register_virtual_size.
2138 Don't set deprecated_register_virtual_type.
2139 Set register_type method.
2140
3993f6b1
DJ
21412003-06-15 Daniel Jacobowitz <drow@mvista.com>
2142
2143 * Makefile.in (linux-nat.o): Add rule.
2144 * linux-nat.c: New file.
2145 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
2146 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
2147 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
2148 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
2149 * config/arm/linux.mh (NATDEPFILES): Likewise.
2150 * config/i386/linux.mh (NATDEPFILES): Likewise.
2151 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2152 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2153 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2154 * config/mips/linux.mh (NATDEPFILES): Likewise.
2155 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2156 * config/s390/s390.mh (NATDEPFILES): Likewise.
2157 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2158
786a90bb
MK
21592003-06-15 Mark Kettenis <kettenis@gnu.org>
2160
2161 * i387-tdep.c: Reorder includes, fix some whitespace issues and
2162 replace out-of-date comment.
2163
3bd3f01e
AC
21642003-06-15 Andrew Cagney <cagney@redhat.com>
2165
2166 * rdi-share/host.h (Fail): Change to a varargs function.
2167 * remote-rdi.c (Fail): Update.
8ffd9b1b 2168
de5b9bb9
MK
21692003-06-15 Mark Kettenis <kettenis@gnu.org>
2170
2171 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
2172 (i386_convert_register_p, i386_register_to_value,
2173 i386_register_from_value): Handle types longer than 8 bytes.
2174
d532c08f
MK
21752003-06-15 Mark Kettenis <kettenis@gnu.org>
2176
2177 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
2178 Move floating-point code to new function in i387-tdep.c.
2179 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
2180 New functions containing code moved here from i386-tdep.c.
2181 * i387-tdep.h: Add opaque declaration for `struct type'.
2182 (i387_register_to_value, i387_value_to_register): New prototypes.
2183 * x86-64-tdep.c (x86_64_convert_register_p): New function.
2184 (x86_64_init_abi): Set convert_register_p, register_to_value and
2185 value_to_register here.
8ffd9b1b 2186
42c466d7
AC
21872003-06-14 Andrew Cagney <cagney@redhat.com>
2188
2189 * mips-tdep.c (mips_register_to_value): Make static.
2190 (mips_value_to_register): Make static.
2191 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
2192 * ia64-tdep.c (ia64_register_raw_size): Make static.
2193 (ia64_register_virtual_size): Make static.
2194 (ia64_register_byte): Make static.
2195 * i387-tdep.c: Include "i387-tdep.h".
2196 (print_387_control_word): Delete function.
2197 (print_387_status_word): Delete function.
2198 (print_387_status_bits): Delete function.
2199 (print_387_control_bits): Delete function.
2200 * Makefile.in (i387-tdep.o): Update dependencies.
2201 * rdi-share/host.h (Fail): Declare.
2202 * remote-rdi.c (Fail): Update to match declaration.
2203
2a9cda49
AC
22042003-06-14 Andrew Cagney <cagney@redhat.com>
2205
2206 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2207 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2208 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2209 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2210 * README: Delete reference to remote-array.
2211 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2212 (remote-array.o): Delete target.
2213 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2214 * remote-array.c: Delete file.
2215
ff2e87ac
AC
22162003-06-14 Andrew Cagney <cagney@redhat.com>
2217 Mark Kettenis <kettenis@gnu.org>
2218
2219 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2220 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2221 parameter with "frame".
2222 * gdbarch.h, gdbarch.c: Re-generate.
2223 * frame.h (put_frame_register): Declare.
2224 * frame.c (put_frame_register): New function.
2225 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2226 (legacy_register_to_value): Rewrite, use "frame" to get the
2227 register value.
2228 (legacy_value_to_register): Rewrite, use "frame" to find the
2229 register's location before storing.
2230 * arch-utils.h (legacy_convert_register_p): Update.
2231 (legacy_register_to_value, legacy_value_to_register): Update.
2232 * findvar.c (value_from_register): Rewrite, eliminate use of
2233 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2234 "frame" to REGISTER_TO_VALUE.
2235 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2236 lval_reg_frame_relative + lval_register branch of the switch. Do
2237 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2238 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2239 I386_EDI_REGNUM): New defines.
2240 (i386_next_regnum, i386_convert_register_p,
2241 i386_register_to_value, i386_value_to_register): New functions.
2242 (i386_register_convertible, i386_register_convert_to_virtual,
2243 i386_convert_to_raw): Remove functions.
2244 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2245 value_to_register instead of register_convertible,
2246 register_convert_to_virtual and register_convert_to_raw.
2247 * mips-tdep.c (mips_convert_register_p): New function.
2248 (mips_value_to_register): Replace mips_register_convert_from_type.
2249 (mips_register_to_value): Replace mips_register_convert_to_type.
2250 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2251 register_to_value.
2252 * alpha-tdep.c (alpha_convert_register_p): Update.
2253 (alpha_value_to_register): Update, store the register.
2254 (alpha_register_to_value): Update, fetch the register.
2255
98be1e77
TR
22562003-06-14 Theodore A. Roth <troth@openavr.org>
2257
2258 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2259 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2260 Don't set deprecated_call_dummy_words.
2261 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2262 Don't set remote_translate_xfer_address.
2263 (avr_io_reg_read_command): Remove commented out debug printf.
2264 Wrap a long line.
2265
57bc6122
TR
22662003-06-14 Theodore A. Roth <troth@openavr.org>
2267
2268 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2269 causes gdb to seg fault.
2270
eb01fc62
DJ
22712003-06-14 Daniel Jacobowitz <drow@mvista.com>
2272
2273 * sparc-nat.c (fetch_inferior_registers): Correct
2274 a reference to "registers".
2275
3b3e6bee
DJ
22762003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2277
2278 * Makefile.in (exc_request_U_h): Define
2279 (exc_request_S_h): Likewise.
2280 (msg_reply_S_h): Likewise.
2281 (msg_U_h): Likewise.
2282 (notify_S_h): Likewise.
2283 (process_reply_S_h): Likewise.
2284 (gnu-nat.o): Depend on gdb_obstack_h
2285 * gnu-nat.c: Include "gdb_obstack.h".
2286
b8de8283
AC
22872003-06-13 Andrew Cagney <cagney@redhat.com>
2288
2289 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2290 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 2291
f3be58bc
AC
22922003-06-13 Andrew Cagney <cagney@redhat.com>
2293
2294 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2295 when deprecated REGISTER macros can be deleted.
2296 * gdbarch.h, gdbarch.c: Re-generate.
2297
4c0122c8
JB
22982003-06-13 Jim Blandy <jimb@redhat.com>
2299
2300 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2301 Linux entry point symbols for _dl_debug_state, too.
2302
3e210248
AC
23032003-06-13 Andrew Cagney <cagney@redhat.com>
2304
2305 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2306 available, do not use the FP register, and always save the TOS.
2307 * dummy-frame.c (dummy_frame_this_id): Do not assert
2308 SAVE_DUMMY_FRAME_TOS.
2309 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2310 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2311 (i386_push_dummy_call): Add 8 to the returned SP.
2312 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2313 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2314 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2315 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2316 (x86_64_push_dummy_call): Return "sp + 16".
2317 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2318 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2319 save_dummy_frame_tos.
2320
0b65af49
JB
23212003-06-13 Jim Blandy <jimb@redhat.com>
2322
2323 * frv-tdep.c (frv_use_struct_convention): Delete static
2324 declaration for function deleted in my change of 2003-06-12.
2325
4ea2465e
TR
23262003-06-13 Theodore A. Roth <troth@openavr.org>
2327
2328 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2329 (avr_pointer_to_address): Shift code addrs left 1 bit.
2330 (avr_convert_from_func_ptr_addr): Delete function since operation is
2331 better handled by avr_address_to_pointer and avr_pointer_to_address.
2332 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2333
1581182a
MK
23342003-06-13 Mark Kettenis <kettenis@gnu.org>
2335
2336 From Kelley Cook <kelleycook@wideopenwest.com>:
2337 * configure.host: Accept i[34567]86 variants.
2338 * configure.tgt: Likewise.
2339 * nlm/configure.in: Likewise.
2340 * nlm/configure: Regenerated.
2341
7aa1783e
RE
23422003-06-13 Richard Earnshaw <rearnsha@arm.com>
2343
2344 * arm-tdep.c (solib-svr4.h): Dont' include it.
2345 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2346 * arm-linux-tdep.c: ... here. Make static.
2347 (arm_linux_init_abi): Register it.
2348 (solib-svr4.h): Include it.
2349 * Makefile.in: Update dependencies.
2350 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2351 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2352
0261a0d0
CV
23532003-06-13 Corinna Vinschen <vinschen@redhat.com>
2354
2355 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2356 indicate registers used for return values.
2357 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2358 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2359 members.
2360 (h8300_init_extra_frame_info): Ditto.
2361 (h8300_frame_locals_address): Removed.
2362 (h8300_frame_args_address): Removed.
2363 (h8300_extract_return_value): Use new regcache structure. Only care
2364 for 16 bit CPUs.
2365 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2366 (h8300_store_return_value): Use new regcache structure. Only care
2367 for 16 bit CPUs.
2368 (h8300h_store_return_value): Same function for 32 bit CPUs.
2369 (h8300_store_struct_return): Removed.
2370 (h8300_extract_struct_value_address): Use new regcache structure.
2371 (h8300h_extract_struct_value_address): Removed.
2372 (h8300_push_dummy_code): New function.
2373 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2374 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2375 set_gdbarch_store_return_value architecture dependent.
2376 Call set_gdbarch_push_dummy_code and
2377 set_gdbarch_extract_struct_value_address.
2378 Remove calls to set_gdbarch_frame_args_address,
2379 set_gdbarch_frame_locals_address,
2380 set_gdbarch_deprecated_store_struct_return,
2381 set_gdbarch_deprecated_extract_return_value,
2382 set_gdbarch_deprecated_extract_struct_value_address,
2383 set_gdbarch_deprecated_call_dummy_words and
2384 set_gdbarch_deprecated_sizeof_call_dummy_words.
2385
055c394a
CV
23862003-06-13 Corinna Vinschen <vinschen@redhat.com>
2387
2388 * h8300-tdep.c (h8300_register_byte): Remove.
2389 (h8300h_register_byte): Remove.
2390 (h8300_register_virtual_type): Remove. Substitute by...
2391 (h8300_register_type): New function.
2392 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2393 (h8300h_extract_struct_value_address): Ditto.
2394 (h8300_gdbarch_init): Drop calls to
2395 set_gdbarch_deprecated_register_byte and
2396 set_gdbarch_deprecated_register_virtual_type.
2397 Add call to set_gdbarch_register_type.
2398
9c04cab7
AC
23992003-06-13 Andrew Cagney <cagney@redhat.com>
2400
2401 * gdbarch.sh: Update comments on registers.
2402 (deprecated_register_byte): Rename register_byte.
2403 (deprecated_register_raw_size): Rename register_raw_size.
2404 (deprecated_register_virtual_size): Rename register_virtual_size.
2405 (deprecated_register_virtual_type): Rename register_virtual_type.
2406 * gdbarch.h, gdbarch.c: Re-generate.
2407 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2408 * vax-tdep.c (vax_gdbarch_init): Update.
2409 * v850-tdep.c (v850_gdbarch_init): Update.
2410 * sparc-tdep.c (sparc_gdbarch_init): Update.
2411 * sh-tdep.c (sh_gdbarch_init): Update.
2412 * s390-tdep.c (s390_gdbarch_init): Update.
2413 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2414 * ns32k-tdep.c: Update.
2415 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2416 * mips-tdep.c (mips_gdbarch_init): Update.
2417 * mcore-tdep.c (mcore_gdbarch_init): Update.
2418 * m68k-tdep.c (m68k_gdbarch_init): Update.
2419 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2420 * ia64-tdep.c (ia64_gdbarch_init): Update.
2421 * hppa-tdep.c (hppa_gdbarch_init): Update.
2422 * h8300-tdep.c (h8300_gdbarch_init): Update.
2423 * frv-tdep.c (frv_gdbarch_init): Update.
2424 * cris-tdep.c (cris_gdbarch_init): Update.
2425 * avr-tdep.c (avr_gdbarch_init): Update.
2426 * alpha-tdep.c (alpha_gdbarch_init): Update.
2427 * arm-tdep.c (arm_gdbarch_init): Update.
2428
b060cbea
AC
24292003-06-13 Andrew Cagney <cagney@redhat.com>
2430
2431 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2432 mips_o32_use_struct_convention with always_use_struct_convention.
2433
0fc9922a
DC
24342003-06-12 David Carlton <carlton@kealia.com>
2435
2436 * cp-namespace.c (cp_set_block_scope): Comment out
2437 processing_has_namespace_info branch.
2438
1fd35568
JB
24392003-06-12 Jim Blandy <jimb@redhat.com>
2440
f470a70a
JB
2441 Recognize and skip 64-bit PowerPC Linux linkage functions.
2442 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2443 insn_pattern, insns_match_pattern, d_field, ds_field): New
2444 functions, macros, and types for working with PPC instructions.
2445 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2446 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2447 ppc64_skip_trampoline_code): New functions, variables, and macros
2448 for recognizing and skipping linkage functions.
2449 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2450 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2451
49ff75ad
JB
2452 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2453 register offsets for both the 32- and 64-bit interfaces.
2454
bd918c83
JB
2455 Actually finish the job started by my change of 2003-05-29.
2456 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2457 other #definition of this.
2458 (ppc_linux_skip_trampoline_code): Remove declaration.
2459 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2460 static.
2461 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2462 method for GDBARCH.
2463
2464 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2465 'long' on ppc64-*-linux*.
2466
f8c59253
JB
2467 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2468 isn't #defined, assume the register doesn't exist: act as if
2469 tdep->ppc_mq_regnum were -1.
2470
8fbb30b1
JB
2471 * configure.host, configure.tgt: Add entries for
2472 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2473 powerpc/linux.mt.
2474 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2475 New files.
2476
1fd35568
JB
2477 * arch-utils.c (always_use_struct_convention): New function.
2478 * arch-utils.h (always_use_struct_convention): New prototype.
2479 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2480 (alpha_gdbarch_init): Register always_use_struct_convention,
2481 instead of alpha_use_struct_convention.
2482 * cris-tdep.c (cris_use_struct_convention): Delete.
2483 (cris_gdbarch_init): Register always_use_struct_convention,
2484 instead of cris_use_struct_convention.
2485 * frv-tdep.c (frv_use_struct_convention): Delete.
2486 (frv_gdbarch_init): Register always_use_struct_convention,
2487 instead of frv_use_struct_convention.
2488 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2489 (h8300_gdbarch_init): Register always_use_struct_convention,
2490 instead of h8300_use_struct_convention.
e3305dd9 2491 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
2492 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2493 instead of mips_o32_use_struct_convention.
2494
e14e6e9c
AC
24952003-06-12 Andrew Cagney <cagney@redhat.com>
2496
2497 * wince.c: Include "mips-tdep.h".
2498 * mips-tdep.h (mips_next_pc): Declare.
2499 * mcore-tdep.c: Make more local functions static.
2500 * Makefile.in (wince.o): Update dependencies.
2501
2335f48e
DC
25022003-06-12 David Carlton <carlton@kealia.com>
2503
2504 * symtab.c (lookup_symbol_aux_minsyms): Replace
2505 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2506 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2507 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2508 SYMBOL_NATURAL_NAME.
2509
f70a7d61
AS
25102003-06-12 Andreas Schwab <schwab@suse.de>
2511
2512 * Makefile.in (tuiDisassem.o): Update dependencies.
2513
b6429628
DC
25142003-06-12 David Carlton <carlton@bactrian.org>
2515
2516 * symtab.h: Delete declaration of make_symbol_overload_list.
2517 Add declaration of lookup_partial_symbol.
2518 * symtab.c (remove_params): Move to cp-support.c.
2519 (overload_list_add_symbol, make_symbol_overload_list)
2520 (sym_return_val_size, sym_return_val_index): Ditto.
2521 (lookup_partial_symbol): Make extern.
2522 * cp-support.h: Add declaration of make_symbol_overload_list.
2523 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2524 symtab.h, and block.h.
2525 (remove_params): Move here from symtab.c.
2526 (overload_list_add_symbol, make_symbol_overload_list)
2527 (sym_return_val_size, sym_return_val_index): Ditto.
2528 * valops.c: Include cp-support.h.
2529 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2530 frame_h, and block_h.
2531 (valops.o): Depend on cp_support_h.
2532
084edea5
CV
25332003-06-12 Corinna Vinschen <vinschen@redhat.com>
2534
2535 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2536 substitute by NUM_REGS throughout.
2537 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2538 (h8300s_register_name): New function for H8S registers.
2539 (h8300sx_register_name): Ditto for H8SX registers.
2540 (h8300_print_register): Revise register printing, avoid depending
2541 on 32 bit long.
0261a0d0 2542 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
2543 (h8300h_register_byte): New function for any other architecture.
2544 (h8300_register_raw_size): Remove.
2545 (h8300_register_virtual_type): Revise to return actually useful
2546 type.
2547 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2548 (h8300h_extract_struct_value_address): New function for any other
2549 architecture.
2550 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2551 set_gdbarch_register_name, set_gdbarch_register_byte,
2552 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2553 Remove calls to set_gdbarch_deprecated_register_size,
2554 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2555 set_gdbarch_deprecated_max_register_raw_size,
2556 set_gdbarch_register_virtual_size and
2557 set_gdbarch_deprecated_max_register_virtual_size entirely.
2558 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2559 set_gdbarch_long_double_bit.
2560
06194148
JJ
25612003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2562
8ffd9b1b
AJ
2563 * doublest.c (convert_doublest_to_floatformat): When dealing
2564 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
2565 processing a full 32 bits of mantissa.
2566
de4f826b
DC
25672003-06-11 David Carlton <carlton@bactrian.org>
2568
2569 * dictionary.h: New.
2570 * dictionary.c: New.
2571 * block.h: Add opaque declaration for struct dictionary.
2572 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2573 'sym' members.
2574 (BLOCK_DICT): New macro.
2575 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2576 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2577 BLOCK_SHOULD_SORT.
2578 (ALL_BLOCK_SYMBOLS): Update definition.
2579 * Makefile.in (SFILES): Add dictionary.c.
2580 (dictionary_h): New.
2581 (COMMON_OBS): Add dictionary.o.
2582 (dictionary.o): New.
2583 (ada-lang.o): Depend on dictionary_h.
2584 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2585 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2586 (mi-cmd-stack.o): Ditto.
2587 (gdbtk-cmds.o): Update dependencies.
2588 (gdbtk-stack.o): Ditto.
2589 * ada-lang.c: Include dictionary.h.
2590 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2591 (fill_in_ada_prototype, debug_print_block): Ditto.
2592 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2593 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2594 'is_sorted'.
2595 * mdebugread.c: Include dictionary.h.
2596 (struct parse_stack): Delete 'maxsyms' member.
2597 (parse_symbol): Update calls to new_block. Delete calls to
2598 shrink_block. Use dictionary methods.
2599 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2600 Update calls to new_symtab. Don't maintain maxsyms data.
2601 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2602 (add_symbol): Just call dict_add_symbol.
2603 (new_symtab): Delete 'maxsyms' argument.
2604 (new_symtab): Update calls to new_block.
2605 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2606 (shrink_block): Delete function.
2607 (fixup_sigtramp): Update call to new_block. Add symbol via
2608 dict_add_symbol.
2609 * jv-lang.c: Include dictionary.h.
2610 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2611 appropriately. Set class_symtab->free_func. Make sure the
2612 blockvector is big enough to hold two blocks.
2613 (add_class_symtab_symbol): Use dictionary methods.
2614 (free_class_block): New function.
2615 (type_from_class): Replace explicit iteration by
2616 ALL_BLOCK_SYMBOLS.
2617 * symtab.h (struct symtab): Replace 'free_ptr' method by
2618 'free_func'.
2619 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2620 sort_symtab_syms.
2621 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2622 sort_symtab_syms.
2623 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2624 Include dictionary.h.
2625 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2626 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2627 sort_symtab_syms.
2628 * objfiles.c: Include dictionary.h.
2629 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2630 * buildsym.c: Include dictionary.h.
2631 (finish_block): Use dictionary methods.
2632 (end_symtab): Set free_func to NULL, not free_ptr.
2633 * tracepoint.c: Include dictionary.h.
2634 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2635 (scope_info): Ditto.
2636 * stack.c: Include dictionary.h.
2637 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2638 (print_block_frame_labels, print_frame_arg_vars)
2639 (print_frame_args): Ditto.
2640 * symmisc.c (free_symtab_block): Use dictionary methods.
2641 (dump_symtab): Ditto.
2642 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2643 Include dictionary.h.
2644 * symfile.h: Delete declarations of sort_block_syms,
2645 sort_symtab_syms.
2646 * symfile.c (sort_block_syms): Delete.
2647 (sort_symtab_syms): Delete.
2648 * symtab.c: Include dictionary.h.
2649 (lookup_block_symbol): Use dictionary iterators.
2650 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2651 (search_symbols, make_symbol_completion_list): Ditto.
2652 (make_symbol_overload_list): Ditto.
2653 * valops.c (value_of_local): Use dict_empty.
2654 Include dictionary.h.
2655
a31f978c
JB
26562003-06-11 J. Brobecker <brobecker@gnat.com>
2657
2658 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2659
526e70c0
DC
26602003-06-11 David Carlton <carlton@bactrian.org>
2661
2662 * block.h (BLOCK_SHOULD_SORT): Delete.
2663 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2664 blocks.
2665 * ada-lang.c (ada_add_block_symbols): Ditto.
2666 * symfile.c (sort_block_syms): Delete.
2667 (sort_symtab_syms): Ditto.
2668 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2669 declarations.
2670 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2671 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2672 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2673 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2674 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2675 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2676 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2677
33c08150
JJ
26782003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2679
8ffd9b1b 2680 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
2681 bits to 128.
2682
781a750d
AC
26832003-06-11 Andrew Cagney <cagney@redhat.com>
2684
2685 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2686 REGISTER_CONVERTIBLE.
2687 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2688 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2689 * gdbarch.h, gdbarch.c: Re-generate.
2690 * arch-utils.h (deprecated_register_convertible_not): Rename
2691 generic_register_convertible_not.
2692 * arch-utils.c (deprecated_register_convertible_not): Rename
2693 generic_register_convertible.
2694 (legacy_convert_register_p, legacy_register_to_value): Update.
2695 * sh-tdep.c (sh64_push_arguments): Update.
2696 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2697 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2698 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2699 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2700 * arch-utils.c (legacy_value_to_register): Update.
2701 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2702 (rs6000_register_convert_to_raw): Make parameter "from" const.
2703 * mips-tdep.c (mips_gdbarch_init): Update.
2704 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2705 * infcmd.c (default_print_registers_info): Update.
2706 * ia64-tdep.c (ia64_gdbarch_init): Update.
2707 (ia64_register_convert_to_raw): Make parameter "from" const.
2708 * i386-tdep.c (i386_gdbarch_init): Update.
2709 (i386_register_convert_to_raw): Update.
2710
cd90e54f
AC
27112003-06-11 Andrew Cagney <cagney@redhat.com>
2712
2713 * remote-fileio.c: Include "remote-fileio.h".
2714 * Makefile.in (remote-fileio.o): Update dependencies.
2715 (remote_fileio_h): Fix typo.
2716
a78f21af
AC
27172003-06-11 Andrew Cagney <cagney@redhat.com>
2718
2719 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2720 (xstormy16_save_dummy_frame_tos): Make static.
2721 (_initialize_xstormy16_tdep): Add declaration.
2722 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2723 * v850-tdep.c: Make local functions static.
2724 (_initialize_v850_tdep): Add declaration.
2725 * sparc-tdep.c: Make local functions static.
2726 (_initialize_sparc_tdep): Add declaration.
2727 * sh-tdep.c: Make local functions static.
2728 (_initialize_sh_tdep): Add declaration.
2729 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2730 * s390-tdep.c: Make local functions static.
2731 (_initialize_s390_tdep): Add declaration.
2732 * dbxread.c (find_stab_function_addr): Make static.
2733 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2734 * ocd.c (_initialize_remote_ocd): Add declaration.
2735 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2736 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2737 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2738 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2739 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2740 * remote-array.c (_initialize_array): Add declaration.
2741 (_initialize_remote_monitors): Add declaration.
2742 * remote-mips.c: Make local functions static.
2743 (_initialize_remote_mips): Add declaration.
2744 * mcore-tdep.c: Make all local functions static.
2745 (_initialize_mcore_tdep): Add declaration.
2746 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2747 * abug-rom.c (_initialize_abug_rom): Add declaration.
2748 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2749 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2750 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2751 * remote-est.c (_initialize_est): Add declaration.
2752 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2753 (m68hc11_call_dummy_address): Make static.
2754 * ia64-tdep.c: Make local functions static.
2755 (_initialize_ia64_tdep): Add declaration.
2756 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2757 * monitor.c (monitor_wait_filter): Make static.
2758 (_initialize_remote_monitors): Add declaration.
2759 * remote-hms.c (_initialize_remote_hms): Add declaration.
2760 * remote-e7000.c (fetch_regs_from_dump): Make static.
2761 (expect_n): Make static.
2762 (_initialize_remote_e7000): Add declaration.
2763 * ser-e7kpc.c: Always include "defs.h".
2764 (_initialize_ser_e7000pc): Add declaration.
2765 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2766 * cris-tdep.c: Make all but one function static.
2767 (_initialize_cris_tdep): Add declaration.
2768 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2769 * solib.c (update_solib_list): Make static.
2770 (_initialize_solib): Add declaration.
2771 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2772 (_initialize_avr_tdep): Add declaration.
2773 * remote-rdi.c (voiddummy): Make static.
2774 (_initialize_remote_rdi): Add declaration.
2775 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2776 * remote-rdp.c (send_rdp): Make static.
2777 (_initialize_remote_rdp): Add declaration.
2778 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2779
cbcdb1f5
CV
27802003-06-11 Corinna Vinschen <vinschen@redhat.com>
2781
2782 * remote-fileio.c: Make ari happy.
2783
a191ea8d
JB
27842003-06-10 J. Brobecker <brobecker@gnat.com>
2785
2786 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2787 fetching the trailing bytes of the buffer we are about to write.
2788
0ef75e11
AC
27892003-06-10 Andrew Cagney <cagney@redhat.com>
2790
2791 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2792 * Makefile.in (remote-fileio.o): Update dependencies.
2793 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2794 include <setjmp.h>, or <sys/types.h> conditional on USG.
2795 (remote_fio_jmp_buf): Delete global variable.
2796
449092f6 27972003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 2798 Martin M. Hunt <hunt@redhat.com>
449092f6 2799
559fa028
AC
2800 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2801 (SFILES): Add remote-fileio.c.
2802 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2803 dependencies for building remote.o.
449092f6
CV
2804 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2805 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 2806 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
2807 static storage class.
2808 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2809 'F' packet.
2810 (_initialize_remote): Call initialize_remote_fileio().
2811 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
2812 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2813 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2814 (captured_main): Initialize new ui_files.
2815 * ui-file.c: Add read and fgets input functions.
2816 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2817 (null_file_read): New function.
2818 (ui_file_read): New function.
2819 (set_ui_file_read): New function.
2820 (stdio_file_read): New function.
2821 * ui-file.h: New type ui_file_read_ftype.
2822 (set_ui_file_read): Declare.
2823 (ui_file_read): Declare.
2824
248de703
AC
28252003-06-09 Andrew Cagney <cagney@redhat.com>
2826
2827 * frame.h (deprecated_unwind_get_saved_register): Rename
2828 generic_unwind_get_saved_register, update comments.
2829 * mips-tdep.c (mips_get_saved_register): Update.
2830 * frame.c (deprecated_unwind_get_saved_register): Update.
2831
0ed8aa57
AC
28322003-06-09 Andrew Cagney <cagney@redhat.com>
2833
2834 * vax-tdep.c (vax_frame_locals_address): Delete function.
2835 (vax_gdbarch_init): Do not set frame_locals_address.
2836 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2837 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2838 * s390-tdep.c (s390_frame_args_address): Delete function.
2839 (s390_gdbarch_init): Do not set frame_args_address or
2840 frame_locals_address.
2841 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2842 (ns32k_gdbarch_init): Do not set frame_locals_address.
2843 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2844 (hppa_frame_locals_address): Delete function.
2845 (hppa_gdbarch_init): Do not set frame_args_address, or
2846 frame_locals_address.
2847 * arm-tdep.c (arm_frame_args_address): Delete.
2848 (arm_frame_locals_address): Delete.
2849 (arm_gdbarch_init): Do not set frame_args_address, or
2850 frame_locals_address.
2851
983a287a
AC
28522003-06-09 Andrew Cagney <cagney@redhat.com>
2853
2854 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2855 * gdbarch.h, gdbarch.c: Re-generate.
2856 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2857 * arch-utils.c (frame_num_args_unknown): Delete function.
2858 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2859 (frame_info): Use FRAME_NUM_ARGS_P.
2860 * arm-tdep.c (arm_frame_num_args): Delete function.
2861 (arm_gdbarch_init): Do not set frame_num_args.
2862 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2863 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2864 (hppa_gdbarch_init): Do not set frame_num_args.
2865 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2866 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2867 frame_num_args to default frame_num_args_unknown.
2868 * v850-tdep.c (v850_gdbarch_init): Ditto.
2869 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2870 * sh-tdep.c (sh_gdbarch_init): Ditto.
2871 * s390-tdep.c (s390_gdbarch_init): Ditto.
2872 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2873 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2874 * mips-tdep.c (mips_gdbarch_init): Ditto.
2875 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2876 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2877 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2878 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2879 * i386-tdep.c (i386_gdbarch_init): Ditto.
2880 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2881 * frv-tdep.c (frv_gdbarch_init): Ditto.
2882 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2883 * cris-tdep.c (cris_gdbarch_init): Ditto.
2884 * avr-tdep.c (avr_gdbarch_init): Ditto.
2885 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2886
8d3b0994
AC
28872003-06-09 Andrew Cagney <cagney@redhat.com>
2888
2889 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2890 (print_frame_args): Moved to "stack.c".
2891 * stack.c: Include "gdb_assert.h".
2892 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2893 (print_frame_args): Moved from "printcmd.c".
2894 * frame.h (print_frame_args): Delete declaration.
2895 * Makefile.in (stack.o): Update dependencies.
2896
25e3a86b
AC
28972003-06-08 Andrew Cagney <cagney@redhat.com>
2898
2899 * frame.c (get_prev_frame): Remove reference to
2900 frame_args_address_correct in comments.
2901 * frame-base.c (default_frame_args_address): Delete code
2902 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2903 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2904 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2905 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2906 (vax_frame_args_address_correct): Delete declaration.
2907
a9e5fdc2
AC
29082003-06-08 Andrew Cagney <cagney@redhat.com>
2909
2910 * gdbarch.sh (UNWIND_SP): Add.
2911 * gdbarch.h, gdbarch.c: Re-generate.
2912 * frame.c (frame_sp_unwind): New function.
2913 (get_frame_sp): New function.
2914 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2915 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2916 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2917 value.
2918 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2919 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2920
8983bd83
AC
29212003-06-08 Andrew Cagney <cagney@redhat.com>
2922
7fec2c59
AC
2923 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2924 REMOTE_BREAKPOINT.
2925 * remote.c: Update.
2926 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2927 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2928 * config/m68k/tm-sun3.h: Update.
2929 * config/m68k/tm-m68klynx.h: Update.
2930 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2931
8983bd83
AC
2932 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2933 trad_frame". Update comments.
2934 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2935 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2936 (trad_frame_register_value, trad_frame_prev_register): Update.
2937
b9362cc7
AC
29382003-06-08 Andrew Cagney <cagney@redhat.com>
2939
2940 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2941 from GCC's acinclude.m4.
2942 * configure.in: Check for getopt's delcaration.
8ffd9b1b 2943 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
2944 * main.c (error_init): Delete declaration.
2945 * defs.h (error_init): Declare.
2946 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2947 (rs6000_convert_from_func_ptr_addr): Make static.
2948 (_initialize_rs6000_tdep): Add declaration.
2949 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2950 (show_commands, set_verbose, show_history): Delete declaration.
2951 * top.h (set_verbose): Add declaration.
2952 (show_history, set_history, show_commands): Add declaration.
2953 (do_restore_instream_cleanup): Add declaration.
2954 * objc-lang.c (specialcmp): Make static.
2955 (print_object_command): Make static.
2956 (find_objc_msgsend): Make static.
2957 (find_objc_msgcall_submethod_helper): Make static.
2958 (find_objc_msgcall_submethod): Make static.
2959 (_initialize_objc_language): Add declaration.
2960 (find_implementation_from_class): Make static.
2961 (find_implementation): Make static.
2962 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2963 * objc-lang.h (lookup_struct_typedef): Add declaration.
2964 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2965 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2966 (do_restore_user_call_depth): Make static.
2967 (do_restore_instream_cleanup): Delete declaration.
2968 (dont_repeat): Delete declaration.
2969 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2970 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2971 * reggroups.c (_initialize_reggroup): Add declaration.
2972 * cp-support.c (_initialize_cp_support): Add declaration.
2973 * cp-abi.c (_initialize_cp_abi): Add declaration.
2974 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2975 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2976 (_initialize_gnu_v3_abi): Add declaration.
2977 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2978 (_initialize_gnu_v2_abi): Add declaration.
2979 * frame-base.c (_initialize_frame_base): Add declaration.
2980 * doublest.c (floatformat_from_length): Make static.
2981 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2982 * frame.c (create_sentinel_frame): Make static.
2983 (_initialize_frame): Add declaration.
2984 * top.c (do_catch_errors): Make static.
2985 (gdb_rl_operate_and_get_next_completion): Make static.
2986 * typeprint.c: Include "typeprint.h".
2987 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2988 (sentinel_frame_this_id): Make static.
2989 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2990 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2991 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2992 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2993 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2994 * maint.c (maintenance_print_architecture): Make static.
2995 * signals/signals.c (_initialize_signals): Add declaration.
2996 * std-regs.c (_initialize_frame_reg): Add declaration.
2997 * jv-exp.y (push_variable): ISO C definition.
2998 (push_qualified_expression_name): Ditto.
2999 * memattr.c (_initialize_mem): Add declaration.
3000 * remote.c (remote_check_watch_resources): Make static.
3001 (remote_stopped_by_watchpoint): Make static.
3002 (remote_stopped_data_address): Make static.
3003 * d10v-tdep.c (nr_dmap_regs): Make static.
3004 (a0_regnum): Make static.
3005 (d10v_frame_unwind_cache): Make static.
3006 (d10v_frame_p): Make static.
3007 * osabi.c (show_osabi): Make static.
3008 (_initialize_gdb_osabi): Add extern declaration.
3009 * gdbtypes.c (make_qualified_type): Make static.
3010 (safe_parse_type): Make static.
3011 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
3012 * macrotab.c (macro_bcache_free): Make static.
3013 * interps.c (interp_set_quiet): Make static.
3014 (interpreter_exec_cmd): Make static.
3015 * stack.h (select_frame_command): New file.
3016 * stack.c: Include "stack.h".
3017 (select_frame_command_wrapper): Delete function.
3018 (select_frame_command): Make global.
3019 * infcall.c: Include "infcall.h".
3020 * linespec.c: Include "linespec.h".
3021 * symfile.c (sections_overlap): Make static.
3022 * cp-support.h (cp_initialize_namespace): ISO C declaration.
3023 * charset.c (_initialize_charset): Add missing prototype.
3024 * regcache.c (init_legacy_regcache_descr): Make static.
3025 (do_regcache_xfree): Make static.
3026 (regcache_xfer_part): Make static.
3027 (_initialize_regcache): Add missing prototype.
3028 * breakpoint.c (parse_breakpoint_sals): Make static.
3029 (breakpoint_sals_to_pc): Make static.
3030 * interps.h (clear_interpreter_hooks): ISO C declaration.
3031 * Makefile.in (stack_h): Define.
3032 (stack.o, typeprint.o, mi-main.o): Update dependencies.
3033 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
3034
a0f267c7
AC
30352003-06-08 Andrew Cagney <cagney@redhat.com>
3036
3037 * Makefile.in (d10v-tdep.o): Update dependencies.
3038 (SFILES): Add trad-frame.c.
3039 (trad_frame_h): Define.
3040 (COMMON_OBS): Add trad-frame.o.
3041 (trad-frame.o): Specify dependencies.
3042 * d10v-tdep.c: Include "trad-frame.h".
3043 (saved_regs_unwinder): Delete function.
3044 (d10v_frame_prev_register): Use trad_frame_prev_register.
3045 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
3046 trad_frame", delete "regs" and "prev_sp".
3047 (prologue_find_regs): Use trad-frame.
3048 * trad-frame.h, trad-frame.c: New files.
3049
4538b4f4
MK
30502003-06-08 Mark Kettenis <kettenis@gnu.org>
3051
3052 * dwarf2cfi.c, dwarf2cfi.h: Remove.
3053
a0273b2f
AF
30542003-06-07 Adam Fedor <fedor@gnu.org>
3055
3056 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
3057 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
3058 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
3059 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 3060 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
3061 Use it.
3062
3a6c3343
AC
30632003-06-07 Andrew Cagney <cagney@redhat.com>
3064
3065 * symfile.h: Re-indent, clean up comments.
3066
b46e02f6
AC
30672003-06-07 Andrew Cagney <cagney@redhat.com>
3068
3069 * inferior.h (deprecated_write_sp): Replace
3070 generic_target_write_sp.
3071 * regcache.c (deprecated_write_sp): Replace
3072 generic_target_write_sp.
3073 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3074 * vax-tdep.c (vax_gdbarch_init): Update.
3075 * v850-tdep.c (v850_gdbarch_init): Update.
3076 * sparc-tdep.c (sparc_gdbarch_init): Update.
3077 * sh-tdep.c (sh_gdbarch_init): Update.
3078 * s390-tdep.c (s390_gdbarch_init): Update.
3079 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3080 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3081 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3082 * mcore-tdep.c (mcore_gdbarch_init): Update.
3083 * m68k-tdep.c (m68k_gdbarch_init): Update.
3084 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3085 * ia64-tdep.c (ia64_gdbarch_init): Update.
3086 * h8300-tdep.c (h8300_gdbarch_init): Update.
3087 * frv-tdep.c (frv_gdbarch_init): Update.
3088 * cris-tdep.c (cris_gdbarch_init): Update.
3089 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3090
a42e117c
AC
30912003-06-07 Andrew Cagney <cagney@redhat.com>
3092
3093 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
3094 Assert that PC_REGNUM is valid.
3095 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
3096
bd1ce8ba
AC
30972003-06-07 Andrew Cagney <cagney@redhat.com>
3098
3099 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
3100 * gdbarch.h, gdbarch.c: Regenerate.
3101 * mn10300-tdep.c: Include "gdb_assert.h".
3102 (mn10300_read_fp): New function.
3103 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
3104 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
3105 * ia64-tdep.c: Include "gdb_assert.h".
3106 (ia64_read_fp): New function.
3107 (ia64_gdbarch_init): Set deprecated_target_read_fp to
3108 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
3109 * regcache.c (generic_target_read_sp): Delete function.
3110 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
3111 * inferior.h (generic_target_read_sp): Delete declaration.
3112 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
3113 generic_target_read_sp.
3114 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3115 * sparc-tdep.c (sparc_gdbarch_init): Ditto
3116 * sh-tdep.c (sh_gdbarch_init): Ditto.
3117 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3118 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
3119
ec5cbaec
AC
31202003-06-07 Andrew Cagney <cagney@redhat.com>
3121
3122 * gdbarch.sh: Comment each field of startup_gdbarch.
3123 * gdbarch.h, gdbarch.c: Re-generate.
3124
cde9ea48
AC
31252003-06-07 Andrew Cagney <cagney@redhat.com>
3126
3127 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
3128 * gdbarch.h, gdbarch.c: Re-generate.
3129 * regcache.c: Update comments on read_pc et.al.
3130 (generic_target_read_pc): Delete function.
3131 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
3132 * inferior.h (generic_target_read_pc): Delete declaration.
3133 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
3134 generic_target_read_pc.
3135 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3136 * sh-tdep.c (sh_gdbarch_init): Ditto.
3137 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3138 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 3139
9a90a780
AC
31402003-06-07 Andrew Cagney <cagney@redhat.com>
3141
3142 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
3143 "index" with "special_local_sect". Use strcmp instead of STREQ.
3144 Append period to coments.
3145
a39a16c4
MM
31462003-06-06 Mark Mitchell <mark@codesourcery.com>
3147
3148 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
3149 (elfstab_offset_sections): Likewise.
3150 * gdb-stabs.h (stab_section_info): Likewise.
3151 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
3152 * objfiles.c (objfile_relocate): Likewise.
3153 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
3154 * remote.c (get_offsets): Likewise.
3155 (remote_cisco_objfile_relocate): Likewise.
3156 * somread.c (som_symfile_offsets): Likewise.
3157 * symfile.c (alloc_section_addr_info): New function.
3158 (build_section_addr_info_from_section_tab): Use it.
3159 (free_section_addr_info): Adjust.
3160 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
3161 (syms_from_objfile): Allocate local_addr dynamically.
3162 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
3163 dynamically.
3164 (add_symbol_file_command): Allocate sect_opts dynamically.
3165 (reread_symbols): Avoid use of SECT_OFF_MAX.
3166 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
3167 (alloc_section_addr_info): Declare it.
3168 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
3169 * win32-nat.c (solib_symbols_add): Allocate section_addrs
3170 dynamically.
3171 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 3172
20c6c2f8
AC
31732003-06-06 Andrew Cagney <cagney@redhat.com>
3174
3175 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
3176 (d10v_frame_unwind_cache): Do not set "return_pc".
3177
884a26c8
MS
31782003-06-06 Michael Snyder <msnyder@redhat.com>
3179
3180 * h8300-tdep.c: Make tidy (long lines).
3181
088ce440
ML
31822003-06-06 Michal Ludvig <mludvig@suse.cz>
3183
8ffd9b1b 3184 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
3185 to regcache_collect().
3186
7d773d96
JB
31872003-06-05 J. Brobecker <brobecker@gnat.com>
3188
3189 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
3190 pc_in_sigtramp multiarch method.
3191 (hppa_hpux_som_init_abi): Use it.
3192 (hppa_hpux_elf_init_abi): Likewise.
3193 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
3194 macro has been multiarched.
3195 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
3196 macro here, as hppa64 isn't multiarched yet.
3197
1df6926e
AC
31982003-06-05 Andrew Cagney <cagney@redhat.com>
3199
3200 * Makefile.in (value_h): Add $(frame_h).
3201 * value.h: Include "frame.h".
3202 (struct value): Replace "frame_addr" with "frame_id".
3203 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3204 * values.c (allocate_value): Use VALUE_FRAME_ID.
3205 (value_copy): Use VALUE_FRAME_ID.
3206 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3207 * valops.c (value_assign): Update. Use frame_find_by_id.
3208
6b53acc6
ML
32092003-06-05 Michal Ludvig <mludvig@suse.cz>
3210
3211 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3212 in each pass.
3213
4d9850d3
JJ
32142003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3215
3216 * thread-db.c (check_event): For create/death event breakpoints,
3217 loop through all messages to ensure that we read the message
3218 corresponding to the breakpoint we are at.
3219
8efca6ba
MS
32202003-06-04 Michael Snyder <msnyder@redhat.com>
3221
3222 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3223
0912c7f2
MK
32242003-06-04 Mark Kettenis <kettenis@gnu.org>
3225
3226 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3227 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3228 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3229 when handling .eh_frame sections.
3230
4e370325
JB
32312003-06-04 J. Brobecker <brobecker@gnat.com>
3232
3233 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3234 prepare_to_proceed procedure instead of the hppa-specific one.
3235 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3236
b757528f 32372003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 3238
b757528f
JJ
3239 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3240 * config.in: Regenerated.
3241 * configure.in: Add test for syscall function and check for
3242 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3243 * configure: Regenerated.
3244 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3245 <sys/syscall.h>.
3246 (kill_lwp): New function that uses tkill syscall or
3247 uses kill, depending on whether threading model is nptl or not.
3248 All callers of kill() changed to use kill_lwp().
3249 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3250 see if all threads have already exited in the nptl model.
3251 (stop_and_resume_callback): New callback function used by the
3252 lin_lwp_wait thread exit handling code.
3253 (stop_wait_callback): Check for threads already having exited and
3254 delete such threads fromt the lwp list when discovered.
3255 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 3256
b757528f
JJ
3257 Roland McGrath <roland@redhat.com>
3258 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3259 nptl libthread_db.
3260
087779b1
RH
32612003-06-03 Richard Henderson <rth@redhat.com>
3262
b21fd293
RH
3263 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3264 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3265 (alpha_sigtramp_frame_prev_register): Likewise.
3266 (alpha_heuristic_frame_prev_register): Likewise.
3267 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3268
8ffd9b1b 3269 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
3270 alpha-specific register id names.
3271 (alpha_mdebug_frame_unwind_cache): Likewise.
3272 (alpha_mdebug_frame_prev_register): Likewise.
3273
baa490c4
RH
32742003-06-03 Richard Henderson <rth@redhat.com>
3275
3276 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3277 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3278 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3279 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3280 unwind routines.
3281 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3282 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3283 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3284
3285 * alpha-linux-tdep.c: Remove unnecessary includes.
3286 * Makefile.in (alpha-linux-tdep.o): Update.
3287
32882003-06-03 Richard Henderson <rth@redhat.com>
3289
3290 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3291 (alphabsd_fill_fpreg): Likewise.
3292
f534e522
JB
32932003-06-03 J. Brobecker <brobecker@gnat.com>
3294
3295 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3296 references to struct frame_info fields by calls to the equivalent
3297 accessors. Necessary now that frame_info is opaque.
3298
4035536b
JB
32992003-06-03 J. Brobecker <brobecker@gnat.com>
3300
3301 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3302 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3303 structure, field no longer exists.
3304
0bd79c5c
JB
33052003-06-03 J. Brobecker <brobecker@gnat.com>
3306
3307 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3308 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3309
37bb6d9f
JB
33102003-06-03 J. Brobecker <brobecker@gnat.com>
3311
3312 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3313 references to struct frame_info fields by calls to the equivalent
3314 accessors. Necessary now that frame_info is opaque.
3315
852ee05c
JB
33162003-06-03 J. Brobecker <brobecker@gnat.com>
3317
3318 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3319 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3320 structure, field no longer exists.
3321
7d58c67d
TR
33222003-06-03 Theodore A. Roth <troth@openavr.org>
3323
8ffd9b1b 3324 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
3325 accumulation of the size of all registers instead of blindly using
3326 DEPRECATED_REGISTER_BYTES.
3327
0a48e7e8
MS
33282003-06-03 Michael Snyder <msnyder@redhat.com>
3329
3330 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3331 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3332 for h8300sx.
3333
9798ab0d
JB
33342003-06-03 J. Brobecker <brobecker@gnat.com>
3335
3336 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3337 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3338
00b037e2
AC
33392003-06-03 Andrew Cagney <cagney@redhat.com>
3340
3341 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3342 (sparc_convert_to_raw): Delete function.
3343 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3344 register_convert_to_virtual.
3345
043b2f77
JJ
33462003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3347
3348 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3349 layer if not dealing with a statically-linked threaded program.
3350
f43caff8
KW
33512003-06-03 Kris Warkentin <kewarken@qnx.com>
3352
3353 * solib.c (solib_open): Update comment to reflect actual search order.
3354
ae1e7417
AC
33552003-06-03 Andrew Cagney <cagney@redhat.com>
3356
3357 * frame.c (get_frame_memory_signed): New function.
3358 (get_frame_memory, get_frame_memory_unsigned): New function.
3359 (get_frame_arch): New function.
3360 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3361 (get_frame_memory, get_frame_unsigned_memory): Declare.
3362 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3363 get_frame_memory_unsigned and get_frame_arch.
3364 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3365
cb123844
RG
33662003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3367
3368 * MAINTAINERS (write after approval): Add myself.
3369
1bb792e9
JB
33702003-06-03 Jim Blandy <jimb@redhat.com>
3371
3372 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3373 elements of gregset_t are 64 bits each, but access registers
3374 are still 32 bits, so they're packed two per gregset_t
3375 element. Unpack/pack them properly.
3376
aee8d8ba
DC
33772003-06-02 David Carlton <carlton@bactrian.org>
3378
3379 * linespec.c (find_methods): Break out code into
3380 add_matching_methods and add_constructors.
3381 (add_matching_methods): New.
3382 (add_constructors): Ditto.
3383
bf7488d2
AC
33842003-06-02 Andrew Cagney <cagney@redhat.com>
3385
bf7488d2
AC
3386 * sparc-tdep.c (sparc_print_registers): Delete call to
3387 REGISTER_CONVERTIBLE.
3388 (sparc_gdbarch_init): Do not set register_convertible.
3389 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3390 * frv-tdep.c (frv_gdbarch_init): Ditto.
3391 * cris-tdep.c (cris_gdbarch_init): Ditto.
3392
adedef68
EZ
33932003-06-02 Elena Zannoni <ezannoni@redhat.com>
3394
8ffd9b1b 3395 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
3396 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3397 (syms_from_objfile): Ditto.
3398
650fcc91
AS
33992003-06-03 Andreas Schwab <schwab@suse.de>
3400
3401 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3402 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3403
df4a182b
RH
34042003-06-02 Richard Henderson <rth@redhat.com>
3405
3406 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3407 a member of all_reggroup.
3408
c483c494
RH
34092003-06-02 Richard Henderson <rth@redhat.com>
3410
3411 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3412 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3413 (alpha_lds, alpha_sts): New.
3414 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 3415 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
3416 restructure and fail for type sizes other than 4 or 8.
3417 (alpha_value_to_register): Similarly.
3418 (alpha_extract_return_value): Use alpha_sts.
3419 (alpha_store_return_value): Use alpha_lds.
3420 (alpha_gdbarch_init): Update hooks.
3421
b38b6be2
RH
34222003-06-02 Richard Henderson <rth@redhat.com>
3423
3424 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3425 regnum identifiers.
3426 (alpha_sigtramp_register_address): Likewise.
3427
98a8e1e5
RH
34282003-06-02 Richard Henderson <rth@redhat.com>
3429
3430 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3431 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3432 * alpha-tdep.h: Declare them.
3433
3434 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3435 Remove zerobuf. Don't error on UNIQUE.
3436 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3437 (ALPHA_REGSET_UNIQUE): Provide default.
3438 (supply_gregset): Use alpha_supply_int_regs.
3439 (fill_gregset): Use alpha_fill_int_regs.
3440 (supply_fpregset): Use alpha_supply_fp_regs.
3441 (fill_fpregset): Use alpha_fill_fp_regs.
3442 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3443 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3444 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3445 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3446 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3447 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3448
67dfac52
RH
34492003-06-02 Richard Henderson <rth@redhat.com>
3450
f75d70cc
RH
3451 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3452
67dfac52
RH
3453 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3454 (alpha_store_return_value): Likewise.
3455
0cf566ec
DC
34562003-06-02 David Carlton <carlton@math.stanford.edu>
3457
3458 * block.c (contained_in): Add 'const' to arguments.
3459 (block_function): Ditto.
3460 * block.h: Update declarations for block_function and
3461 contained_in.
3462
cdef89d0
DC
34632003-06-02 David Carlton <carlton@math.stanford.edu>
3464
3465 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3466 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3467 * p-valprint.c (pascal_val_print): Ditto.
3468 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3469
72667056
RH
34702003-06-02 Richard Henderson <rth@redhat.com>
3471
98a8e1e5
RH
3472 * alpha-tdep.c (alpha_push_dummy_call): Use
3473 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 3474
8ffd9b1b 3475 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
3476 sign-extension of 32-bit values.
3477 (alpha_store_return_value): Similarly.
0ede8eca 3478
98a8e1e5
RH
3479 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3480 (alpha_extract_return_value): Likewise.
3481 (alpha_store_return_value): Likewise.
7b5e1cb3 3482
98a8e1e5
RH
3483 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3484 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 3485
98a8e1e5
RH
3486 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3487 (alpha_extract_struct_value_address): Likewise.
3488 (alpha_store_return_value): Likewise.
3489 (alpha_store_struct_return): Remove.
3490 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 3491
98a8e1e5
RH
3492 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3493 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3494 macros where appropriate.
3495 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3496 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 3497
98a8e1e5
RH
3498 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3499 for SP, GP; void_func_ptr for PC; non-language-specific types
3500 for all others.
3501 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 3502
6dd77b81
RH
35032003-06-02 Richard Henderson <rth@redhat.com>
3504
3505 * top.h (lim_at_start): Declare.
3506 * main.c (captured_main): Set it.
3507 * top.c (lim_at_start): Define.
3508 (command_loop): Use it instead of &environ.
3509 * event-top.c (command_handler): Likewise.
3510
f4dbdb54
JT
35112003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3512
3513 * mipsnbsd-tdep.c: Update copyright years.
3514 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3515
8f285956
RH
35162003-06-01 Richard Henderson <rth@redhat.com>
3517
98a8e1e5
RH
3518 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3519 (alpha-linux-tdep.o): Update dependencies.
3520 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3521 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 3522
615967cb
RH
35232003-06-01 Richard Henderson <rth@redhat.com>
3524
98a8e1e5
RH
3525 * alpha-tdep.c (alpha_register_reggroup_p): New.
3526 (alpha_gdbarch_init): Register it.
615967cb 3527
b59661bd
AC
35282003-06-02 Andrew Cagney <cagney@redhat.com>
3529
3530 * dwarfread.c: Eliminate "register"
3531 (decode_die_type): Eliminate assignment within "if".
3532 (struct_type, decode_array_element_type): Ditto.
3533 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3534 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3535 (decode_modified_type, completedieinfo): Ditto.
3536 * block.c: Eliminate "register".
3537 (blockvector_for_pc_sect): Eliminate assignment within "if".
3538 * cp-support.h (struct symbol): Opaque declaration.
3539 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3540
5ef165c2
RH
35412003-06-01 Richard Henderson <rth@redhat.com>
3542
98a8e1e5
RH
3543 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3544 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 3545
143985b7
AF
35462003-06-01 Adam Fedor <fedor@gnu.org>
3547
3548 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3549 * gdbarch.[ch]: Regenerate.
3550 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3551 (hppa_gdbarch_init): Set it in the gdbarch vector.
3552 * i386-tdep.c (i386_fetch_pointer_argument): New
3553 (i386_gdbarch_init): Set it into gdbarch.
3554 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3555 (rs6000_gdbarch_init): Set it in gdbarch.
3556 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3557 (sparc_gdbarch_init): Set it in gdbarch.
3558
ae0167b9
AC
35592003-06-01 Andrew Cagney <cagney@redhat.com>
3560
7c0b4a20
AC
3561 * defs.h (extract_address): Delete declaration.
3562 * findvar.c (extract_address): Delete function.
3563 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3564 extract_address with the inline equivalent,
3565 extract_unsigned_integer.
3566 (xstormy16_extract_struct_value_address): Ditto.
3567 (xstormy16_pointer_to_address): Ditto.
3568 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3569 * v850-tdep.c (v850_push_arguments): Ditto.
3570 (v850_extract_return_value): Ditto.
3571 (v850_extract_struct_value_address): Ditto.
3572 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3573 (sparcnbsd_get_longjmp_target_64): Ditto.
3574 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3575 (get_longjmp_target): Ditto.
3576 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3577 (sh64_extract_struct_value_address): Ditto.
3578 (sh_push_arguments): Ditto.
3579 (sh64_push_arguments): Ditto.
3580 * remote-vxsparc.c (vx_read_register): Ditto.
3581 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3582 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3583 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3584 * mipsv4-nat.c (get_longjmp_target): Ditto.
3585 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3586 * mips-nat.c (get_longjmp_target): Ditto.
3587 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3588 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3589 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3590 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3591 * irix5-nat.c (get_longjmp_target): Ditto.
3592 * irix4-nat.c (get_longjmp_target): Ditto.
3593 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3594 (ia64_push_arguments): Ditto.
3595 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3596 * h8300-tdep.c (h8300_push_arguments): Ditto.
3597 (h8300_store_return_value): Ditto.
3598 (h8300_extract_struct_value_address): Ditto.
3599 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3600 (frv_push_arguments): Ditto.
3601 * avr-tdep.c (avr_pointer_to_address): Ditto.
3602 (avr_push_arguments): Ditto.
3603 * arm-tdep.c (arm_push_dummy_call): Ditto.
3604 (arm_get_longjmp_target): Ditto.
3605 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3606 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3607 (alpha_get_longjmp_target): Ditto.
3608
ae0167b9
AC
3609 * solib-irix.c (extract_mips_address): Inline extract_address,
3610 replacing it with extract_signed_integer.
3611 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3612 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3613 (first_link_map_member, open_symbol_file_object): Ditto.
3614 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3615 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3616 (LM_NEXT, LM_NAME): Ditto.
3617
44d88583
RH
36182003-06-01 Richard Henderson <rth@redhat.com>
3619
98a8e1e5
RH
3620 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3621 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3622 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3623 (alpha_cannot_store_register): Likewise.
3624 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3625 * alpha-nat.c (supply_gregset): Likewise.
3626 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 3627
310e9b6a
AC
36282003-06-01 Andrew Cagney <cagney@redhat.com>
3629
3630 * infcall.c (call_function_by_hand): Update comment on
3631 DEPRECATED_DUMMY_WRITE_SP.
3632
3633 * mips-tdep.c (mips_gdbarch_init): Do not set
3634 deprecated_dummy_write_sp.
3635 (mips_eabi_push_dummy_call): Set the SP register.
3636 (mips_o64_push_dummy_call): Set the SP register.
3637 (mips_o32_push_dummy_call): Set the SP register.
3638 (mips_n32n64_push_dummy_call): Set the SP register.
3639
5ab84872
RH
36402003-06-01 Richard Henderson <rth@redhat.com>
3641
98a8e1e5
RH
3642 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3643 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3644 (supply_gregset): Likewise.
3645 * alpha-tdep.c (alpha_store_return_value): Likewise.
3646 (alpha_get_longjmp_target): Likewise.
3647 (alpha_register_name): Constify array.
3648 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3649 deprecated_register_size, deprecated_register_bytes,
3650 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3651 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3652 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 3653
09cc52fd
RH
36542003-06-01 Richard Henderson <rth@redhat.com>
3655
3656 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3657 from arg_reg_buffer to regcache to avoid double conversion.
3658
c7f16359
MK
36592003-06-01 Mark Kettenis <kettenis@gnu.org>
3660
3661 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3662 SP_REGNUM.
3663 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3664 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3665
7131cb6e
RH
36662003-06-01 Richard Henderson <rth@redhat.com>
3667
98a8e1e5
RH
3668 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3669 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 3670
f3e0f90b
RH
36712003-06-01 Richard Henderson <rth@redhat.com>
3672
98a8e1e5
RH
3673 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3674 not overlapping PC_REGNUM.
f3e0f90b 3675
c88e30c0
RH
36762003-06-01 Richard Henderson <rth@redhat.com>
3677
98a8e1e5
RH
3678 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3679 alpha_push_arguments. Don't dump argument register data to
3680 the target stack. Fix float and 128-bit long double semantics.
3681 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3682 (alpha_fix_call_dummy): Remove.
3683 (alpha_call_dummy_words): Remove.
3684 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 3685
f1a559ae
RH
36862003-06-01 Richard Henderson <rth@redhat.com>
3687
3688 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3689
5e045346
AC
36902003-06-01 Andrew Cagney <cagney@redhat.com>
3691
95404a3e
AC
3692 * mips-tdep.c (is_mips16_addr): New function.
3693 (make_mips16_addr, unmake_mips16_addr): New functions.
3694 (pc_is_mips16, mips_fetch_instruction): Use.
3695 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3696 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3697 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3698 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3699 TARGET_MIPS.
3700 * config/mips/tm-mips.h: Update copyright.
3701 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3702 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3703 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3704 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3705 (TM_PRINT_INSN_MACH): Delete.
3706 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3707
5e045346
AC
3708 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3709 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3710 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3711 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3712 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3713 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3714 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3715 mips*-*-riscos* and mips*-*-sysv* onto mips.
3716 * config/mips/mips64.mt: New file.
3717 * config/mips/mips.mt: New file.
3718 * config/mips/littlemips.mt: Delete file.
3719 * config/mips/decstation.mt: Delete file.
3720 * config/mips/vr4300el.mt: Delete file.
3721 * config/mips/vr5000el.mt: Delete file.
3722 * config/mips/vr5000.mt: Delete file.
3723 * config/mips/vr4100.mt: Delete file.
3724 * config/mips/vr4xxxel.mt: Delete file.
3725 * config/mips/vr4300.mt: Delete file.
3726 * config/mips/vr4xxx.mt: Delete file.
3727 * config/mips/bigmips.mt: Delete file.
3728 * config/mips/bigmips64.mt: Delete file.
3729 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3730 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3731 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3732 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3733 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3734 "tm-bigmips.h".
3735 * config/mips/tm-irix3.h: Ditto.
3736 * config/mips/tm-mipsv4.h: Ditto.
3737 * config/mips/tm-embed.h: Ditto.
3738 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3739 "tm-bigmips64.h".
3740 * config/mips/tm-vr5000el.h: Delete file.
3741 * config/mips/tm-tx39l.h: Delete file.
3742 * config/mips/tm-vr4300el.h: Delete file.
3743 * config/mips/tm-vr4xxxel.h: Delete file.
3744 * config/mips/tm-vr4300.h: Delete file.
3745 * config/mips/tm-vr4100.h: Delete file.
3746 * config/mips/tm-vr4xxx.h: Delete file.
3747 * config/mips/tm-vr5000.h: Delete file.
3748 * config/mips/tm-embedl64.h: Delete file.
3749 * config/mips/tm-embedl.h: Delete file.
3750 * config/mips/tm-embed64.h: Delete file.
3751 * config/mips/tm-bigmips64.h: Delete file.
3752 * config/mips/tm-bigmips.h: Delete file.
3753
2473a4a9
MK
37542003-06-01 Mark Kettenis <kettenis@gnu.org>
3755
97a5b208
MK
3756 Fix gdb/1216.
3757 * shnbsd-nat.c: Include "sh-tdep.h".
3758
2473a4a9
MK
3759 From Richard Henderson <rth@redhat.com>:
3760 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3761
e0f7ec59
AC
37622003-05-31 Andrew Cagney <cagney@redhat.com>
3763
3764 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3765 forward declaration.
3766 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3767 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3768 (mips_find_saved_regs): Use set_reg_offset.
3769 (mips_frame_init_saved_regs): Delete function.
3770 (mips_pop_frame): Call mips_find_saved_regs instead of
3771 DEPRECATED_FRAME_INIT_SAVED_REGS.
3772
68dcc709
AC
37732003-05-31 Andrew Cagney <cagney@redhat.com>
3774
3775 * mips-tdep.c (mips_gdbarch_init): Do not set
3776 deprecated_max_register_raw_size, register_virtual_size, and
3777 deprecated_max_register_virtual_size.
3778
cfc14b3a
MK
37792003-05-31 Mark Kettenis <kettenis@gnu.org>
3780
6405b0a6
MK
3781 * i386-tdep.c: Include "dwarf2-frame.h".
3782 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3783 * Makefile.in (i386-tdep.o): Update dependencies.
3784
cfc14b3a
MK
3785 * dwarf2-frame.c, dwarf2-frame.h: New files.
3786 * Makefile.in (SFILES): Add dwarf2-frame.c.
3787 (dwarf2_frame_h): Define.
3788 (COMMON_OBS): Add dwarf2-frame.o.
3789 (dwarf2-frame.o): Add dependencies.
3790
6a2751d2
AJ
37912003-05-31 Andreas Jaeger <aj@suse.de>
3792
3793 * x86-64-linux-nat.c: Fix comment.
3794
1c3545ae
MK
37952003-05-31 Mark Kettenis <kettenis@gnu.org>
3796
10f93086
MK
3797 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3798 function signature.
3799
1c3545ae
MK
3800 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3801 have a sigcontext_addr handler.
3802 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3803 sigcontext_addr handler.
3804
e11c53d2
AC
38052003-05-31 Andrew Cagney <cagney@redhat.com>
3806
3807 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3808 (print_fp_register_row): Replace do_fp_register_row.
3809 (mips_print_fp_register): Add "file" and "frame" parameters.
3810 (mips_print_register): Add "file" and "frame" parameters.
3811 (mips_print_registers_info): Replace mips_do_registers_info.
3812 (mips_gdbarch_init): Set print_registers_info instead of
3813 deprecated_do_registers_info.
3814 (mips_read_fp_register_single): Add "frame" parameter.
3815 (mips_read_fp_register_double): Add "frame" parameter.
3816
a3386186
MK
38172003-05-31 Mark Kettenis <kettenis@gnu.org>
3818
70913449
MK
3819 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3820 Fixes a bug where GDB would print the wrong register names for
3821 targets without SSE.
3822
2b5e0749
MK
3823 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3824 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3825 registers.
3826
3827 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3828 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3829 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3830 TDEP->sc_sp_offset.
3831
a3386186
MK
3832 From Michal Ludvig <mludvig@suse.cz>:
3833 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3834 and `sc_num_regs'.
3835 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3836 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3837 I386_ST0_REGNUM): Move here from...
3838 * i386-tdep.c: ... here.
3839 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3840 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3841 registers if possible.
3842 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3843 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3844 Remove variables.
3845 (i386bsd_sc_reg_offset): New variable.
3846 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3847 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3848 TDEP->sc_sp_offset.
3849 (i386fbsd_sc_reg_offset): New variable.
3850 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3851 TDEP->sc_num_regs.
3852 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3853 variables.
3854 (i386fbsd4_sc_reg_offset): New variable.
3855 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3856 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3857 TDEP->sc_sp_offset.
3858 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3859 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3860 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3861 Remove variables.
3862 (i386nbsd_sc_reg_offset): New variable.
3863 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3864 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3865 TDEP->sc_sp_offset.
3866 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3867 Remove variables.
3868 (i386obsd_sc_reg_offset): New variable.
3869 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3870 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3871 TDEP->sc_sp_offset.
3872 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3873 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3874 for frame pointer offset in `struct sigcontext'.
3875
25ab4790
AC
38762003-05-31 Andrew Cagney <cagney@redhat.com>
3877
3878 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3879 architecture methods call_dummy_words, sizeof_call_dummy_words,
3880 push_return_address, store_struct_return, and fix_call_dummy. Set
3881 push_dummy_call instead of deprecated_push_arguments.
3882 (mips_store_struct_return): Delete function.
3883 (mips_fix_call_dummy): Delete function.
3884 (mips_push_return_address): Delete function.
3885 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3886 RA_REGNUM and T9_REGNUM.
3887 (mips_n32n64_push_dummy_call): Ditto for
3888 mips_n32n64_push_arguments.
3889 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3890 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3891
6a65450a
AC
38922003-05-31 Andrew Cagney <cagney@redhat.com>
3893
3894 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3895 "dummy_addr" to "bp_addr".
3896 * infcall.c (call_function_by_hand): Pass "funaddr" to
3897 gdbarch_push_dummy_call.
3898 * gdbarch.h, gdbarch.c: Re-generate.
3899 * i386-tdep.c (i386_push_dummy_call): Update.
3900 * arm-tdep.c (arm_push_dummy_call): Update.
3901 * d10v-tdep.c (d10v_push_dummy_call): Update.
3902
c4f35dd8
MK
39032003-05-31 Mark Kettenis <kettenis@gnu.org>
3904
3905 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3906 variable declarations.
3907 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3908 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3909 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3910 x86_64_init_frame_pc, x86_64_init_frame_pc,
3911 x86_64_function_has_prologue): Remove prototypes.
3912 (X86_64_NUM_GREGS): New define.
3913 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3914 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3915 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3916 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3917 XMM1_REGNUM): Remove defines.
3918 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3919 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3920 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3921 X86_64_XMM1_REGNUM): New defines.
3922 (struct x86_64_register_info): Renamed from `struct
3923 register_info'. Remove `size' member.
3924 (x86_64_register_info_table): Remove variable.
3925 (x86_64_register_info): New variable.
3926 (X86_64_NUM_REGS): New define.
3927 (X86_64_NUM_GREGS): Remove define.
3928 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3929 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3930 Remove variables.
3931 (x86_54_dwarf2_reg_to_regnum): Remove function.
3932 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3933 (x86_64_dwarf_reg_to_regnum): New function.
3934 (x86_64_register_name): Rewrite.
3935 (x86_64_register_raw_size): Remove function.
3936 (x86_64_register_byte_table): Remove variable.
3937 (x86_64_register_byte): Remove function.
3938 (x86_64_register_virtual_type): Remove function.
3939 (x86_64_register_type): New function.
3940 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3941 x86_64_register_convert_to_raw): Remove functions.
3942 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3943 (x86_64_use_struct_convention): Make static. Adjust for renamed
3944 defines.
3945 (x86_64_frame_init_saved_regs): Remove function.
3946 (x86_64_push_arguments): Make static. Change to accept a regcache
3947 as argument.
3948 (x86_64_store_return_value, x86_64_extract_return_value): Make
3949 static. Rewrite based on i386 counterparts.
3950 (x86_64_push_dummy_call): New function.
3951 (X86_64_NUM_SAVED_REGS): New define.
3952 (x86_64_register_number): Remove function.
3953 (x86_64_store_struct_return): Remove function.
3954 (x86_64_frameless_function_invocation,
3955 x86_64_function_has_prologue): Remove functions.
3956 (PROLOG_BUFSIZE): Remove define.
3957 (struct x86_64_frame_cache): New structure.
3958 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3959 x86_64_frame_cache, x86_64_frame_this_id,
3960 x86_64_frame_prev_register, x86_64_frame_p,
3961 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3962 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3963 functions.
3964 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3965 variables.
3966 (x86_64_skip_prologue): Rewrite in terms of
3967 x86_64_analyze_prologue.
3968 (x86_64_frame_base_address): New function.
3969 (x86_64_frame_base): New variable.
3970 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3971 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3972 set deprecated_fp_regnum, deprecated_register_size,
3973 deprecated_register_bytes, register_raw_size, register_byte,
3974 register_virtual_type, register_convertiable,
3975 register_convert_to_virtual, convert_to_raw,
3976 deprecated_get_saved_register, deprecated_target_read_fp,
3977 deprecated_push_arguments, deprecated_push_return_address,
3978 deprecated_pop_frame, deprecated_store_struct_return,
3979 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3980 frameless_function_invocation, deprecated_frame_saved_pc,
3981 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3982 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3983 deprecated_init_frame_pc and virtual_frame_pointer. Call
3984 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3985 and x86_64_frame_p. Call frame_base_set_default to register
3986 x86_64_frame_base.
3987 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3988 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3989 (_initialize_x86_64_tdep): Remove function.
3990 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3991 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3992 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3993 define.
3994 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3995 (x86_64_linux_sigcontext_addr): Rewrite.
3996 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3997 x86_64_linux_frame_saved_pc): Remove functions.
3998 (x86_64_linux_pc_in_sigtramp): Renamed from
3999 x86_64_linux_in_sigtramp. Try harder to recognize a signal
4000 trampoline.
4001 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
4002 Remove_functions.
4003 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
4004 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4005 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
4006 (x86_64_regmap): Rename to regmap.
4007 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
4008 x86_64_num_gregs.
4009 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
4010 x86_64_regmap.
4011 (x86_64_fxsave_offset): Remove function.
4012 (supply_fpregset): Simply call x86_64_supply_fxsave.
4013 (fill_fpregset): Simply call x86_64_fill_fxsave.
4014 (fetch_inferior_registers, store_inferior_registers): Avoid
4015 asignment in if-statement.
4016 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
4017 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
4018 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
4019 (fetch_core_registers): Remove function.
4020 (linux_elf_core_fns): Remove.
4021 (offsetoff): Don't define.
4022 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
4023 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
4024 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
4025 add core-regset.o.
4026 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
4027 protection against multiple includes instead of NM_X86_64_h. Add
4028 various comments. Include "config/nm-linux.h". Don't include
4029 <signal.h>.
4030 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
4031 GET_THREAD_SIGNALS): Remove defines.
4032 (x86_64_register_u_addr, kernel_u_size,
4033 lin_thread_get_thread_signals): Remove prototypes.
4034 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
4035 [HAVE_LINK_H]: Don't include "solib.h".
4036 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
4037 * config/i386/tm-x86-64linux.h: Fix comments.
4038 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
4039 x86-64-tdep.o): Update dependencies.
4040
c25083af
AC
40412003-05-30 Andrew Cagney <cagney@redhat.com>
4042
c8f55a7b
AC
4043 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
4044 Change parameter type to a "struct regcache *".
4045
c25083af
AC
4046 * gdbarch.sh: Regardless of the multi-arch level, always define
4047 the macro when not already defined.
4048 * gdbarch.h, gdbarch.c: Re-generate.
4049
fbe586ae
RH
40502003-05-30 Richard Henderson <rth@redhat.com>
4051
4052 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
4053 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
4054 (alpha_mdebug_frame_this_id): Likewise.
4055 (alpha_mdebug_frame_prev_register): Likewise.
4056 (alpha_mdebug_frame_base_address): Likewise.
4057 (alpha_mdebug_frame_locals_address): Likewise.
4058 (alpha_mdebug_frame_args_address): Likewise.
4059 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
4060 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
4061 (alpha_heuristic_frame_unwind_cache): Make static; add missing
4062 loop increment.
4063 (alpha_heuristic_frame_this_id): Make static.
4064 (alpha_heuristic_frame_prev_register): Likewise.
4065 (alpha_heuristic_frame_base_address): Likewise.
4066 * alpha-tdep.h: Update.
4067
acd5c798
MK
40682003-05-30 Mark Kettenis <kettenis@gnu.org>
4069
4070 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
4071 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
4072 defenitions.
4073 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
4074 * i386-tdep.c: Mark functions that are 64-bit safe as such.
4075 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
4076 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
4077 I386_ST0_REGNUM): New defines.
4078 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
4079 codestream_get): Remove define.
4080 (codestream_next_addr, condestream_addr, condestream_buf,
4081 codestream_off, codestream_cnt): Remove variables.
4082 (codestream_fill, codestream_seek, codestream_read): Remove
4083 functions.
4084 (i386_follow_jump): Rewrite to avoid usage of removed codestream
4085 functionality.
4086 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
4087 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
4088 i386_frame_saved_pc, i386_saved_pc_after_call,
4089 i386_frame_num_args, i386_frame_init_saved_regs,
4090 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
4091 i386_push_arguments): Remove functions.
4092 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
4093 functionality. Use i386_analyze_prologue instead of
4094 i386_get_frame_setup.
4095 (I386_NUM_SAVED_REGS): New define.
4096 (struct i386_frame_cache): New structure.
4097 (i386_alloc_frame_cache, i386_analyze_struct_return,
4098 i386_skip_probe, i386_analyze_frame_setup,
4099 i386_analyze_register_saves, i386_analyze_prologue,
4100 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
4101 i386_frame_prev_register, i386_sigtramp_frame_cache,
4102 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
4103 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
4104 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
4105 New functions.
4106 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
4107 New variables.
4108 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
4109 I386_EAX_REGNUM and I386_EDX_REGNUM.
4110 (i386_extract_return_value, i386_store_return_value): Use
4111 I386_ST0_REGNUM where appropriate.
4112 (i386_extract_struct_value_address): Rewrite to use extract_address.
4113 (i386_svr4_pc_in_sigtramp): Add comment.
4114 (i386_svr4_sigcontext_addr): Rewrite.
4115 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
4116 TDEP->sc_sp_offset.
4117 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
4118 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
4119 of new defines. Set push_dummy_call, don't set
4120 deprecated_push_arguments, deprecated_push_return_address,
4121 deprecated_pop_frame. Don't set parm_boundary. Don't set
4122 deprecated_frame_chain, deprecated_frame_saved_pc,
4123 deprecated_saved_pc_after_call. Set unwind_dummy_id,
4124 save_dummy_frame_tos, unwind_pc. Call
4125 frame_unwind_append_predicate and frame_base_set_default. Don't
4126 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
4127 Don't set frameless_function_invocation. Don't set
4128 deprecated_register_bytes, deprecated_register_size,
4129 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
4130 * i386-linux-tdep.c: Fix formatting in some comments.
4131 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
4132 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
4133 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
4134 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
4135 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
4136 redundant parentheses.
4137 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
4138 (i386_linux_sigcontext_addr): Use it. Rewrite.
4139 (find_minsym_and_objfile): Change name of second argument.
4140 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
4141 changed. Use frame_pc_unwind instead of
4142 DEPRECATED_SAVED_PC_AFTER_CALL.
4143 (i386_linux_init_abi): Don't set deprecated_register_bytes.
4144 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
4145 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
4146 unwinder.
4147 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
4148 "dummy-frame.h".
4149 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
4150 (_initialize_i386_cygwin_tdep): New prototype.
4151 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
4152 deprecated_frame_chain_valid.
4153 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
4154 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4155 Rely on the SVR4 defaults.
4156 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
4157 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
4158
c89b70f1
AC
41592003-05-30 Andrew Cagney <cagney@redhat.com>
4160
4161 * infcall.c (call_function_by_hand): Always call
4162 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
4163
85b32d22
RH
41642003-05-30 Richard Henderson <rth@redhat.com>
4165
c89b70f1
AC
4166 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
4167 increment.
85b32d22 4168
bfe51b1e
JB
41692003-05-29 Jim Blandy <jimb@redhat.com>
4170
4171 Use gdbarch methods for solib stuff on PowerPC Linux.
4172 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
4173 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
4174 show through.
4175 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4176 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
4177 giving the same effect as the #definitions above.
4178
1abf022c
AF
41792003-05-29 Adam Fedor <fedor@gnu.org>
4180
4181 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
4182 (find_implementation_from_class): Replace it with the standard
4183 case i.e. do nothing.
4184
d2427a71
RH
41852003-05-29 Richard Henderson <rth@redhat.com>
4186
4187 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
4188 (alpha_linux_sigtramp_offset): Use it. Make static.
4189 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
4190 update for new frame model.
4191 * alpha-mdebug-tdep.c: New file.
4192 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
4193 (alpha_osf1_init_abi): Install it.
4194 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
4195 (linked_proc_desc_table): Remove.
4196 (alpha_frame_past_sigtramp_frame): Remove.
4197 (alpha_dynamic_sigtramp_offset): Remove.
4198 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
4199 (alpha_proc_desc_is_dyn_sigtramp): Remove.
4200 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
4201 (push_sigtramp_desc): Remove.
4202 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
4203 (alpha_cannot_store_register): Likewise.
4204 (alpha_sigcontext_addr): Remove.
4205 (alpha_find_saved_regs): Remove.
4206 (alpha_frame_init_saved_regs): Remove.
4207 (alpha_init_frame_pc_first): Remove.
4208 (read_next_frame_reg): Remove.
4209 (alpha_frame_saved_pc): Remove.
4210 (alpha_saved_pc_after_call): Remove.
4211 (temp_proc_desc, temp_saved_regs): Remove.
4212 (alpha_about_to_return): Remove.
4213 (cached_proc_desc): Remove.
4214 (alpha_frame_chain): Remove.
4215 (alpha_print_extra_frame_info): Remove.
4216 (alpha_init_extra_frame_info): Remove.
4217 (alpha_frame_locals_address): Remove.
4218 (alpha_frame_args_address): Remove.
4219 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4220 (alpha_push_dummy_frame): Remove.
4221 (alpha_pop_frame): Remove.
4222 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4223 (alpha_read_insn): New.
4224 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4225 for different insn encodings.
4226 (alpha_in_lenient_prologue): Remove.
4227 (struct alpha_sigtramp_unwind_cache): New.
4228 (alpha_sigtramp_frame_unwind_cache): New.
4229 (alpha_sigtramp_register_address): New.
4230 (alpha_sigtramp_frame_this_id): New.
4231 (alpha_sigtramp_frame_prev_register): New.
4232 (alpha_sigtramp_frame_unwind): New.
4233 (alpha_sigtramp_frame_p): New.
4234 (struct alpha_heuristic_unwind_cache): New.
4235 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4236 don't count nop insns that occur between functions.
4237 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4238 heuristic_proc_desc, but without the mdebug wrapping.
4239 (alpha_heuristic_frame_this_id): New.
4240 (alpha_heuristic_frame_prev_register): New.
4241 (alpha_heuristic_frame_unwind): New.
4242 (alpha_heuristic_frame_p): New.
4243 (alpha_heuristic_frame_base_address): New.
4244 (alpha_heuristic_frame_base): New.
4245 (alpha_unwind_dummy_id): New.
4246 (alpha_unwind_pc): New.
4247 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4248 frame related deprecated initializations; install replacements.
4249 (alpha_dump_tdep): Remove.
4250 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4251 (alpha_read_insn, alpha_after_prologue,
4252 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4253 alpha_heuristic_frame_prev_register,
4254 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4255 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4256 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4257 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4258
93ec1121
AC
42592003-05-29 Andrew Cagney <cagney@redhat.com>
4260
4261 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4262 dependant on the availability of ASSERT_FUNCTION.
4263 (ASSERT_FUNCTION): Do not define when there is no function name.
4264
98f08d3d
KB
42652003-05-29 Kevin Buettner <kevinb@redhat.com>
4266
4267 From Jimi X <jimix@watson.ibm.com>:
4268 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4269
0897f59b
JB
42702003-05-28 Jim Blandy <jimb@redhat.com>
4271
4272 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4273 argument to ptrace to int; the system headers should give it the
4274 right type, and pointers don't fit in ints on powerpc64-*-*.
4275
14898363
L
42762003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4277
4278 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4279 DW_TAG_catch_block.
4280
a7a48797
EZ
42812003-05-26 Elena Zannoni <ezannoni@redhat.com>
4282
4283 * stabsread.c (dbx_lookup_type): Make static.
4284 (read_type): Ditto.
4285 (add_undefined_type): Ditto.
4286 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4287 not export.
4288
f5479e9c
EZ
42892003-05-26 Elena Zannoni <ezannoni@redhat.com>
4290
4291 * hpread.c (hpread_has_name): Make static.
4292 (hpread_psymtab_to_symtab): Ditto.
4293 (file_exists): Ditto.
4294 (hpread_call_pxdb): Ditto.
4295 (hpread_pxdb_needed): Ditto.
4296 (hpread_quick_traverse): Ditto.
4297 (hpread_get_header): Ditto.
4298 (hpread_get_lntt): Ditto.
4299 (hpread_get_slt): Ditto.
4300 (class_of): Ditto.
4301
eb2e12d7
AS
43022003-05-25 Andreas Schwab <schwab@suse.de>
4303
78bf922a
AS
4304 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4305 stack_align and deprecated_extra_stack_alignment_needed.
4306 (m68k_stack_align): Delete.
4307
eb2e12d7
AS
4308 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4309 (m68k_register_virtual_size): Likewise.
4310 (altos_skip_prologue): Remove obsolete function.
4311 (isi_frame_num_args): Likewise.
4312 (news_frame_num_args): Likewise.
4313 (m68k_fix_call_dummy): Make static.
4314 (m68k_push_dummy_frame): Likewise.
4315 (m68k_pop_frame): Likewise.
4316 (m68k_skip_prologue): Likewise.
4317 (m68k_frame_init_saved_regs): Likewise.
4318 (m68k_saved_pc_after_call): Likewise.
4319 (m68k_get_longjmp_target): Make multi-arch.
4320 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4321 structure. Register m68k_get_longjmp_target if enabled.
4322 * m68k-tdep.h (struct gdbarch_tdep): Define.
4323 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4324
4325 * Makefile.in (config.status): Also depend on configure.tgt
4326 and configure.host.
4327 (m68klinux-tdep.o): Update dependencies.
4328 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4329 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4330 (M68K_LINUX_JB_PC): Define.
4331 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4332 and take additional parameter.
4333 (m68k_linux_sigtramp_saved_pc): Update.
4334 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4335 m68k_linux_pc_in_sigtramp, in_plt_section,
4336 find_solib_trampoline_target.
4337 * config/m68k/tm-linux.h: Don't include any tm headers.
4338 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4339 (JB_ELEMENT_SIZE): Likewise.
4340 (JB_PC): Likewise.
4341 (GET_LONGJMP_TARGET): Likewise.
4342 (IN_SIGTRAMP): Likewise.
4343 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4344
eb2c22dc
MK
43452003-05-25 Mark Kettenis <kettenis@gnu.org>
4346
4347 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4348 (sparc32_push_arguments): Re-implement by calling
4349 sparc32_do_push_arguments.
4350
44b7b84e
MK
43512003-05-25 Mark Kettenis <kettenis@gnu.org>
4352
4353 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4354 SPARC_O1_REGNUM): New defines.
4355 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4356 (sparc32_store_return_value): New function.
4357 (sparc_extract_struct_value_address): Rewrite to operate on a
4358 regcache.
4359 (sparc_gdbarch_init): Don't set
4360 deprecated_extract_struct_value_address. Set
4361 extract_struct_value_address instead. Don't set
4362 deprecated_extract_return_value and deprecated_store_return_value
4363 for 32-bit targets. Set extract_return_value and
4364 store_return_value instead.
4365 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4366 DEPRECTAED_EXTRACT_RETURN_VALUE,
4367 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4368 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4369 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4370 (sparc_store_return_value): Remove prototype.
4371 (sparc32_store_return_value): New prototype.
4372 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4373 Adjust prototypes.
4374
f6ad61e3
MK
43752003-05-24 Mark Kettenis <kettenis@gnu.org>
4376
4377 * sparcnbsd-tdep.c: Include "gdb_string.h".
4378
b276f1bb
AC
43792003-05-23 Andrew Cagney <cagney@redhat.com>
4380
4381 * p-valprint.c (pascal_val_print): Replace extract_address with
4382 the inline equivalent extract_unsigned_integer.
4383 * jv-valprint.c (java_value_print): Ditto.
4384 * ada-valprint.c (ada_val_print_1): Ditto.
4385 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4386
e76c5fcc
TR
43872003-05-23 Theodore A. Roth <troth@openavr.org>
4388
4389 * blockframe.c (frameless_look_for_prologue): Remove unused
4390 after_prologue variable.
4391
2cdd89cb
MK
43922003-05-23 Mark Kettenis <kettenis@gnu.org>
4393
4394 * blockframe.c (get_pc_function_start): Rewrite to avoid
4395 asignments in if-statements.
4396
182d43bc
EZ
43972003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4398
4399 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 4400 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
4401 files, don't relocate absolute symbols (and do use mst_abs).
4402
e8f3fcdd
AC
44032003-05-23 Andrew Cagney <cagney@redhat.com>
4404
4405 * objc-lang.c: Include "gdb_assert.h".
4406 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4407 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4408 (gdb_check, gdb_check_fatal): Delete functions.
4409 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4410 gdb_assert.
4411 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4412 * Makefile.in (objc-lang.o): Update dependencies.
4413
3c23e6fb
ILT
44142003-05-22 Ian Lance Taylor <ian@airs.com>
4415
4416 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4417 with fprintf_filtered, not fprintf_unfiltered.
4418
af1342ab
AC
44192003-05-22 Andrew Cagney <cagney@redhat.com>
4420
4421 * stack.c (frame_info): Inline extract_address, replacing it with
4422 extract_unsigned_integer.
4423 * findvar.c (unsigned_pointer_to_address): Ditto.
4424 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4425 * dwarf2expr.c (dwarf2_read_address): Ditto.
4426 * frame.c (frame_pc_unwind): Update comment.
4427 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4428
47e242ec
JJ
44292003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4430
4431 * infptrace.c (detach): Call print_sys_errmsg rather than
4432 perror_with_name to issue warning message when errno is non-zero
4433 after calling ptrace detach.
4434
e2ac8128
JB
44352003-05-21 J. Brobecker <brobecker@gnat.com>
4436
4437 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4438 macro definitions from here...
4439 * hppa-tdep.c: ...to there.
4440
92b3541e
KB
44412003-05-20 Kevin Buettner <kevinb@redhat.com>
4442
4443 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4444 register_ptrace_addr(). Fix all callers.
4445
55809acb
AS
44462003-05-21 Andreas Schwab <schwab@suse.de>
4447
4448 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4449 dependencies.
4450 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4451 end.
4452 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4453 (_initialize_m68k_linux_tdep): New function.
4454 (m68k_linux_frame_saved_pc): Make static.
4455 (m68k_linux_extract_return_value): Likewise.
4456 (m68k_linux_store_return_value): Likewise.
4457 (m68k_linux_extract_struct_value_address): Likewise.
4458 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4459 Remove.
4460 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4461 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4462 (DEPRECATED_FRAME_SAVED_PC): Remove.
4463
0fbc10f7
KW
44642003-05-20 Kris Warkentin <kewarken@qnx.com>
4465
4466 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4467 regset numbering rather than our own.
4468
58da2eb2
DC
44692003-05-19 David Carlton <carlton@bactrian.org>
4470
4471 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4472
1fcb5155
DC
44732003-05-19 David Carlton <carlton@bactrian.org>
4474
4475 Partial fix for PR c++/827.
4476 * cp-support.h: Include symtab.h.
4477 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4478 * cp-namespace.c: Update contributors.
4479 (cp_lookup_symbol_nonlocal): New.
4480 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4481 (lookup_symbol_file): Ditto.
4482 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4483 * block.h: Declare block_scope, block_using, block_global_block.
4484 * block.c (block_scope): New.
4485 (block_using, block_global_block): Ditto.
4486 * Makefile.in (cp_support_h): Depend on symtab_h.
4487 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4488
5f9a71c3
DC
44892003-05-19 David Carlton <carlton@bactrian.org>
4490
4491 * language.h (struct language_defn): Add 'la_value_of_this'
4492 and 'la_lookup_symbol_nonlocal' members.
4493 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4494 lookup_symbol_static, lookup_symbol_global,
4495 lookup_symbol_aux_block.
4496 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4497 if we should search fields of this and how to do static/global
4498 lookup.
4499 (lookup_symbol_aux_block): Make extern.
4500 (basic_lookup_symbol_nonlocal): New.
4501 (lookup_symbol_static, lookup_symbol_global): Ditto.
4502 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4503 'la_lookup_symbol_nonlocal' members.
4504 * c-lang.c (c_language_defn, cplus_language_defn)
4505 (asm_language_defn, minimal_language_defn): Ditto.
4506 * jv-lang.c (java_language_defn): Ditto.
4507 * language.c (unknown_language_defn, auto_language_defn)
4508 (local_language_defn): Ditto.
4509 * m2-lang.c (m2_language_defn): Ditto.
4510 * objc-lang.c (objc_language_defn): Ditto.
4511 * scm-lang.c (scm_language_defn): Ditto.
4512 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4513 * p-lang.c (pascal_language_defn): Ditto for both.
4514 * Makefile.in (f-lang.o): Depend on value_h.
4515 (p-lang.o): Ditto.
4516
89a9d1b1
DC
45172003-05-19 David Carlton <carlton@bactrian.org>
4518
4519 * block.h: Declare block_static_block.
4520 * block.c (block_static_block): New.
4521 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4522 lookup_symbol_aux_local, calling block_static_block instead.
4523 (lookup_symbol_aux_local): Delete 'static_block' argument.
4524
eed3f8ab
DC
45252003-05-19 David Carlton <carlton@bactrian.org>
4526
4527 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4528
a09d8bda
ML
45292003-05-19 Michal Ludvig <mludvig@suse.cz>
4530
4531 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4532 register numbers mapping.
4533
69636828
AF
45342003-05-18 Adam Fedor <fedor@gnu.org>
4535
4536 * symtab.c (completion_list_objc_symbol): New function.
4537 (make_symbol_completion_list): Use it to add ObjC symbols
4538 when looking though the list.
4539 (language_search_unquoted_string): New function.
4540 (make_file_symbol_completion_list): Use it.
4541
55baeb84
AS
45422003-05-18 Andreas Schwab <schwab@suse.de>
4543
d0b45d99
AS
4544 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4545 dependencies.
4546 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4547 as m68k_linux_extract_return_value.
4548 (DEPRECATED_STORE_RETURN_VALUE): Define as
4549 m68k_linux_store_return_value.
4550 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4551 m68k_linux_extract_struct_value_address.
4552 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4553 get_next_frame, get_frame_base, get_frame_pc.
4554 (m68k_linux_frame_saved_pc): Use get_frame_base.
4555 (m68k_linux_extract_return_value): New function.
4556 (m68k_linux_store_return_value): New function.
4557 (m68k_linux_extract_struct_value_address): New function.
4558 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4559
55baeb84
AS
4560 * c-exp.y (typebase): Remove duplicate occurence of
4561 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 4562 of lookup_signed_typename.
55baeb84 4563
b6b08ebf
MK
45642003-05-18 Mark Kettenis <kettenis@gnu.org>
4565
4566 * dwarf2loc.c (find_location_expression): Change type of second
4567 argument to `size_t *'.
4568 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4569 for size variable.
4570
5ad1c190
DC
45712003-05-18 David Carlton <carlton@bactrian.org>
4572
4573 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4574 'linkage_name'. Add comment.
4575 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4576 'linkage_name'.
4577 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4578 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4579 (lookup_block_symbol): Ditto.
4580
b8b527c5
AC
45812003-05-16 Andrew Cagney <cagney@redhat.com>
4582
4583 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4584 * gdbarch.h, gdbarch.c: Re-generate.
4585 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4586 * TODO (REGISTER_BYTES): Delete reference.
4587 * alpha-tdep.c (alpha_gdbarch_init): Update.
4588 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4589 * x86-64-tdep.c (x86_64_init_abi): Update.
4590 * vax-tdep.c (vax_gdbarch_init): Update.
4591 * v850-tdep.c (v850_gdbarch_init): Update.
4592 * sparc-tdep.c (sparc_gdbarch_init): Update.
4593 * sh-tdep.c (sh_gdbarch_init): Update.
4594 * s390-tdep.c (s390_gdbarch_init): Update.
4595 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4596 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4597 (ns32k_gdbarch_init_32382): Update.
4598 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4599 * mcore-tdep.c (mcore_gdbarch_init): Update.
4600 * m68k-tdep.c (m68k_gdbarch_init): Update.
4601 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4602 * ia64-tdep.c (ia64_gdbarch_init): Update.
4603 * i386-tdep.c (i386_gdbarch_init): Update.
4604 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4605 * hppa-tdep.c (hppa_gdbarch_init): Update.
4606 * h8300-tdep.c (h8300_gdbarch_init): Update.
4607 * frv-tdep.c (frv_gdbarch_init): Update.
4608 * cris-tdep.c (cris_gdbarch_init): Update.
4609 * avr-tdep.c (avr_gdbarch_init): Update.
4610 * arm-tdep.c (arm_gdbarch_init): Update.
4611 * sparc-tdep.c (sparc_pop_frame): Update.
4612 * rs6000-tdep.c (rs6000_pop_frame): Update.
4613 * remote.c (init_remote_state): Update.
4614 (remote_prepare_to_store): Update.
4615 * remote-vx.c (vx_prepare_to_store): Update.
4616 * remote-sds.c (sds_fetch_registers): Update.
4617 (sds_prepare_to_store): Update.
4618 * remote-array.c: Update.
4619 * regcache.c (init_legacy_regcache_descr): Update.
4620 (init_regcache_descr): Update.
4621 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4622 (mips_o64_extract_return_value): Update.
4623 * irix5-nat.c (fetch_core_registers): Update.
4624 * irix4-nat.c (fetch_core_registers): Update.
4625 * i386-tdep.h: Update.
4626 * hppa-tdep.c (pa_do_registers_info): Update.
4627 (pa_do_strcat_registers_info): Update.
4628 * cris-tdep.c (cris_register_bytes_ok): Update.
4629 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4630 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4631 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4632 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4633 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4634 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4635 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4636 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4637 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4638 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4639 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4640 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4641 (REGISTER_BYTES_OK): Update.
4642 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4643 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4644
ee2842e2
ILT
46452003-05-16 Ian Lance Taylor <ian@airs.com>
4646
4647 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4648 (vax_print_insn, print_insn_arg): Remove static functions.
4649 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4650 print_insn_vax from opcodes library.
4651 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4652
973177d3
AC
46532003-05-15 Andrew Cagney <cagney@redhat.com>
4654
aaab4dba
AC
4655 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4656 * target.h (memory_breakpoint_from_pc): Delete declaration.
4657 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4658 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4659 * monitor.c (monitor_insert_breakpoint): Use
4660 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4661 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4662 * gdbarch.h, gdbarch.c: Re-generate.
4663 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4664 (sparc_gdbarch_init): Set breakpoint_from_pc to
4665 sparc_breakpoint_from_pc.
4666 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4667 (BREAKPOINT_FROM_PC): Define.
4668 (sparc_breakpoint_from_pc): Declare.
4669 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4670 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4671 (BREAKPOINT_FROM_PC): Define.
4672 (BREAKPOINT): Delete macro.
4673 * target.h: Update comment.
4674 * s390-tdep.c (s390_gdbarch_init): Update comments.
4675 * remote.c: Update comments.
4676 * remote-mips.c: Update comments.
4677 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4678 * mem-break.c: Update comment.
4679 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4680 (ia64_memory_insert_breakpoint): Update.
4681 * config/sparc/tm-sparc.h: Update comment.
4682 * config/pa/tm-hppa64.h: Update comment.
4683 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4684 (rs6000_breakpoint_from_pc): Update.
4685 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4686 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4687 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4688 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4689 (mips_breakpoint_from_pc): Update.
4690 (mips_dump_tdep): Update.
4691
e06963ff
AC
4692 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4693 * minsyms.c (lookup_minimal_symbol): Inline
4694 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4695
973177d3
AC
4696 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4697 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4698 * p-lang.c (pascal_printstr): Ditto.
4699 * objc-lang.c (objc_printstr): Ditto.
4700 * m2-lang.c (m2_printstr): Ditto.
4701 * jv-valprint.c (java_print_value_fields): Ditto.
4702 * f-lang.c (f_printstr): Ditto.
4703 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4704 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4705 for repeat_count_threshold.
4706 * Makefile.in (cp-valprint.o): Update dependencies.
4707
5ea2bd7f 47082003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 4709
5ea2bd7f
JJ
4710 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4711 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
4712 they start with mov r2,r12. Support skipping over indirect stores
4713 of the input registers. Upon hitting a non-nop branch instruction
4714 or predicated instruction, bail out by setting lim_pc to the current
4715 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
4716 beyond our calculated value and we have trust_limit set,
4717 use the lim_pc value.
4718
cc8c88f3
AC
47192003-05-15 Andrew Cagney <cagney@redhat.com>
4720
4721 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4722 generic_find_dummy_frame.
4723 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4724 (deprecated_generic_find_dummy_frame): Update.
4725 (deprecated_read_register_dummy): Update.
4726 * frame.c (deprecated_generic_get_saved_register): Update.
4727
909cd28e
TR
47282003-05-15 Theodore A. Roth <troth@openavr.org>
4729
4730 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4731 (avr_gdbarch_init): Set breakpoint_from_pc method.
4732
b923b08d
AC
47332003-05-15 Andrew Cagney <cagney@redhat.com>
4734
4735 * regcache.c (build_regcache): Set deprecated_register_valid
4736 directly.
4737 (deprecated_grub_regcache_for_register_valid): Delete function.
4738 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4739 declaration.
4740
ae2f03ac 47412003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
4742
4743 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
4744 * symtab.c (lookup_symbol_aux): Delete calls to
4745 lookup_symbol_aux_minsyms.
4746 (lookup_symbol_aux_minsyms): Comment out function and
4747 prototype. Delete lookup by mangled name.
ae2f03ac 4748
18ec9831
KB
47492003-05-14 Kevin Buettner <kevinb@redhat.com>
4750
4751 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4752 correctly indicate an empty stack and ``stack_allocated'' to the
4753 indicate the number of elements initially allocated.
4754 (dwarf_expr_grow_stack): Simplify method for computing new
4755 stack size. Don't loop infinitely if ``stack_len'' is zero.
4756 (execute_stack_op): Move ``ctx->in_reg'' initialization
4757 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4758 be used in conjuction with DW_OP_piece. Revise error message
4759 accordingly.
4760
de18ac1f
TR
47612003-05-14 Theodore A. Roth <troth@openavr.org>
4762
4763 * MAINTAINERS: Update my email address.
4764 * avr-tdep.c: Ditto.
4765
176620f1
EZ
47662003-05-14 Elena Zannoni <ezannoni@redhat.com>
4767
4768 * symtab.h (enum domain_enum): Rename from namespace_enum.
4769 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4770 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4771 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4772 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4773 TYPES_NAMESPACE, METHODS_NAMESPACE.
4774 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4775 (struct symbol, struct partial_symbol): Rename field
4776 'namespace_enum namespace' to 'domain_enum domain'.
4777 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4778 Delete old define kludge for namespace.
4779
4780 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4781 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4782 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4783 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4784 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4785 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4786 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4787 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4788 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4789 occurrences of the above.
4790
b7f31508
ILT
47912003-05-14 Ian Lance Taylor <ian@airs.com>
4792
4793 * Makefile.in (install-only): Use $(SHELL) when running
4794 mkinstalldirs.
4795
2fdbdd39
ILT
47962003-05-13 Ian Lance Taylor <ian@airs.com>
4797
a208d82c
ILT
4798 * MAINTAINERS (write after approval): Add myself.
4799
2fdbdd39
ILT
4800 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4801 second and third arguments.
4802 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4803 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4804
fbd9dcd3
AC
48052003-05-13 Andrew Cagney <cagney@redhat.com>
4806
4807 * defs.h (store_address): Delete declaration.
4808 findvar.c (store_address): Delete function.
4809 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4810 store_unsigned_integer.
4811 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4812 * v850-tdep.c (v850_push_arguments): Ditto.
4813 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4814 * sh-tdep.c (sh64_get_saved_register): Ditto.
4815 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4816 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4817 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4818 (mips_get_saved_register): Ditto.
4819 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4820 (find_func_descr, ia64_push_arguments): Ditto.
4821 * i386-tdep.c (i386_push_arguments): Ditto.
4822 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4823 * frv-tdep.c (frv_push_arguments): Ditto.
4824 * frame.c (legacy_saved_regs_prev_register): Ditto.
4825 (deprecated_generic_get_saved_register): Ditto.
4826 * findvar.c (unsigned_address_to_pointer): Ditto.
4827 * dwarf2read.c (dwarf2_const_value): Ditto.
4828 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4829 * alpha-tdep.c (alpha_push_arguments): Ditto.
4830
6760f9e6
JB
48312003-05-12 J. Brobecker <brobecker@gnat.com>
4832
4833 * NEWS: Mention that the hppa-hpux port has been partially
4834 multiarched (32bit ABIT only, so far).
4835
30e221b4
AC
48362003-05-11 Andrew Cagney <cagney@redhat.com>
4837
4838 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4839 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4840 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4841 sim/testsuite/sim/arm/misaligned2.ms, and
4842 sim/testsuite/sim/arm/misaligned3.ms.
4843 * disasm.h (struct ui_file): Add opaque struct declaration.
4844 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4845 * frame.h (struct ui_file): Ditto.
4846
dea7f9ba
MK
48472003-05-11 Mark Kettenis <kettenis@gnu.org>
4848
4849 * value.h: Pretty print.
4850
01986c48
MK
48512003-05-10 Mark Kettenis <kettenis@gnu.org>
4852
4853 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4854
123a958e
AC
48552003-05-08 Andrew Cagney <cagney@redhat.com>
4856
4857 * regcache.h (max_register_size): Delete declaration.
4858 * regcache.c (max_register_size): Delete function.
4859 (struct regcache_descr): Delete field "max_register_size".
4860 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4861 registers fit in MAX_REGISTER_SIZE.
4862 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4863 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4864 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4865 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4866 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4867 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4868 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4869 * dve3900-rom.c, hppa-tdep.c: Ditto.
4870
eb294659
DC
48712003-05-08 David Carlton <carlton@math.stanford.edu>
4872
4873 * valops.c (push_word): Fix typo.
4874
d9d9c31f
AC
48752003-05-08 Andrew Cagney <cagney@redhat.com>
4876
4877 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4878 * gdbarch.h: Re-generate.
4879 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4880 (legacy_max_register_raw_size): Delete declaration.
4881 * regcache.c (legacy_max_register_raw_size): Delete function.
4882 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4883 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4884 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4885 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4886 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4887 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4888 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4889 * findvar.c, dwarf2cfi.c: Ditto.
4890
22540ece
AC
48912003-05-08 Andrew Cagney <cagney@redhat.com>
4892
4893 * mips-tdep.c (read_signed_register): New function, moved to here
4894 from "regcache.c".
4895 (read_signed_register_pid): Ditto.
4896 * regcache.c (read_signed_register_pid): Delete function, moved to
4897 "mips-tdep.c".
4898 (read_signed_register): Ditto.
4899 * regcache.h (read_signed_register): Delete declaration.
4900 (read_signed_register_pid): Delete declaration.
4901
0c92afe8
AC
49022003-05-08 Andrew Cagney <cagney@redhat.com>
4903
4904 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4905 * gdbarch.h: Re-generate.
4906 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4907 (legacy_max_register_virtual_size): Delete declaration.
4908 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4909 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4910 * tracepoint.c (memrange_sortmerge): Ditto.
4911 * sparc-tdep.c (sparc_print_registers): Ditto.
4912 * regcache.c (legacy_max_register_virtual_size): Delete function.
4913
6037b830
JB
49142002-05-08 J. Brobecker <brobecker@gnat.com>
4915
4916 * fork-child.c (escape_bang_in_quoted_argument): New function.
4917 (fork_inferior): Escape '!' characters in quoted arguments
4918 only when needed.
4919
5d62c8b1
JB
49202003-05-08 J. Brobecker <brobecker@gnat.com>
4921
4922 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4923 the language of the CU is not currently supported by GDB.
4924
20a0e81d
JB
49252003-05-08 J. Brobecker <brobecker@gnat.com>
4926
4927 * defs.h (language): Add language_minimal enum value.
4928 * c-lang.c (minimal_language_defn): New language definition.
4929 (_initialize_c_language): Add the new minimal language to the list
4930 of languages known to GDB.
4931
710ee10a
KB
49322003-05-08 Kevin Buettner <kevinb@redhat.com>
4933
4934 * frame.c (get_frame_type): Don't attempt to lazily initialize
4935 frame's unwinder for legacy frames.
4936
1750fa04
AC
49372003-05-07 Andrew Cagney <cagney@redhat.com>
4938
4939 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4940 and "regcache" parameters.
4941 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4942
ddf9f258 49432003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
4944
4945 * dwarf2read.c (dwarf_decode_lines): Only use output of
4946 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
4947 the current address.
4948
87767c29
AC
49492003-05-07 Andrew Cagney <cagney@redhat.com>
4950
4951 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4952 code.
4953
5e7b2f39
JB
49542003-05-07 Jim Blandy <jimb@redhat.com>
4955
4956 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4957 'maint info symtabs' and 'maint info psymtabs'.
4958 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4959 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4960 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4961 Declarations updated.
4962 * maint.c (maintenance_list_command): Delete.
4963 (_initialize_maint_cmds): Update calls to add_cmd.
4964 * gdbcmd.h (maintenancelistlist): Delete declaration.
4965 * cli/cli-cmds.c (maintenancelistlist): Delete.
4966 (init_cmd_lists): Don't initialize it.
4967 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4968
f6684c31
AC
49692003-05-07 Andrew Cagney <cagney@redhat.com>
4970
4971 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4972 "regcache".
4973 (d10v_print_registers_info): Update.
4974 (d10v_dmap_register, d10v_imap_register): Delete functions.
4975 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4976 and "imap_register".
4977 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4978 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4979 * arch-utils.c (generic_remote_translate_xfer_address): Add
4980 "regcache" and "gdbarch" parameters.
4981 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4982 parameter. Change class to multi-arch.
4983 * gdbarch.h, gdbarch.c: Re-generate.
4984 * remote.c (remote_xfer_memory): Use
4985 gdbarch_remote_translate_xfer_address.
8ffd9b1b 4986
e4846b08
JJ
49872003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4988
4989 * infrun.c (prev_pc): Move declaration ahead of proceed().
4990 (proceed): Refresh prev_pc value before resuming.
4991 (stop_stepping): Remove code to refresh prev_pc.
4992
6b71b8ac
KW
49932003-05-06 Kris Warkentin <kewarken@qnx.com>
4994
4995 * nto-tdep.c: Removed stray comment.
4996
47979a4b
KW
49972003-05-06 Kris Warkentin <kewarken@qnx.com>
4998
4999 * i386-nto-tdep.c: Fix old K&R function definitions.
5000 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
5001 Also change add_show_from_set() call to add_setshow_cmd().
5002 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
5003
00905d52
AC
50042003-05-05 Andrew Cagney <cagney@redhat.com>
5005
5006 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
5007 (fprint_dummy_frames): New function.
5008 (maintenance_print_dummy_frames): New function.
5009 (_initialize_dummy_frame): Add command "maint print dummy-frames".
5010 * frame.c (fprint_frame_id): Make global.
5011 * frame.h (fprint_frame_id): Declare.
5012 * Makefile.in (dummy-frame.o): Update dependencies.
5013
b1e29e33
AC
50142003-05-05 Andrew Cagney <cagney@redhat.com>
5015
5016 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
5017 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
5018 SIZEOF_CALL_DUMMY_WORDS.
5019 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
5020 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
5021 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
5022 CALL_DUMMY_BREAKPOINT_OFFSET.
5023 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
5024 CALL_DUMMY_START_OFFSET.
5025 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
5026 * gdbarch.h, gdbarch.c: Re-generate.
5027 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
5028 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
5029 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
5030 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
5031 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
5032 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
5033 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
5034 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
5035 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
5036 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
5037 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
5038 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
5039 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
5040 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
5041 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
5042
50432003-05-05 Kris Warkentin <kewarken@qnx.com>
5044
5045 * configure.tgt: Add i[3456]86-*-nto*.
5046 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
5047 * nto-tdep.c: New file. Neutrino target support routines.
5048 * nto-tdep.h: New file. Neutrino target header.
5049 * config/tm-qnxnto.h: New file.
5050 * config/i386/i386nto.mt: New file.
5051 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 5052
0ce3d317
AC
50532003-05-04 Andrew Cagney <cagney@redhat.com>
5054
5055 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
5056 (load_infrun_state): Ditto.
5057 (struct thread_info): Drop "prev_func_name" field.
5058 * thread.c (load_infrun_state): Update.
5059 (save_infrun_state): Update.
5060 * infrun.c (prev_func_name): Delete variable.
5061 (init_wait_for_inferior): Do not clear prev_func_name.
5062 (stop_stepping, keep_going, context_switch): Do not swap
5063 prev_func_name.
5064 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
5065 instead of PC_IN_SIGTRAMP.
5066
46654a5b
AC
50672003-05-04 Andrew Cagney <cagney@redhat.com>
5068
5069 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5070 REGISTER_BYTE with register_offset_hack.
5071 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
5072 that REGISTER_BYTE is consistent with the regcache.
5073 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
5074 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 5075
14b08c1b
MK
50762003-05-04 Mark Kettenis <kettenis@gnu.org>
5077
04c8243f
MK
5078 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
5079 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
5080
14b08c1b
MK
5081 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
5082
c7a11e01
JB
50832003-05-03 J. Brobecker <brobecker@gnat.com>
5084
5085 From Thierry Schneider <tpschneider1@yahoo.com>
5086 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
5087 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
5088 (mi-cmd-symbol.o): Add rule.
5089
7043d8dc
AC
50902003-05-03 Andrew Cagney <cagney@redhat.com>
5091
5092 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
5093 comments noteing that it replaces the old FIX_CALL_DUMMY code.
5094 * gdbarch.h, gdbarch.c: Re-generate.
5095 * d10v-tdep.c (d10v_push_dummy_code): New function.
5096 (d10v_gdbarch_init): Set push_dummy_code.
5097 * infcall.c (legacy_push_dummy_code): New function.
5098 (generic_push_dummy_code): New function.
5099 (push_dummy_code): New function.
5100 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
5101 instead of dummy_addr, to push_dummy_call. Move call to
5102 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
5103 switch.
5104 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
5105
92bf2b80
AC
51062003-05-03 Andrew Cagney <cagney@redhat.com>
5107
5108 * disasm.h (print_insn): Declare.
5109 * disasm.c (init_gdb_disassemble_info): New function.
5110 (gdb_disassembly): Call init_gdb_disassemble_info.
5111 (gdb_print_insn): New function.
5112 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
5113 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
5114 * mcore-tdep.c: Include "disasm.h"
5115 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
5116 * d10v-tdep.c: Include "disasm.h".
5117 (display_trace): Call gdb_print_insn, instead of print_insn.
5118 (print_insn): Delete function.
5119 * printcmd.c: Include "disasm.h".
5120 (print_insn): Delete function.
5121 (print_formatted): Call gdb_print_insn, instead of print_insn.
5122 * Makefile.in (printcmd.o): Update dependencies.
5123 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 5124
27d94c49
AC
51252003-05-02 Andrew Cagney <cagney@redhat.com>
5126
82de1e5b
AC
5127 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
5128 PC_REGNUM, re-indent.
5129 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
5130 PC_REGNUM isn't set.
5131
27d94c49
AC
5132 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
5133 * gdbarch.h, gdbarch.c: Re-generate.
5134 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
5135 register_virtual_size, pc_regnum, or register_bytes.
5136 (D10V_PC_REGNUM): Rename _PC_REGNUM.
5137 (d10v_register_type): Use D10V_PC_REGNUM.
5138 (d10v_print_registers_info, d10v_read_pc): Ditto.
5139 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
5140 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
5141
a9c0dc7f
DC
51422003-05-02 David Carlton <carlton@bactrian.org>
5143
5144 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
5145 the name with mstrsave.
5146
e33d66ec
EZ
51472003-05-02 Elena Zannoni <ezannoni@redhat.com>
5148
5149 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
5150 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
5151 (host_charset_name, target_charset_name): New vars for use by
5152 set/show commands.
5153 (host_charset_enum, target_charset_enum): New enums for set/show
5154 commands.
5155 (set_charset_sfunc, set_host_charset_sfunc,
5156 set_target_charset_sfunc): New functions.
5157 (set_host_charset, set_target_charset): Make static.
5158 (list_charsets, set_host_charset_command,
5159 set_target_charset_command): Delete functions.
5160 (show_charset_command): Rewrite as....
5161 (show_charset): Hook this up with the set/show command mechanism.
5162 (_initialize_charset): Change names of charsets to match the
5163 set/show enums. Use host_charset_name and target_charset_name.
5164 Use set/show mechanism for charset, host-charset, target-charset
5165 commands. Do not make 'show host-charset' and 'show
5166 target-charset' be aliases of 'show charset'.
5167
5168 * charset.h (set_host_charset, set_target_charset): Don't export,
5169 they are not used outside the file.
5170
2b6fd0d8
AC
51712003-05-01 Andrew Cagney <cagney@redhat.com>
5172
5173 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
5174 (gdb_disassembly): Make "di" non static, always initialize and
5175 cleanup. Always use dis_asm_read_memory.
5176 (gdb_dis_asm_read_memory): Delete function.
5177
6ae2f580
AC
51782003-05-01 Andrew Cagney <cagney@redhat.com>
5179
5180 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
5181 (d10v_gdbarch_init): Set frame_align instead of stack_align.
5182
810ecf9f
AC
51832003-04-30 Andrew Cagney <cagney@redhat.com>
5184
5185 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
5186 "tm_print_insn_info".
5187 (TARGET_PRINT_INSN_INFO): Delete macro.
5188 (dis_asm_read_memory): Delete function declaration.
5189 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5190 (tm_print_insn_info): Delete variable definition.
5191 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
5192 * gdbarch.h, gdbarch.c: Re-generate.
5193 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
5194 "deprecated_tm_print_insn_info".
5195 * mcore-tdep.c (mcore_dump_insn): Ditto.
5196 * mips-tdep.c (mips_gdbarch_init): Ditto.
5197 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
5198 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
5199 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
5200 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
5201 instead of TARGET_PRINT_INSN_INFO, add comment.
5202 * s390-tdep.c (s390_get_frame_info): Instead of
5203 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5204 (s390_check_function_end, s390_is_sigreturn): Ditto.
5205 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5206 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5207 * disasm.c: Include "gdbcore.h".
5208 (_initialize_disasm): New function, initialize
5209 "deprecated_tm_print_insn_info".
5210 (deprecated_tm_print_insn_info): New variable.
5211 (dis_asm_read_memory): Moved from "corefile.c", made static.
5212 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5213 * Makefile.in (disasm.o): Update dependencies.
5214
07020390
AC
52152003-04-30 Andrew Cagney <cagney@redhat.com>
5216
5217 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5218
a9fa03de
AF
52192003-04-29 Adam Fedor <fedor@gnu.org>
5220
5221 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5222 * infcall.c (find_function_addr): Make non-static.
5223 * infcall.h (find_function_addr): Declare.
5224 * Makefile.in (eval.o): Update dependencies.
5225
1bae87b9
AF
52262003-04-28 Adam Fedor <fedor@gnu.org>
5227
5228 * symtab.c (symbol_find_demangled_name): Check for and demangle
5229 ObjC symbols.
5230 (symbol_init_demangled_name): Init for language_objc as well.
5231
0ba6dca9
AC
52322003-04-28 Andrew Cagney <cagney@redhat.com>
5233
5234 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5235 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5236 * gdbarch.h, gdbarch.c: Re-generate.
5237 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5238 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5239 * inferior.h (deprecated_read_fp): Rename read_fp.
5240 (generic_target_read_fp): Delete declaration.
5241 * regcache.c (generic_target_read_fp): Delete function.
5242 (deprecated_read_fp): Replace read_fp, use
5243 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5244 * d10v-tdep.c (d10v_read_fp): Delete function.
5245 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5246
5247 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5248 deprecated_target_read_fp to generic_target_read_fp.
5249 * sh-tdep.c (sh_gdbarch_init): Ditto.
5250 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5251 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5252 * frv-tdep.c (frv_gdbarch_init): Ditto.
5253
5254 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5255 deprecated_fp_regnum.
5256 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5257 * vax-tdep.c (vax_gdbarch_init): Ditto.
5258 * v850-tdep.c (v850_gdbarch_init): Ditto.
5259 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5260 * sh-tdep.c (sh_gdbarch_init): Ditto.
5261 * s390-tdep.c (s390_gdbarch_init): Ditto.
5262 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5263 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5264 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5265 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5266 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5267 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5268 * i386-tdep.c (i386_gdbarch_init): Ditto.
5269 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5270 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5271 * frv-tdep.c (frv_gdbarch_init): Ditto.
5272 * cris-tdep.c (cris_gdbarch_init): Ditto.
5273 * avr-tdep.c (avr_gdbarch_init): Ditto.
5274 * arm-tdep.c (arm_gdbarch_init): Ditto.
5275 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5276
5277 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5278 * v850-tdep.c (v850_gdbarch_init): Ditto.
5279 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5280 * sh-tdep.c (sh_gdbarch_init): Ditto.
5281 * s390-tdep.c (s390_gdbarch_init): Ditto.
5282 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5283 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5284 * mips-tdep.c (mips_gdbarch_init): Ditto.
5285 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5286 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5287 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5288 * frv-tdep.c (frv_gdbarch_init): Ditto.
5289 * avr-tdep.c (avr_gdbarch_init): Ditto.
5290 * arm-tdep.c (arm_gdbarch_init): Ditto.
5291
5292 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5293 DEPRECATED_FP_REGNUM.
5294 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5295 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5296 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5297 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5298 (sparc32_register_virtual_type): Ditto.
5299 * sh-tdep.c (sh64_frame_chain): Ditto.
5300 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5301 (sh_nofp_frame_init_saved_regs): Ditto.
5302 (sh64_nofp_frame_init_saved_regs): Ditto.
5303 (sh_fp_frame_init_saved_regs): Ditto.
5304 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5305 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5306 * procfs.c (procfs_fetch_registers): Ditto.
5307 (procfs_store_registers): Ditto.
5308 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5309 (store_inferior_registers, fetch_core_registers): Ditto.
5310 (fetch_kcore_registers, clear_regs): Ditto.
5311 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5312 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5313 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5314 * nlm/i386.c (do_status): Ditto.
5315 * mipsv4-nat.c (supply_gregset): Ditto.
5316 * mips-tdep.c: Ditto for comments.
5317 * mips-nat.c (fetch_inferior_registers): Ditto.
5318 (store_inferior_registers, fetch_core_registers): Ditto.
5319 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5320 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5321 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5322 (i386_do_pop_frame, i386_register_type): Ditto.
5323 * hppa-tdep.c (hppa_frame_chain): Ditto.
5324 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5325 (hppa_pop_frame, hppa_read_fp): Ditto.
5326 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5327 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5328 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5329 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5330 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5331 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5332 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5333 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5334 * blockframe.c: Ditto for comments.
5335 * arch-utils.h: Ditto for comments.
5336 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5337 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5338 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5339 * alpha-tdep.h: Ditto for comments.
5340 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5341 (alpha_cannot_store_register): Ditto.
5342 (alpha_push_dummy_frame): Ditto.
5343 * alpha-nat.c (supply_gregset): Ditto.
5344
5345 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5346 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5347 * config/sparc/tm-sparc.h: Update comment.
5348
5349 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5350 deprecated_read_fp instead of TARGET_READ_FP.
5351 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5352 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5353 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5354 deprecated_read_fp instead of read_fp.
5355 * s390-tdep.c (s390_push_arguments): Ditto.
5356 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5357 * frame.h: Ditto in comments.
5358 * frame.c (legacy_get_prev_frame): Ditto.
5359 * dummy-frame.c (dummy_frame_this_id): Ditto.
5360 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5361
d7a27068
AC
53622003-04-28 Andrew Cagney <cagney@redhat.com>
5363
5364 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5365 * gdbarch.h, gdbarch.c: Re-generate.
5366 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5367 * vax-tdep.c (_initialize_vax_tdep): Update.
5368 * v850-tdep.c (_initialize_v850_tdep): Update.
5369 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5370 * s390-tdep.c (_initialize_s390_tdep): Update.
5371 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5372 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5373 * mips-tdep.c (_initialize_mips_tdep): Update.
5374 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5375 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5376 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5377 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5378 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5379 * frv-tdep.c (_initialize_frv_tdep): Update.
5380 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5381 (_initialize_cris_tdep): Update.
5382 * arch-utils.c (legacy_print_insn): Update.
5383 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5384
d2630e69
AF
53852003-04-26 Adam Fedor <fedor@gnu.org>
5386
5387 * linespec.c (decode_objc): New function to decode ObjC calls
5388 (decode_line_1): Check for ObjC calls (using decode_objc)
5389 * Makefile (linespec.o): Update dependencies.
5390
3086aeae
DJ
53912003-04-26 Daniel Jacobowitz <drow@mvista.com>
5392
5393 * breakpoint.h (struct breakpoint_ops): New.
5394 (struct breakpoint): Add ops member.
5395
5396 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5397 (mention): Use new breakpoint ops member.
5398 (set_raw_breakpoint): Initialize ops field to NULL.
5399 (print_exception_catchpoint, print_one_exception_catchpoint)
5400 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5401 (gnu_v3_exception_catchpoint_ops): New.
5402 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5403
1fbec6c3
AF
54042003-04-25 Adam Fedor <fedor@gnu.org>
5405
5406 * Makefile.in (COMMON_OBS): Add objc-lang.o
5407
0ef21242
AC
54082003-04-25 Andrew Cagney <cagney@redhat.com>
5409
5410 * d10v-tdep.c (print_insn): Delete function.
5411 (display_trace): Use TARGET_PRINT_INSN.
5412 (_initialize_d10v_tdep): Do not set tm_print_insn.
5413 (d10v_gdbarch_init): Set print_insn.
5414
f75493ed
AC
54152003-04-25 Andrew Cagney <cagney@redhat.com>
5416
5417 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5418 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5419 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5420 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5421 (nr_dmap_regs, a0_regnum): ... new functions.
5422 (d10v_print_registers_info): Use a0_regnum, use register_size.
5423 (d10v_register_byte): Delete function.
5424 (d10v_register_raw_size): Delete function.
5425 (d10v_register_type): Use a0_regnum.
5426 (d10v_print_registers_info): Use a0_regnum.
5427 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5428 (d10v_gdbarch_init): Do not set register_byte or
5429 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5430 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5431 extract_address.
5432 (trace_command): Use XCALLOC.
5433 (print_insn): Delete reference to tm_print_insn.
5434 (saved_regs_unwinder): Use store_unsigned_integer instead of
5435 store_address.
5436 * frame.h (FRAME_OBSTACK_CALLOC): Define
5437
2202b100
DC
54382003-04-25 David Carlton <carlton@bactrian.org>
5439
5440 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5441
4e45ca2e
AF
54422003-04-24 Adam Fedor <fedor@gnu.org>
5443
5444 * objc-lang.c: Include "valprint.h"
5445 * Makefile.in (objc-lang.o): Update dependencies.
5446
93de3e7f
AF
54472003-04-24 Adam Fedor <fedor@gnu.org>
5448
8ffd9b1b 5449 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
5450 architecture dependant compilation and mark as unimplemented
5451 (until they get put in the gdbarch vector).
5452
0f20eeea
DC
54532003-04-23 David Carlton <carlton@bactrian.org>
5454
5455 * cp-support.c (cp_find_first_component): Accept 'operator' in
5456 more locations.
5457
74cfe982
AC
54582003-04-23 Andrew Cagney <cagney@redhat.com>
5459
5460 * infcall.c (call_function_by_hand): Eliminate redundant
5461 indentation. Move "saved_async" and "old_cleanups" to where they
5462 are needed.
8ffd9b1b 5463
52557533
AC
54642003-04-23 Andrew Cagney <cagney@redhat.com>
5465
5466 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5467 and "buffer". Move the "name" code to where it is needed.
5468
158775de
AC
54692003-04-23 Andrew Cagney <cagney@redhat.com>
5470
5471 * infcall.c (call_function_by_hand): Move variables "start_sp",
5472 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5473 code to ON_STACK switch branch.
8ffd9b1b 5474
ebc7896c
AC
54752003-04-23 Andrew Cagney <cagney@redhat.com>
5476
5477 * infcall.c (call_function_by_hand): Make declaration of "i",
5478 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5479 lint.
5480
d727590f
AC
54812003-04-23 Andrew Cagney <cagney@redhat.com>
5482
5483 * infcall.c (call_function_by_hand): Delete variable
5484 "n_method_args". Localize "param_type"'s declaration to the loop
5485 that it is used. Reinstate code assigning to said variable -
5486 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5487 Rationalize code using "param_type".
5488
d585e13a
AC
54892003-04-22 Andrew Cagney <cagney@redhat.com>
5490
5491 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5492 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5493 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5494 to DEPRECATED_PUSH_RETURN_ADDRESS.
5495
051caad9
KB
54962003-04-22 Kevin Buettner <kevinb@redhat.com>
5497
5498 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5499 on the DWARF2 register number prior to fetching a register.
5500
77296879
JB
55012003-04-22 J. Brobecker <brobecker@gnat.com>
5502
5503 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5504 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 5505 this macro was always set to 0.
77296879
JB
5506 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5507 considering the fact that this macro was always set to 0.
5508 * hppa-tdep.h (hppa_store_return_value): Likewise.
5509 (hppa_extract_return_value): Likewise.
5510
4252f1df
JB
55112003-04-22 J. Brobecker <brobecker@gnat.com>
5512
5513 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5514 the hppa-pro target only.
5515
14604c6b
JB
55162003-04-21 J. Brobecker <brobecker@gnat.com>
5517
5518 Ongoing multi-arch conversion effort for HP/UX:
5519 * config/pa/tm-hppa.h: Move all macro that are no longer
5520 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5521 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5522
77eb01d1
JB
55232003-04-21 J. Brobecker <brobecker@gnat.com>
5524
5525 * config/pa/tm-hppa.h: Obsolete a section that was only used
5526 for hppa-pro.
5527
61995b3b
JB
55282003-04-21 J. Brobecker <brobecker@gnat.com>
5529
5530 Ongoing multi-arch conversion for HP/UX.
5531 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5532 if already defined (allows hppa64 to stay non-multiarched for now).
5533 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5534
4aa79dcc
AC
55352003-04-21 Andrew Cagney <cagney@redhat.com>
5536
5537 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5538
0f751ff2
AC
55392003-04-21 Andrew Cagney <cagney@redhat.com>
5540
5541 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5542 "i386_num_mmx_regs".
5543
04714b91
AC
55442003-04-21 Andrew Cagney <cagney@redhat.com>
5545
5546 * infcall.c: New file.
5547 * infcall.h: New file.
5548 * valarith.c: Include "infcall.h".
5549 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5550 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5551 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5552 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5553 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5554 (SFILES): Add "infcall.c"
5555 (COMMON_OBS): Add "infcall.o".
5556 (infcall.o): Specify dependencies.
5557 * value.h (call_function_by_hand): Delete declaration.
5558 * inferior.h (run_stack_dummy): Delete declaration.
5559 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5560 (run_stack_dummy): Move to "infcall.c", merged into
5561 call_function_by_hand.
5562 * valops.c (call_function_by_hand): Moved to "infcall.c".
5563 (find_function_addr, value_arg_coerce): Ditto.
5564 (unwindonsignal_p, coerce_float_to_double): Ditto.
5565 (_initialize_valops): Move "set/show coerce-float-to-double", and
5566 "set/show unwindonsignal" commands to "infcall.c".
5567 * v850-tdep.c, target.h: Update comments.
5568 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5569 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5570 (sh64_init_extra_frame_info): Update comments.
5571 * mn10300-tdep.c: Update comments.
5572 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5573 * config/sparc/tm-sparc.h: Update comments.
5574 * breakpoint.h: Update comments.
5575 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5576 * arm-tdep.c: Update comment.
5577
f9d3c2a8
MK
55782003-04-19 Mark Kettenis <kettenis@gnu.org>
5579
c40e1eab
MK
5580 * i386-tdep.c (i386_num_register_names): New variable.
5581 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5582 (MM0_REGNUM): Remove redundant parentheses in define.
5583 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5584 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5585 i386_mxcsr_regnum_p): Remove redundant parentheses.
5586 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 5587
94ea66b3
MK
5588 * i386-tdep.c (i386_extract_return_value,
5589 i386_store_return_value): Correct check for availability of
5590 floating-point registers.
5591
54299a1d
MK
5592 * i386-tdep.c (i386_frame_num_args): Remove function.
5593 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5594
c86c27af
MK
5595 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5596 mmx_regnum_to_fp_regnum. Adjust all callers.
5597
f9d3c2a8
MK
5598 * i386-tdep.c (i386_get_longjmp_target): Use
5599 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5600 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5601 extract_address.
5602
94ba74a9
MK
56032003-04-19 Mark Kettenis <kettenis@gnu.org>
5604
5605 * core-regset.c: Update comments to reflect reality. Re-order
5606 includes.
5607 (fetch_core_registers): Use switch instead of if. Remove
5608 redundant prototype.
5609
4074e13c
JB
56102003-04-18 Jim Blandy <jimb@redhat.com>
5611
5612 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 5613 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 5614
e3ab4aba
RH
56152003-04-17 Richard Henderson <rth@redhat.com>
5616
5617 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5618
627bf7c1
EZ
56192003-04-17 Michael Snyder <msnyder@redhat.com>
5620 Karen Bennet <bennet@redhat.com>
5621
5622 Committed by Elena Zannoni <ezannoni@redhat.com>
5623 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 5624
514621a9
EZ
56252003-04-17 Elena Zannoni <ezannoni@redhat.com>
5626
5627 * values.c (value_being_returned): Don't fetch the return
fbe586ae 5628 value if the return type is void.
514621a9 5629
b4acd559
JJ
56302003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5631
5632 * thread-db.c: Reindented.
8ffd9b1b 5633
530b167e 56342003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
5635
5636 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5637 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
5638 as types.
5639
0a48e7e8
MS
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
8ffd9b1b 5663
ab9fe00e
KB
56642003-04-16 Kevin Buettner <kevinb@redhat.com>
5665
610a3745 5666 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
5667 the size of ``long double'' to 16, instead of 8.
5668
e64a344c
MK
56692003-04-16 Mark Kettenis <kettenis@gnu.org>
5670
5671 * i386-linux-nat.c: Add some whitespace to make things more
5672 readable.
5673 (fetch_register, store_register, fetch_inferior_registers,
5674 store_inferior_registers): Get rid of assignment in if-statement.
5675 (store_register): Fix typo in error message.
5676
25d41031
AC
56772003-04-16 Andrew Cagney <cagney@redhat.com>
5678
5679 * utils.c (xmmalloc): Always allocate something, matches
5680 libiberty/xmalloc's semantics.
5681 (xmrealloc, xmcalloc): Ditto.
5682
c50901fd
AC
56832003-04-16 Andrew Cagney <cagney@redhat.com>
5684
5685 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5686 update comments.
5687 (get_frame_type): Initialize unwind and type when needed.
5688 (get_frame_id, frame_register_unwind): Ditto.
5689
f81824a9
AC
56902003-04-16 Andrew Cagney <cagney@redhat.com>
5691
5692 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5693 obsolete.
5694 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5695 * sparcl-stub.c: Obsolete file.
5696 * config/sparc/tm-sparclet.h: Obsolete file.
5697 * sparclet-stub.c: Obsolete file.
5698 * sparclet-rom.c: Obsolete file.
5699 * sparcl-tdep.c: Obsolete file.
5700 * config/sparc/tm-sparclite.h: Obsolete file.
5701 * config/sparc/sparclite.mt: Obsolete file.
5702 * config/sparc/sparclet.mt: Obsolete file.
5703 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5704 sparc86x-*-* obsolete.
5705
9219021c
DC
57062003-04-15 David Carlton <carlton@math.stanford.edu>
5707
5708 * Makefile.in (SFILES): Add cp-namespace.c.
5709 (COMMON_OBS): Add cp-namespace.o.
5710 (block.o): Depend on gdb_obstack_h and cp_support_h.
5711 (buildsym.o): Depend on cp_support_h.
5712 (cp-namespace.o): New.
5713 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5714 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5715 (dwarf2read.o): Depend on cp_support_h.
5716 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5717 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5718 processing_current_namespace.
5719 (read_namespace): Update processing_current_namespace; check for
5720 anonymous namespaces.
5721 (dwarf2_name): New function.
5722 (dwarf2_extension): Ditto.
5723 * cp-support.h: Update copyright, contributors.
5724 Add inclusion guards.
5725 Add opaque declaration for structs obstack, block, symbol.
5726 (struct using_direct): New struct.
5727 Add declarations for cp_find_first_component,
5728 cp_entire_prefix_len, processing_has_namespace_info,
5729 processing_current_namespace, cp_is_anonymous,
5730 cp_add_using_directive, cp_initialize_namespace,
5731 cp_finalize_namespace, cp_set_block_scope,
5732 cp_scan_for_anonymous_namespaces.
5733 * cp-namespace.c: New file.
5734 * cp-support.c: Update copyright.
5735 Include ctype.h, gdb_assert.h, gdbcmd.h.
5736 New variable maint_cplus_cmd_list.
5737 (cp_find_first_component): New function.
5738 (cp_entire_prefix_len, maint_cplus_command)
5739 (first_component_command, _initialize_cp_support): Ditto.
5740 * buildsym.c: Include cp-support.h.
5741 New variable using_list.
5742 (add_symbol_to_list): Check for anonymous namespaces.
5743 (finish_block): Set block's scope.
5744 (start_symtab): Initialize C++ namespace support.
5745 (end_symtab): Finalize C++ namespace support.
5746 * block.h: Add opaque declarations for structs
5747 block_namespace_info, using_direct, and obstack.
5748 Add declarations for block_set_scope and block_set_using.
5749 (struct block): Add 'language_specific' member.
5750 (BLOCK_NAMESPACE): New macro.
5751 * block.c: Include gdb_obstack.h and cp-support.h.
5752 (struct block_namespace_info): New struct.
5753 (block_set_scope): New function.
5754 (block_set_using, block_initialize_namespace): Ditto.
5755
d5a921c9
KB
57562003-04-14 Kevin Buettner <kevinb@redhat.com>
5757
5758 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5759 (locate_base): Return early if there aren't any link map offsets.
5760 (svr4_solib_create_inferior_hook): Warn if shared library support
5761 is unavailable.
5762
d2a52b27
DC
57632003-04-14 David Carlton <carlton@math.stanford.edu>
5764
5765 * symtab.c (symbol_set_names): Add prefix when storing Java names
5766 in hash table. Fix for PR java/1039.
5767
980cae7a
DC
57682003-04-14 David Carlton <carlton@math.stanford.edu>
5769
5770 * symtab.c (symbol_set_names): Rename 'name' arg to
5771 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5772 * symtab.h: Change 'name' argument in declaration of
5773 symbol_set_names to 'linkage_name'.
5774 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5775
e227b13c
AC
57762003-04-14 Andrew Cagney <cagney@redhat.com>
5777
5778 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5779 return the fully sign-extended register value.
5780 (get_frame_pointer): Ditto.
5781 (mips_pop_frame): Initialize "proc_desc" after checking for a
5782 dummy frame.
5783
36712a20
AC
57842003-04-14 Andrew Cagney <cagney@redhat.com>
5785
5786 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5787 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5788 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5789 (mips_push_register): Delete function.
5790 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5791 PUSH_FP_REGNUM.
5792
44ea7b70
JB
57932003-04-14 Jim Blandy <jimb@redhat.com>
5794
5795 * symmisc.c: #include "gdb_regex.h".
5796 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5797 functions.
5798 * maint.c (maintenance_list_command): New function.
5799 (_initialize_maint_cmds): Register the above as commands.
5800 * symtab.h (maintenance_list_symtabs,
5801 maintenance_list_psymtabs): New declarations.
5802 * cli/cli-cmds.c (maintenancelistlist): New variable.
5803 (init_cmd_lists): Initialize it.
5804 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5805 * gdbcmd.h (maintenancelistlist): New declaration.
5806 * Makefile.in (symmisc.o): Update dependencies.
5807
2d0c7962
EZ
58082003-04-14 Elena Zannoni <ezannoni@redhat.com>
5809
5810 * s390-nat.c: Include asm/types.h for addr_t.
5811
1947a811
CV
58122003-04-14 Corinna Vinschen <vinschen@redhat.com>
5813
5814 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5815 actually incoming type.
5816
adb616d7
AC
58172003-04-13 Andrew Cagney <cagney@redhat.com>
5818
5819 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5820 get_next_frame and get_frame_saved_regs.
5821
9b5e151c
AC
58222003-04-13 Andrew Cagney <cagney@redhat.com>
5823
5824 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5825 of gdbarch_num_regs.
5826
ef6e7e13
AC
58272003-04-13 Andrew Cagney <cagney@redhat.com>
5828
5829 * frame.h: Mention what replaced what in "struct frame_info".
5830 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5831 deprecated_update_frame_base_hack and
5832 deprecated_update_frame_pc_hack.
5833 * hppa-tdep.c: Ditto.
5834
61fbb938
DJ
58352003-04-13 Daniel Jacobowitz <drow@mvista.com>
5836
5837 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5838 to read_reg and update its comment. Remove regnum member.
5839 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5840 Don't call read_reg when setting in_reg. Call read_reg to get
5841 the frame base if it's in a register. Return the register number
5842 on the stack instead of in the context. Remove extra arguments
5843 to read_reg.
5844 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5845 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5846 the register number on the expression stack.
5847 (needs_frame_read_reg): Remove extra arguments.
5848
0d53c4c4
DJ
58492003-04-13 Daniel Jacobowitz <drow@mvista.com>
5850
5851 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5852 made non-static.
5853 (execute_stack_op): All callers updated.
5854 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5855 * dwarf2loc.c (find_location_expression): New function.
5856 (dwarf_expr_frame_base): Call it.
5857 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5858 (dwarf2_tracepoint_var_ref): New function, broken out from
5859 locexpr_tracepoint_var_ref.
5860 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5861 Make static.
5862 (loclist_read_variable, loclist_read_needs_frame): New functions.
5863 (loclist_describe_location, loclist_tracepoint_var_ref): New
5864 functions.
5865 (dwarf2_loclist_funcs): New struct location_funcs.
5866 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5867 (struct dwarf2_locexpr_baton): Add comments.
5868 (dwarf2_loclist_funcs): New extern.
5869 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5870 base_address and base_known.
5871 (dwarf_loc_buffer): New variable.
5872 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5873 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5874 (dwarf2_has_info): Initialize dwarf_loc_offset.
5875 (dwarf2_build_psymtabs): Read in .debug_loc.
5876 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5877 DWARF_LOC_SIZE.
5878 (psymtab_to_symtab_1): Likewise. Move base address calculation
5879 here, from...
5880 (dwarf2_get_pc_bounds): ... here. Use the base address from
5881 cu_header.
5882 (dwarf2_symbol_mark_computed): Handle location lists.
5883
6aca59a3
DJ
58842003-04-13 Daniel Jacobowitz <drow@mvista.com>
5885
5886 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5887 if the linkage name demangled successfully.
5888
aca1fcd0
MK
58892003-04-13 Mark Kettenis <kettenis@gnu.org>
5890
97095916
MK
5891 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5892 disassmbly_flavour): Removed.
5893
aca1fcd0
MK
5894 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5895
562a961f
MK
58962003-04-13 Mark Kettenis <kettenis@gnu.org>
5897
5898 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5899
bd013d54
AC
59002003-04-12 Andrew Cagney <cagney@redhat.com>
5901
5902 * frame.h (struct frame_info): Move definition from here ...
5903 * frame.c (struct frame_info): ... to here.
5904
167ef8b1
AC
59052003-04-12 Andrew Cagney <cagney@redhat.com>
5906
5907 * gdbthread.h (save_infrun_state): Delete parameter
5908 "prev_func_start".
5909 (struct thread_info): Delete field "prev_func_start".
5910 (load_infrun_state): Ditto.
5911 * thread.c (load_infrun_state, save_infrun_state): Update.
5912 * infrun.c (prev_func_start): Delete variable.
5913 (context_switch, init_wait_for_inferior): Update.
5914 (stop_stepping, keep_going): Update.
5915
da3331ec
AC
59162003-04-12 Andrew Cagney <cagney@redhat.com>
5917
5918 * gdbarch.sh: Add missing opaque declarations.
5919 * gdbarch.h: Regnerate.
5920 * symtab.h: Add missing opaque declarations.
5921 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5922 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5923 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5924 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5925 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5926 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5927 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5928 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5929 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5930 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5931 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5932 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5933 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5934
18adea3f
AC
59352003-04-11 Andrew Cagney <cagney@redhat.com>
5936
5937 * frame.c (get_frame_id): Return this frame's "id".
5938 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5939 function start.
5940 (legacy_saved_regs_this_id): Replace function body with
5941 internal-error.
5942 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5943 FRAME_OBSTACK_ZALLOC.
5944 (create_new_frame): Mark the frame ID as valid.
5945
2252e863
AO
59462003-04-11 Alexandre Oliva <aoliva@redhat.com>
5947
5948 * Makefile.in (libbfd_h): Added missing setting.
5949 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5950 according to the selected ABI.
5951
a8245ab8
JJ
59522003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5953
5954 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5955
6913c89a
AC
59562003-04-11 Andrew Cagney <cagney@redhat.com>
5957
5958 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5959 SAVED_PC_AFTER_CALL.
5960 * gdbarch.h, gdbarch.c: Regenerate.
5961 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5962 * x86-64-tdep.c (x86_64_init_abi): Update.
5963 * vax-tdep.c (vax_gdbarch_init): Update.
5964 * v850-tdep.c (v850_gdbarch_init): Update.
5965 * sparc-tdep.c (sparc_gdbarch_init): Update.
5966 * sh-tdep.c (sh_gdbarch_init): Update.
5967 * s390-tdep.c (s390_gdbarch_init): Update.
5968 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5969 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5970 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5971 * mips-tdep.c (mips_gdbarch_init): Update.
5972 * mcore-tdep.c (mcore_gdbarch_init): Update.
5973 * m68k-tdep.c (m68k_gdbarch_init): Update.
5974 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5975 * ia64-tdep.c (ia64_gdbarch_init): Update.
5976 (ia64_saved_pc_after_call): Update declaration.
5977 * i386ly-tdep.c (i386lynx_init_abi): Update.
5978 * i386-tdep.c (i386_gdbarch_init): Update.
5979 * hppa-tdep.c (hppa_gdbarch_init): Update.
5980 * h8300-tdep.c (h8300_gdbarch_init): Update.
5981 * frv-tdep.c (frv_gdbarch_init): Update.
5982 * cris-tdep.c (cris_gdbarch_init): Update.
5983 * avr-tdep.c (avr_gdbarch_init): Update.
5984 * arm-tdep.c (arm_gdbarch_init): Update.
5985 * alpha-tdep.c (alpha_gdbarch_init): Update.
5986 * ns32knbsd-nat.c (frame_num_args): Update.
5987 * ns32k-tdep.c (umax_frame_num_args): Update.
5988 * mips-tdep.c (mips_init_frame_pc_first): Update.
5989 * infrun.c (step_over_function): Update.
5990 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5991 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5992 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5993 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5994 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5995 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5996 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5997 * arch-utils.c (init_frame_pc_default): Update.
5998 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5999 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
6000 declaration.
8ffd9b1b 6001
38edeab8
AC
60022003-04-11 Andrew Cagney <cagney@redhat.com>
6003
6004 * i387-tdep.c: Update copyright.
6005 (i387_to_double): Delete function.
6006 (double_to_i387): Delete function.
6007
81f8a206
AC
60082003-04-10 Andrew Cagney <cagney@redhat.com>
6009
6010 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
6011 frame's function's address. Simplify.
6012 (d10v_frame_unwind_cache): Check that the frame's function is
6013 non-zero.
6014
6e691f7a
JB
60152003-04-10 Jim Blandy <jimb@redhat.com>
6016
6017 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
6018 call to set_gdbarch_deprecated_push_arguments.
6019
7f78e237
AC
60202003-04-10 Andrew Cagney <cagney@redhat.com>
6021
6022 * frame.c (fprint_frame_id): New function.
6023 (fprint_frame_type, fprint_frame): New function.
6024 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
6025 (create_sentinel_frame, get_frame_id): Ditto.
6026 (frame_id_p, frame_id_eq): Ditto.
6027 (frame_id_inner, create_new_frame): Ditto.
6028 (legacy_get_prev_frame, get_prev_frame): Ditto.
6029 (deprecated_update_frame_pc_hack): Ditto.
6030 (frame_register_unwind): Ditto.
6031 (deprecated_update_frame_base_hack): Ditto.
6032
f870b49b
CV
60332003-04-10 Corinna Vinschen <vinschen@redhat.com>
6034
6035 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
6036 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
6037 frame_chain function.
6038 * Makefile.in: Add dependencies due to above change.
6039
7c86889b
CV
60402003-04-10 Corinna Vinschen <vinschen@redhat.com>
6041
6042 * blockframe.c (legacy_frame_chain_valid): Move call to
6043 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
6044 inside_entry_file.
6045
d0a55772
AC
60462003-04-09 Andrew Cagney <cagney@redhat.com>
6047
6048 * frame.h (struct frame_id): Replace "pc" and "base" with
6049 "stack_addr" and "code_addr". Update comments.
6050 (frame_id_build): Update parameter names and comment.
6051 (struct frame_info): Replace "id_p" and "id" with "this_id".
6052 * dummy-frame.c (dummy_frame_this_id): Update.
6053 * breakpoint.c (print_one_breakpoint): Update.
6054 * frame.c (get_frame_id): Update.
6055 (get_frame_base, frame_id_build): Update.
6056 (create_sentinel_frame, legacy_get_prev_frame): Update.
6057 (deprecated_update_frame_base_hack): Update.
6058 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
6059 (frame_id_inner): Ditto.
6060
ac16bf07
AC
60612003-04-09 Andrew Cagney <cagney@redhat.com>
6062
6063 * defs.h (gdb_print_host_address): Make "addr" parameter a
6064 pointer constant.
6065 * utils.c (gdb_print_host_address): Update.
6066
366cfc9e
KB
60672003-04-09 Kevin Buettner <kevinb@redhat.com>
6068
6069 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
6070 register number for R0 is 0.
6071
cd983b5c
JB
60722003-04-09 J. Brobecker <brobecker@gnat.com>
6073
6074 * frame.h (struct gdbarch): Add opaque structure definition
6075 to avoid a compilation warning on LynxOS 4.0.
6076
d1340264
AC
60772003-04-09 Andrew Cagney <cagney@redhat.com>
6078
6079 * frame.h (struct frame_info): Delete field "pc". Replace
6080 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
6081 structure.
6082 * frame.c (frame_pc_unwind): Update.
6083 (create_sentinel_frame): Do not set "pc".
6084 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
6085 (get_frame_pc): Call frame_pc_unwind.
6086 (deprecated_update_frame_pc_hack): Update.
6087 (create_new_frame): Use "pc" not "->pc".
6088
90a6fffb
AC
60892003-04-09 Andrew Cagney <cagney@redhat.com>
6090
6091 * frame.c (get_frame_id): Eliminate code updating "frame".
6092 (legacy_get_prev_frame): Ditto.
6093 (get_frame_base): Return id.base directly.
6094 (deprecated_update_frame_base_hack): Update "id.base".
6095 * frame.h (struct frame_info): Delete field "frame".
6096
2fbce691
AC
60972003-04-09 Andrew Cagney <cagney@redhat.com>
6098
6099 * NEWS: Mention that the "Sequent family" is obsolete.
6100 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
6101 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6102 * configure.host: Obsolete i[3456]86-sequent-bsd*,
6103 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6104 * config/i386/tm-ptx4.h: Obsolete file.
6105 * config/i386/tm-ptx.h: Obsolete file.
6106 * symm-tdep.c: Obsolete file.
6107 * config/i386/symmetry.mt: Obsolete file.
6108 * config/i386/tm-symmetry.h: Obsolete file.
6109 * symm-nat.c: Obsolete file.
6110 * config/i386/nm-symmetry.h: Obsolete file.
6111 * config/i386/xm-symmetry.h: Obsolete file.
6112 * config/i386/symmetry.mh: Obsolete file.
6113 * config/i386/nm-ptx4.h: Obsolete file.
6114 * config/i386/ptx4.mh: Obsolete file.
6115 * config/i386/ptx.mt: Obsolete file.
6116 * config/i386/ptx.mh: Obsolete file.
6117 * config/i386/xm-ptx4.h: Obsolete file.
6118 * config/i386/xm-ptx.h: Obsolete file.
6119
78c43945
AC
61202003-04-09 Andrew Cagney <cagney@redhat.com>
6121
6122 Obsolete mips*-*-mach3*.
6123 * NEWS: Mention that mips*-*-mach3* is obsolete.
6124 * m3-nat.c: Obsolete file.
6125 * config/nm-m3.h: Obsolete file.
6126 * config/mips/tm-mipsm3.h: Obsolete file.
6127 * config/mips/mipsm3.mt: Obsolete file.
6128 * config/mips/mipsm3.mh: Obsolete file.
6129 * config/mips/xm-mipsm3.h: Obsolete file.
6130 * mipsm3-nat.c: Obsolete file.
6131 * configure.host: Obsolete mips-dec-mach3*.
6132 * configure.tgt: Obsolete mips*-*-mach3*.
6133
f1908289
AC
61342003-04-09 Andrew Cagney <cagney@redhat.com>
6135
6136 * doublest.h: Update copyright.
6137 (deprecated_store_floating, deprecated_extract_floating): Rename
6138 store_floating and extract_floating. Update comments.
6139 * doublest.c: Update copyright.
6140 (extract_floating_by_length): Replace extract_floating.
6141 (store_floating_by_length): Replace store_floating.
6142 (deprecated_extract_floating): New function.
6143 (deprecated_store_floating): New function.
6144 (extract_typed_floating): Call extract_floating_by_length.
6145 (store_typed_floating): Call store_floating_by_length.
6146 * x86-64-tdep.c (x86_64_store_return_value): Update.
6147 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
6148 (sh64_extract_return_value): Update.
6149 (sh_sh4_register_convert_to_virtual): Update.
6150 (sh_sh64_register_convert_to_virtual): Update.
6151 (sh_sh4_register_convert_to_raw): Update.
6152 (sh_sh64_register_convert_to_raw): Update.
6153 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
6154 (rs6000_register_convert_to_raw): Update.
6155 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
6156 (ia64_register_convert_to_raw): Update.
6157 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
6158 (REGISTER_CONVERT_TO_VIRTUAL): Update.
6159 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
6160 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
6161 (alpha_register_convert_to_raw): Update.
6162
4443bd83
AC
61632003-04-08 Andrew Cagney <cagney@redhat.com>
6164
6165 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
6166 * gdbarch.h, gdbarch.c: Re-generate.
6167 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
6168 (d10v_gdbarch_init): Do not set saved_pc_after_call.
6169 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
6170 conditionally, use frame_pc_unwind as an alternative. Add
6171 comments.
6172 * arch-utils.c (init_frame_pc_default): Only call
6173 SAVED_PC_AFTER_CALL when available.
6174
c0236d92
EZ
61752003-04-08 Elena Zannoni <ezannoni@redhat.com>
6176
fbe586ae 6177 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
6178 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
6179 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
6180 (start_remote): Ditto.
6181 (handle_inferior_event): Ditto.
6182 (save_inferior_status): Ditto.
6183 (restore_inferior_status): Ditto.
6184 * infcmd.c (attach_command): Ditto.
6185 * fork-child.c (startup_inferior): Ditto.
fbe586ae 6186 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
6187 * alpha-tdep.c (heuristic_proc_start): Ditto.
6188 * mips-tdep.c (heuristic_proc_start): Ditto.
6189 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
6190 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
6191 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
6192 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
6193 * remote-vx.c (vx_create_inferior): Ditto.
6194
61952003-04-08 Elena Zannoni <ezannoni@redhat.com>
6196
6197 * infrun.c (stop_soon_quietly): Make it an enum, to better
6198 override the default behavior of handle_inferior_event.
6199 (clear_proceed_status): Update uses of stop_soon_quietly to
6200 reflect that it is now an enum.
6201 (start_remote): Ditto.
6202 (handle_inferior_event): Change logic a bit if stop_soon_quietly
6203 is set to handle the new GNU/Linux kernel behavior for
6204 attach/sigstop. Update uses of stop_soon_quietly.
6205 * inferior.h (enum stop_kind): New enum.
6206 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6207 Reset normal handle_inferior_event behavior, afterwards.
6208 * fork-child.c (startup_inferior): Update.
6209 * alpha-tdep.c (heuristic_proc_start): Update.
6210 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6211 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6212 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6213 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6214 * remote-vx.c (vx_create_inferior): Update.
6215 * mips-tdep.c (heuristic_proc_start): Update.
6216
1211bce3
EZ
62172003-04-07 Elena Zannoni <ezannoni@redhat.com>
6218
6219 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 6220 be freed more than once, causing wild memory corruptions.
1211bce3 6221 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 6222 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 6223 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 6224 with the "core" target.
1211bce3 6225
f0ef6b29
KB
62262003-04-07 Kevin Buettner <kevinb@redhat.com>
6227
6228 * mips-tdep.c (mips_print_fp_register): New function, created from
6229 do_fp_register_row(). Registers are now (also) printed as hex.
6230 Only one register is printed per row.
6231 (mips_print_register, do_fp_register_row): Print floating point
6232 registers with mips_print_fp_register().
6233
8cf71652
AC
62342003-04-06 Andrew Cagney <cagney@redhat.com>
6235
5e488a7b
AC
6236 * valprint.h (inspect_it): Add extern declaration.
6237 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6238 (selectors_info, classes_info): Ditto.
6239 (find_objc_msgcall): Fix indentation.
6240 (objc_printstr): Delete extern declarations.
6241
8cf71652
AC
6242 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6243
e6ba3bc9
AC
62442003-04-06 Andrew Cagney <cagney@redhat.com>
6245
6246 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6247 Update comment.
6248 * frame.c (legacy_saved_regs_this_id): Update.
6249 (legacy_get_prev_frame): Update.
6250 * xstormy16-tdep.c: Update comment.
6251 * sparc-tdep.c (sparc_frame_chain): Update comment.
6252 * blockframe.c (legacy_frame_chain_valid): Update.
6253
55e1d7e7
AC
62542003-04-06 Andrew Cagney <cagney@redhat.com>
6255
996179ee
AC
6256 * valprint.c (val_print_type_code_int): Delete #ifdef
6257 PRINT_TYPELESS_INTEGER code.
6258
55e1d7e7
AC
6259 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6260 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6261 multi-arch definition.
6262 * gdbarch.h: Re-generate.
6263
43bd9a9e
AC
62642003-04-05 Andrew Cagney <cagney@redhat.com>
6265
6266 Eliminate FRAME_FIND_SAVED_REGS.
6267 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6268 Change FSR parameter to a pointer.
6269 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6270 Assume FSR parameter is a pointer.
6271 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6272 Make fsr a pointer.
6273 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6274 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6275 saved_regs a pointer.
6276 (hppa_frame_saved_pc): Ditto.
6277 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6278 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6279 pointer.
6280 (restore_pc_queue): Make fsr a pointer.
6281 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6282 (hppa_frame_chain): Make saved_regs a pointer, call
6283 hppa_frame_init_saved_regs.
6284 * sparc-tdep.c: Include "gdb_assert.h".
6285 (sparc_frame_find_saved_regs): Replace internal_error with
6286 gdb_assert.
6287 * remote-vxsparc.c (vx_read_register): Delete reference to
6288 FRAME_FIND_SAVED_REGS.
6289 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6290 * gdbarch.h: Regenerate.
6291 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6292 (deprecated_get_frame_saved_regs): Delete declaration.
6293 (struct frame_saved_regs): Delete definition.
6294 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6295 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6296 (hppa_frame_find_saved_regs): Delete declaration.
6297 (FRAME_FIND_SAVED_REGS): Delete macro.
6298 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6299 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6300 FRAME_FIND_SAVED_REGS in comment.
6301
be41e9f4
AC
63022003-04-05 Andrew Cagney <cagney@redhat.com>
6303
6304 * frame.c (frame_func_unwind, get_frame_func): New functions.
6305 * frame.h (get_frame_func, frame_func_unwind): Declare.
6306 (struct frame_info): Add field "prev_func" for caching the
6307 previous frame's function address.
6308 * arm-tdep.c (arm_frameless_function_invocation): Combine
6309 get_pc_function_start and get_frame_pc into get_frame_func.
6310 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6311 (sh64_nofp_frame_init_saved_regs): Ditto.
6312 * s390-tdep.c (s390_function_start): Ditto.
6313 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6314 (rs6000_frameless_function_invocation): Ditto.
6315 (rs6000_frame_saved_pc): Ditto.
6316 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6317 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6318 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6319 (i386_frame_init_saved_regs): Ditto.
6320 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6321 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6322 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6323 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6324 * blockframe.c (frameless_look_for_prologue): Ditto.
6325
a01dd7cc
AC
63262003-04-05 Andrew Cagney <cagney@redhat.com>
6327
6328 * frame.c (legacy_get_prev_frame): Link prev to next at the
6329 function start. Update comments.
6330
5e5592e6
AC
63312003-04-05 Andrew Cagney <cagney@redhat.com>
6332
6333 * frame.c (get_frame_id): Update comment.
6334 (legacy_get_prev_frame): Update comment.
6335 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6336 * gdbarch.h: Regenerate.
6337 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6338 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6339
6fba5002
AC
63402003-04-05 Andrew Cagney <cagney@redhat.com>
6341
6342 * stack.c (print_frame_info): Use get_frame_pc.
6343
7df05f2b
AC
63442003-04-04 Andrew Cagney <cagney@redhat.com>
6345
6346 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6347 the frame's type from the unwinder.
6348 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6349 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6350 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6351 (get_frame_base_address): Use get_frame_type.
6352 (get_frame_locals_address, get_frame_args_address): Ditto.
6353 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6354 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6355 (struct frame_info): Add comment explaining why the frame contains
6356 a "type" field.
6357 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6358 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6359 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6360 NORMAL_FRAME.
6361 * frame-unwind.h: Include "frame.h".
6362 (struct frame_unwind): Add "type" field.
6363 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 6364
11889732
AC
63652003-04-04 Andrew Cagney <cagney@redhat.com>
6366
6367 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6368 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6369 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6370 get_frame_base.
6371 (d10v_unwind_dummy_id): Use frame_id_build.
6372 * frame.c (find_frame_sal): Use get_frame_pc.
6373 (create_new_frame): Use deprecated_update_frame_pc_hack and
6374 deprecated_update_frame_base_hack.
6375 (create_sentinel_frame): Add comment about ->pc going away.
6376 (get_prev_frame): Add comment about ->pc going away.
6377 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6378 frame_id_build, deprecated_update_frame_pc_hack and
6379 deprecated_update_frame_base_hack.
6380 (select_frame): Use get_frame_pc.
6381 (legacy_saved_regs_this_id): Use frame_id_build.
6382
50c46a0d
EZ
63832003-04-04 Elena Zannoni <ezannoni@redhat.com>
6384
fbe586ae
RH
6385 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6386 signed integer case.
6387 (classify_argument): Handle enumerations and references.
50c46a0d 6388
50bbdbd9
AC
63892003-04-04 Andrew Cagney <cagney@redhat.com>
6390
6391 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6392 ID to NULL.
6393
36018d2e
AF
63942003-04-01 Adam Fedor <fedor@gnu.org>
6395
6396 * gdb/objc-lang.c (selectors_info): Replace calls to
6397 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6398 SYMBOL_NATURAL_NAME.
6399 (classes_info, find_methods): Likewise.
6400
35cec841
KB
64012003-04-03 Kevin Buettner <kevinb@redhat.com>
6402
6403 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6404 ``mach'' to the value determined by bfd_default_set_arch_mach().
6405
43136899
BR
64062003-04-02 Bob Rossi <bob_rossi@cox.net>
6407
6408 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6409 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6410 (mi-cmd-file.o): Update dependencies.
6411
040b99fd
KB
64122003-04-01 Kevin Buettner <kevinb@redhat.com>
6413
6414 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6415 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6416
9a3d7dfd
AF
64172003-04-01 Adam Fedor <fedor@gnu.org>
6418
6419 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6420 * language.h (struct language_defn): Add la_demangle.
6421 (language_demangle): Declare.
6422 * language.c (language_demangle): New function.
6423 (unk_lang_demangle): Likewise.
6424 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 6425 Add ukn_lang_demangle.
9a3d7dfd 6426 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 6427 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
6428 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6429 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6430 * jv-lang.c (java_demangle): New function
6431 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
6432 * objc-lang.c (objc_demangle): Add options argument
6433 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
6434 * maint.c (maintenance_demangle): Replace switch with
6435 call to language_demangle.
6436 * utils.c (fprintf_symbol_filtered): Likewise.
6437
5e074003
AC
64382003-04-01 Andrew Cagney <cagney@redhat.com>
6439
6440 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6441 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6442 PRINT_TYPELESS_INTEGER.
6443 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6444 PUSH_RETURN_ADDRESS.
6445
270cb5d6
AC
64462003-04-01 Andrew Cagney <cagney@redhat.com>
6447
6448 * Makefile.in (d10v-tdep.o): Update dependencies.
6449 * d10v-tdep.c: Include "frame-base.h".
6450 (d10v_frame_unwind): Make constant.
6451 (d10v_frame_base_address): New function.
6452 (d10v_frame_base): New variable.
6453 (d10v_gdbarch_init): Set frame_base default.
6454 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6455 comment for base.
6456 (d10v_frame_unwind_cache): Set and use "prev_sp".
6457 (d10v_frame_this_id): Use the previous frame's inner most stack
6458 address and this frame's func address for the frame ID. Use
6459 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 6460
6bfb3e36
AC
64612003-04-01 Andrew Cagney <cagney@redhat.com>
6462
6463 * frame.h (get_frame_locals_address, get_frame_args_address):
6464 Refer to the base address, instead of the address of the first
6465 local or parameter.
8ffd9b1b 6466
da62e633
AC
64672003-04-01 Andrew Cagney <cagney@redhat.com>
6468
6469 Add frame debug info addresses:
6470 * frame-base.c: New file.
6471 * frame-base.h: New file.
6472 * frame.h (struct frame_base): Add opaque declaration.
6473 (get_frame_base): Update comment.
6474 (get_frame_base_address): Declare.
6475 (get_frame_locals_address): Declare.
6476 (get_frame_args_address): Declare.
6477 (struct frame_info): Add "base" and "base_cache". Update
6478 comments on the unwinder.
6479 * frame.c: Include "frame-base.h".
6480 (get_frame_locals_address): New function.
6481 (get_frame_base_address): New function.
6482 (get_frame_args_address): New function.
6483 * findvar.c (read_var_value): Use get_frame_locals_address and
6484 get_frame_args_address.
6485 * stack.c (frame_info): Use get_frame_locals_address and
6486 get_frame_args_address.
6487 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6488 moved to "frame-base.c".
6489 * printcmd.c (print_frame_nameless_args): Ditto.
6490 * symtab.h (address_class): Update comments.
6491 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6492 get_frame_base_address.
6493 * dwarf2expr.c (execute_stack_op): Ditto.
6494 * Makefile.in (frame_base_h): Define.
6495 (frame.o): Update dependencies.
6496 (frame-base.o): Add dependencies.
6497 (SFILES): Add frame-base.c.
6498 (COMMON_OBS): Add frame-base.o.
6499
3d30e9c2
AC
65002003-04-01 Andrew Cagney <cagney@redhat.com>
6501
6502 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6503 CALL_DUMMY_LENGTH): Ditto.
6504 * gdbarch.c: Re-generate.
6505 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6506 (CALL_DUMMY_LENGTH): Delete macro.
6507 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6508 * arm-tdep.c (arm_gdbarch_init): Ditto.
6509 * avr-tdep.c (avr_gdbarch_init): Ditto.
6510 * cris-tdep.c (cris_gdbarch_init): Ditto.
6511 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6512 * frv-tdep.c (frv_gdbarch_init): Ditto.
6513 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6514 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6515 * i386-tdep.c (i386_gdbarch_init): Ditto.
6516 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6517 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6518 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6519 * mips-tdep.c (mips_gdbarch_init): Ditto.
6520 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6521 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6522 * s390-tdep.c (s390_gdbarch_init): Ditto.
6523 * sh-tdep.c (sh_gdbarch_init): Ditto.
6524 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6525 * v850-tdep.c (v850_gdbarch_init): Ditto.
6526 * vax-tdep.c (vax_gdbarch_init): Ditto.
6527 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6528
ce0c7262
CV
65292003-04-01 Corinna Vinschen <vinschen@redhat.com>
6530
6531 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6532
73dd234f
AC
65332003-04-01 Andrew Cagney <cagney@redhat.com>
6534
6535 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6536 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6537 * gdbarch.h, gdbarch.c: Re-generate.
6538 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6539 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6540 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6541 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6542 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6543 * infcmd.c (run_stack_dummy): Simplify assuming
6544 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6545 * infrun.c (handle_inferior_event): Ditto.
6546 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6547 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6548 * arm-tdep.c (arm_gdbarch_init): Ditto.
6549 * avr-tdep.c (avr_gdbarch_init): Ditto.
6550 * cris-tdep.c (cris_gdbarch_init): Ditto.
6551 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6552 * frv-tdep.c (frv_gdbarch_init): Ditto.
6553 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6554 * i386-tdep.c (i386_gdbarch_init): Ditto.
6555 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6556 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6557 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6558 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6559 * mips-tdep.c (mips_gdbarch_init): Ditto.
6560 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6561 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6562 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6563 * s390-tdep.c (s390_gdbarch_init): Ditto.
6564 * sh-tdep.c (sh_gdbarch_init): Ditto.
6565 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6566 * v850-tdep.c (v850_gdbarch_init): Ditto.
6567 * vax-tdep.c (vax_gdbarch_init): Ditto.
6568 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6569
97606a13
DJ
65702003-04-01 Daniel Jacobowitz <drow@mvista.com>
6571
6572 * symfile.c (symfile_relocate_debug_section): Update call to
6573 bfd_simple_get_relocated_section_contents.
6574
e8ab51f7
AC
65752003-03-31 Andrew Cagney <cagney@redhat.com>
6576
6577 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6578 * gdbarch.h, gdbarch.c: Regenerate.
6579 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6580 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6581 available.
6582 * frame.h (generic_fix_call_dummy): Delete declaration.
6583 * dummy-frame.h: Update comment.
6584 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6585 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6586 fix_call_dummy.
6587 * sh-tdep.c (sh_gdbarch_init): Ditto.
6588 * s390-tdep.c (s390_gdbarch_init): Ditto.
6589 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6590 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6591 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6592 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6593 * i386-tdep.c (i386_gdbarch_init): Ditto.
6594 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6595 * frv-tdep.c (frv_gdbarch_init): Ditto.
6596 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6597 * cris-tdep.c (cris_gdbarch_init): Ditto.
6598 * avr-tdep.c (avr_gdbarch_init): Ditto.
6599 * arm-tdep.c (arm_gdbarch_init): Ditto.
6600
018d1b48
JB
66012003-03-31 J. Brobecker <brobecker@gnat.com>
6602
6603 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6604 (INIT_FRAME_AP): Likewise.
6605 (EXTRA_FRAME_INFO): Likewise.
6606
e9a2674e
AC
66072003-03-31 Andrew Cagney <cagney@redhat.com>
6608
6609 * gdbarch.sh: Include "symfile.h".
6610 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6611 * gdbarch.h, gdbarch.c: Re-generate.
6612 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6613 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6614 call_dummy_address, the default is at entry_point_address.
6615 * v850-tdep.c (v850_gdbarch_init): Ditto.
6616 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6617 * sh-tdep.c (sh_gdbarch_init): Ditto.
6618 * s390-tdep.c (s390_gdbarch_init): Ditto.
6619 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6620 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6621 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6622 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6623 * i386-tdep.c (i386_gdbarch_init): Ditto.
6624 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6625 * frv-tdep.c (frv_gdbarch_init): Ditto.
6626 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6627 * cris-tdep.c (cris_gdbarch_init): Ditto.
6628 * arm-tdep.c (arm_gdbarch_init): Ditto.
6629
e8a8712a
AC
66302003-03-31 Andrew Cagney <cagney@redhat.com>
6631
6632 * gdbarch.sh (CALL_DUMMY_P): Delete.
6633 * gdbarch.h, gdbarch.c: Re-generate.
6634 * inferior.h (CALL_DUMMY_P): Delete macro.
6635 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6636 * vax-tdep.c (vax_gdbarch_init): Update.
6637 * v850-tdep.c (v850_gdbarch_init): Update.
6638 * sparc-tdep.c (sparc_gdbarch_init): Update.
6639 * sh-tdep.c (sh_gdbarch_init): Update.
6640 * s390-tdep.c (s390_gdbarch_init): Update.
6641 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6642 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6643 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6644 * mips-tdep.c (mips_gdbarch_init): Update.
6645 * mcore-tdep.c (mcore_gdbarch_init): Update.
6646 * m68k-tdep.c (m68k_gdbarch_init): Update.
6647 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6648 * ia64-tdep.c (ia64_gdbarch_init): Update.
6649 * i386-tdep.c (i386_gdbarch_init): Update.
6650 * h8300-tdep.c (h8300_gdbarch_init): Update.
6651 * frv-tdep.c (frv_gdbarch_init): Update.
6652 * d10v-tdep.c (d10v_gdbarch_init): Update.
6653 * cris-tdep.c (cris_gdbarch_init): Update.
6654 * breakpoint.c (deprecated_frame_in_dummy): Update.
6655 * avr-tdep.c (avr_gdbarch_init): Update.
6656 * alpha-tdep.c (alpha_gdbarch_init): Update.
6657 * arm-tdep.c (arm_gdbarch_init): Update.
6658 * dummy-frame.c (dummy_frame_this_id): Update comments.
6659 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6660 * frame.c (legacy_get_prev_frame): Ditto.
6661 * valops.c (call_function_by_hand): Delete function.
6662 (hand_function_call): Rename to call_function_by_hand
6663
ed234cf8
AC
66642003-03-30 Andrew Cagney <cagney@redhat.com>
6665
6666 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 6667 * value.h (struct value): Update comment.
ed234cf8 6668
06c77151
AC
66692003-03-30 Andrew Cagney <cagney@redhat.com>
6670
6c2b5168
AC
6671 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6672 D10V_FP_REGNUM.
6673 (d10v_gdbarch_init): Do not set fp_regnum.
6674
06c77151
AC
6675 * frame.c (get_frame_base): Force ID initialization.
6676 (get_prev_frame): Move computation of the frame ID from here ...
6677 (get_frame_id): ... to here.
6678 (legacy_get_prev_frame): Mark the frame ID as valid.
6679 * frame.h (struct frame_info): Add field "id_p".
6680
97a1a11c
MK
66812003-03-30 Mark Kettenis <kettenis@gnu.org>
6682
6683 * i386-tdep.c (i386_store_struct_return): Removed.
6684 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6685
6c0e89ed
AC
66862003-03-30 Andrew Cagney <cagney@redhat.com>
6687
6688 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6689 * gdbarch.h, gdbarch.c: Regenerate.
6690 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6691 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6692 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6693 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6694 * i386-tdep.c (i386_gdbarch_init): Ditto.
6695 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6696 * cris-tdep.c (cris_gdbarch_init): Ditto.
6697 * vax-tdep.c (vax_gdbarch_init): Ditto.
6698 * s390-tdep.c (s390_gdbarch_init): Ditto.
6699 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6700 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6701 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6702 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6703 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6704 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6705 * sparc-tdep.c (sparc_gdbarch_init): Update.
6706 * sh-tdep.c (sh_gdbarch_init): Update.
6707 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6708 * mips-tdep.c (mips_gdbarch_init): Update.
6709 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6710 * ia64-tdep.c (ia64_gdbarch_init): Update.
6711 * frv-tdep.c (frv_gdbarch_init): Update.
6712 * avr-tdep.c (avr_gdbarch_init): Update.
6713 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6714 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6715 instead of when push_dummy_call is not available.
8ffd9b1b 6716
f7dd6af2
AC
67172003-03-30 Andrew Cagney <cagney@redhat.com>
6718
6719 * infttrace.c: Include "gdbthread.h".
6720 (parent_attach_all): Fix function signature.
6721 (call_ptrace): Update call.
6722 * Makefile.in (infttrace.o): Update dependencies.
6723
28f617b3
AC
67242003-03-30 Andrew Cagney <cagney@redhat.com>
6725
6726 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6727 PUSH_RETURN_ADDRESS.
6728 * gdbarch.h, gdbarch.c: Regenerate.
6729 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6730 * x86-64-tdep.c (x86_64_init_abi): Update.
6731 * v850-tdep.c (v850_gdbarch_init): Update.
6732 * sparc-tdep.c (sparc_gdbarch_init): Update.
6733 * sh-tdep.c (sh_gdbarch_init): Update.
6734 * s390-tdep.c (s390_gdbarch_init): Update.
6735 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6736 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6737 * mips-tdep.c (mips_gdbarch_init): Update.
6738 * mcore-tdep.c (mcore_gdbarch_init): Update.
6739 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6740 * ia64-tdep.c (ia64_gdbarch_init): Update.
6741 * i386-tdep.c (i386_gdbarch_init): Update.
6742 * h8300-tdep.c (h8300_gdbarch_init): Update.
6743 * frv-tdep.c (frv_gdbarch_init): Update.
6744 * cris-tdep.c (cris_gdbarch_init): Update.
6745 * avr-tdep.c (avr_gdbarch_init): Update.
6746 * arm-tdep.c (arm_gdbarch_init): Update.
6747 * valops.c (hand_function_call): Update.
6748
4d628cd7
AC
67492003-03-29 Andrew Cagney <cagney@redhat.com>
6750
6751 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6752 sizeof_call_dummy_words.
6753 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6754 define.
6755 * gdbarch.h: Regenerate.
8ffd9b1b 6756
65e82032
AC
67572003-03-29 Andrew Cagney <cagney@redhat.com>
6758
6759 * infttrace.h: New file.
6760 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6761 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6762 (hpread_read_doc_function_type): Detect an initialized type1.
6763 (hpread_quick_traverse): Initialize mod_name_string.
6764 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6765 (som_solib_get_solib_by_pc): Declare.
6766 (so_lib_thread_start_addr): Declare.
6767 (no_shared_libraries): Declare.
6768 * somread.c (init_import_symbols): Make static. Add forward
6769 declaration.
6770 * config/pa/nm-hppah.h: Include "infttrace.h" for
6771 parent_attach_all.
6772 (hppa_insert_hw_watchpoint): Declare.
6773 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6774 * hppah-nat.c: Include "gdb_string.h".
6775 (parent_attach_all): Delete extern declaration, moved to
6776 "infttrace.h".
6777 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6778 int.
6779 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6780 * Makefile.in (infttrace_h): Define.
6781 (hpread.o): Update dependencies.
6782 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6783 * hppa-hpux-tdep.c: Include "gdb_string.h".
6784 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6785 * infrun.c (handle_inferior_event): Always initialize
6786 stepped_after_stopped_by_watchpoint. Add default and remove
6787 fallthrough in switch statement.
6788 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6789 parameter to int.
6790 (hppa_remove_hw_watchpoint): Ditto.
6791
2c3bbe77
AC
67922003-03-29 Andrew Cagney <cagney@redhat.com>
6793
6794 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6795 offset.
6796
2dd604e7
RE
67972003-03-29 Richard Earnshaw <rearnsha@arm.com>
6798
6799 * arm-tdep.c (arm_push_arguments): Delete.
6800 (struct stack_item): New type.
6801 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6802 (arm_store_struct_return): Delte.
6803 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6804 arm_push_arguments or arm_store_struct_return.
6805
e8933a55
AC
68062003-03-28 Andrew Cagney <cagney@redhat.com>
6807
6808 * Makefile.in (d10v-tdep.o): Update dependencies.
6809 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6810 * d10v-tdep.c: Include "remote.h".
6811 (target_resume_hook): Delete extern declaration.
6812 (target_wait_loop_hook): Ditto.
6813 (tdisassemble_command): Eliminate assignment in "if" conditional.
6814 (d10v_ts2_register_sim_regno): Eliminate call to
6815 legacy_register_sim_regno.
6816 (d10v_ts3_register_sim_regno): Ditto.
6817
6949171e
JJ
68182003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6819
6820 * thread.c: Reindented.
6821 * lin-lwp.c: Ditto.
6822 * linux-proc.c: Ditto.
6823
98c7071f
BR
68242003-03-28 Bob Rossi <bob_rossi@cox.net>
6825
fbe586ae 6826 * MAINTAINERS (write after approval): Add myself.
98c7071f 6827
5edc9ca6
TR
68282003-03-27 Theodore A. Roth <troth@openavr.org>
6829
6830 * objc-exp.y: Add missing semi-colons.
6831
378bfd1b
AC
68322003-03-27 Andrew Cagney <cagney@redhat.com>
6833
6834 * regcache.c (write_sp): Delete function and references.
6835 * inferior.h (write_sp): Delete declaration.
6836 * valops.c (hand_function_call): Replace write_sp with
6837 TARGET_WRITE_SP.
6838 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6839 (sparc_pop_frame): Ditto.
8ffd9b1b 6840
56056df7
AC
68412003-03-27 Andrew Cagney <cagney@redhat.com>
6842
6843 * NEWS: Mention removal of support for hppa*-*-bsd* and
6844 hppa*-*-osf* natives, and hppa*-*-pro* target.
6845 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6846 * config/pa/xm-pa.h: Obsolete file.
6847 * config/pa/xm-hppab.h: Obsolete file.
6848 * config/pa/nm-hppab.h: Obsolete file.
6849 * config/pa/tm-hppab.h: Obsolete file.
6850 * config/pa/tm-hppao.h: Obsolete file.
6851 * config/pa/nm-hppao.h: Obsolete file.
6852 * config/pa/tm-pro.h: Obsolete file.
6853 * config/pa/hppaosf.mt: Obsolete file.
6854 * config/pa/hppaosf.mh: Obsolete file.
6855 * config/pa/hppapro.mt: Obsolete file.
6856 * config/pa/hppabsd.mt: Obsolete file.
6857 * config/pa/hppabsd.mh: Obsolete file.
6858 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6859 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6860 hppa*-*-osf*.
6861
5873a88d
AC
68622003-03-27 Andrew Cagney <cagney@redhat.com>
6863
6864 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6865 push_arguments. Don't set push_return_address or write_sp.
6866 (d10v_push_dummy_call): Replace d10v_push_arguments.
6867 (d10v_push_return_address, d10v_write_sp): Delete function,
6868 handled by push_dummy_call.
6869
b81774d8
AC
68702003-03-26 Andrew Cagney <cagney@redhat.com>
6871
6872 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6873 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6874 regcache and dummy_addr parameters.
6875 * gdbarch.h, gdbarch.c: Re-generate.
6876 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6877 available; assume it will handle stack alignment and return
6878 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6879 legacy_push_arguments.
6880 (legacy_push_arguments): Rename default_push_arguments.
6881 * value.h (legacy_push_arguments): Rename default_push_arguments.
6882 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6883 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6884 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6885 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6886 * config/i386/tm-symmetry.h: Update.
6887 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6888 * x86-64-tdep.c (x86_64_init_abi): Update.
6889 * v850-tdep.c (v850_gdbarch_init): Update.
6890 * sparc-tdep.c (sparc_gdbarch_init): Update.
6891 * sh-tdep.c (sh_gdbarch_init): Update.
6892 * s390-tdep.c (s390_gdbarch_init): Update.
6893 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6894 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6895 * mips-tdep.c (mips_gdbarch_init): Update.
6896 * mcore-tdep.c (mcore_gdbarch_init): Update.
6897 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6898 * ia64-tdep.c (ia64_gdbarch_init): Update.
6899 * i386-tdep.c (i386_gdbarch_init): Update.
6900 * hppa-tdep.c (hppa_gdbarch_init): Update.
6901 * h8300-tdep.c (h8300_gdbarch_init): Update.
6902 * frv-tdep.c (frv_gdbarch_init): Update.
6903 * d10v-tdep.c (d10v_gdbarch_init): Update.
6904 * cris-tdep.c (cris_gdbarch_init): Update.
6905 * avr-tdep.c (avr_gdbarch_init): Update.
6906 * arm-tdep.c (arm_gdbarch_init): Update.
6907 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6908 * alpha-tdep.c (alpha_gdbarch_init): Update.
6909
f541410f
DJ
69102003-03-26 Daniel Jacobowitz <drow@mvista.com>
6911
6912 * signals/signals.c (do_target_signal_to_host): Correct realtime
6913 signal range test.
6914
69f567ae
DJ
69152003-03-26 Daniel Jacobowitz <drow@mvista.com>
6916
6917 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6918 (struct sal_chain, map_catch_names): Remove.
6919 (catch_exception_command_1): Don't call
6920 handle_gnu_4_16_catch_command.
6921
d5d14a5a
DJ
69222003-03-26 Daniel Jacobowitz <drow@mvista.com>
6923
6924 From Mark Dettinger <dettinge@de.ibm.com>:
6925 * dwarf2cfi.c (read_2u): Increment pointer by two.
6926
bdd73e22
DJ
69272003-03-26 Daniel Jacobowitz <drow@mvista.com>
6928
6929 * signals/signals.c: Fix typos in last change.
6930
960cb555
DJ
69312003-03-26 Daniel Jacobowitz <drow@mvista.com>
6932
6933 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6934 not already defined. Use __SIGRTMIN if available.
6935 (target_signal_from_host): Remove SIGRTMIN block.
6936 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6937 the signal is within the realtime range.
6938
f636b87d
AF
69392003-03-25 Adam Fedor <fedor@gnu.org>
6940
6941 * Makefile.in (infrun.o): Add $(language_h)
6942 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6943 for language specific trampolines.
6944 * language.h (struct language_defn): Add skip_trampoline.
6945 (skip_language_trampoline): Declare.
6946 * language.c (unk_lang_trampoline, skip_language_trampoline):
6947 New functions.
6948 (unknown_language_defn, auto_language_defn, local_language_defn):
6949 Add ukn_lang_trampoline.
6950 * ada-lang.c (ada_language_defn): Add NULL for language
6951 specific skip_trampoline.
6952 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6953 scm-lang.c: Likewise.
6954 * objc-lang.c (objc_skip_trampoline): New function.
6955 (objc_language_defn): Add objc_skip_trampoline.
6956
28f617b3 69572003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
6958
6959 * frame.c (get_prev_frame): Delay validating a frame's ID -
6960 non-NULL, didn't go backwards - until an attempt to unwind it to
6961 the previous frame.
6962
f933a9c5
AC
69632003-03-25 Andrew Cagney <cagney@redhat.com>
6964
6965 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6966 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6967 * gdbarch.h, gdbarch.c: Re-generate.
6968 * config/sparc/tm-sparc.h
6969 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6970 * sparc-tdep.c (sparc_gdbarch_init): Set
6971 deprecated_extra_stack_alignment_needed.
6972 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6973 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6974 extra_stack_alignment_needed.
6975 * v850-tdep.c (v850_gdbarch_init): Ditto.
6976 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6977 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6978 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6979 * cris-tdep.c (cris_gdbarch_init): Ditto.
6980 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6981 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6982
4183d812
AC
69832003-03-25 Andrew Cagney <cagney@redhat.com>
6984
6985 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6986 STORE_STRUCT_RETURN.
6987 * gdbarch.h, gdbarch.c: Regenerate.
6988 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6989 (d10v_push_arguments): Set the struct return register.
6990 (d10v_gdbarch_init): Update.
6991 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6992 * x86-64-tdep.c (x86_64_init_abi): Update.
6993 * vax-tdep.c (vax_gdbarch_init): Update.
6994 * v850-tdep.c (v850_gdbarch_init): Update.
6995 * sparc-tdep.c (sparc_gdbarch_init): Update.
6996 * sh-tdep.c (sh_gdbarch_init): Update.
6997 * s390-tdep.c (s390_gdbarch_init): Update.
6998 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6999 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7000 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7001 * mips-tdep.c (mips_gdbarch_init): Update.
7002 * mcore-tdep.c (mcore_gdbarch_init): Update.
7003 * m68k-tdep.c (m68k_gdbarch_init): Update.
7004 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7005 * ia64-tdep.c (ia64_gdbarch_init): Update.
7006 * i386-tdep.c (i386_gdbarch_init): Update.
7007 * hppa-tdep.c (hppa_gdbarch_init): Update.
7008 * h8300-tdep.c (h8300_gdbarch_init): Update.
7009 * frv-tdep.c (frv_gdbarch_init): Update.
7010 * cris-tdep.c (cris_gdbarch_init): Update.
7011 * avr-tdep.c (avr_gdbarch_init): Update.
7012 * arm-tdep.c (arm_gdbarch_init): Update.
7013 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 7014
1bf6d5cc
AC
70152003-03-25 Andrew Cagney <cagney@redhat.com>
7016
7017 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
7018 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
7019 CALL_DUMMY_STACK_ADJUST with a predicate variable.
7020 * gdbarch.h, gdbarch.c: Regenerate.
7021 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7022 call_dummy_stack_adjust_p.
7023 * vax-tdep.c (vax_gdbarch_init): Ditto.
7024 * v850-tdep.c (v850_gdbarch_init): Ditto.
7025 * sh-tdep.c (sh_gdbarch_init): Ditto.
7026 * s390-tdep.c (s390_gdbarch_init): Ditto.
7027 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7028 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
7029 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7030 * mips-tdep.c (mips_gdbarch_init): Ditto.
7031 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7032 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7033 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7034 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7035 * i386-tdep.c (i386_gdbarch_init): Ditto.
7036 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7037 * frv-tdep.c (frv_gdbarch_init): Ditto.
7038 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7039 * cris-tdep.c (cris_gdbarch_init): Ditto.
7040 * avr-tdep.c (avr_gdbarch_init): Ditto.
7041 * arm-tdep.c (arm_gdbarch_init): Ditto.
7042 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7043 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7044 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
7045 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7046 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
7047 call_dummy_stack_adjust_p.
7048 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
7049 (CALL_DUMMY_STACK_ADJUST): Delete macro.
7050 * sparc-tdep.c (sparc32_push_arguments): Update.
7051 * valops.c (hand_function_call): Update.
7052
71c08af0
CV
70532003-03-25 Corinna Vinschen <vinschen@redhat.com>
7054
7055 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
7056 set_gdbarch_char_signed.
7057
30757f90
RE
70582003-03-25 Richard Earnshaw <rearnsha@arm.com>
7059
7060 PR cli/548
7061 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
7062
03d48a7d
RE
70632003-03-25 Richard Earnshaw <rearnsha@arm.com>
7064
7065 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
7066 (_initialize_arm_tdep): Don't set tm_print_insn.
7067
2cf6873c
AF
70682003-03-24 Adam Fedor <fedor@gnu.org>
7069
7070 * Makefile.in (YYOBJ): Add objc-exp.tab.o
7071 * objc-lang.h: Add multiple inclusion protection.
7072 (start_msglist, add_msglist, end_msglist): Additional declarations.
7073
17c0759e
RE
70742003-03-24 Richard Earnshaw <rearnsha@arm.com>
7075
7076 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
7077 value was renamed to ARM_FLOAT_SOFT_FPA.
7078
618ce49f
AC
70792003-03-23 Andrew Cagney <cagney@redhat.com>
7080
7081 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
7082 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
7083 * gdbarch.h, gdbarch.c: Regenerate.
7084 * valops.c (hand_function_call): Update.
7085 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7086 * frame.c (legacy_saved_regs_this_id): Update.
7087 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
7088 * dummy-frame.h: Update.
7089 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
7090 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7091 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
7092 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
7093 * config/m68k/tm-sun3.h: Update.
7094 * blockframe.c (inside_main_func, frame_chain_valid): Update.
7095 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7096 * x86-64-tdep.c (x86_64_init_abi): Update.
7097 * vax-tdep.c (vax_gdbarch_init): Update.
7098 * v850-tdep.c (v850_gdbarch_init): Update.
7099 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
7100 * sh-tdep.c (sh_gdbarch_init): Update.
7101 * s390-tdep.c (s390_gdbarch_init): Update.
7102 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
7103 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
7104 (frame_get_saved_regs): Update.
7105 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7106 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7107 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7108 * mips-tdep.c (mips_gdbarch_init): Update.
7109 * mcore-tdep.c (mcore_gdbarch_init): Update.
7110 * m68k-tdep.c (m68k_gdbarch_init): Update.
7111 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7112 * ia64-tdep.c (ia64_gdbarch_init): Update.
7113 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
7114 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7115 (i386_interix_back_one_frame): Update.
7116 * hppa-tdep.c (hppa_gdbarch_init): Update.
7117 (hppa_init_extra_frame_info): Update.
7118 * h8300-tdep.c (h8300_gdbarch_init): Update.
7119 * frv-tdep.c (frv_gdbarch_init): Update.
7120 * cris-tdep.c (cris_gdbarch_init): Update.
7121 * avr-tdep.c (avr_gdbarch_init): Update.
7122 * arm-tdep.c (arm_gdbarch_init): Update.
7123 * alpha-tdep.c (alpha_gdbarch_init): Update.
7124
fd50bc42
RE
71252003-03-22 Richard Earnshaw <rearnsha@arm.com>
7126
7127 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
7128 (arm_get_fp_model): Declare.
7129 * arm-tdep.c (fp_model_strings): New string array.
7130 (arm_fp_model, current_fp_model): New variables.
7131 (arm_get_fp_model): New function.
7132 (arm_set_fp): New function.
7133 (set_fp_model_sfunc): New function.
7134 (show_fp_model): New function.
7135 (_initialize_arm_tdep): Add new command to set/show the FPU.
7136 (arm_extract_return_value): Use arm_get_fp_model.
7137 (arm_store_return_value): Likewise.
7138 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
7139 to initialize the floating-point data types.
7140 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
7141 model is FPA.
7142
26304000
RE
71432003-03-22 Richard Earnshaw <rearnsha@arm.com>
7144
7145 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
7146 the current setting of each value.
7147 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 7148 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
7149 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
7150 commands and add new version as subcommands of "set/show arm".
7151
afd7eef0
RE
71522003-03-22 Richard Earnshaw <rearnsha@arm.com>
7153
7154 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
7155 (set_arm_command, show_arm_command): New functions.
7156 (_initialize_arm_tdep): Add them.
7157 (num_disassembly_options): Renamed from num_flavor_options.
7158 (valid_disassembly_styles): Renamed from valid_flavors.
7159 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 7160 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
7161 set_disassembly_flavor_sfunc.
7162 (set_disassembly_style): Renamed from set_disassembly_flavor.
7163 (arm_othernames): Updated.
7164 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
7165 command. Add "set/show arm disassembly" commands. Deprecate
7166 "othernames" command.
7167
299a7944
RE
71682003-03-22 Richard Earnshaw <rearnsha@arm.com>
7169
7170 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
7171 (arm-tdep.o): Depend on elf_arm_h.
7172
c1dac9e6
RE
71732003-03-22 Richard Earnshaw <rearnsha@arm.com>
7174
7175 * Makefile.in (coff_internal_h): Define.
7176 (arm-tdep.o): Update dependencies.
7177
2702d96c
RE
71782003-03-22 Richard Earnshaw <rearnsha@arm.com>
7179
7180 * arm-tdep.c (prologue_cache): Delete.
7181 (check_prologue_cache, save_prologue_cache): Delete.
7182 (arm_scan_prologue): Don't check or update the prologue_cache.
7183 (arm_gdb_arch_init): Don't initialize it.
7184 (_initialize_arm_tdep): Likewise.
7185
27d5d74b
SC
71862003-03-21 Stephane Carrez <stcarrez@nerim.fr>
7187
7188 * MAINTAINERS (tui): Maintainer of tui code.
7189
1762d96d
CV
71902003-03-21 Corinna Vinschen <vinschen@redhat.com>
7191
7192 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
7193 (i386-cygwin-tdep.o): Add dependencies.
7194 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
7195 * i386-cygwin-tdep.c: New file.
7196 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
7197 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
7198
4c2e2391
AC
71992003-03-20 Andrew Cagney <cagney@redhat.com>
7200
f20d38b7
AC
7201 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
7202 (handle_inferior_event): Remove code calling
7203 DYNAMIC_TRAMPOLINE_NEXTPC.
7204
0022b738
AC
7205 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7206 already has a full path.
7207
864dbc90
AC
7208 * main.c (gdb_main): Return 1.
7209 (captured_main): Call error to report an invalid interpreter.
7210
4c2e2391
AC
7211 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7212 * alpha-osf1-tdep.c: Include "gdb_string.h".
7213
5ef7553b
JB
72142003-03-19 J. Brobecker <brobecker@gnat.com>
7215
7216 Continuing work to convert the hppa targets to multiarch partial.
7217
7218 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7219 method, now that hppa_push_dummy_frame has a conformant prototype.
7220 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7221 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7222 for the switch to multiarch partial.
7223
7bde8967
KB
72242003-03-19 Kevin Buettner <kevinb@redhat.com>
7225
7226 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7227 when iss is issNull.
7228
b006a9e9
KB
72292003-03-18 Kevin Buettner <kevinb@redhat.com>
7230
7231 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7232 NUM_REGS bounds check.
7233
5e2e9765
KB
72342003-03-18 Kevin Buettner <kevinb@redhat.com>
7235
7236 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7237 * mips-tdep.c (gdb_assert.h): Include.
7238 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7239 (mips_register_name): Handle integer registers explicitly. Add
7240 bounds checking.
7241 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7242 (mips_lsi33k_reg_names): Don't list integer registers; they're
7243 handled by mips_register_name() now.
7244 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7245 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7246 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7247 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7248 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7249
a2867626
AC
72502003-03-18 Andrew Cagney <cagney@redhat.com>
7251
7252 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7253 a void pointer.
7254 * gdbtypes.h (print_scalar_formatted): Update declaration.
7255 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7256
06600e06
JB
72572003-03-18 J. Brobecker <brobecker@gnat.com>
7258
7259 * infrun.c (observer.h): Add #include.
7260 (normal_stop): Add call to observer_notify_normal_stop.
7261 * Makefile.in (infrun.o): Add dependency on observer.h.
7262
7daf4f5b
JB
72632003-03-18 J. Brobecker <brobecker@gnat.com>
7264
7265 Continuing work to convert the hppa targets to multiarch partial.
7266 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7267 parameter. Reformat comment.
7268 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7269 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7270 to match new profile.
7271
3371ccc0
JB
72722003-03-18 J. Brobecker <brobecker@gnat.com>
7273
7274 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7275 appear to be working in any case.
7276
4fbe891e
JB
72772003-03-18 J. Brobecker <brobecker@gnat.com>
7278
7279 * observer.c (observer_test_first_observer): New static variable.
7280 (observer_test_second_observer): Likewise.
7281 (observer_test_third_observer): Likewise.
7282 (observer_test_first_notification_function): New static function.
7283 (observer_test_second_notification_function): Likewise.
7284 (observer_test_third_notification_function): Likewise.
7285
a7ff40e7
JB
72862003-03-17 J. Brobecker <brobecker@gnat.com>
7287
7288 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7289 * somsolib.c (gdb_assert.h): Likewise.
7290 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7291 (somsolib.o): Likewise.
7292
26ca4152
AC
72932003-03-17 Andrew Cagney <cagney@redhat.com>
7294
7295 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7296 BFD. Simplify setting of di.endian.
7297
0a613259
AC
72982003-03-17 Andrew Cagney <cagney@redhat.com>
7299
7300 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7301 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7302
7303 From Elena Zannoni <ezannoni@redhat.com>
7304 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7305 vector and floating-point parameters.
7306 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7307 convention.
7308 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7309
1132738f
FN
73102003-03-17 Fernando Nasser <fnasser@redhat.com>
7311
7312 * MAINTAINERS: Remove my name from several maintainership roles.
7313
6dc42492
AC
73142003-03-17 Andrew Cagney <cagney@redhat.com>
7315
7316 Fix frame off-by-one bug.
7317 * frame-unwind.h (frame_this_id_ftype): Replace
7318 frame_unwind_id_ftype.
7319 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7320 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7321 with "prev_register".
7322 * frame-unwind.c (frame_unwind_find_by_pc): Return
7323 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7324 comment.
7325 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7326 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7327 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7328 (dummy_frame_unwind): Update.
7329 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7330 sentinel_frame_register_unwind.
7331 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7332 (sentinel_frame_unwinder): Update.
7333 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7334 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7335 * frame.c (create_sentinel_frame): Update. Initialize
7336 "prologue_cache" instead of "unwind_cache".
7337 (frame_register_unwind): Call this frame's prev_register with the
7338 next frame and this frame's prologue cache.
7339 (get_prev_frame): Simplify. Always call prev frame's this_id with
7340 this frame and prev frame's prologue cache. Document that this
7341 call is shifted one to the left when compared to the
7342 frame_register_unwind call.
7343 (legacy_saved_regs_prev_register): Replace
7344 frame_saved_regs_register_unwind.
7345 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7346 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7347 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7348 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7349 (d10v_frame_unwind): Update.
7350 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7351 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7352 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7353 "saved_regs" with "this_saved_regs".
7354
efd710d6
AC
73552003-03-16 Andrew Cagney <cagney@redhat.com>
7356
7357 * frame.c (frame_pop): Don't call target_store_registers. Fix
7358 problem reported by Mark Kettenis.
7359
4e259f09
MK
73602003-03-16 Mark Kettenis <kettenis@gnu.org>
7361
7362 * i386-tdep.c (i386_register_type): Renamed from
7363 i386_register_virtual_type. Adjust function signature.
7364 (i386_gdbarch_init): Set register_type instead of
7365 deprecated_max_register_raw_size,
7366 deprecated_max_register_virtual_size and register_virtual_type.
7367
055bb976
AC
73682003-03-14 Andrew Cagney <cagney@redhat.com>
7369
7370 * frame.c (get_prev_frame): When a legacy frame, always call
7371 legacy_get_prev_frame. Simplify unwind code using assumption that
7372 the unwinder is new.
7373 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7374 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7375 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7376
ac2adee5
AC
73772003-03-14 Andrew Cagney <cagney@redhat.com>
7378
7379 * frame.c (get_saved_register): Delete function.
7380 * frame.h (get_saved_register): Delete declaration.
7381 * xstormy16-tdep.c: Update comment.
7382 * regcache.h: Update comments.
7383 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7384 get_saved_register and extract_address, use
7385 frame_read_unsigned_register.
7386 (sparc_frame_saved_pc): Ditto.
7387 (sparc_get_saved_register): Instead of get_saved_register, use
7388 frame_register.
7389 (sparc_pop_frame): Ditto.
7390 * findvar.c: Update comments.
7391 (value_of_register): Call frame_register instead of
7392 get_saved_register.
7393 (value_from_register): Ditto.
7394 * config/sparc/tm-sparc.h: Update comment.
7395 * breakpoint.c: Update comment.
7396
129c1cd6
AC
73972003-03-14 Andrew Cagney <cagney@redhat.com>
7398
7399 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7400 GET_SAVED_REGISTER.
7401 * gdbarch.h, gdbarch.c: Re-generate.
7402 * frame.h: Update comments.
7403 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7404 * x86-64-tdep.c (x86_64_init_abi): Update.
7405 * sparc-tdep.c (sparc_gdbarch_init): Update.
7406 * sh-tdep.c (sh_gdbarch_init): Update.
7407 * mips-tdep.c (mips_gdbarch_init): Update.
7408 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7409 * cris-tdep.c (cris_gdbarch_init): Update.
7410 * ia64-tdep.c (ia64_gdbarch_init): Update.
7411 * frame.c (frame_register): Update.
7412 (get_saved_register): Update.
7413 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 7414
749b82f6
AC
74152003-03-13 Andrew Cagney <cagney@redhat.com>
7416
7417 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7418 * gdbarch.h, gdbarch.c: Regenerate.
7419 * valops.c (hand_function_call): Update comment.
7420 * stack.c (return_command): Update comment.
7421 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7422 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7423 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7424 * x86-64-tdep.c (x86_64_init_abi): Update.
7425 * vax-tdep.c (vax_gdbarch_init): Update.
7426 * v850-tdep.c (v850_gdbarch_init): Update.
7427 * sparc-tdep.c (sparc_gdbarch_init): Update.
7428 * sh-tdep.c (sh_gdbarch_init): Update.
7429 * s390-tdep.c (s390_gdbarch_init): Update.
7430 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7431 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7432 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7433 * mips-tdep.c (mips_gdbarch_init): Update.
7434 * mcore-tdep.c (mcore_gdbarch_init): Update.
7435 * m68k-tdep.c (m68k_gdbarch_init): Update.
7436 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7437 * ia64-tdep.c (ia64_gdbarch_init): Update.
7438 * i386-tdep.c (i386_gdbarch_init): Update.
7439 * hppa-tdep.c (hppa_gdbarch_init): Update.
7440 * h8300-tdep.c (h8300_gdbarch_init): Update.
7441 * frv-tdep.c (frv_gdbarch_init): Update.
7442 * cris-tdep.c (cris_gdbarch_init): Update.
7443 * avr-tdep.c (avr_gdbarch_init): Update.
7444 * arm-tdep.c (arm_gdbarch_init): Update.
7445 * alpha-tdep.c (alpha_gdbarch_init): Update.
7446
1594fa56
AC
74472003-03-13 Andrew Cagney <cagney@redhat.com>
7448
7449 * frame.c (legacy_frame_p): New function.
7450 (get_prev_frame): Use legacy_frame_p.
7451 * frame.h (legacy_frame_p): Declare.
7452
7717fda3
V
74532003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7454
fbe586ae 7455 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
7456 listing corrected.
7457
0c67cbe9
V
74582003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7459
fbe586ae 7460 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 7461
03febf99
AC
74622003-03-12 Andrew Cagney <cagney@redhat.com>
7463
7464 * frame.c (get_prev_frame): Rename the frame parameter to
7465 "this_frame".
7466 (get_next_frame, legacy_get_prev_frame): Ditto.
7467
0a1e1ca1
AC
74682003-03-12 Andrew Cagney <cagney@redhat.com>
7469
7470 * frame.c (get_current_frame): Check target_has_registers before
7471 checking target_has_stack.
7472 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7473 instead of deprecated_selected_frame.
7474 * findvar.c (value_of_register): Pass "frame", not
7475 deprecated_selected_frame, to value_of_builtin_reg.
7476
a66a9c23
AC
74772003-03-12 Andrew Cagney <cagney@redhat.com>
7478
7479 * regcache.c (regcache_cooked_write_signed): New function.
7480 (regcache_cooked_write_unsigned): New function.
7481 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7482 (regcache_cooked_read_signed): Fix regnum in range assertion.
7483 * regcache.h (regcache_cooked_write_signed): Declare.
7484 (regcache_cooked_write_unsigned): Declare.
7485
8bedc050
AC
74862003-03-12 Andrew Cagney <cagney@redhat.com>
7487
7488 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7489 * gdbarch.h, gdbarch.c: Re-generate.
7490 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7491 * x86-64-tdep.h: Update.
7492 * x86-64-tdep.c (x86_64_init_abi): Update.
7493 * v850-tdep.c (v850_gdbarch_init): Update.
7494 * sparc-tdep.c (sparc_gdbarch_init): Update.
7495 * sh-tdep.c (sh_gdbarch_init): Update.
7496 * s390-tdep.c (s390_gdbarch_init): Update.
7497 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7498 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7499 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7500 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7501 * mips-tdep.c (mips_gdbarch_init): Update.
7502 * mcore-tdep.c (mcore_gdbarch_init): Update.
7503 * m68k-tdep.c (m68k_gdbarch_init): Update.
7504 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7505 * ia64-tdep.c (ia64_gdbarch_init): Update.
7506 * i386-tdep.c (i386_gdbarch_init): Update.
7507 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7508 * hppa-tdep.c (hppa_gdbarch_init): Update.
7509 * h8300-tdep.c (h8300_gdbarch_init): Update.
7510 * frv-tdep.c (frv_gdbarch_init): Update.
7511 * cris-tdep.c (cris_gdbarch_init): Update.
7512 * avr-tdep.c (avr_gdbarch_init): Update.
7513 * arm-tdep.c (arm_gdbarch_init): Update.
7514 * alpha-tdep.c (alpha_gdbarch_init): Update.
7515 * sh-tdep.c (sh_init_extra_frame_info): Update.
7516 (sh64_init_extra_frame_info): Update.
7517 * ns32knbsd-nat.c (frame_num_args): Update.
7518 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7519 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7520 (xstormy16_frame_chain_valid): Update.
7521 * vax-tdep.c (vax_saved_pc_after_call): Update.
7522 * v850-tdep.c (v850_frame_chain): Update.
7523 (v850_pop_frame): Update.
7524 (v850_init_extra_frame_info): Update.
7525 * sparc-tdep.c (setup_arbitrary_frame): Update.
7526 * ns32k-tdep.c (umax_frame_num_args): Update.
7527 * s390-tdep.c (s390_pop_frame_regular): Update.
7528 * mn10300-tdep.c (mn10300_frame_chain): Update.
7529 (mn10300_pop_frame_regular): Update.
7530 (mn10300_init_extra_frame_info): Update.
7531 * mips-tdep.c (mips_init_frame_pc_first): Update.
7532 (mips_frame_chain): Update.
7533 (mips_pop_frame): Update.
7534 * mcore-tdep.c (mcore_frame_chain): Update.
7535 (mcore_pop_frame): Update.
7536 (mcore_init_extra_frame_info): Update.
7537 * arch-utils.c (init_frame_pc_default): Update.
7538 * m68k-tdep.c (isi_frame_num_args): Update.
7539 (delta68_frame_num_args): Update.
7540 (news_frame_num_args): Update.
7541 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7542 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7543 (alpha_frame_chain): Update.
7544 (alpha_pop_frame): Update.
7545 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7546 (hppa_init_extra_frame_info): Update.
7547 (hppa_frame_chain): Update.
7548 (hppa_frame_chain_valid): Update.
7549 * cris-tdep.c (cris_init_extra_frame_info): Update.
7550 * avr-tdep.c (avr_init_extra_frame_info): Update.
7551 * arm-tdep.c (arm_frame_chain_valid): Update.
7552 (arm_init_extra_frame_info): Update.
7553 (arm_pop_frame): Update.
7554 * frame.c (frame_pc_unwind): Update.
7555 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7556 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7557 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7558 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7559 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7560 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 7561
7a25a7c1
AC
75622003-03-12 Andrew Cagney <cagney@redhat.com>
7563
7564 Eliminate the need for POP_FRAME.
7565 * frame.c (do_frame_unwind_register): New function.
7566 (frame_pop): When no POP_FRAME, pop the frame using register
7567 unwind and a scratch regcache.
7568 (frame_saved_regs_pop): Delete function.
7569 (trad_frame_unwinder): Update.
7570 * d10v-tdep.c (d10v_frame_pop): Delete function.
7571 (d10v_frame_unwind): Update.
7572 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7573 (sentinel_frame_unwinder): Update.
7574 * dummy-frame.c (dummy_frame_pop): Delete function.
7575 (dummy_frame_unwind): Update.
7576 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7577 (struct frame_unwind): Update.
7578
2f38ef89
KB
75792003-03-11 Kevin Buettner <kevinb@redhat.com>
7580
7581 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7582 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7583 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7584 Do range checks on register number obtained from debugging info.
7585 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7586 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7587 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7588 mapping function.
7589 (do_fp_register_row): Fix typo which caused double type to be
7590 used when attempting to unpack a float.
7591
552f4abf
JB
75922003-03-11 J. Brobecker <brobecker@gnat.com>
7593
7594 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7595
e0d2ae16
AC
75962003-03-11 Andrew Cagney <cagney@redhat.com>
7597
7598 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7599 frame. Problem found by Corinna Vinschen.
7600
ddbfdd06
PM
76012003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7602
7603 * doublest.c (floatformat_from_length): Accept also
7604 the real size of 'long double' type.
7605
088b2ddc 76062003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 7607
088b2ddc 7608 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
7609 * breakpoint.c (bpstat_copy): Copy the command lines as well
7610 as the old value, to match what is freed in bpstat_clear.
7611
f56f77c1
DC
76122003-03-10 David Carlton <carlton@math.stanford.edu>
7613
7614 * minsyms.c (add_minsym_to_hash_table): Replace
7615 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7616 (compare_minimal_symbols, compact_minimal_symbols)
7617 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7618 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7619 of DEPRECATED_SYMBOL_MATCHES_NAME.
7620 (lookup_minimal_symbol_solib_trampoline): Ditto.
7621
5602984a
AC
76222003-03-10 Andrew Cagney <cagney@redhat.com>
7623
7624 * regcache.h (regcache_cooked_read_ftype): Define.
7625 (regcache_save, regcache_restore): Add a cooked_read parameter.
7626 * regcache.c (regcache_save, regcache_restore): Update.
7627 (do_cooked_read): New function.
7628 (regcache_cpy): Pass do_cooked_read to regcache_save and
7629 regcache_restore.
7630
8bedc050
AC
76312003-03-10 Andrew Cagney <cagney@redhat.com>
7632
7633 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7634 * gdbarch.h, gdbarch.c: Re-generate.
7635 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7636 * x86-64-tdep.h: Update.
7637 * x86-64-tdep.c (x86_64_init_abi): Update.
7638 * v850-tdep.c (v850_gdbarch_init): Update.
7639 * sparc-tdep.c (sparc_gdbarch_init): Update.
7640 * sh-tdep.c (sh_gdbarch_init): Update.
7641 * s390-tdep.c (s390_gdbarch_init): Update.
7642 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7643 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7644 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7645 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7646 * mips-tdep.c (mips_gdbarch_init): Update.
7647 * mcore-tdep.c (mcore_gdbarch_init): Update.
7648 * m68k-tdep.c (m68k_gdbarch_init): Update.
7649 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7650 * ia64-tdep.c (ia64_gdbarch_init): Update.
7651 * i386-tdep.c (i386_gdbarch_init): Update.
7652 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7653 * hppa-tdep.c (hppa_gdbarch_init): Update.
7654 * h8300-tdep.c (h8300_gdbarch_init): Update.
7655 * frv-tdep.c (frv_gdbarch_init): Update.
7656 * cris-tdep.c (cris_gdbarch_init): Update.
7657 * avr-tdep.c (avr_gdbarch_init): Update.
7658 * arm-tdep.c (arm_gdbarch_init): Update.
7659 * alpha-tdep.c (alpha_gdbarch_init): Update.
7660 * sh-tdep.c (sh_init_extra_frame_info): Update.
7661 (sh64_init_extra_frame_info): Update.
7662 * ns32knbsd-nat.c (frame_num_args): Update.
7663 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7664 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7665 (xstormy16_frame_chain_valid): Update.
7666 * vax-tdep.c (vax_saved_pc_after_call): Update.
7667 * v850-tdep.c (v850_frame_chain): Update.
7668 (v850_pop_frame): Update.
7669 (v850_init_extra_frame_info): Update.
7670 * sparc-tdep.c (setup_arbitrary_frame): Update.
7671 * ns32k-tdep.c (umax_frame_num_args): Update.
7672 * s390-tdep.c (s390_pop_frame_regular): Update.
7673 * mn10300-tdep.c (mn10300_frame_chain): Update.
7674 (mn10300_pop_frame_regular): Update.
7675 (mn10300_init_extra_frame_info): Update.
7676 * mips-tdep.c (mips_init_frame_pc_first): Update.
7677 (mips_frame_chain): Update.
7678 (mips_pop_frame): Update.
7679 * mcore-tdep.c (mcore_frame_chain): Update.
7680 (mcore_pop_frame): Update.
7681 (mcore_init_extra_frame_info): Update.
7682 * arch-utils.c (init_frame_pc_default): Update.
7683 * m68k-tdep.c (isi_frame_num_args): Update.
7684 (delta68_frame_num_args): Update.
7685 (news_frame_num_args): Update.
7686 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7687 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7688 (alpha_frame_chain): Update.
7689 (alpha_pop_frame): Update.
7690 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7691 (hppa_init_extra_frame_info): Update.
7692 (hppa_frame_chain): Update.
7693 (hppa_frame_chain_valid): Update.
7694 * cris-tdep.c (cris_init_extra_frame_info): Update.
7695 * avr-tdep.c (avr_init_extra_frame_info): Update.
7696 * arm-tdep.c (arm_frame_chain_valid): Update.
7697 (arm_init_extra_frame_info): Update.
7698 (arm_pop_frame): Update.
7699 * frame.c (frame_pc_unwind): Update.
7700 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7701 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7702 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7703 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7704 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7705 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 7706
12cc2063
AC
77072003-03-10 Andrew Cagney <cagney@redhat.com>
7708
7709 * gdbarch.sh (gdbarch_unwind_pc): New method.
7710 * gdbarch.h, gdbarch.c: Regenerate.
7711 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7712 but use read_pc and FRAME_SAVED_PC as fall backs.
7713 (frame_saved_regs_pc_unwind): Delete function.
7714 (trad_frame_unwinder): Update.
7715 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7716 (struct frame_unwind): Update.
7717 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7718 (dummy_frame_unwind): Update.
7719 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7720 (sentinel_frame_unwinder): Update.
7721 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7722 (d10v_frame_unwind): Update.
7723 (d10v_unwind_pc): New function.
7724 (d10v_gdbarch_init): Set unwind_pc.
7725
ef840a37
AC
77262003-03-10 Andrew Cagney <cagney@redhat.com>
7727
a2ce2e56
AC
7728 * gdbarch.h: Re-generate.
7729
ef840a37
AC
7730 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7731 PC.
7732 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7733 the PC register.
7734
08f3424b
MK
77352003-03-08 Mark Kettenis <kettenis@gnu.org>
7736
7737 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7738
1248ede2
AC
77392003-03-08 Andrew Cagney <cagney@redhat.com>
7740
7741 * cli-out.c: Update copyright.
7742 (cli_out_data): Define typedef. Use instead of ui_out_data.
7743
f49bacc8
AC
77442003-03-08 Andrew Cagney <cagney@redhat.com>
7745
7746 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7747 the result.
7748
9b05f993
AC
77492003-03-07 Andrew Cagney <cagney@redhat.com>
7750
7751 * gdbarch.sh: Don't generate two macro definitions when an
7752 undefined macro taking no arguments.
7753 * gdbarch.h: Regenerate.
8ffd9b1b 7754
166f4c7b
ML
77552002-03-07 Michal Ludvig <mludvig@suse.cz>
7756
7757 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7758 (x86_64_unwind_dummy_id): New functions.
7759 (x86_64_init_abi): Register these two new functions.
7760
6d686a84
ML
77612003-03-07 Michal Ludvig <mludvig@suse.cz>
7762
7763 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 7764 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
7765 separate function.
7766 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7767
6314f104
AC
77682003-03-05 Andrew Cagney <cagney@redhat.com>
7769
7770 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7771 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7772 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7773 to use unwind_dummy_id when a dummy frame.
7774 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7775 predicate.
7776 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 7777
ceea5145
AC
77782003-03-05 Andrew Cagney <cagney@redhat.com>
7779
7780 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7781 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7782 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7783 values.
7784
0d843116
AC
77852003-03-05 Andrew Cagney <cagney@redhat.com>
7786
7787 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7788 (struct d10v_unwind_cache): Delete field "frameless". Replace
7789 "next_addr" with "sp_offset". Add "r11_offset".
7790 (d10v_frame_unwind_cache): Update.
7791 (prologue_find_regs): Update. When "mv r11, sp", save the
7792 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7793 RN was saved in r11_offset.
7794
b2579786
AC
77952003-03-05 Andrew Cagney <cagney@redhat.com>
7796
7797 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7798 cached PC value in the next frame.
7799
218e5956
AC
78002003-03-05 Andrew Cagney <cagney@redhat.com>
7801
7802 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7803 "id_unwind_cache" with "id".
7804 (frame_id_unwind): Delete declaration.
7805 * frame.c (frame_id_unwind): Delete function.
7806 (get_prev_frame): Call the frame id unwind method directly. Store
7807 the returned next frame's ID value in NEXT_FRAME. Note that there
7808 is a problem with the wrong unwind ID being called with the wrong
7809 unwind cache.
7810
ed363b1b
DJ
78112003-03-05 Daniel Jacobowitz <drow@mvista.com>
7812
7813 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7814
fe1f4a5e
DJ
78152003-03-05 James Ingham <jingham@apple.com>
7816 Daniel Jacobowitz <drow@mvista.com>
7817
7818 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7819 (auto_cp_abi): New variable.
7820 (current_cp_abi, num_cp_abis): Make static.
7821 (CP_ABI_MAX): Define.
7822 (cp_abis): Turn into an array.
7823 (value_virtual_fn_field): Fix formatting.
7824 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7825 takes a pointer.
7826 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7827 (list_cp_abis, _initialize_cp_abi): New functions.
7828 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7829 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7830 switch_to_cp_abi. Update prototype for register_cp_abi.
7831 * Makefile.in (cp-abi.o): Update dependencies.
7832 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7833 instead of switch_to_cp_abi.
7834 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7835 register_cp_abi.
7836 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7837 register_cp_abi.
7838 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7839
e4adbba9
DJ
78402003-03-05 Daniel Jacobowitz <drow@mvista.com>
7841
7842 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7843 * dwarf2loc.c: Include "regcache.h".
7844 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7845 register_size.
7846 * Makefile.in (dwarf2loc.o): Update dependencies.
7847
91ccbfc1
TR
78482003-03-04 Theodore A. Roth <troth@openavr.org>
7849
7850 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7851 number of io registers reported by remote target is not a multiple of
7852 step.
7853
3d4e8fd2
DC
78542003-03-04 David Carlton <carlton@math.stanford.edu>
7855
7856 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7857 (lookup_symbol_aux_psymtabs): Update call to
7858 lookup_partial_symbol.
7859 (lookup_transparent_type, find_main_psymtab)
7860 (make_symbol_overload_list): Ditto.
7861
ed42d87b
KH
78622003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7863
7864 * MAINTAINERS (Write after approval): Update my email address.
7865
a0ed5532
AC
78662003-03-03 Andrew Cagney <cagney@redhat.com>
7867
7868 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7869 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7870 predicate. Replace MAX_REGISTER_RAW_SIZE.
7871 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7872 MAX_REGISTER_VIRTUAL_SIZE.
7873 * regcache.c (legacy_max_register_raw_size): New function.
7874 (legacy_max_register_virtual_size): New function.
7875 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7876 (MAX_REGISTER_RAW_SIZE): Define.
7877 (legacy_max_register_raw_size): Declare.
7878 (legacy_max_register_virtual_size): Declare.
7879 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7880 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7881 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7882 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7883 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7884 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7885 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7886 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7887 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7888 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7889 * vax-tdep.c (vax_gdbarch_init): Update.
7890 * v850-tdep.c (v850_gdbarch_init): Update.
7891 * sparc-tdep.c (sparc_gdbarch_init): Update.
7892 * sh-tdep.c (sh_gdbarch_init): Update.
7893 * s390-tdep.c (s390_gdbarch_init): Update.
7894 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7895 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7896 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7897 * mips-tdep.c (mips_gdbarch_init): Update.
7898 * mcore-tdep.c (mcore_gdbarch_init): Update.
7899 * m68k-tdep.c (m68k_gdbarch_init): Update.
7900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7901 * ia64-tdep.c (ia64_gdbarch_init): Update.
7902 * i386-tdep.c (i386_gdbarch_init): Update.
7903 * hppa-tdep.c (hppa_gdbarch_init): Update.
7904 * h8300-tdep.c (h8300_gdbarch_init): Update.
7905 * frv-tdep.c (frv_gdbarch_init): Update.
7906 * cris-tdep.c (cris_gdbarch_init): Update.
7907 * avr-tdep.c (avr_gdbarch_init): Update.
7908 * arm-tdep.c (arm_gdbarch_init): Update.
7909 * alpha-tdep.c (alpha_gdbarch_init): Update.
7910 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7911 max_register_raw_size or max_register_virtual_size.
7912
8e437497
DC
79132003-03-03 David Carlton <carlton@math.stanford.edu>
7914
7915 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7916 SYMBOL_MATCHES_NAME, add comment.
7917 (SYMBOL_MATCHES_NATURAL_NAME): New.
7918 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7919 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7920 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7921 * symtab.c (lookup_partial_symbol): Use
7922 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7923 unhelpful comment.
7924 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7925 SYMBOL_MATCHES_NAME.
7926 Fix for PR c++/33.
7927
25120b0d
DC
79282003-03-03 David Carlton <carlton@math.stanford.edu>
7929
7930 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7931 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7932 by regexp matching against SYMBOL_NATURAL_NAME.
7933
78a11fb4
DC
79342003-03-03 David Carlton <carlton@math.stanford.edu>
7935
7936 * linespec.c (find_method): Extract code into collect_methods.
7937 (collect_methods): New.
7938
645dd519
MK
79392003-03-02 Mark Kettenis <kettenis@gnu.org>
7940
b4700d91
MK
7941 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7942 get_frame_base.
7943
645dd519
MK
7944 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7945 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7946
0aa7e1aa
SC
79472003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7948
8ffd9b1b 7949 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
7950 and not regnum when summing the size of all registers up to regnum.
7951
f30ee0bc
AC
79522003-03-01 Andrew Cagney <cagney@redhat.com>
7953
7954 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7955 FRAME_INIT_SAVED_REGS.
7956 * gdbarch.h, gdbarch.c: Regenerate.
7957 * stack.c (frame_info): Update.
7958 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7959 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7960 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7961 * ns32k-tdep.c (ns32k_pop_frame): Update.
7962 * mips-tdep.c (mips_pop_frame): Update.
7963 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7964 * ia64-tdep.c (ia64_frame_chain): Update.
7965 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7966 (ia64_frameless_function_invocation): Update.
7967 (ia64_init_extra_frame_info): Update.
7968 (ia64_pop_frame_regular): Update.
7969 * frame.h (struct frame_info): Update comment.
7970 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7971 * frame.c (frame_saved_regs_register_unwind): Update.
7972 (frame_saved_regs_register_unwind): Update.
7973 (deprecated_generic_get_saved_register): Update.
7974 * cris-tdep.c: Update comment.
7975 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7976 Rename macro.
7977 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7978 * x86-64-tdep.c (x86_64_init_abi): Update.
7979 * vax-tdep.c (vax_gdbarch_init): Update.
7980 * v850-tdep.c (v850_gdbarch_init): Update.
7981 * sparc-tdep.c (sparc_gdbarch_init): Update.
7982 * sh-tdep.c (sh_gdbarch_init): Update.
7983 * s390-tdep.c (s390_gdbarch_init): Update.
7984 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7985 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7986 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7987 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7988 * mips-tdep.c (mips_gdbarch_init): Update.
7989 * mcore-tdep.c (mcore_gdbarch_init): Update.
7990 * m68k-tdep.c (m68k_gdbarch_init): Update.
7991 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7992 * ia64-tdep.c (ia64_gdbarch_init): Update.
7993 * i386-tdep.c (i386_gdbarch_init): Update.
7994 * frv-tdep.c (frv_gdbarch_init): Update.
7995 * avr-tdep.c (avr_gdbarch_init): Update.
7996 * arm-tdep.c (arm_gdbarch_init): Update.
7997 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 7998
42fa7c0f
AC
79992003-03-01 Andrew Cagney <cagney@redhat.com>
8000
8001 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
8002 option enum and switch. When no windows, set the interpreter to
8003 INTERP_CONSOLE.
8ffd9b1b 8004
49c7e338
AC
80052003-03-01 Andrew Cagney <cagney@redhat.com>
8006
8007 * main.c (captured_main): Replace magic option characters with an
8008 enum.
8009
e9582e71
AC
80102003-03-01 Andrew Cagney <cagney@redhat.com>
8011
8012 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
8013 INIT_EXTRA_FRAME_INFO.
8014 * gdbarch.h, gdbarch.c: Regenerate.
8015 * arm-tdep.c: Update comments.
8016 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
8017 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
8018 * frame.h, avr-tdep.c: Ditto.
8019 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
8020 (create_new_frame, legacy_get_prev_frame): Ditto.
8021 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
8022 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
8023 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
8024 deprecated_init_extra_frame_info instead of init_extra_frame_info.
8025 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8026 * v850-tdep.c (v850_gdbarch_init): Ditto.
8027 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8028 * sh-tdep.c (sh_gdbarch_init): Ditto.
8029 * s390-tdep.c (s390_gdbarch_init): Ditto.
8030 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
8031 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8032 * mips-tdep.c (mips_gdbarch_init): Ditto.
8033 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8034 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8035 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8036 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
8037 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8038 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8039 * frv-tdep.c (frv_gdbarch_init): Ditto.
8040 * cris-tdep.c (cris_gdbarch_init): Ditto.
8041 * avr-tdep.c (avr_gdbarch_init): Ditto.
8042 * arm-tdep.c (arm_gdbarch_init): Ditto.
8043 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8044 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8045
35cac7cf
AC
80462003-03-01 Andrew Cagney <cagney@redhat.com>
8047
8048 * gdbarch.sh (register_type): New function with predicate.
8049 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
8050 * gdbarch.h, gdbarch.c: Re-generate.
8051 * arch-utils.c (generic_register_byte): Use generic_register_size.
8052 (generic_register_size): When available, use
8053 gdbarch_register_type.
8054 * regcache.c (init_regcache_descr): When available, initialize the
8055 register type array using gdbarch_register_type. If the
8056 architecture supplies gdbarch_register_type, do not use the legacy
8057 regcache layout.
8058 * d10v-tdep.c (d10v_register_type): Replace
8059 d10v_register_virtual_type.
8060 (d10v_gdbarch_init): Set register_type instead of
8061 register_virtual_type.
8062
7b83296f
AC
80632003-03-01 Andrew Cagney <cagney@redhat.com>
8064
8065 * Makefile.in (ax-gdb.o): Update dependencies.
8066 * ax-gdb.c: Include "regcache.h".
8067 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
8068 * findvar.c (value_of_register): Ditto.
8069 * infcmd.c (default_print_registers_info): Ditto.
8070
eadc1c87
MK
80712003-03-01 Mark Kettenis <kettenis@gnu.org>
8072
8073 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
8074 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
8075
14143612
MK
80762003-03-01 Mark Kettenis <kettenis@gnu.org>
8077
8078 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
8079 of STREQ.
8080
a55cc764
DJ
80812003-02-28 Daniel Jacobowitz <drow@mvista.com>
8082
8083 * Makefile.in (dwarf2loc.o): Update dependencies.
8084 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
8085 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
8086 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
8087 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
8088 (locexpr_tracepoint_var_ref): New function.
8089 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
8090
08a617da
AC
80912003-02-28 Andrew Cagney <cagney@redhat.com>
8092
8093 * regcache.c (register_size): New function.
8094 * regcache.h (register_size): Declare
8095 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
8096 max_register_size instead of MAX_REGISTER_RAW_SIZE.
8097
4224873a
DC
80982003-02-28 David Carlton <carlton@math.stanford.edu>
8099
8100 * linespec.c (decode_compound): Extract code into find_method.
8101 (find_method): New.
8102
ccdc5d7f
JB
81032003-02-28 J. Brobecker <brobecker@gnat.com>
8104
8105 * Makefile.in: Add rules to build and link in observer.o.
8106
974e8ced
JB
81072003-02-27 J. Brobecker <brobecker@gnat.com>
8108
8109 * observer.c: Minor comments edits.
8110
7a28f973
JB
81112003-02-27 J. Brobecker <brobecker@gnat.com>
8112
8113 * observer.h, observer.c: New file.
8114
27cddce2
AC
81152003-02-27 Andrew Cagney <cagney@redhat.com>
8116
8117 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
8118
b94a41a1
SC
81192003-02-27 Stephane Carrez <stcarrez@nerim.fr>
8120
8121 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
8122 (M6812_OP_STS_EXT): Likewise.
8123 (m6811_prologue): Use the above to recognize prologue.
8124 (m6812_prologue): Likewise.
8125
c8be8951
DC
81262003-02-27 David Carlton <carlton@math.stanford.edu>
8127
8128 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
8129 SYMBOL_PRINT_NAME.
8130 (compare_psymbols): Ditto.
8131 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8132
d05bb1fc
MS
81332003-02-27 Michael Snyder <msnyder@redhat.com>
8134
4e845cd3
MS
8135 * f-lang.c (build_fortran_types): New function.
8136 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
8137 * doublest.c (extract_floating): Fix warning text.
8138
f3824013
AC
81392003-02-27 Andrew Cagney <cagney@redhat.com>
8140
8141 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
8142 predicate. Replaces PUSH_DUMMY_FRAME.
8143 * gdbarch.h, gdbarch.c: Regnerate.
8144 * valops.c (hand_function_call): Update. Call
8145 generic_push_dummy_frame directly.
8146 * vax-tdep.c (vax_gdbarch_init): Update.
8147 * sparc-tdep.c (sparc_gdbarch_init): Update.
8148 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8149 * m68k-tdep.c (m68k_gdbarch_init): Update.
8150 * hppa-tdep.c (hppa_gdbarch_init): Update.
8151 * alpha-tdep.c (alpha_gdbarch_init): Update.
8152 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8153 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8154 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
8155 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
8156 push_dummy_frame to generic_push_dummy_frame.
8157 * v850-tdep.c (v850_gdbarch_init): Ditto.
8158 * sh-tdep.c (sh_gdbarch_init): Ditto.
8159 * s390-tdep.c (s390_gdbarch_init): Ditto.
8160 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8161 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8162 * mips-tdep.c (mips_gdbarch_init): Ditto.
8163 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8164 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8165 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8166 * i386-tdep.c (i386_gdbarch_init): Ditto.
8167 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8168 * frv-tdep.c (frv_gdbarch_init): Ditto.
8169 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8170 * cris-tdep.c (cris_gdbarch_init): Ditto.
8171 * avr-tdep.c (avr_gdbarch_init): Ditto.
8172 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 8173
ad188201
KB
81742003-02-26 Kevin Buettner <kevinb@redhat.com>
8175
8176 * mips-tdep.c (show_mips_abi): New function.
8177 (_initialize_mips_tdep): Use show_mips_abi() to implement the
8178 command ``show mips abi''.
8179
6b37567a 81802003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 8181
6b37567a 8182 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 8183 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
8184 more sline entries have been seen for the function.
8185
d3e0a5bf
MC
81862003-02-26 Michael Chastain <mec@shout.net>
8187
8188 * configure: Regenerate with autoconf 000227.
8189
18972eea
MC
81902003-02-26 Michael Chastain <mec@shout.net>
8191
8192 Close PR build/660.
8193 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
8194 for old libc5/glibc.
8195 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
8196
0bbde931
KW
81972003-02-26 Kris Warkentin <kewarken@qnx.com>
8198
8199 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
8200 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
8201
27ca5dad
MC
82022003-02-26 Michael Chastain <mec@shout.net>
8203
8204 * configure.in: New variable HAVE_UINTPTR_T.
8205 * configure, config.in: Regenerated.
8206
6f88d630
DJ
82072003-02-26 Daniel Jacobowitz <drow@mvista.com>
8208
8209 Fix PR build/1097.
8210 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8211
b14185ce
AC
82122003-02-25 Andrew Cagney <cagney@redhat.com>
8213
8214 * frame.c (get_prev_frame): Add comment on check for
8215 inside_entry_func. Only check for inside_entry_file when not a
8216 dummy and not a sentinel. Check that the new frame is not inner
8217 to the old frame.
8218
ac2bd0a9
AC
82192003-02-25 Andrew Cagney <cagney@redhat.com>
8220
8221 * frame.c (frame_debug): New variable.
8222 (_initialize_frame): Add "set/show debug frame" command.
8223 (get_prev_frame): When frame_debug, print reason why unwind
8224 failed.
8225
b18a0fd2
MC
82262003-02-25 Michael Chastain <mec@shout.net>
8227
8228 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8229 to avoid uintptr_t definition problems.
8230
22abf04a
DC
82312003-02-25 David Carlton <carlton@math.stanford.edu>
8232
8233 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8234 (SYMBOL_LINKAGE_NAME): Ditto.
8235 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8236 SYMBOL_LINKAGE_NAME.
8237 (struct general_symbol_info): Expand comment.
8238 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8239 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8240 (SYMBOL_MATCHES_REGEXP): Ditto.
8241 * symtab.c (symbol_natural_name): New function.
8242 * objfiles.h: Replace all uses of SYMBOL_NAME by
8243 DEPRECATED_SYMBOL_NAME.
8244 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8245 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8246 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8247 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8248 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8249 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8250 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8251 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8252 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8253 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8254 * ada-exp.y: Ditto.
8255 * ada-exp.y: Update copyright.
8256 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8257 * cp-valprint.c: Ditto.
8258
1a5848f6
JJ
82592003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8260
8261 * infptrace.c (detach): Do not flag error if ptrace detach fails
8262 and errno is set to ESRCH.
8263
7343d46a
AC
82642003-02-24 Andrew Cagney <cagney@redhat.com>
8265
8266 * infptrace.c (udot_info): Change type of udot_off to long. Use
8267 paddr when printing udot_off's value.
8268
49fa1dc2
DC
82692003-02-24 David Carlton <carlton@math.stanford.edu>
8270
8271 * symtab.c (make_symbol_overload_list): Only read in partial
8272 symtabs containing a matching partial symbol.
8273
0fe19209
DC
82742003-02-24 David Carlton <carlton@math.stanford.edu>
8275
8276 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8277 do the comparison, not strcmp.
8278 * symfile.c (compare_psymbols): Ditto.
8279 * defs.h: Declare strcmp_iw_ordered.
8280 * utils.c (strcmp_iw_ordered): New function.
8281
8e3ee7b5
JB
82822003-02-24 Jim Blandy <jimb@redhat.com>
8283
8284 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8285 support, shared libs): Remove my name from here, to better reflect
8286 reality.
8287
7df1a324
KW
82882003-02-24 Kris Warkentin <kewarken@qnx.com>
8289
8290 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8291 (target_ops): Add to_have_continuable_watchpoint.
8292 * target.c (update_current_target): Add INHERIT line for
8293 to_have_continuable_watchpoint.
8294 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8295 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8296 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8297 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8298
d1c76907
EZ
82992003-02-24 Elena Zannoni <ezannoni@redhat.com>
8300
8301 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8302 maintainership.
8303
2610b0bf
KW
83042003-02-24 Kris Warkentin <kewarken@qnx.com>
8305
f46169db
KW
8306 * solib.c (solib_open): Call target defined search function after
8307 failing with solib-search-path.
8308 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8309 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 8310
9a3c34fe
KW
83112003-02-24 Kris Warkentin <kewarken@qnx.com>
8312
f46169db 8313 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 8314
2417dd25
SC
83152003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8316
8317 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8318
b631436b
SC
83192003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8320
8321 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8322 (m68hc11_add_reggroups): New function.
8323 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8324 (m68hc11_gdbarch_init): Install the reggroups.
8325 (_initialize_m68hc11_tdep): Initialize them.
8326
0aa8c1e4
JW
83272003-02-21 James E Wilson <wilson@tuliptree.org>
8328
8329 * MAINTAINERS: Update my email address.
8330
50ceaba5
DC
83312003-02-21 David Carlton <carlton@math.stanford.edu>
8332
8333 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8334
4c2df51b
DJ
83352003-02-21 Daniel Jacobowitz <drow@mvista.com>
8336
8337 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8338 * symtab.h: Add opaque declarations of struct axs_value and
8339 struct agent_expr.
8340 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8341 (struct location_funcs): New type.
8342 (struct symbol): Add "loc" to aux_value.
8343 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8344 * dwarf2read.c: Include "dwarf2expr.h".
8345 (dwarf2_symbol_mark_computed): New function.
8346 (read_func_scope): Use it.
8347 (var_decode_location): New function.
8348 (new_symbol): Use it.
8349 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8350
8351 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8352 (dwarf2expr_h, dwarf2loc_h): New variables.
8353 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8354 (dwarf2expr.o, dwarf2loc.o): New rules.
8355 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8356 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8357 LOC_COMPUTED_ARG.
8358 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8359 * m2-exp.y (yylex): Likewise.
8360 * printcmd.c (address_info, print_frame_args): Likewise.
8361 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8362 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8363 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8364 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8365 * symtab.c (lookup_block_symbol): Likewise.
8366
5784d15e
AF
83672003-02-20 Adam Fedor <fedor@gnu.org>
8368
8369 * symtab.h: Remove objc_specific struct
8370 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8371 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8372 Have language_objc use cplus_specific struct.
8373
d4cad8db
TT
83742003-02-20 Tom Tromey <tromey@redhat.com>
8375
8376 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8377 TYPE_NAME, when printing a String value. PR java/1075.
8378
2f9a90b4
AF
83792003-02-20 Adam Fedor <fedor@gnu.org>
8380
d38074a8 8381 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 8382 * objc-lang.c (find_methods): Make static.
2f9a90b4 8383
6f17862b
CF
83842003-02-20 Christopher Faylor <cgf@redhat.com>
8385
8386 * win32-nat.c (get_image_name): Check return value from
8387 ReadProcessMemory.
8388 (child_xfer_memory): Ditto.
8389
715d1656
AO
83902003-02-20 Alexandre Oliva <aoliva@redhat.com>
8391
8392 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8393 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8394 '${exec_prefix}' (in addition to the expansion thereof) as
8395 relocatable.
8396 * configure: Rebuilt.
8397
b1262a02
DC
83982003-02-20 David Carlton <carlton@math.stanford.edu>
8399
8400 * symtab.c (search_symbols): Revert the search_symbols part of my
8401 2002-12-23 patch. Add comment.
8402
7134143f
DJ
84032002-02-20 Daniel Jacobowitz <drow@mvista.com>
8404
8405 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8406 * dbxread.c (elfstab_build_psymtabs): Don't call
8407 install_minimal_symbols.
8408 (stabsect_build_psymtabs): Likewise.
8409 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8410 earlier.
8411 * somread.c (som_symfile_read): Call install_minimal_symbols
8412 and do_cleanups earlier.
8413 * nlmread.c (nlm_symfile_read): Likewise.
8414 * mdebugread.c (elfmdebug_build_psymtabs): Call
8415 install_minimal_symbols and make appropriate cleanups.
8416
cf466558
KB
84172003-02-20 Kevin Buettner <kevinb@redhat.com>
8418
8419 * solib.c (reload_shared_libraries): New function.
8420 (_initialize_solib): Add callbacks for ``set solib-search-path''
8421 and ``set solib-absolute-prefix''.
8422
de5ad195
DC
84232003-02-20 David Carlton <carlton@math.stanford.edu>
8424
8425 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8426 expand comment.
8427 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8428 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8429 * ada-typeprint.c (ada_typedef_print): Ditto.
8430 * ax-gdb.c (gen_var_ref): Ditto.
8431 * breakpoint.c (print_one_breakpoint): Ditto.
8432 * buildsym.c (finish_block): Ditto.
8433 * c-valprint.c (c_val_print): Ditto.
8434 * expprint.c (print_subexp): Ditto.
8435 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
8436 * infcmd.c (jump_command): Ditto.
8437 * linespec.c (decode_line_2, decode_compound): Ditto.
8438 * maint.c (maintenance_translate_address): Ditto.
8439 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
8440 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8441 Ditto.
8ffd9b1b
AJ
8442 * p-valprint.c (pascal_val_print): Ditto.
8443 * stabsread.c (define_symbol): Ditto.
de5ad195 8444 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
8445 (print_frame_arg_vars, return_command): Ditto.
8446 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8447 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
8448 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8449 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
8450 (rbreak_command): Ditto.
8451 * tracepoint.c (tracepoints_info): Ditto.
8452 * typeprint.c (typedef_print): Ditto.
8453 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
8454 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8455 * ada-typeprint.c: Update Copyright.
8456 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8457 * tracepoint.c, cli/cli-cmds.c: Ditto.
8458
f796e4be
KB
84592003-02-20 Kevin Buettner <kevinb@redhat.com>
8460
8461 * frame.c (generic_unwind_get_saved_register): Make non-static.
8462 * frame.h (generic_unwind_get_saved_register): Declare.
8463 * mips-tdep.c (read_next_frame_reg): Fetch register from
8464 current regcache when frame is NULL.
8465 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8466 that must be NULL.
8467 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8468 instead of frame_register_unwind().
8469
836cc9f4
AC
84702003-02-20 Andrew Cagney <ac131313@redhat.com>
8471
8472 * remote-sim.c (gdbsim_insert_breakpoint)
8473 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8474 code.
8475
501eef12
AC
84762003-02-20 Andrew Cagney <ac131313@redhat.com>
8477
8478 * remote.c (_initialize_remote): Add commands "set/show remote
8479 hardware-watchpoint-limit" and "set/show remote
8480 hardware-breakpoint-limit".
8481 (remote_hw_watchpoint_limit): Initialize to -1.
8482 (remote_hw_breakpoint_limit): Ditto.
8483 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8484
1b6bc7e0
CF
84852003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8486
8487 * coff-pe-read.c: New file - support reading of minimal symbols from a
8488 portable executable using the export table.
8489 * coff-pe-read.h: New file.
8490 * coffread.c: Include coff-pe-read.h.
8491 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8492 debugging symbols found.
8493 * Makefile.in (SFILES): Add coff-pe-read.o.
8494 (coff_pe_read_h): Define.
8495 (COMMON_OBS): Add coff-pe-read.o.
8496 (coffread.o): Add coff_pe_read_h dependency.
8497 (coff-pe-read.o): New target.
8498
fe898f56
DC
84992003-02-19 David Carlton <carlton@math.stanford.edu>
8500
8501 * Makefile.in (SFILES): Add block.c.
8502 (block_h): New.
8503 (COMMON_OBS): Add block.o.
8504 (block.o): New.
8505 (x86-64-tdep.o): Add $(block_h).
8506 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8507 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8508 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8509 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8510 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8511 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8512 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8513 * value.h: Add opaque declaration for struct block.
8514 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8515 * ada-lang.h: Ditto.
8516 * x86-64-tdep.c: #include "block.h"
8517 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8518 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8519 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8520 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8521 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8522 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8523 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8524 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8525 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8526 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8527 * symtab.c (block_function): Ditto.
8528 (contained_in): Ditto.
8529 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8530 block.h. Add opaque declaration for struct block.
8531 * symtab.h: Move block_function and contained_in declarations to
8532 block.h. Add opaque declarations for struct block, struct
8533 blockvector.
8534 (struct block): Move to block.h.
8535 (struct blockvector): Ditto.
8536 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8537 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8538 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8539 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8540 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8541 Ditto.
8542 * block.c: New file.
8543 * block.h: New file.
8544
173345b5
TR
85452003-02-19 Theodore A. Roth <troth@openavr.org>
8546
8547 * avr-tdep.c (avr_extract_return_value): Remove function.
8548 (avr_store_return_value): Remove function.
8549 (avr_extract_struct_value_address): Remove function.
8550 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8551
338ef23d
AC
85522003-02-19 Andrew Cagney <ac131313@redhat.com>
8553
8554 * rs6000-tdep.c: Include "gdb_assert.h".
8555 (registers_e500): Add "acc" and "spefscr".
8556 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8557 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8558 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8559 really is "r0".
8560 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8561
5412f5f3
KS
85622003-02-18 Keith Seitz <keiths@redhat.com>
8563
8564 * Makefile.in: Add gdbtk-interps.c.
8565
881324eb
KB
85662003-02-18 Kevin Buettner <kevinb@redhat.com>
8567
8568 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8569 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8570
6a2f5abf
AC
85712003-02-18 Andrew Cagney <cagney@redhat.com>
8572
8573 * symtab.h (struct objfile): Add opaque declaration.
8574
54c7009d
EZ
85752003-02-18 Elena Zannoni <ezannoni@redhat.com>
8576
8577 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
8578 * dbxread.c (process_one_symbol): Use last_function_start rather
8579 than function_start_offset to find the real beginning of the
8580 current function. The latter is just the text section offset on
8581 some systems, the former is always the real function start.
54c7009d 8582
7ee6d7eb
AC
85832003-02-17 Andrew Cagney <cagney@redhat.com>
8584
8585 * configure.in: Revert ${target} != ${host}.
8586
2846da9b
AC
85872003-02-17 Andrew Cagney <ac131313@redhat.com>
8588
8589 * configure.in (Makefile): Use the test ${target} != ${host},
8590 instead of the absence of the "nm.h" file, to determine of the
8591 configuration non-native.
8592 * configure: Regenerate.
8ffd9b1b 8593
3b27aeea
EZ
85942003-02-14 Elena Zannoni <ezannoni@redhat.com>
8595
fbe586ae 8596 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
8597
8598 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8599 conditionalize tui_active test.
8600 (lookup_cmd_1): Ditto.
8601
b0b1c2c0
MK
86022003-02-14 Mark Kettenis <kettenis@gnu.org>
8603
8604 * configure.in: Add check for _etext.
8605 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8606 available.
8607 * config.in, configure: regenerated.
8608
8f05cde5
DJ
86092003-02-14 Daniel Jacobowitz <drow@mvista.com>
8610
8611 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8612
021e7609
AC
86132003-02-14 Andrew Cagney <ac131313@redhat.com>
8614
8615 * main.c (tui_version): Delete variable.
8616 (captured_main): When --tui, set interpreter_p to "tui" instead of
8617 enabling tui_version.
8618 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8619 tui_version.
8620 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8621 * cli/cli-cmds.c (disassemble_command): Ditto.
8622 * defs.h (tui_version): Delete declaration.
8623 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8624 (tui-interp.o): Add rules.
8625 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8626
e325dcec
CF
86272003-02-14 Christopher Faylor <cgf@redhat.com>
8628
36ffb041 8629 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
8630 just-loaded dll.
8631
c4f90d87
JM
86322003-02-12 Jason Molenda (jmolenda@apple.com)
8633
fbe586ae
RH
8634 * symmisc.c (print_objfile_statistics): Include information about
8635 the number of psymtabs and symtabs in each object file.
c4f90d87 8636
e46e5ccd
KS
86372003-02-13 Keith R Seitz <keiths@redhat.com>
8638
8639 * main.h (struct captured_main_args): Add interpreter_p.
8640 * main.c (captured_main): Initialize interpreter_p from context.
8641 * gdb.c (main): Set interpreter_p argument.
8642 * Makefile.in (gdb.o): Add dependency for interps.h.
8643
fe97fe9c
AC
86442003-02-12 Andrew Cagney <ac131313@redhat.com>
8645
8646 * event-top.c (cli_command_loop): Delete declaration.
8647 (_initialize_event_loop): Delete function setting event_loop_hook.
8648 * event-top.h (cli_command_loop): Declare. Update copyright.
8649 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8650 * interps.c (current_interp_command_loop): When event_loop_p, call
8651 cli_command_loop.
8652
1cdac4ef
AC
86532003-02-12 Andrew Cagney <ac131313@redhat.com>
8654
8655 * interps.h (interp_command_loop_ftype): Change return type to
8656 void.
8657
48037ead
ML
86582003-02-12 Michal Ludvig <mludvig@suse.cz>
8659
8660 * x86-64-tdep.c (x86_64_extract_return_value)
8661 (x86_64_store_return_value): Use regcache instead of regbuf.
8662 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8663 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8664
033afc63
AC
86652003-02-11 Andrew Cagney <ac131313@redhat.com>
8666
8667 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8668 * aclocal.m4: Regenerate.
8669 * configure: Regenerate.
8670
8671 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8672 TCL_LD_SEARCH_FLAGS.
8673
40d02bca
ML
86742003-02-10 Michal Ludvig <mludvig@suse.cz>
8675
8676 * dwarf2cfi.c: Reindented.
8677
11308a41
AC
86782003-02-09 Andrew Cagney <ac131313@redhat.com>
8679
8680 * interps.c (clear_interpreter_hooks): Convert function definition
8681 to ISO C.
8682
e1c1c0f6
DC
86832003-02-07 David Carlton <carlton@math.stanford.edu>
8684
8685 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8686
ab5d3da6
KB
86872003-02-07 Kevin Buettner <kevinb@redhat.com>
8688
8689 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8690 (struct type): ...to here.
8691 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8692 field.
8693 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8694 (replace_type): Set length on all type variants for a given type.
8695
b8a92b82
AC
86962003-02-07 Andrew Cagney <ac131313@redhat.com>
8697
8698 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8699 <sys/stat.h>.
8700 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 8701
5cb316ef
AC
87022003-02-06 Andrew Cagney <ac131313@redhat.com>
8703
2555fe1a
AC
8704 * Makefile.in (symm-nat.o): Update dependencies.
8705 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8706 (lynx-nat.o, ia64-linux-nat.): Ditto.
8707 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8708 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8709 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8710
44270758
AC
8711 * Makefile.in (inflow_h): Define.
8712 (procfs.o, inflow.o, procfs.o): Update dependencies.
8713 * inftarg.c (child_stop): Delete extern declaration of
8714 inferior_process_group. Include "inflow.h".
8715 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8716 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8717 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8718 (our_process_group, inferior_process_group): Extern declarations.
8719
df8f7274
AC
8720 * procfs.c: Include "gdb_assert.h".
8721
5cb316ef
AC
8722 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8723 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8724 * jv-typeprint.c (java_type_print_base): Ditto.
8725 * typeprint.c (typedef_print): Eliminate STREQ.
8726 * cli/cli-script.c (define_command, define_command): Ditto.
8727 * main.c (captured_main): Ditto.
8728 * values.c (lookup_internalvar): Ditto.
8729 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8730 within `if' conditional.
8731 * linespec.c (decode_line_2): Ditto.
8732 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8733 (bfd_openw_with_cleanup): Ditto.
8734
2a28ccea
MK
87352003-02-07 Mark Kettenis <kettenis@gnu.org>
8736
8737 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8738 legacy_extract_return_value and store_return_value to
8739 legacy_return_value.
8740
786b8124
CF
87412003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8742
8743 * win32-nat.c (get_relocated_section_addrs): New function. Find
8744 section load addresses for symbol handling in relocated DLLs.
8745 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8746
b871e4ec
FF
87472003-02-05 Fred Fish <fnf@intrinsity.com>
8748
8749 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8750 '=' and '!='.
8751 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8752 with '&' and '=='.
8753 (angel_RDI_info): Ditto.
8754 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8755 with '&' and '!='.
8756 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 8757
4389a95a 87582003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
8759 Keith Seitz <keiths@redhat.com>
8760 Elena Zannoni <ezannoni@redhat.com>
8761 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
8762
8763 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8764 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8765 (SUBDIR_MI_OBS): Add "mi-interp.o".
8766 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8767 (SFILES): Add "interps.c".
8768 (COMMON_OBS): Add "interps.o".
8769 (interps_h, mi_main_h): Define.
8770 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8771 (mi-main.o, main.o, event-top.o): Update dependencies.
8772 * cli/cli-interp.c: New file.
8773 * interps.h, interps.c: New files.
8774 * top.c: (gdb_init): Don't install the default interpreter, handed
8775 by captured_main.
8776 * main.c: Include "interps.h".
8777 (interpreter_p): Note that it should malloc'ed.
8778 (captured_command_loop): Call current_interp_command_loop.
8779 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8780 xfree and xstrdup when updating interpreter_p. Install the
8781 default interpreter. Add hack to stop mi1's copyright notice
8782 being encoded.
8783 * event-top.h (gdb_setup_readline): Declare.
8784 (gdb_disable_readline): Declare.
8785 * event-top.c: Include "interps.h".
8786 (display_gdb_prompt): Call current_interp_display_prompt_p.
8787 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8788 gdb_stdlog, and gdb_stdtarg.
8789 (_initialize_event_loop): Don't call gdb_setup_readline.
8790 * cli-out.c (cli_out_set_stream): New function.
8791 * cli-out.h (cli_out_set_stream): Declare.
8792
ff3b5810
MK
87932003-02-06 Mark Kettenis <kettenis@gnu.org>
8794
8795 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8796 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8797 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8798 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8799 config/i386/i386v42mp.mt: Removed.
8800
5b729aa5
MK
88012003-02-05 Mark Kettenis <kettenis@gnu.org>
8802
8803 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8804 GDB_OSABI_SOLARIS.
8805
8cc15142
MC
88062003-02-05 Michael Chastain <mec@shout.net>
8807
8808 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8809 2.12.1 and earlier versions.
8810
5aa5d4b9
AC
88112003-02-05 Andrew Cagney <ac131313@redhat.com>
8812
8813 Remove orphaned hosts, targets and files.
8814 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8815 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8816 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8817 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8818 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8819 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8820 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8821 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8822 * config/sparc/tm-sp64sim.h: Delete.
8823 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8824 hosts.
8825 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8826 mips*-dec-mach3* targets.
8827
b68767c1
MC
88282003-02-04 Michael Chastain <mec@shout.net>
8829
8830 * NEWS: Fix typo: sepcifying -> specifying.
8831
5ae7ca1d
MC
88322003-02-04 Michael Chastain <mec@shout.net>
8833
8834 * dwarfread.c: Add documentation on the state of dwarf-1,
8835 looking towards obsoletion.
8836
d08a4280
MC
88372003-02-03 Michael Chastain <mec@shout.net>
8838
8839 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8840 gdb/testsuite/gdb.c++/pr-1023.exp.
8841
e9be73e4
AC
88422003-02-04 Andrew Cagney <ac131313@redhat.com>
8843
8844 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8845 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8846
8847 * utils.c (init_page_info): Delete reference to MPW in comments.
8848 * main.c (captured_main): Delete #ifdef MPW.
8849
05d57f6f
AC
88502003-02-04 Andrew Cagney <ac131313@redhat.com>
8851
8ffd9b1b 8852 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
8853 * monitor.c (monitor_expect): Obsolete reference to m32r.
8854 * configure.tgt: Mark m32r-*-elf* as obsolete.
8855 * MAINTAINERS: Mark m32k as obsolete.
8856 * m32r-rom.c: Obsolete file.
8857 * config/m32r/m32r.mt: Obsolete file.
8858 * config/m32r/tm-m32r.h: Obsolete file.
8859 * m32r-stub.c: Obsolete file.
8860 * m32r-tdep.c: Obsolete file.
8861
8b0e5691
AC
88622003-02-04 Andrew Cagney <ac131313@redhat.com>
8863
8864 * NEWS: Mention that the z8k-zilog-none is obsolete.
8865 * MAINTAINERS: Mark z8k as obsolete.
8866 * configure.tgt: Obsolete the z8k-*-coff* target.
8867 * config/z8k/z8k.mt: Obsolete file.
8868 * config/z8k/tm-z8k.h: Obsolete file.
8869 * z8k-tdep.c: Obsolete file.
8870
67f16606
AC
88712003-02-04 Andrew Cagney <ac131313@redhat.com>
8872
8873 * NEWS: Mention that the mn10200-elf is obsolete.
8874 * configure.tgt: Obsolete mn10200-*-* target.
8875 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8876 mention that the mn10200 is obsolete.
8877 * breakpoint.h: Ditto.
8878 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8879 * config/mn10200/mn10200.mt: Obsolete file.
8880 * config/mn10200/tm-mn10200.h: Obsolete file.
8881 * mn10200-tdep.c: Obsolete file.
8882
fd2299bd
AC
88832003-02-04 Andrew Cagney <ac131313@redhat.com>
8884
8885 * MAINTAINERS: Mark h8500 as obsolete.
8886 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8887 * findvar.c (value_from_register): Ditto.
8888 * h8500-tdep.c: Mark file as obsolete.
8889 * config/h8500/h8500.mt: Ditto.
8890 * config/h8500/tm-h8500.h: Ditto.
8891 * NEWS: Mention that h8500 is obsolete.
8892
eb9a305d
DC
88932003-02-04 David Carlton <carlton@math.stanford.edu>
8894
8895 * objfiles.c (allocate_objfile): Always set name. Add comment at
8896 start of function.
8897 * jv-lang.c (get_dynamics_objfile): Add comment.
8898
406fc7fb
DC
88992003-02-04 David Carlton <carlton@math.stanford.edu>
8900
8901 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8902 * printcmd.c (build_address_symbolic): Replace uses of
8903 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8904 SYMBOL_NAME, and asm_demangle.
8905 Update copyright.
8906
93d91629
DC
89072003-02-04 David Carlton <carlton@math.stanford.edu>
8908
8909 * linespec.c (decode_compound): Extract code into
8910 lookup_prefix_sym.
8911 (lookup_prefix_sym): New function.
8912
1c5cb38e
DC
89132003-02-04 David Carlton <carlton@math.stanford.edu>
8914
8915 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8916 FLOAT_COERCION_BADNESS.
8917 * gdbtypes.c (rank_one_type): Replace all uses of
8918 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8919
0cf824c9
JB
89202003-02-04 Jim Blandy <jimb@redhat.com>
8921
8922 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8923 section, let dwarf_macinfo_section point to it, not
8924 dwarf_loc_section.
8925
a2d356b0
DJ
89262003-02-04 Daniel Jacobowitz <drow@mvista.com>
8927
8928 Pointed out by Anton Blanchard <anton@samba.org>.
8929 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8930 (ppc_linux_at_sigtramp_return_path): Use it.
8931
2de7ced7
DJ
89322003-02-04 Daniel Jacobowitz <drow@mvista.com>
8933
8934 * defs.h (streq): Add prototype.
8935 * utils.c (streq): New function.
8936
8937 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8938 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8939 * mdebugread.c (new_symbol): Likewise.
8940 * stabsread.c (define_symbol): Likewise.
8941 * coffread.c (process_coff_symbol): Likewise.
8942 * dwarfread.c (new_symbol): Likewise.
8943
8944 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8945 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8946 here.
8947 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8948 SYMBOL_INIT_DEMANGLED_NAME.
8949 * objfiles.c: Include "hashtab.h".
8950 (allocate_objfile): Call htab_set_functions_ex for the
8951 demangled_names_hash.
8952 (free_objfile): Call htab_delete for the demangled_names_hash.
8953 * objfiles.h (struct htab): Add declaration.
8954 (struct objfile): Add demangled_names_hash.
8955 * symfile.c: Include "hashtab.h".
8956 (reread_symbols): Call htab_delete for the demangled_names_hash.
8957 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8958 SYMBOL_NAME in the bcache.
8959 * symtab.c: Include "hashtab.h". Update comments.
8960 (create_demangled_names_hash, symbol_set_names): New functions.
8961 (symbol_find_demangled_name): New function, broken out from
8962 symbol_init_demangled_names.
8963 (symbol_init_demangled_names): Use it.
8964 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8965 (SYMBOL_SET_NAMES): New macro.
8966 (symbol_set_names): Add prototype.
8967
15831452
JB
89682003-02-03 Jim Blandy <jimb@redhat.com>
8969
8970 Use a single, consistent representation for an empty minimal
8971 symbol table in an objfile.
8972 * objfiles.c (terminate_minimal_symbol_table): New function.
8973 (allocate_objfile): Call it.
8974 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8975 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 8976 non-NULL.
15831452
JB
8977 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8978 objfile has minimal symbols, compare minimal_symbol_count to zero,
8979 instead of comparing msymbols with NULL.
8980 * objfiles.c (have_minimal_symbols): Same.
8981 * solib-sunos.c (solib_add_common_symbols): Call
8982 terminate_minimal_symbol_table.
8983 * symfile.c (reread_symbols): Same.
8ffd9b1b 8984
ffc65945
KB
89852003-02-03 Kevin Buettner <kevinb@redhat.com>
8986
8987 * s390-tdep.c (s390_address_class_type_flags)
8988 (s390_address_class_type_flags_to_name)
8989 (s390_address_class_name_to_type_flags): New functions.
8990 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8991 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8992
f211c6d4
MS
89932003-02-03 Michael Snyder <msnyder@redhat.com>
8994
8995 * arm-tdep.c: Fix spell-o in comment.
8996
659b0389
ML
89972003-02-03 Michal Ludvig <mludvig@suse.cz>
8998
8999 * dwarf2cfi.c (pointer_encoding): Added new parameter.
9000 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 9001 error messages to contain BFD filename.
659b0389 9002
3b31d625
EZ
90032003-02-02 Elena Zannoni <ezannoni@redhat.com>
9004
997b089a 9005 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
9006 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
9007 (do_mixed_source_and_assembly): Use
9008 make_cleanup_ui_out_tuple_begin_end and
9009 make_cleanup_ui_out_tuple_begin_end.
9010 (do_mixed_source_and_assembly): Ditto.
9011 * thread.c (do_captured_list_thread_ids): Ditto.
9012 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
9013 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
9014 ui_out_tuple_end): Delete prototypes.
9015 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
9016 ui_out_list_end, ui_out_tuple_end): Delete.
9017
9018 From Kevin Buettner <kevinb@redhat.com>:
9019 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
9020 * ui-out.c (make_cleanup_ui_out_table_begin_end)
9021 (do_cleanup_table_end): New functions.
9022 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
9023 Use cleanups to invoke_ui_out_tuple_end().
9024 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
9025 * cli/cli-setshow.c (cmd_show_list): Use
9026 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 9027
5b181d62
AC
90282003-02-02 Andrew Cagney <ac131313@redhat.com>
9029
9030 * frame.c (frame_unwind_register): New function.
9031 (frame_unwind_unsigned_register): Use.
9032 (frame_unwind_signed_register): Use.
9033 (frame_read_register): New function.
9034 * frame.h (frame_unwind_register): Declare.
9035 (frame_read_register): Declare.
9036
9037 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
9038 and frame_unwind_register instead of read_memory, write_register
9039 and deprecated_write_register_bytes.
9040
5f601589
AC
90412003-02-02 Andrew Cagney <ac131313@redhat.com>
9042
9043 * frame.h: Note that namelen can be negative.
9044 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
9045 NAME's length.
9046
9047 * NEWS: Mention that the d10v's `regs' command is deprecated.
9048 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
9049 (d10v_print_registers_info): New function.
9050 (show_regs): Call d10v_print_registers_info.
9051 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
9052
6a3fe0a4
MK
90532003-02-02 Mark Kettenis <kettenis@gnu.org>
9054
9055 * stack.c (print_frame_info): Restore call to annotate_frame_begin
9056 lost in the previous patch.
9057
075559bc
AC
90582003-02-01 Andrew Cagney <ac131313@redhat.com>
9059
9060 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
9061 * stack.c (print_frame_info_base): Output complete FRAME tuple
9062 for synthesized frames.
075559bc 9063
6789195b
AC
90642003-02-02 Andrew Cagney <ac131313@redhat.com>
9065
9066 * mips-nat.c (zerobuf): Delete.
9067 (fetch_inferior_registers): Alloc local zerobuf.
9068 (fetch_core_registers): Alloc local zerobuf.
9069 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
9070 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
9071 * thread-db.c (thread_db_store_registers): Ditto.
9072 * sh-tdep.c (sh_do_register): Ditto.
9073 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
9074 * remote-sim.c (gdbsim_store_register): Ditto.
9075 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9076 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9077 * monitor.c (monitor_supply_register): Ditto.
9078 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
9079 * mips-nat.c (fetch_inferior_registers): Ditto.
9080 * m68klinux-nat.c (fetch_register): Ditto.
9081 * lynx-nat.c (fetch_inferior_registers): Ditto.
9082 (fetch_inferior_registers): Ditto.
9083 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
9084 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9085 (hpux_thread_store_registers): Ditto.
9086 * hppah-nat.c (fetch_register): Ditto.
9087 * hppab-nat.c (fetch_register): Ditto.
9088 * hppa-tdep.c (pa_register_look_aside): Ditto.
9089 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
9090 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
9091
e669114a
AC
90922003-02-01 Andrew Cagney <ac131313@redhat.com>
9093
9094 * gdbarch.sh: Explictly specify all method levels. When a
9095 variable with an empty level, provide a non-multi-arch default.
9096 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
9097 * gdbarch.h: Re-generate.
9098 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
9099 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
9100
9a043c1d
AC
91012003-02-01 Andrew Cagney <ac131313@redhat.com>
9102
9103 * defs.h (host_pointer_to_address): Delete declaration.
9104 (address_to_host_pointer): Delete declaration.
9105 * utils.c (host_pointer_to_address): Delete function.
9106 (address_to_host_pointer): Delete function.
9107 * procfs.c (procfs_address_to_host_pointer): New function.
9108 * procfs.c (proc_set_watchpoint): Use.
9109 (procfs_can_use_hw_breakpoint): Update comments.
9110 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
9111 (som_solib_add): Use.
9112 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
9113 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 9114
7ca9f392
AC
91152003-02-01 Andrew Cagney <ac131313@redhat.com>
9116
94bbfd30
AC
9117 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
9118 strlen d_name.
9119
7ca9f392
AC
9120 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
9121 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
9122 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
9123 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
9124 (define_symbol): Update.
9125 * symfile.c (generic_load): Remove references to nindy.
9126 * symtab.c: Remove references to nindy.
9127
31a85ea2
AC
91282003-02-01 Andrew Cagney <ac131313@redhat.com>
9129
9130 * infcmd.c (print_float_info): Delete code conditional on
9131 FLOAT_INFO.
9132 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
9133 * config/m68k/nm-apollo68b.h: Ditto.
9134 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
9135 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
9136 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
9137
f6e85fc8
MK
91382003-02-01 Mark Kettenis <kettenis@gnu.org>
9139
6015b6a0
MK
9140 * config/i386/tm-i386os9k.h: Removed.
9141
f7a30bdf
MK
9142 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
9143 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
9144 they're identical to i[3456]86-*-sysv* now.
9145 * config/i386/i386v32.mh: Removed.
9146 * config/i386/xm-i386v32.h: Removed.
9147 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
9148
28d52111
MK
9149 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
9150
4d3f6bce
MK
9151 * config/i386/i386dgux.mh: Removed.
9152 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
9153
f6e85fc8
MK
9154 * configure.in: Fix typo.
9155 * configure: Regenerated.
9156
53955967
DC
91572003-01-31 David Carlton <carlton@math.stanford.edu>
9158
9159 * dwarf2read.c (dwarf2_locate_sections): Set
9160 dwarf_ranges_section.
9161
b1364885
AC
91622003-01-31 Andrew Cagney <ac131313@redhat.com>
9163
8dbb1c65
AC
9164 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
9165 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 9166
8731e58e
AC
9167 * utils.c: Re-indent.
9168
b1364885
AC
9169 * config/djgpp/fnchange.lst: Delete nindy files.
9170 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
9171 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
9172 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
9173 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
9174 * nindy-share/README, nindy-share/Onindy.c: Delete files.
9175 * nindy-tdep.c, nindy-share/Makefile: Delete files.
9176 * Makefile.in (init.c): Remove nindy references.
9177 (saber_gdb): Delete rule.
9178 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
9179 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
9180 and a68v-nat.c.
9181 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
9182 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
9183 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
9184 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
9185 nindy-share/stop.h.
9186 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
9187 * saber.suppress: Delete file.
9188
086df311
DJ
91892003-01-31 Daniel Jacobowitz <drow@mvista.com>
9190
9191 * dbxread.c (stabs_data): New static variable.
9192 (fill_symbuf): Support an in-memory buffer for stabs data.
9193 (stabs_seek): New function.
9194 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
9195 (read_ofile_symtab): Use stabs_seek.
9196 (elfstab_build_psymtabs): Take an asection* instead of
9197 an offset and size. Relocate the stabs data if necessary.
9198 Save the section* for dbx_psymtab_to_symtab.
9199 * dwarf2read.c: Add section variables for each debug section.
9200 (dwarf2_locate_sections): Fill them in.
9201 (dwarf2_read_section): Take an asection* argument.
9202 Relocate the section contents if necessary.
9203 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9204 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9205 it to dwarf2_read_section.
9206 (dwarf2_build_frame_info): Update callers.
9207 * elfread.c (elf_symfile_read): Update call to
9208 elfstab_build_psymtabs.
9209 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9210 (DBX_STAB_SECTION): New macro.
8ffd9b1b 9211 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
9212 * symfile.c (symfile_dummy_outputs): New function.
9213 (symfile_relocate_debug_section): New function.
9214 * symfile.h (symfile_relocate_debug_section): Add prototype.
9215
87d1b352
RH
92162003-01-31 Richard Henderson <rth@redhat.com>
9217
9218 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9219 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9220 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9221 * alpha-tdep.c (alpha_register_name): Add "unique".
9222 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9223 (ALPHA_UNIQUE_REGNUM): New.
9224 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9225
c48861fb
AC
92262003-01-31 Andrew Cagney <ac131313@redhat.com>
9227
9228 * README: Remove reference to Ericsson 1800 monitor.
9229 * Makefile.in (remote-es.o): Delete rule.
9230 (ALLDEPFILES): Delete remote-es.c.
9231 * remote-es.c: Delete file.
9232 * config/m68k/es1800.mt: Delete file.
9233 * config/djgpp/fnchange.lst: Update.
9234 * configure.tgt: Delete m68*-ericsson-* target.
9235
d764a824
AF
92362003-01-31 Adam Fedor <fedor@gnu.org>
9237
9238 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9239 Remove duplicate/shadowing variable of same name.
9240
fe36c4f4
JB
92412003-01-30 Jim Blandy <jimb@redhat.com>
9242
9243 * symfile.c (find_separate_debug_file): Assert that the objfile's
9244 directory name we compute ends with a slash, and then assume that
9245 that's so everywhere we use it.
9246
cb741690
DJ
92472003-01-30 Daniel Jacobowitz <drow@mvista.com>
9248
9249 * valops.c (value_assign): Flush frame cache after stores to memory
9250 also.
9251
96ee5227
AC
92522003-01-30 Andrew Cagney <ac131313@redhat.com>
9253
9254 * Makefile.in (mon960-rom.o): Delete rule.
9255 * mon960-rom.c: Delete file.
9256
7f6104a9
AC
92572003-01-30 Andrew Cagney <ac131313@redhat.com>
9258
9259 * d10v-tdep.c: Include "frame-unwind.h".
9260 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9261 list.
9262 (next_addr, uses_frame): Delete.
9263 (struct d10v_unwind_cache): Define.
9264 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9265 Use info instead of next_addr and uses_frame globals.
9266 (d10v_frame_init_saved_regs): Delete function.
9267 (d10v_init_extra_frame_info): Delete function.
9268 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9269 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9270 init_frame_pc or frame_saved_pc.
9271 (d10v_pop_frame): Delete function.
9272 (do_d10v_pop_frame): Delete function.
9273 (d10v_frame_chain): Delete function.
9274 (d10v_frame_chain_valid): Delete function.
9275 (d10v_frame_pc_unwind): New function.
9276 (d10v_frame_id_unwind): New function.
9277 (saved_regs_unwinder): New function.
9278 (d10v_frame_register_unwind): New function.
9279 (d10v_frame_pop): New function.
9280 (d10v_frame_unwind): New variable.
9281 (d10v_frame_p): New function.
9282 (d10v_frame_saved_pc): Delete function.
9283 * Makefile.in (d10v-tdep.o): Update dependencies.
9284
cad2e848
JB
92852003-01-30 J. Brobecker <brobecker@gnat.com>
9286
9287 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9288 causing some regressions due to a change in the default value
9289 for this macro.
9290
af34e669
DJ
92912003-01-29 Richard Henderson <rth@redhat.com>
9292 Elena Zannoni <ezannoni@redhat.com>
9293 Daniel Jacobowitz <drow@mvista.com>
9294
9295 Fix PR gdb/961.
8ffd9b1b 9296 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
9297 variables.
9298 (RANGES_SECTION): New.
9299 (dwarf_ranges_buffer): New variable.
9300 (struct comp_unit_head): Add member "die".
9301 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9302 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9303 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9304 (dwarf2_locate_sections): Likewise.
9305 (dwarf2_build_psymtabs): Read .debug_ranges.
9306 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9307 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9308 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9309 Look for DW_AT_ranges and return the bounding box.
9310
baa93fa6
CF
93112003-01-29 Brian Ford <ford@vss.fsi.com>
9312
9313 * win32-nat.c (cygwin_pid): Removed as unused.
9314 (child_attach): Try fall back to Cygwin pid.
9315
c63f977f
JB
93162003-01-29 Jim Blandy <jimb@redhat.com>
9317
9318 * objfiles.h (struct objfile): Doc fix.
9319
d62d1979
AC
93202003-01-29 Andrew Cagney <ac131313@redhat.com>
9321
9322 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9323 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9324 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9325 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9326 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9327 (FRAME_SAVED_PC): Change to a function with predicate.
9328 * gdbarch.h, gdbarch.c: Re-generate.
9329
1ae18a04
AC
93302003-01-28 Andrew Cagney <ac131313@redhat.com>
9331
52287340
AC
9332 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9333
1ae18a04
AC
9334 * complaints.c (complain): Delete function.
9335 * complaints.h (struct deprecated_complaint): Delete definition.
9336 (complain): Delete declaration.
9337
f2c16bd6
KB
93382003-01-28 Kevin Buettner <kevinb@redhat.com>
9339
9340 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9341 dummy frames.
9342
a94dd1fd
AC
93432003-01-27 Andrew Cagney <ac131313@redhat.com>
9344
9345 * sentinel-frame.h, sentinel-frame.c: New files.
9346 * Makefile.in (frame.o): Update dependencies.
9347 (SFILES): Add sentinel-frame.c.
9348 (sentinel_frame_h): Define.
9349 (COMMON_OBS): Add sentinel-frame.o.
9350 (sentinel-frame.o): Specify dependencies.
9351 * frame.c: Include "sentinel-frame.h".
9352 (frame_register_unwind): Rewrite assuming that there is always a a
9353 ->next frame.
9354 (frame_register, generic_unwind_get_saved_register): Ditto.
9355 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9356 (create_sentinel_frame, unwind_to_current_frame): New functions.
9357 (get_current_frame): Rewrite using create_sentinel_frame and
9358 unwind_to_current_frame. When possible, always create a frame.
9359 (create_new_frame): Set next to the sentinel frame.
9360 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9361 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9362 ID cache when necessary.
9363 (frame_saved_regs_id_unwind): Use frame_relative_level.
9364 (deprecated_generic_get_saved_register): Use frame_relative_level,
9365 get_frame_saved_regs, get_frame_pc, get_frame_base and
9366 get_next_frame.
9367 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9368 frame_register.
9369
5378adc4
DJ
93702003-01-27 Daniel Jacobowitz <drow@mvista.com>
9371
9372 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9373
51ee2ddc
DJ
93742003-01-27 Daniel Jacobowitz <drow@mvista.com>
9375
9376 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9377 (maintenance_set_profile_cmd): Use error () instead of warning ().
9378
d9feb4e7
DJ
93792003-01-27 Daniel Jacobowitz <drow@mvista.com>
9380
9381 * configure.in: Check that -pg works if using --enable-profiling.
9382 Check for monstartup and _mcleanup regardless of --enable-profiling.
9383 * maint.c: Check for monstartup and _mcleanup before using them.
9384 * config.in: Regenerated.
9385 * configure: Regenerated.
9386
2d188dd3
NC
93872003-01-24 Nick Clifton <nickc@redhat.com>
9388
9389 * Add sh2e support:
9390
9391 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9392
9393 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9394 (sh2e_show_regs): New.
9395 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9396 * config/sh/tm-sh.h: Added sh2e to comments.
9397
cb3c37b2
JB
93982003-01-23 Jim Blandy <jimb@redhat.com>
9399
9400 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9401 symbols found)" message here; we haven't checked for a separate
9402 debug info file yet, so we don't know yet.
9403 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9404 we've looked everywhere. Also, there's no need to print a special
9405 message when we're loading the separate debug info file: the one
9406 symbol_file_add prints is fine.
9407
5b5d99cf
JB
94082003-01-23 Alexander Larsson <alexl@redhat.com>
9409 Jim Blandy <jimb@redhat.com>
9410
9411 Add support for executables whose debug info has been separated
9412 out into a separate file, leaving only a link behind.
9413 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9414 and separate_debug_objfile_backlink.
9415 (put_objfile_before): New declaration.
9416 * symfile.c: #include "filenames.h".
9417 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9418 debug info in a separate file, read that, too. Save the addrs
9419 argument, so we can use it again to read the separated debug info;
9420 syms_from_objfile modifies the table we pass it.
9421 (reread_symbols): After re-reading an objfile, call
9422 reread_separate_symbols to refresh its separate debug info
9423 objfile, if it has one.
9424 (reread_separate_symbols, find_separate_debug_file,
9425 get_debug_link_info, separate_debug_file_exists): New functions.
9426 (debug_file_directory): New global var.
9427 (_initialize_symfile): Initialize debug_file_directory, and
9428 provide the new `set debug-file-directory' command to let the user
9429 change it.
9430 * objfiles.c (free_objfile): If this objfile has its debug info in
9431 a separate objfile, free that one too. If this is itself a
9432 separate debug info objfile, clear our parent's backlink.
9433 (put_objfile_before): New function.
9434 * utils.c (gnu_debuglink_crc32): New function.
9435 * defs.h (gnu_debuglink_crc32): New declaration.
9436 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9437 * configure.in: Handle --with-separate-debug-dir config option.
9438 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9439 * acconfig.h (DEBUGDIR): New macro.
9440 * configure, aclocal.m4, config.in: Regenerated.
9441
7e8580c1
JB
94422003-01-22 Jim Blandy <jimb@redhat.com>
9443
7904e09f
JB
9444 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9445 like the old symbol_file_add, but taking new arguments: you can
9446 now pass in either a `struct section_addr_info' list to say where
9447 each section is loaded, or a `struct section_offsets' table. Pass
9448 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 9449 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
9450 with the appropriate quiescent values for the new arguments.
9451
7e8580c1
JB
9452 * symfile.c: #include "gdb_assert.h".
9453 (syms_from_objfile): Add the ability to pass in a section offset
9454 table directly, as an alternative to the section_addr_info table.
9455 Document arguments better.
9456 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9457 * symfile.h (syms_from_objfile): Update declaration.
9458 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9459 syms_from_objfile.
9460 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9461
d28f9cdf
DJ
94622003-01-22 Daniel Jacobowitz <drow@mvista.com>
9463
9464 Original patch by Tom Tromey <tromey@cygnus.com> and
9465 Jason Molenda <jmolenda@apple.com>.
9466 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9467 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9468 * NEWS: Mention profiling.
9469 * configure.in (--enable-gdbtk): Fix typo.
9470 (--enable-profiling): New. Set PROFILE_CFLAGS.
9471 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9472 Fill in function.
9473 (profiling_state): New variable.
9474 (mcleanup_wrapper): New function.
9475 (_initialize_maint): Remove NOTYET, fix call to
9476 add_setshow_boolean_cmd for "maint set profile".
9477 * configure: Regenerated.
9478
df21e465
MH
94792003-01-21 Martin M. Hunt <hunt@redhat.com>
9480
9481 * Makefile.in (install-gdbtk): Install PNG images too.
9482
73c1f219
AC
94832003-01-21 Andrew Cagney <ac131313@redhat.com>
9484
9485 * exec.c (text_start): Delete global variable.
9486 (exec_file_attach): Make text_start local to the function.
9487 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9488 * valops.c (hand_function_call): Delete code that handles
9489 BEFORE_TEXT_END and AFTER_TEXT_END.
9490 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9491 of CALL_DUMMY_LOCATION.
9492 * gdbarch.c: Regenerate.
9493 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9494 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9495 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9496 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9497 (text_end): Delete extern declaration.
9498
eb4f72c5
AC
94992003-01-21 Andrew Cagney <ac131313@redhat.com>
9500
9501 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9502 * blockframe.c (backtrace_below_main): Move to "frame.c".
9503 (frame_chain_valid): Delete check for backtrace_below_main.
9504 (_initialize_blockframe): Delete initialization, move ``set
9505 backtrace-below-main'' command to "frame.c".
9506 (do_flush_frames_sfunc): Delete function.
9507 * frame.c: Include "command.h" and "gdbcmd.h".
9508 (frame_type_from_pc): New function.
9509 (create_new_frame): Use frame_type_from_pc.
9510 (legacy_get_prev_frame): New function.
9511 (get_prev_frame): Rewrite. When an old style frame, call
9512 legacy_get_prev_frame. Otherwize, unwind the PC first.
9513 (_initialize_frame): Add ``set backtrace-below-main'' command.
9514 * Makefile.in (frame.o): Update dependencies.
9515
778ce8cc
AC
95162003-01-19 Andrew Cagney <ac131313@redhat.com>
9517
9518 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9519 DEPRECATED_REGISTERS_INFO.
9520
01c193c8
AC
95212003-01-19 Andrew Cagney <ac131313@redhat.com>
9522
9523 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9524 Maintainers'. Update `Various Maintainers'.
9525
dedc2a2b
AC
95262003-01-19 Andrew Cagney <ac131313@redhat.com>
9527
9528 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9529 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9530 Suppress actual parameters when `-'.
9531 * gdbarch.h, gdbarch.c: Regenerate.
9532
b7261c70
AC
95332003-01-19 Andrew Cagney <ac131313@redhat.com>
9534
9535 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9536 code handling dummy frames.
9537
dbe9fe58
AC
95382003-01-19 Andrew Cagney <ac131313@redhat.com>
9539
9540 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9541 (struct frame_unwind): Add field pop.
9542 * frame.h (frame_pop): Declare.
9543 * frame.c (frame_saved_regs_pop): New function.
9544 (trad_frame_unwinder): Add frame_saved_regs_pop.
9545 (frame_pop): New function.
9546 * dummy-frame.c (dummy_frame_pop): New function.
9547 (discard_innermost_dummy): New function.
9548 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9549 (dummy_frame_unwind): Add dummy_frame_pop.
9550 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9551 * valops.c (hand_function_call): Ditto.
9552 * stack.c (return_command): Ditto.
9553
570b8f7c
AC
95542003-01-18 Andrew Cagney <ac131313@redhat.com>
9555
9556 * cris-tdep.c: Fix function declaration indentation.
9557 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9558 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9559 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9560 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9561 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9562 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9563
95642003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
9565
9566 * README (Unpacking and Installation -- quick overview):
9567 Warn against ".../gdb-5.3/gdb/configure".
9568
494cca16
AC
95692003-01-18 Andrew Cagney <ac131313@redhat.com>
9570
9571 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9572 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9573 (struct frame_unwind): Declare opaque.
9574 (dummy_frame_p): Declare function.
9575 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9576 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9577 * dummy-frame.c: Include "frame-unwind.h".
9578 (dummy_frame_p): New function.
9579 (dummy_frame_unwind): New variable.
9580 * frame.c: Include "frame-unwind.h".
9581 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9582 to use the new unwind field.
9583 (set_unwind_by_pc): Delete function.
9584 (create_new_frame, get_prev_frame): Set unwind field using
9585 frame_unwind_find_by_pc.
9586 (trad_frame_unwind, trad_frame_unwinder): New variables.
9587 * frame.h (trad_frame_unwind): Declare variable.
9588 (frame_id_unwind_ftype): Delete declaration.
9589 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9590 (struct frame_unwind): Declare opaque.
9591 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9592 register_unwind with a single unwind pointer.
9593 * frame-unwind.h, frame-unwind.c: New files.
9594 * Makefile.in (SFILES): Add frame-unwind.c.
9595 (frame_unwind_h): Define.
9596 (COMMON_OBS): Add frame-unwind.o.
9597 (frame-unwind.o): Specify dependencies.
9598 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 9599
4efb68b1
AC
96002003-01-18 Andrew Cagney <ac131313@redhat.com>
9601
9602 * ada-valprint.c: Eliminate PTR.
9603 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9604 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9605 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9606 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9607 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9608 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9609 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 9610
a84d24ee
AC
96112003-01-17 Andrew Cagney <ac131313@redhat.com>
9612
762f08a3
AC
9613 * main.c (captured_main): Don't use PTR.
9614 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9615 * gdbtypes.c (lookup_primitive_typename): Ditto.
9616 (lookup_struct_elt_type): Ditto.
9617 * f-valprint.c (info_common_command): Ditto.
9618 (list_all_visible_commons): Ditto.
9619 * jv-typeprint.c (java_type_print_base): Ditto.
9620
a84d24ee
AC
9621 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9622 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9623 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9624 i386-interix-nat.c and i386-interix-tdep.c. Rename
9625 m68klinux-nat.c and m68klinux-tdep.c. Rename
9626 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9627 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9628 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9629 * main.c (captured_main): Use xfree, not free.
9630
c170fb60
AC
96312003-01-16 Andrew Cagney <ac131313@redhat.com>
9632
9633 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9634 ID back using a parameter.
9635 * frame.c (frame_id_unwind): Update call.
9636 (frame_saved_regs_id_unwind): Update.
9637 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9638 * dummy-frame.h (struct frame_id): Add opaque declaration.
9639 (dummy_frame_id_unwind): Update declaration.
9640
867f3898
AC
96412003-01-15 Andrew Cagney <ac131313@redhat.com>
9642
9643 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9644
40622be8 96452003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 9646
40622be8 9647 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 9648
ae66c1fc
EZ
96492003-01-14 Elena Zannoni <ezannoni@redhat.com>
9650
997b089a 9651 Fix PR gdb/898
ae66c1fc
EZ
9652 * breakpoint.c (until_break_command): Add new argument. Use it to
9653 decide whether to stop only at the current frame or not.
9654 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 9655 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
9656 call.
9657 (advance_command): New function.
9658 (_initialize_infcmd): Update help string for 'until' command.
9659 Add new 'advance' command.
9660
a04257e6
DC
96612003-01-14 David Carlton <carlton@math.stanford.edu>
9662
9663 * linespec.c (decode_line_1): Normalize comments.
9664 (set_flags): Ditto.
9665 (locate_first_half): Ditto.
9666 (decode_compound): Ditto.
9667 (symtab_from_filename): Ditto.
9668 (decode_all_digits): Ditto.
9669 (decode_dollar): Ditto.
9670 (find_methods): Ditto.
9671 (find_toplevel_char): Ditto.
9672
1bac305b
AC
96732003-01-13 Andrew Cagney <ac131313@redhat.com>
9674
9675 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9676 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9677 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9678 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9679 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9680 * language.c, language.h, m32r-tdep.c: Update copyright.
9681 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9682 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9683 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9684 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9685 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9686 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9687
25caa7a8
EZ
96882003-01-13 Elena Zannoni <ezannoni@redhat.com>
9689
9690 * stabsread.h (process_later, resolve_cfront_continuation):
9691 Obsolete.
9692 Update copyright years.
9693 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9694 Update copyright year.
9695 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 9696 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
9697 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9698 Update copyright year.
9699 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9700 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9701 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9702 (parse_partial_symbols): Obsolete cfront support.
9703 * stabsread.c
9704 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9705 macros.
9706 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9707 read_cfront_baseclasses, read_cfront_member_functions,
9708 resolve_cfront_continuation,read_cfront_static_fields,
9709 copy_cfront_struct_fields): Obsolete functions.
9710 (define_symbol, read_one_struct_field): Obsolete cfront support.
9711 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9712 Update Copyright year.
9713
7789c6f5
EZ
97142003-01-13 Elena Zannoni <ezannoni@redhat.com>
9715
9716 * stack.c (print_frame_info, print_stack_frame_base_stub,
9717 print_stack_frame_base, show_and_print_stack_frame_stub,
9718 show_and_print_stack_frame, print_only_stack_frame_stub,
9719 print_only_stack_frame): Delete functions.
9720 (print_stack_frame_stub): Call print_frame_info instead of
9721 print_frame_info_base.
9722 (print_frame_info_base): Rename to print_frame_info.
9723 (backtrace_command_1): Call print_frame_info, instead of
9724 print_frame_info_base.
9725 (current_frame_command): Call print_stack_frame, instead of
9726 print_only_stack_frame.
9727 (frame_command): Call print_stack_frame, instead of
9728 show_and_print_stack_frame.
9729 (up_command): Ditto.
9730 (down_command): Ditto.
9731 * frame.h (print_only_stack_frame): Delete prototype.
9732 * infrun.c (normal_stop): Call print_stack_frame, instead of
9733 show_and_print_stack_frame.
9734 * thread.c (info_threads_command): Call print_stack_frame, instead
9735 of print_only_stack_frame.
9736
3f5a3016
AC
97372003-01-13 Andrew Cagney <ac131313@redhat.com>
9738
d99ba314
AC
9739 * README (Graphical interface to GDB): Update URL. Point at
9740 gdb/links/.
9741
3f5a3016
AC
9742 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9743 version match.
9744
083ae935
DJ
97452003-01-13 Daniel Jacobowitz <drow@mvista.com>
9746
9747 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9748 lines.
9749
5365276c
DJ
97502003-01-13 Daniel Jacobowitz <drow@mvista.com>
9751
9752 * thread-db.c (attach_thread): Prototype.
9753 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9754 thread information (ti), and valid flags (th_valid, ti_valid).
9755 (attach_thread): Move target_pid_to_str call to after the thread
9756 is added to GDB's list. Initialize the cache.
9757 (thread_get_info_callback, thread_db_map_id2thr)
9758 (thread_db_get_info): New functions.
9759 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9760 (thread_db_store_registers, thread_db_thread_alive)
9761 (thread_db_get_thread_local_address): Use them.
9762 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9763 of calling error() for threads in unknown state.
9764
9765 (clear_lwpid_callback): New function.
9766 (thread_db_resume): Use it to clear the cache.
9767
9fc30b6b
DJ
97682003-01-13 Daniel Jacobowitz <drow@mvista.com>
9769
9770 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9771 (resume_callback): Remove dead code.
9772
8f871025
AC
97732003-01-13 Andrew Cagney <ac131313@redhat.com>
9774
9775 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9776 predicate.
9777 * gdbarch.h, gdbarch.c: Regenerate.
9778 * stack.c (frame_info): Only initialize the saved registers when
9779 FRAME_INIT_SAVED_REGS_P.
9780 * frame.c (frame_saved_regs_register_unwind): Assert
9781 FRAME_INIT_SAVED_REGS_P.
9782 (deprecated_generic_get_saved_register): Ditto.
9783
3f565f1e
DJ
97842003-01-13 Daniel Jacobowitz <drow@mvista.com>
9785
9786 * source.c (openp): Squelch warning about "filename".
9787
072b1022
DJ
97882003-01-13 Daniel Jacobowitz <drow@mvista.com>
9789
9790 * source.c (openp): If the file does not exist don't necessarily
9791 search the path.
9792
973ccf8b
DJ
97932003-01-13 Daniel Jacobowitz <drow@mvista.com>
9794
9795 Fix PR gdb/872.
9796 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9797 (integer_types_same_name_p): New function.
9798 (rank_one_type): Use it.
9799 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9800
030292b7
DJ
98012003-01-13 Daniel Jacobowitz <drow@mvista.com>
9802
9803 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9804 variables.
9805 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9806 * configure.in: Add --with-sysroot.
9807 * configure: Regenerated.
9808 * main.c (gdb_sysroot): New variable.
9809 (captured_main): Initialize gdb_sysroot.
9810 * defs.h (gdb_sysroot): New extern declaration.
9811 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9812
afb5d334
MC
98132003-01-12 Michael Chastain <mec@shout.net>
9814
9815 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9816
751ceeb4
MC
98172003-01-12 Michael Chastain <mec@shout.net>
9818
9819 * top.c (print_gdb_version): Bump copyright year to 2003.
9820
94cd26f8
DC
98212003-01-12 David Carlton <carlton@bactrian.org>
9822
9823 * linespec.c (symtab_from_filename): Rename variable 's' to
9824 'file_symtab'.
9825
1ce79225
AC
98262003-01-12 Andrew Cagney <ac131313@redhat.com>
9827
9828 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9829 dummy frame.
9830 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9831
fa1fd571
AC
98322003-01-12 Andrew Cagney <ac131313@redhat.com>
9833
9834 * d10v-tdep.c: Include "gdb_assert.h".
9835 (d10v_store_return_value): Rewrite to match current interface.
9836 (d10v_extract_struct_value_address): Ditto.
9837 (d10v_extract_return_value): Ditto.
9838 (d10v_gdbarch_init): Set store_restore_value,
9839 extract_struct_value_address and extract_return_value.
9840
68b8d23e
JB
98412003-01-12 J. Brobecker <brobecker@gnat.com>
9842
9843 * hpread.c (set_namestring): New procedure replacing the
9844 SET_NAMESTRING macro.
9845 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9846 by calls to set_namestring.
9847
98482003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
9849
9850 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9851 a compilation warning.
9852 (hpread_process_one_debug_symbol): Likewise.
9853
88d262ca
DC
98542003-01-10 David Carlton <carlton@math.stanford.edu>
9855
9856 * linespec.c (decode_line_1): Rename variable 's' to
9857 'file_symtab'.
9858 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9859 (decode_dollar): Ditto.
9860 (decode_variable): Ditto.
9861 (symbol_found): Ditto.
9862
86669319
MC
98632003-01-09 Michael Chastain <mec@shout.net>
9864
9865 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9866
616a9dc4
CV
98672003-01-07 Corinna Vinschen <vinschen@redhat.com>
9868
9869 * win32-nat.c (set_process_privilege): New function.
9870 (child_attach): Call set_process_privilege() to enable the
9871 SE_DEBUG_NAME user privilege if available in process token.
9872
3269bcfa
JB
98732003-01-10 J. Brobecker <brobecker@gnat.com>
9874
9875 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9876 compilation error in the previous revision.
9877
2b0ee454
DC
98782003-01-09 David Carlton <carlton@math.stanford.edu>
9879
9880 * linespec.c: Update copyright.
9881
b3ba1b44
DJ
98822003-01-09 Daniel Jacobowitz <drow@mvista.com>
9883
9884 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9885 than inferior_ptid.
9886 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9887
4ef3f3be
AC
98882003-01-09 Andrew Cagney <ac131313@redhat.com>
9889
479ab5a0
AC
9890 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9891 Update comments.
9892 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9893 (frame_saved_regs_zalloc): Update.
9894 (frame_saved_regs_register_unwind): Update.
9895 (create_new_frame): Update.
9896 (get_prev_frame): Update.
9897 (frame_extra_info_zalloc): Update.
9898 (deprecated_get_frame_saved_regs): Update.
9899 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9900 * cris-tdep.c: Update comment.
9901
bde58177
AC
9902 * somsolib.h: Fix function indentation.
9903 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9904 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9905 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9906 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9907 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9908
4ef3f3be
AC
9909 * infrun.c (follow_fork): Use ISO C definition.
9910 * expprint.c (print_subexp): Use xfree instead of free.
9911 * charset.c: Include "gdb_string.h" instead of <string.h>.
9912 (register_iconv_charsets): Use ISO C definition.
9913 (host_charset, target_charset): Ditto.
9914 * Makefile.in (charset.o): Update dependencies.
9915 (mi-cmd-env.o): Update dependencies.
9916
1c615f7a
AC
99172003-01-08 Andrew Cagney <cagney@redhat.com>
9918
9919 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9920 get_frame_base.
9921
c9a1dc08
AC
99222003-01-08 Andrew Cagney <ac131313@redhat.com>
9923
9924 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9925 build directories. Save edited gdb output in Mbuild.log. If a
9926 build fails, remove any final GDB executable.
9927
dbad9d94
AC
99282003-01-08 Andrew Cagney <ac131313@redhat.com>
9929
9930 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9931 replacing hex constants with function names and stripping leading
9932 file name directory prefixes.
9933
8d357cca
AC
99342003-01-08 Andrew Cagney <cagney@redhat.com>
9935
9936 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9937 get_frame_base.
9938
bca02a8a
DC
99392003-01-08 David Carlton <carlton@math.stanford.edu>
9940
9941 * linespec.c (decode_line_1): Move code into decode_variable.
9942 (decode_variable): New function.
9943
7f8ab3a0
AC
99442003-01-08 Andrew Cagney <ac131313@redhat.com>
9945
9946 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9947
7b5849cc
AC
99482003-01-08 Andrew Cagney <cagney@redhat.com>
9949
9950 * cris-tdep.c (cris_frame_init_saved_regs): Use
9951 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9952 saved_regs buffer.
9953 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9954 (sh64_nofp_frame_init_saved_regs): Ditto.
9955 (sh_fp_frame_init_saved_regs): Ditto.
9956 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9957 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9958 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9959 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9960
72a5efb3
DJ
99612003-01-08 Daniel Jacobowitz <drow@mvista.com>
9962
9963 * minsyms.c (lookup_minimal_symbol): Update comment.
9964 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9965 (lookup_minimal_symbol_solib_trampoline): Likewise.
9966
11c02a10
AC
99672003-01-08 Andrew Cagney <cagney@redhat.com>
9968
aab3ea25
AC
9969 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9970 frame_relative_level.
9971
da50a4b7
AC
9972 * alpha-tdep.c: Use get_frame_extra_info.
9973 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9974 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9975 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9976 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9977
11c02a10
AC
9978 * alpha-tdep.c: Use get_next_frame.
9979 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9980 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9981 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9982 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9983 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9984 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9985 * xstormy16-tdep.c: Ditto.
8ffd9b1b 9986
1e2330ba
AC
99872003-01-07 Andrew Cagney <cagney@redhat.com>
9988
9989 * alpha-tdep.c: Use get_frame_base.
9990 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9991 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9992 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9993 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9994 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9995 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9996 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9997 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 9998
2d75187b
AC
99992003-01-07 Andrew Cagney <cagney@redhat.com>
10000
10001 * frame.c (deprecated_get_frame_context): New function.
10002 (deprecated_set_frame_context): New function.
10003 * frame.h (deprecated_get_frame_context): Declare.
10004 (deprecated_set_frame_context): Declare.
10005 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
10006 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 10007
483d36b2
AC
100082003-01-07 Andrew Cagney <cagney@redhat.com>
10009
10010 * frame.c (deprecated_set_frame_next_hack): New function.
10011 (deprecated_set_frame_prev_hack): New function.
10012 * frame.h (deprecated_set_frame_next_hack): Declare.
10013 (deprecated_set_frame_prev_hack): Declare.
10014 * mcore-tdep.c (analyze_dummy_frame): Use
10015 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
10016 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
10017
14e91ac5
DC
100182003-01-07 David Carlton <carlton@math.stanford.edu>
10019
10020 * linespec.c (decode_line_1): Move code into decode_dollar.
10021 (decode_dollar): New function.
10022
b0c6b05c
AC
100232003-01-07 Andrew Cagney <cagney@redhat.com>
10024
10025 * arm-tdep.c (arm_init_extra_frame_info): Use
10026 deprecated_update_frame_base_hack.
10027 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
10028 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
10029 (fix_frame_pointer): Ditto.
10030 (mn10300_analyze_prologue): Ditto.
10031
a00a19e9
AC
100322003-01-07 Andrew Cagney <cagney@redhat.com>
10033
10034 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
10035 extra_info using frame_extra_info_zalloc.
10036 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
10037 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
10038 (sh64_init_extra_frame_info): Ditto.
10039 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
10040 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
10041 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
10042 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
10043 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
10044 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
10045 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
10046 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
10047 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
10048 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
10049 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10050 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
10051
10052 * mn10300-tdep.c (analyze_dummy_frame): Use
10053 deprecated_set_frame_extra_info_hack.
10054 * mcore-tdep.c (analyze_dummy_frame): Ditto.
10055
1fb4c65b
JB
100562003-01-07 J. Brobecker <brobecker@gnat.com>
10057
10058 * mdebugread.c (parse_symbol): Skip stProc entries which storage
10059 class is not scText. These do not define "real" procedures.
10060 (parse_partial_symbols): Likewise.
10061
9fe7d6bf
MS
100622003-01-06 Michael Snyder <msnyder@redhat.com>
10063
10064 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
10065
f6c609c4
AC
100662003-01-06 Andrew Cagney <ac131313@redhat.com>
10067
10068 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
10069 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
10070 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
10071 deprecated_frame_xmalloc_with_cleanup.
10072 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
10073 deprecated_frame_xmalloc.
10074 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
10075 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
10076
d995ff4b
AC
100772003-01-06 Andrew Cagney <cagney@redhat.com>
10078
84dc46cb
AC
10079 * x86-64-linux-tdep.c: Include "osabi.h".
10080 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
10081
d995ff4b
AC
10082 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
10083
66140c26
AC
100842003-01-06 Andrew Cagney <cagney@redhat.com>
10085
10086 * MAINTAINERS (Target Instruction Set Architectures): Update
10087 arm-elf. Can be built with -Werror, has been multiarched.
10088
10089 * value.h (unpack_long): Make buffer parameter constant.
10090 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
10091 * scm-lang.h (scm_parse): Ditto.
10092 * defs.h (extract_typed_address, extract_address): Ditto.
10093 (extract_long_unsigned_integer): Ditto.
10094 * inferior.h (unsigned_pointer_to_address): Ditto.
10095 (signed_pointer_to_address): Ditto.
10096 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
10097 * gdbarch.h, gdbarch.c: Regenerate.
10098 * findvar.c (extract_long_unsigned_integer): Update.
10099 (extract_address): Update.
10100 (extract_typed_address): Update.
10101 (unsigned_pointer_to_address): Update.
10102 * values.c (unpack_long): Update.
10103 (unpack_double): Update.
10104 (unpack_pointer): Update.
10105 (unpack_field_as_long): Update.
10106 * d10v-tdep.c (d10v_pointer_to_address): Update.
10107 * avr-tdep.c (avr_pointer_to_address): Update.
10108 * scm-lang.c (scm_unpack): Update.
10109 * findvar.c (signed_pointer_to_address): Update.
10110
b089b3da
ML
101112003-01-06 Michal Ludvig <mludvig@suse.cz>
10112
8ffd9b1b 10113 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
10114 since it is in i386-tdep.c.
10115
aff87235
JB
101162003-01-06 J. Brobecker <brobecker@gnat.com>
10117
10118 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
10119 failure introduced in the previous change.
10120
34f5e845
MC
101212003-01-05 Michael Chastain <mec@shout.net>
10122
10123 * README: Remove references to deleted remote-*.c files:
10124 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
10125 remote-nrom.c, remote-os9k.c, remote-udi.c.
10126
28bcfd30
MK
101272003-01-05 Mark Kettenis <kettenis@gnu.org>
10128
10129 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
10130 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
10131 i386_get_longjmp_target.
10132
15a5b3ee
AC
101332003-01-05 Andrew Cagney <ac131313@redhat.com>
10134
10135 * arm-tdep.c (prologue_cache): Change to a pointer.
10136 (_initialize_arm_tdep): Allocate prologue_cache.
10137 (check_prologue_cache): Update.
10138 (save_prologue_cache): Update.
10139 (arm_gdbarch_init): Update.
10140
c263362b
DJ
101412003-01-04 Daniel Jacobowitz <drow@mvista.com>
10142
10143 * stabsread.c (update_method_name_from_physname): Call complaint()
10144 instead of error.
10145
51603483
DJ
101462003-01-04 Daniel Jacobowitz <drow@mvista.com>
10147
10148 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
10149 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
10150 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
10151
10152 * blockframe.c: Include "gdbcmd.h" and "command.h".
10153 (backtrace_below_main): New variable.
10154 (file_frame_chain_valid, func_frame_chain_valid)
10155 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
10156 (generic_func_frame_chain_valid): Remove functions.
10157 (frame_chain_valid, do_flush_frames_sfunc): New functions.
10158 (_initialize_blockframe): New function.
10159 * Makefile.in (blockframe.o): Update dependencies.
10160 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
10161 comment. Call frame_chain_valid ().
10162 * frame.h: Remove old prototypes. Add prototype for
10163 frame_chain_valid and update comments to match.
10164 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
10165 Remove old comment.
10166 * gdbarch.h: Regenerated.
10167 * gdbarch.c: Regenerated.
10168
10169 * alpha-tdep.c (alpha_gdbarch_init): Don't call
10170 set_gdbarch_frame_chain_valid.
10171 * avr-tdep.c (avr_gdbarch_init): Likewise.
10172 * cris-tdep.c (cris_gdbarch_init): Likewise.
10173 * frv-tdep.c (frv_gdbarch_init): Likewise.
10174 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
10175 * i386-tdep.c (i386_svr4_init_abi): Likewise.
10176 (i386_nw_init_abi): Likewise.
10177 (i386_gdbarch_init): Likewise.
10178 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
10179 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
10180 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
10181 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
10182 * mips-tdep.c (mips_gdbarch_init): Likewise.
10183 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10184 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
10185 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
10186 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10187 * s390-tdep.c (s390_gdbarch_init): Likewise.
10188 * sh-tdep.c (sh_gdbarch_init): Likewise.
10189 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10190 * v850-tdep.c (v850_gdbarch_init): Likewise.
10191 * vax-tdep.c (vax_gdbarch_init): Likewise.
10192 * x86-64-tdep.c (x86_64_init_abi): Likewise.
10193
10194 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
10195 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
10196 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
10197 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
10198 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
10199 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
10200 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
10201 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
10202
b00a8037
DJ
102032002-01-04 Daniel Jacobowitz <drow@mvista.com>
10204
10205 * Makefile.in (acconfig_h): Remove incorrect macro.
10206 (config_h): Define.
10207 (osabi.o): Update dependencies.
10208 * configure.tgt: Set gdb_osabi based on target triplet.
10209 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10210 * configure: Regenerated.
10211 * config.in: Regenerated.
10212 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10213 (GDB_OSABI_DEFAULT): Define if not already defined.
10214 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10215 (set_osabi_string): New variables.
10216 (gdbarch_register_osabi): Add new OS ABI to
10217 gdb_osabi_available_names.
10218 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10219 (set_osabi, show_osabi): New functions.
10220 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10221
4be87837
DJ
102222003-01-04 Daniel Jacobowitz <drow@mvista.com>
10223
10224 * arch-utils.c (gdbarch_info_init): Set osabi to
10225 GDB_OSABI_UNINITIALIZED.
10226 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10227 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10228 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10229 * gdbarch.c: Regenerated.
10230 * gdbarch.h: Regenerated.
10231 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10232 there's no BFD.
10233 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10234 * osabi.h (enum gdb_osabi): Move to defs.h.
10235 (gdbarch_init_osabi): Update prototype.
10236 * defs.h (enum gdb_osabi): Moved here.
10237 * Makefile.in: Update dependencies.
10238
10239 * alpha-tdep.h: Don't include "osabi.h".
10240 (struct gdbarch_tdep): Remove osabi member.
10241 * alpha-tdep.c: Include "osabi.h".
10242 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10243 iterate over arches. Update call to gdbarch_init_osabi.
10244 (alpha_dump_tdep): Don't dump osabi.
10245 * alpha-linux-tdep.c: Include "osabi.h".
10246 * alpha-osf1-tdep.c: Include "osabi.h".
10247 * alphafbsd-tdep.c: Include "osabi.h".
10248 * alphanbsd-tdep.c: Include "osabi.h".
10249
10250 * arm-tdep.h: Don't include "osabi.h".
10251 (struct gdbarch_tdep): Remove osabi member.
10252 * arm-tdep.c: Include "osabi.h".
10253 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10254 iterate over arches. Update call to gdbarch_init_osabi.
10255 (arm_dump_tdep): Don't dump osabi.
10256 * arm-linux-tdep.c: Include "osabi.h".
10257 * armnbsd-tdep.c: Include "osabi.h".
10258
10259 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10260 Update call to gdbarch_init_osabi.
10261
10262 * i386-tdep.h: Don't include "osabi.h".
10263 (struct gdbarch_tdep): Remove osabi member.
10264 * i386-tdep.c: Include "osabi.h".
10265 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10266 iterate over arches. Update call to gdbarch_init_osabi.
10267 (i386_dump_tdep): Don't dump osabi.
10268 * i386-linux-tdep.c: Include "osabi.h".
10269 * i386-sol2-tdep.c: Include "osabi.h".
10270 * i386bsd-tdep.c: Include "osabi.h".
10271 * i386gnu-tdep.c: Include "osabi.h".
10272 * i386ly-tdep.c: Include "osabi.h".
10273 * i386nbsd-tdep.c: Include "osabi.h".
10274 * i386obsd-tdep.c: Include "osabi.h".
10275
10276 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10277 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10278 check osabi when iterating over arches. Update call to
10279 gdbarch_init_osabi.
10280 (mips_dump_tdep): Don't dump osabi.
10281
10282 * ns32k-tdep.h: Don't include "osabi.h".
10283 (struct gdbarch_tdep): Remove.
10284 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10285 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10286 allocate tdep. Update call to gdbarch_init_osabi.
10287 (ns32k_dump_tdep): Remove.
10288 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10289 * ns32knbsd-tdep.c: Include "osabi.h".
10290
10291 * ppc-tdep.h: Don't include "osabi.h".
10292 (struct gdbarch_tdep): Remove osabi member.
10293 * rs6000-tdep.c: Include "osabi.h".
10294 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10295 osabi when iterating over arches. Update call to
10296 gdbarch_init_osabi.
10297 (rs6000_dump_tdep): Don't dump osabi.
10298 * ppc-linux-tdep.c: Include "osabi.h".
10299 * ppcnbsd-tdep.c: Include "osabi.h".
10300
10301 * sh-tdep.h: Don't include "osabi.h".
10302 (struct gdbarch_tdep): Remove osabi member.
10303 * sh-tdep.c: Include "osabi.h".
10304 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10305 iterate over arches. Update call to gdbarch_init_osabi.
10306 (sh_dump_tdep): Don't dump osabi.
10307 * shnbsd-tdep.c: Include "osabi.h".
10308
10309 * sparc-tdep.c: Include "osabi.h".
10310 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10311 iterate over arches. Update call to gdbarch_init_osabi.
10312 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10313 tdep structure.
10314
10315 * vax-tdep.h: Don't include "osabi.h".
10316 (struct gdbarch_tdep): Remove.
10317 * vax-tdep.c: Include "osabi.h".
10318 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10319 iterate over arches. Don't allocate tdep. Update call
10320 to gdbarch_init_osabi.
10321 (vax_dump_tdep): Remove.
10322 (_initialize_vax_tdep): Update call to gdbarch_register.
10323
a881cf8e
DJ
103242003-01-04 Daniel Jacobowitz <drow@mvista.com>
10325
10326 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10327 entirely.
10328 (breakpoint_re_set_one): Don't fetch the value for a disabled
10329 watchpoint.
10330
1e698235
DJ
103312003-01-04 Daniel Jacobowitz <drow@mvista.com>
10332
10333 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10334 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10335 (COERCE_FLOAT_TO_DOUBLE): Remove.
10336 * gdbarch.c: Regenerate.
10337 * gdbarch.h: Regenerate.
10338 * Makefile.in: Remove value_h from gdbarch_h.
10339 * valops.c (coerce_float_to_double): New variable.
10340 (default_coerce_float_to_double): Remove.
10341 (standard_coerce_float_to_double): Remove.
10342 (value_arg_coerce): Use coerce_float_to_double.
10343 (_initialize_valops): Add "set coerce-float-to-double".
10344 * value.h (default_coerce_float_to_double): Remove prototype.
10345 (standard_coerce_float_to_double): Remove prototype.
10346
10347 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10348 prototyped.
10349 * mdebugread.c (parse_symbol): Likewise.
10350 * stabsread.c (define_symbol): Mark all functions as prototyped.
10351
10352 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10353 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10354 set_gdbarch_coerce_float_to_double.
10355 * arm-tdep.c (arm_gdbarch_init): Likewise.
10356 * frv-tdep.c (frv_gdbarch_init): Likewise.
10357 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10358 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10359 * mips-tdep.c (mips_gdbarch_init): Likewise.
10360 (mips_coerce_float_to_double): Remove.
10361 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10362 (rs6000_coerce_float_to_double): Remove.
10363 * s390-tdep.c (s390_gdbarch_init): Likewise.
10364 * sh-tdep.c (sh_gdbarch_init): Likewise.
10365 (sh_coerce_float_to_double): Remove.
10366 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10367 (sparc_coerce_float_to_double): Remove.
10368 * v850-tdep.c (v850_gdbarch_init): Likewise.
10369 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10370 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10371 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10372 (hppa_coerce_float_to_double): Remove prototype.
10373 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10374
f436a26a
DJ
103752003-01-04 Daniel Jacobowitz <drow@mvista.com>
10376
10377 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10378
248f8055
DJ
103792003-01-04 Daniel Jacobowitz <drow@mvista.com>
10380
10381 Suggested by Stewart Brown <sb24@avaya.com>:
10382 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10383 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10384 (c_type_print_varspec_suffix): Likewise.
10385
72cfdc76
MK
103862003-01-04 Mark Kettenis <kettenis@gnu.org>
10387
bfd260bb
MK
10388 * configure.in: Don't set and AC_SUBST SUBDIRS.
10389 * configure: Regenerated.
10390
72cfdc76
MK
10391 * configure.in: Remove code dealing with shared libraries.
10392 * Makefile.in: Remove HLDFLAGS and HLDENV.
10393 * configure: Regenerated.
10394
c8b8a898
AC
103952003-01-04 Andrew Cagney <ac131313@redhat.com>
10396
10397 * frame.c (deprecated_frame_xmalloc): New function.
10398 (deprecated_set_frame_saved_regs_hack): New function.
10399 (deprecated_set_frame_extra_info_hack): New function.
10400 * frame.h (deprecated_frame_xmalloc): Declare.
10401 (deprecated_set_frame_saved_regs_hack): Declare.
10402 (deprecated_set_frame_extra_info_hack): Declare.
10403
14abd0fb
MK
104042003-01-04 Mark Kettenis <kettenis@gnu.org>
10405
8ee53726
MK
10406 * configure.in: Move code that provides the --enable-gdbtk option
10407 right after the code that handles the --enable-tui option, and
10408 polish it somewhat.
10409 * configure: Regenerated.
10410
14abd0fb
MK
10411 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10412 AC_CHECK_FUNCS and remove the old check for pread64.
10413 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10414 * acconfig.h (_GNU_SOURCE): Add.
10415 (HAVE_PREAD64): Remove.
10416 * configure, aclocal.m4, config.in: Regenerated.
10417
b2fb4676
AC
104182003-01-03 Andrew Cagney <ac131313@redhat.com>
10419
10420 * alpha-tdep.c: Use get_frame_saved_regs.
10421 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10422 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10423 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10424 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10425 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10426
8dcde887
MK
104272003-01-03 Mark Kettenis <kettenis@gnu.org>
10428
10429 * configure.in: Remove all use of the SUBDIRS variable; add
10430 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10431 code providing the --enable-multi-ice option, and move it right in
10432 front of the code that checks whether gdbserver is supported.
10433 Polish that too.
10434 * configure: Regenerated.
10435 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10436 @SUBDIRS@.
10437
8ccd593b
AC
104382003-01-03 Andrew Cagney <cagney@redhat.com>
10439
10440 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10441 * avr-tdep.c, cris-tdep.c: Ditto.
10442 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10443 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 10444
91151a06
MK
104452003-01-03 Mark Kettenis <kettenis@gnu.org>
10446
10447 * configure.in: Remove --enable-netrom option.
10448 * configure: Regenerated.
10449
8fe84d01
MK
104502003-01-03 Mark Kettenis <kettenis@gnu.org>
10451
10452 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10453 declaration for `struct re_pattern_buffer' instead.
10454 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10455
f0394be6
JB
104562003-01-03 J. Brobecker <brobecker@gnat.com>
10457
10458 * mdebugread.c (parse_symbol): Count until the stEnd matching
10459 the structure name.
10460
27e9bf90
MK
104612003-01-02 Mark Kettenis <kettenis@gnu.org>
10462
93d331ba
MK
10463 * configure.in: Remove --with-cpu option.
10464 subscripts. Remove evil changequotes here.
10465 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10466 * config.in, configure: Regenerated.
8ffd9b1b 10467
27e9bf90
MK
10468 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10469 * configure.in: Cleanup section that sources GDB and BFD configure
10470 subscripts. Remove evil changequotes here.
10471 * config.in, configure: Regenerated.
10472
50abf9e5
AC
104732003-01-02 Andrew Cagney <ac131313@redhat.com>
10474
10475 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10476 frame accessor methods.
10477 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10478 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10479 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10480 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10481 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10482 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10483 * z8k-tdep.c: Ditto.
8ffd9b1b 10484
287c1a40
MK
104852003-01-02 Mark Kettenis <kettenis@gnu.org>
10486
f5dbc56d
MK
10487 * configure.in: Remove UI_OUT configuration code.
10488 * ada-lang.c: Update assuming UI_OUT is always true.
10489 * Makefile.in (UIOUT_CFLAGS): Remove.
10490 * configure: Regenerated.
10491 * TODO: Remove blurb about elimination of -DUI_OUT.
10492
627af7ea
MK
10493 * configure.in: Move code that provides the --enable-gdbcli,
10494 --enable-gdbmi options right before the code that handles the
10495 --enable-tui option. Polish a bit.
10496 * configure: Regenerated.
10497
06825bd1
MK
10498 * configure.in: Rewrite check for GNU regex and the
10499 --without-included regex option, and move it into the "Checks for
10500 library functions" section. This makes us use the system regex
10501 again by default on systems with version 2 of the GNU C library.
10502 This was apparently broken.
10503 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10504 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10505 * config.in, configure: Regenerated.
10506
287c1a40
MK
10507 * configure.in: Move code that provides the --enable-tui option
10508 before the "Checks for libraries" section. Polish the code
10509 somewhat and set need_curses to yes if we build the TUI. Rewrite
10510 code that looks for a library providing termcap functionality to
10511 match more closely what's done in the Readline library, and move
10512 it into to the "Checks for libraries" section.
10513 * configure: Regenerated.
10514 * Makefile.in (TERMCAP): Remove variable.
10515 * config/i386/go32.mh (TERMCAP): Remove variable.
10516
684e56bf
AC
105172003-01-02 Andrew Cagney <ac131313@redhat.com>
10518
10519 * MAINTAINERS: Mention gdb_mbuild.sh.
10520 * gdb_mbuild.sh: Rewrite.
10521
e1ea1d75
MK
105222003-01-02 Mark Kettenis <kettenis@gnu.org>
10523
10524 * configure.in: Fix typo in last change.
10525 * config.in, configure: Regenerated.
10526
1b831c93
AC
105272003-01-02 Andrew Cagney <ac131313@redhat.com>
10528
10529 * valarith.c (value_binop): Delete obsolete code and comments.
10530 * configure.host: Ditto.
10531 * buildsym.h (make_blockvector): Ditto.
10532 * buildsym.c (make_blockvector): Ditto.
10533 * defs.h (enum language): Ditto.
10534 (chill_demangle): Ditto.
10535 * elfread.c (elf_symtab_read): Ditto.
10536 * dwarfread.c (CHILL_PRODUCER): Ditto.
10537 (set_cu_language): Ditto.
10538 (handle_producer): Ditto.
10539 * expprint.c (print_subexp): Ditto.
10540 * gdbtypes.c (chill_varying_type): Ditto.
10541 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10542 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10543 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10544 (chill_varying_type): Ditto.
10545 * language.h (_LANG_chill): Ditto.
10546 * language.c (binop_result_type, integral_type): Ditto.
10547 (character_type, string_type, structured_type): Ditto.
10548 (lang_bool_type, binop_type_check): Ditto.
10549 * stabsread.h (os9k_stabs): Ditto.
10550 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10551 (define_symbol, read_type, read_struct_fields): Ditto.
10552 (read_array_type, read_enum_type, read_huge_number): Ditto.
10553 (read_range_type, start_stabs): Ditto.
10554 * symfile.c (init_filename_language_table): Ditto.
10555 (add_psymbol_with_dem_name_to_list): Ditto.
10556 * symtab.c (symbol_init_language_specific): Ditto.
10557 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10558 * symtab.h (struct general_symbol_info): Ditto.
10559 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10560 * typeprint.c (typedef_print): Ditto.
10561 * utils.c (fprintf_symbol_filtered): Ditto.
10562 * valops.c (value_cast, search_struct_field, value_slice): Delete
10563 obsolete code.
10564 (varying_to_slice): Delete function.
10565 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10566 (varying_to_slice): Delete declaration.
10567 * MAINTAINERS: Update.
10568
8bb2c122
MK
105692003-01-02 Mark Kettenis <kettenis@gnu.org>
10570
97bf5e38
MK
10571 * configure.in: Reorganize "Checks for library functions section"
10572 a bit. Remove check for `btowc' and `isascii' functions.
10573 * configure: Regenerated.
10574
5ee754fc
MK
10575 * acconfig.h (_MSE_INT_H): Remove.
10576 * configure.in: Create "Checks for header files" section, and move
10577 appropriate tests there. Don't check for objlist.h, wchar.h,
10578 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10579 misdetection fix. Also add "Checks for types", "Checks for
10580 compiler characteristics" and "Checks for library functions"
10581 sections.
10582 * config.in, configure: Regenerated.
10583
8bb2c122
MK
10584 * configure.in: Create "Checks for programs" section, and move
10585 appropriate tests there.
10586
9a156167
MK
105872003-01-01 Mark Kettenis <kettenis@gnu.org>
10588
10589 * configure.in: Create "Checks for libraries" section, and move
10590 appropriate tests there. Cleanup check for wctype in libw. Use
10591 AC_SEARCH_LIBS to see whether we need libsocket.
10592 * configure: Regenerated.
10593
a80e2bcb 10594For older changes see ChangeLog-2002
c906108c
SS
10595\f
10596Local Variables:
10597mode: change-log
10598left-margin: 8
10599fill-column: 74
10600version-control: never
10601End:
This page took 0.910575 seconds and 4 git commands to generate.