2004-11-12 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5aac166f
RC
12004-11-12 Randolph Chung <tausq@debian.org>
2
3 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
4 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
5 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
6 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
7
4fab48b9
MK
82004-11-12 Mark Kettenis <kettenis@jive.nl>
9
10 * tui/tui-io.c: Don't include "terminal.h".
11 * Makefile.in (tui-io.o): Update dependencies.
12
9b098f24
KI
132004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
14
15 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
16 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
17 set_gdbarch_regset_from_core_section for core file support.
18 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
19 New functions.
20
a71f8c30
RC
212004-11-11 Randolph Chung <tausq@debian.org>
22
23 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
24 stop_after_branch parameter and use it to determine if we should look
25 at the delay slot of the first branch insn to find prologue insns.
26 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
27 (hppa_frame_cache): Likewise.
28
50b2f48a
RC
292004-11-11 Randolph Chung <tausq@debian.org>
30
31 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
32 register so that it can be unwound from anywhere in the prologue.
33
be723e22
MS
342004-11-10 msnyder <msnyder@redhat.com>
35
36 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
37 must invalidate lr_reg (so we don't try to save it again).
38 Ditto for cr_offset and cr_reg.
39
d6f7abdf
AC
402004-11-05 Jon Beniston <jon@beniston.com>
41
216c5547 42 Committed by Andrew Cagney.
d6f7abdf
AC
43 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
44 when an unexpected packet is received, as the target stubs
45 continually retransmit the same packet until ACKed.
46
1d225535
RC
472004-11-10 Randolph Chung <tausq@debian.org>
48
49 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
d6f7abdf 50 frame's type.
1d225535 51
2315ffec
RC
522004-11-10 Randolph Chung <tausq@debian.org>
53
54 * blockframe.c (inside_entry_func): Move to .....
55 * frame.c (inside_entry_func): ... here, and make static.
56 (backtrace_past_entry): New flag.
57 (get_prev_frame): Stop backtrace at the entry function if enabled
58 by flag. Update comments.
59 (_initialize_frame): Add command to set backtrace_past_entry flag.
60 * defs.h (inside_entry_func): Remove prototype.
61
917c78fc
MK
622004-11-10 Mark Kettenis <kettenis@gnu.org>
63
64 * dwarf2read.c: Fix formatting.
65
994b9211
AC
662004-11-10 Andrew Cagney <cagney@gnu.org>
67
68 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
69 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
70 macros with function declarations.
71 * value.c (coerce_ref, coerce_array, coerce_number)
72 (coerce_enum): New functions.
73 (value_as_long, value_as_address): Update.
74 * ada-lang.c (ada_coerce_ref, ada_value_binop)
75 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
76 * jv-lang.c (evaluate_subexp_java): Update.
77 * valarith.c (value_less, value_neg, value_complement)
78 (value_binop, value_add, value_subscript, value_x_binop)
79 (value_logical_not, value_sub): Update.
80 * valops.c (check_field, value_struct_elt, value_ind)
81 (value_find_oload_method_list, value_cast, value_assign): Update.
82 * eval.c (evaluate_subexp_standard): Update.
83
06987e64
MK
842004-11-10 Mark Kettenis <kettenis@gnu.org>
85
86 * mips-tdep.c (mips32_relative_offset): Change return type to
87 LONGEST, change argument type to ULONGEST. Fix sign-extension.
88
4a302917
RC
892004-11-10 Randolph Chung <tausq@debian.org>
90
91 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
92 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
93 (hppa_fetch_pointer_argument): Likewise.
94 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
95 deprecated_read_memory_nobpt.
96 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
97 add_set_cmd sequence with add_setshow_boolean_cmd.
98
390e974f
AC
992004-11-09 Andrew Cagney <cagney@gnu.org>
100
101 GDB 6.3 released from GDB 6.3 branch.
102
92e023d6
AC
1032004-11-09 Andrew Cagney <cagney@gnu.org>
104
105 * values.c: Rename to ...
106 * value.c: ..., new file.
107 * Makefile.in: Update.
108
d10891d4
DJ
1092004-11-09 Daniel Jacobowitz <dan@debian.org>
110
111 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
112 size.
113
00a4c844
AC
1142004-11-09 Andrew Cagney <cagney@gnu.org>
115
c44523e7
AC
116 * TODO: Delete.
117
00a4c844
AC
118 * value.h (struct value): Delete field bfd_section.
119 (VALUE_BFD_SECTION): Delete macro.
120 (COERCE_REF): Update.
121 (value_at, value_at_lazy): Delete asection parameter.
122 * printcmd.c (print_formatted, x_command): Update.
123 (do_examine): Delete asection parameter.
124 (next_section): Delete variable.
125 * valops.c (value_cast, value_at, value_at_lazy)
126 (value_coerce_function, value_addr, value_ind, value_string)
127 (find_rt_vbase_offset, value_full_object): Update.
128 * hpacc-abi.c (hpacc_virtual_fn_field)
129 (hpacc_value_rtti_type): Update.
130 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
131 (gnuv3_baseclass_offset): Update.
132 * f-valprint.c (f_val_print): Update.
133 * c-valprint.c (c_val_print): Update.
134 * p-valprint.c (pascal_val_print): Update.
135 * jv-valprint.c (java_value_print): Update.
136 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
137 * ada-lang.c (ada_value_primitive_packed_val)
138 (ada_evaluate_subexp): Update.
139 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
140 * expprint.c (print_subexp_standard): Update.
141 * infcall.c (call_function_by_hand): Update.
142 * valarith.c (value_add): Update.
143 * eval.c (evaluate_subexp_standard): Update.
144 * values.c (allocate_value, value_copy, value_static_field): Update.
145 * findvar.c (read_var_value, locate_var_value): Update.
146
5cb2fe25
AC
1472004-11-09 Andrew Cagney <cagney@gnu.org>
148
149 * i386-linux-tdep.c: Include "dwarf2-frame.h".
150 * Makefile.in: Update all dependencies.
151
cbafadeb
AC
1522004-11-08 Andrew Cagney <cagney@gnu.org>
153
154 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
155 (sentinel_frame_unwinder): Add the prev_pc method.
156 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
157 available. Do not handle the sentinel-frame case.
158 * frame-unwind.h (frame_prev_register_ftype): Define.
159 (struct frame_unwind): Add prev_pc;
160
3b78cdbb
DA
1612004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
162
163 * configure.in: Check for ncurses/term.h.
164 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
165 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
166 * tui/tui.c: Don't include term.h.
167 * configure, config.in: Rebuilt.
168
bcfca652
MK
1692004-11-08 Mark Kettenis <kettenis@gnu.org>
170
171 * m68kbsd-nat.c: Include "inf-ptrace.h".
172 (_initialize_m68kbsd_nat): Fix pasto.
173 * Makefile.in (m68kbsd-nat.o): Update dependencies.
174
527159b7
RC
1752004-11-08 Randolph Chung <tausq@debian.org>
176
177 * infrun.c (debug_infrun): New variable.
178 (resume, proceed, wait_for_inferior): Annotate with debug messages.
179 (handle_inferior_event, keep_going): Likewise.
180 (_initialize_infrun): Register "set debug infrun" command.
181
c874c7fc
AS
1822004-11-08 Andreas Schwab <schwab@suse.de>
183
184 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
185 PTRACE_EVENT_VFORKDONE.
186 (child_follow_fork): Adjust.
187
3c8fa307
AC
1882004-11-08 Andrew Cagney <cagney@gnu.org>
189
5c26072a
AC
190 * README: Refer to 6.3, not 6.2, update directory listing droppng
191 references to intl/ and mmalloc/.
192 * PROBLEMS: Refer to 6.3 not 6.2.
193
3c8fa307
AC
194 * PROBLEMS: Delete no-longer applicable problems.
195
12b8a2cb
DJ
1962004-11-07 Andrew Cagney <cagney@redhat.com>
197 Daniel Jacobowitz <dan@debian.org>
198 Roland McGrath <roland@redhat.com>
199
200 * Makefile.in (symfile-mem.o): Update dependencies.
201 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
202 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
203 * inf-ptrace.c (inf_ptrace_attach): Call
204 observer_notify_inferior_created.
205 * inftarg.c (child_attach): Likewise.
206 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
207 (symbol_file_add_from_memory): Take NAME argument. Use it for
208 the new BFD's filename.
209 (add_symbol_file_from_memory_command): Update call to
210 symbol_file_add_from_memory.
211 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
212 (symbol_file_add_from_memory_wrapper): New.
213 (_initialize_symfile_mem): Register add_vsyscall_page as an
214 inferior_created observer.
215
abbc6945
MK
2162004-11-07 Mark Kettenis <kettenis@gnu.org>
217
218 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
219 fetch_inferior_registers. Make static.
220 (m68kbsd_store_inferior_registers): Rename from
221 store_inferior_registers. Make static.
222 (_initialize_m68kbsd_nat): Construct and add target vector.
223 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
224 inftarg.o. Add inf-ptrace.o.
225 (NAT_FILE): Set to tm-solib.h.
226 (LOADLIBES): New variable.
227 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
228 inftarg.o. Add inf-ptrace.o.
229 (NAT_FILE): Delete variable.
230 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
231 inftarg.o. Add inf-ptrace.o.
232 (NAT_FILE): Set to tm-solib.h.
233 * config/m68k/nm-nbsdaout.h: Remove file.
234
3ed09a32
DJ
2352004-11-07 Daniel Jacobowitz <dan@debian.org>
236
237 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
238 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
239 (dwarf2_signal_frame_unwind): New.
240 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
241 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
242
8e763687
MK
2432004-11-07 Mark Kettenis <kettenis@gnu.org>
244
4fb31ed0
MK
245 * Makefile.in (mips64obsd-tdep.o): Fix typo.
246
fabe86c8
MK
247 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
248 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
249 to only include the structure members we actually need.
250 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
251 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
252 only include the structure members we actually need.
253 (mipsnbsd_init_abi): Update.
254
366e93e8
MK
255 * mips64obsd-nat.c: Include "mips-tdep.h".
256 (MIPS64OBSD_NUM_REGS): Remove define.
257 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
258 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
259 floating-point registers correctly.
260 * Makefile.in (mips64obsd-nat.o): Update dependencies.
261
8e763687
MK
262 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
263 "gdb_assert.h".
264 (mips64obsd_sigframe_init): New function.
265 (mips64obsd_sigframe): New variable.
266 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
267 unwinder.
268 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
269
5f6a2351
JB
2702004-11-06 Joel Brobecker <brobecker@gnat.com>
271
272 * alpha-mdebug-tdep.c: #include mdebugread.h.
273 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
274 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
275
f059bf6f
AC
2762004-11-05 Andrew Cagney <cagney@gnu.org>
277
278 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
279 CFI and the init_reg method leave the register unspecified.
280 Include the register name in the "Incomplete CFI data" complaint.
281 Supress leading zeros in the address.
282
1234d960
MK
2832004-11-05 Mark Kettenis <kettenis@gnu.org>
284
285 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
286 skipping a personality routine in a CIE augmentation.
287
d75e3c94
JJ
2882004-11-05 Jeff Johnston <jjohnstn@redhat.com>
289
290 * defs.h (fatal, vfatal): New function prototypes.
291 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
292 via catch_errors.
293 (backtrace_command): Change to call backtrace_command_stub via
294 catch_errors instead of calling backtrace_command_1 directly.
295 (backtrace_full_command): Ditto.
296 * utils.c (error_stream_1): New static function.
297 (verror): Change to call error_stream_1 instead of error_stream.
298 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
299 (vfatal, fatal): New functions.
300
98f276a0
AC
3012004-11-05 Andrew Cagney <cagney@gnu.org>
302
303 * stack.c (parse_frame_specification_1): Clear selected_frame_p
304 when not using selected frame.
305
f724bf08
MK
3062004-11-05 Mark Kettenis <kettenis@jive.nl>
307
308 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
309 personality routine in a CIE augmentation.
310
c789492a
FL
3112004-11-05 Felix Lee <felix+log1@specifixinc.com>
312
313 * stack.c (set_current_sal_from_frame): New function.
314 (print_args_stub): Use it.
315 (print_frame_info): Don't set sal here.
316
a81b10ae
MK
3172004-11-04 Mark Kettenis <kettenis@gnu.org>
318
319 * dwarf2-frame.c (read_encoded_value): Change type of third
320 argument to `unsigned char *'. Add support for LEB128 encodings.
321
ad766c0a
JB
3222004-11-04 Jim Blandy <jimb@redhat.com>
323
324 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
325 prevent cross-objfile references.
326 (make_cv_type): Doc fix. Don't create cross-objfile references,
327 even for stub types.
328 (replace_type): Add assertion to prevent cross-objfile references.
329 (check_typedef): Never resolve a stub type by copying over a type
330 from another file.
331
c46b0409 3322004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
f16d97c9 333
c46b0409
KI
334 * Makefile.in (m32r-tdep.o): Update dependencies.
335 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
336 ABI-specific overrides.
337
9f0b0322 3382004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
f16d97c9 339
9f0b0322
KI
340 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
341 unnecessary parallel execution bit.
342 (m32r_memory_remove_breakpoint): Ditto.
343 (m32r_breakpoint_from_pc): Update.
344
d5c27f81
RC
3452004-11-03 Randolph Chung <tausq@debian.org>
346
347 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
9f0b0322 348 frame_func_unwind to locate the unwind entry.
d5c27f81
RC
349 (hppa_frame_this_id): Likewise.
350
4577593c
AC
3512004-11-03 Andrew Cagney <cagney@gnu.org>
352
353 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
354 packet, obsolete configurations, end-of-life deprecated_registers.
355
b04de778
MK
3562004-11-02 Mark Kettenis <kettenis@gnu.org>
357
358 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
359 encodings as well as unsigned encodings.
360
9f2feefc
AC
3612004-11-02 Andrew Cagney <cagney@gnu.org>
362
363 * value.h (COERCE_VARYING_ARRAY): Delete.
364 * valops.c (value_cast, value_slice): Delete use.
365 * valarith.c (value_subscript, value_concat): Delete use.
366
117ea3cf
PH
3672004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
368
369 * NEWS: GDB understands GNAT Ada.
370
0bbc026e
JM
3712004-11-01 Joseph S. Myers <joseph@codesourcery.com>
372
373 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
374 (amd64-sol2-tdep.o): Add dependencies.
375 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
376 config/i386/sol2-64.mt: New files.
377 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
378 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
379 (supply_gregset): Correct order of arguments to
380 amd64_supply_native_gregset.
381 (fill_gregset): Correct order of arguments to
382 amd64_collect_native_gregset.
383 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
384 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
385 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
386 for definition of NEW_PROC_API.
387 * configure: Regenerate.
388
3d38a0a5
JM
3892004-11-01 Joseph S. Myers <joseph@codesourcery.com>
390
391 * MAINTAINERS (Write After Approval): Add myself.
392
f81cd1cf
AC
3932004-11-01 Andrew Cagney <cagney@gnu.org>
394
395 * configure.tgt: Mark d10v-*-* as obsolete.
396 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
397
f4e88c8e
PH
3982004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
399
400 * values.c (modify_field): Correct handling of bit-fields that
401 don't fit in 32 bits. Use unsigned operations throughout and
402 simplify the code a bit. Document preconditions.
403
84674fe1
AC
4042004-10-31 Andrew Cagney <cagney@gnu.org>
405
96693b3a
AC
406 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
407 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
408 (in_plt_section): Delete.
409
6f296f8f
AC
410 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
411 (mips_gdbarch_init): Do not set same.
412
618501c0
AC
413 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
414 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
415
b22e8f02
AC
416 * gdbarch.sh (in_solib_call_trampoline): Delete.
417 * gdbarch.h, gdbarch.c: Re-generate.
418
84674fe1
AC
419 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
420 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
421 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
422 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
423 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
424
c6d1029f
MK
4252004-10-31 Mark Kettenis <kettenis@gnu.org>
426
427 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
428 (mipsnbsd_fetch_inferior_registers): Rename from
429 fetch_inferior_registers. Make static.
430 (mipsnbsd_store_inferior_registers): Rename from
431 store_inferior_registers. Make static.
432 (_initialize_mipsnbsd_nat): New function and prototype.
433 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
434 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
435 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
436 inf-ptrace.o.
437
bd9ca83f
AC
4382004-10-31 Andrew Cagney <cagney@gnu.org>
439
19d718a3
AC
440 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
441 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
442 delete corresponding unused function.
443 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
444 in_solib_call_trampoline.
445 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
446 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
447 * config/mips/tm-nbsd.h: Ditto.
448 * config/arm/tm-linux.h: Ditto.
449 * config/mips/tm-linux.h: Ditto.
450
e8ce19c0
AC
451 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
452 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
453 in_solib_call_trampoline, delete corresponding unused function.
454 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
455 (vaxnbsd_aout_init_abi): Ditto.
456 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
457 (sparc32nbsd_aout_init_abi): Ditto.
458 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
459 (ppc_linux_init_abi): Ditto.
460 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
461 (ns32knbsd_init_abi_aout): Ditto.
462 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
463 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
464 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
465 (m68kbsd_aout_init_abi): Ditto.
466 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
467 (i386_cygwin_init_abi): Ditto.
468 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
469 (i386bsd_init_abi): Ditto.
470
af380d61
AC
471 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
472 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
473 isn't used by this architecture.
474 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
475 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
476 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
477 * s390-tdep.c (s390_gdbarch_init): Ditto.
478 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
479 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
480 * i386-tdep.c (i386_svr4_init_abi): Ditto.
481 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
482 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
483 * amd64-tdep.c (amd64_init_abi): Ditto.
484
0528d9f7
AC
485 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
486 in_solib_call_trampoline to its default value of
487 generic_in_solib_call_trampoline.
488 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
489 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
490 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
491 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
492 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
493 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
494
f9f9eacb
AC
495 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
496
a4ffd1e7
AC
497 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
498
82e34d2f
AC
499 * config/mips/tm-mips.h: Delete file.
500 * remote-mips.c: Delete tm-mips.h from comment.
501 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
502 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
503 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
504 * config/mips/tm-linux.h: Don't include tm-mips.h.
505 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
506 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
507 * config/mips/tm-wince.h: Don't include.
508
75dec9cf
AC
509 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
510 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
511 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
512 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
513
bd9ca83f
AC
514 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
515 * mdebugread.c (ecoff_relocate_efi): Delete function.
516 * objfiles.c (objfile_relocate): Delete #ifdef
517 MDEBUG_EFI_SYMBOL_NAME code.
518
3352ef37
AC
5192004-10-31 Orjan Friberg <organ.friberg@axis.com>
520 Andrew Cagney <cagney@gnu.org>
521
522 * gdbarch.sh (single_step_through_delay): Add.
523 * gdbarch.h, gdbarch.c: Re-generate.
524 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
525 (mips_step_skips_delay): Delete.
526 * mips-tdep.c (mips_single_step_through_delay): Replace
527 mips_step_skips_delay.
528 (mips_gdbarch_init): Set single_step_through_delay.
529 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
530
2440b685
MK
5312004-10-31 Mark Kettenis <kettenis@gnu.org>
532
533 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
534 from TRAMP_FRAME frame type.
535
56a2fed5
AC
5362004-10-31 Andrew Cagney <cagney@gnu.org>
537
9b792b1d
AC
538 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
539
0a5e8d98
AC
540 * mips-tdep.c (mips_ignore_helper): Delete.
541 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
542 * infrun.c (handle_inferior_event): Delete #ifdef
543 DEPRECATED_IGNORE_HELPER_CALL code.
544
56a2fed5
AC
545 * config/mips/tm-mips.h (RA_REGNUM): Delete.
546
f69c55b2
MK
5472004-10-31 Mark Kettenis <kettenis@gnu.org>
548
549 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
550 (fill_fpregset): Do not compile for 64-bit systems.
551 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
552 * Makefile.in (i386-sol2-nat.o): Update dependencies.
553 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
554
d37cca3d
AC
5552004-10-30 Andrew Cagney <cagney@gnu.org>
556
36b8628e
AC
557 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
558 (struct mdebug_extra_func_info): Define.
559 * config/alpha/tm-alpha.h: Delete same.
560 * config/mips/tm-mips.h: Delete same.
561 * mdebugread.c: Delete same.
562 * Makefile.in: Update dependencies.
563 * mips-mdebug-tdep.c: Include "mdebugread.h".
564
5b123146
AC
565 * objfiles.c: Include "mdebugread.h".
566 * mdebugread.c: Include "mdebugread.h".
567 (ecoff_relocate_cfi): Delete.
568 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
569 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
570 * mdebugread.h (ecoff_relocate_efi): New file.
571 * Makefile.in: Update dependencies.
572
b9c3a7de
AC
573 * mips-tdep.c (struct frame_extra_info): Delete.
574 (temp_proc_desc): Delete.
575
f92761ec
AC
576 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
577 MIPS_EFI_SYMBOL_NAME.
578 (mips_extra_func_info_t, mips_extra_func_info): Delete.
579 (struct mdebug_extra_func_info): Replace struct
580 alpha_extra_func_info and alpha_extra_func_info_t.
581 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
582 MIPS_EFI_SYMBOL_NAME.
583 (struct mdebug_extra_func_info): Replace struct
584 alpha_extra_func_info and alpha_extra_func_info_t.
585 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
586 * mdebugread.c, alpha-mdebug-tdep.c:
587
0bb57b31
AC
588 Suggested by Mark Kettenis.
589 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
590 fields frame_adjust and high_addr.
591 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
592 (non_heuristic_proc_desc): Delete references.
593
a5c9623c
AC
594 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
595 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
596 * mips-tdep.c: Update.
597
607fc93c
AC
598 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
599 (MIPS_LAST_EMBED_REGNUM): Add.
600 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
601 (LAST_EMBED_REGNUM): Delete.
602 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
603
24e05951
AC
604 * config/mips/tm-mips.h (PS_REGNUM): Delete.
605 * mips-tdep.h (MIPS_PS_REGNUM): Add.
606 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
607 * mips-linux-nat.c: Update.
608
613e114f
AC
609 * mips-tdep.h: Add comments on registers.
610 (MIPS_UNUSED_REGNUM): Define.
611 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
612 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
613 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
614 * mips-linux-nat.c, remote-mips.c: Update.
615
d37cca3d
AC
616 * config/mips/tm-mips.h (t_insn): Delete.
617 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
618 Replace t_insn with ULONGEST.
619
ceb41096
MK
6202004-10-30 Mark Kettenis <kettenis@gnu.org>
621
d1180b0f
MK
622 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
623 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
624 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
625 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
626 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
627 (mipsnbsd_core_osabi_sniffer): New function.
628 (mipsnbsd_init_abi): Set regset_from_core_section.
629 (_initialize_mipsnbsd_tdep): Remove calls to
630 deprecated_add_core_fns.
631 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
632 (mipsnbsd_regset_from_core_section): New functions.
633 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
634 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
635
ceb41096
MK
636 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
637 Remove optimization for DEPRECATED_FP_REGNUM.
638
ec4045ea
AC
6392004-10-30 Andrew Cagney <cagney@gnu.org>
640
cd65c8f6
AC
641 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
642 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
643 (alpha_setup_arbitrary_frame): Delete.
644 * mips-tdep.c (setup_arbitrary_frame): Delete.
645 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
646 (setup_arbitrary_frame): Delete.
647 * stack.c (parse_frame_specification_1): When specified, call
648 create_new_frame with two parameters. Delete #ifdef
649 SETUP_ARBITRARY_FRAME.
650
95ac2dcf
AC
651 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
652 (MIPS_INSTLEN): Delete.
653 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
654 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
655 * remote-mips.c, mips-tdep.c: Update.
656
1a8da44d
AC
657 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
658 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
659 * mips-tdep.c (mips_mdebug_frame_cache)
660 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
661 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
662 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
663 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
664 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
665 (mips_gdbarch_init): Do not append mdebug sniffers.
666 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
667 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
668 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
669 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
670 * Makefile.in: Update dependencies.
671
e6bc2e8a
AC
672 * mips-tdep.h (mips_abi_regsize): Declare.
673 * mips-tdep.c (mips_abi_regsize): Make non-static.
674
ec4045ea
AC
675 * mips-tdep.c (gdb_print_insn_mips): Simplify.
676 (make_mips16_addr): Delete.
e6bc2e8a 677
6b16acab
MK
6782004-10-30 Mark Kettenis <kettenis@gnu.org>
679
680 * i386-sol2-nat.c: New file.
681 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
682 i386-sol2-tdep.c.
683 (i386-sol2-nat.o): Update dependencies.
684 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
685 i386-sol2-nat.o.
686
8b622e6a
AC
6872004-10-30 Andrew Cagney <cagney@gnu.org>
688
689 Total breakage identified by Joel Brobecker.
690 * mips-tdep.c (after_prologue): Delete.
691 (mips_skip_prologue): Use skip_prologue_using_sal.
692 (heuristic_proc_desc): Delete, unused.
693
772cf8be
MK
6942004-10-30 Mark Kettenis <kettenis@gnu.org>
695
696 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
697 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
698 Cleanup coding style.
699
9c8fdbfa
AC
7002004-10-30 Andrew Cagney <cagney@gnu.org>
701
0fe7e7c8
AC
702 * mips-tdep.h (mips_pc_is_mips16): Declare.
703 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
704 non-static. Update calls.
705
1b295c3d
AC
706 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
707 * command.h (add_setshow_enum_cmd): Declare.
708 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
709
6bcadd06
AC
710 * mips-tdep.c (_initialize_mips_tdep): Use
711 add_setshow_zinteger_cmd.
712
9c8fdbfa
AC
713 * mips-tdep.c (mips_eabi_extract_return_value)
714 (mips_o64_extract_return_value, mips_o64_store_return_value)
715 (return_value_location, mips_eabi_reg_struct_has_addr)
716 (mips_eabi_use_struct_convention)
717 (mips_eabi_store_return_value): Delete.
718 (mips_eabi_store_return_value): New function.
719 (mips_eabi_return_value): New function.
720 (mips_gdbarch_init): For O64 and EABI, delete
721 extract_return_value, store_return_value, use_struct_convention
722 and reg_struct_has_addr, add return_value.
723
1d93fe1a
AC
724 * mips-tdep.c (read_signed_register): Use
725 regcache_cooked_read_signed.
726
303d2914
MK
7272004-10-30 Mark Kettenis <kettenis@gnu.org>
728
729 * mipsread.c: Cleanup coding style.
730 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
731 (mipscoff_symfile_finish): Remove prototypes.
732
7332004-10-29 Mark Kettenis <kettenis@gnu.org>
734
735 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
736 (mips_mdebug_frame_cache, mips16_scan_prologue)
737 (mips32_scan_prologue, mips_stub_frame_cache)
738 (heuristic_proc_start, heuristic_proc_desc)
739 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
740 (mips_n32n64_return_value, mips_o32_push_dummy_call)
741 (mips_o32_return_value, mips_o64_push_dummy_call)
742 (mips_step_skips_delay, mips_skip_trampoline_code)
743 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
744 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
745 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
746 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
747 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
748 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
749 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
750 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
751 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
752 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
753 ZERO_REGNUM.
754 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
755 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
756 ZERO_REGNUM.
757 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
758 A0_REGNUM.
759 * mipsnbsd-nat.c: Include "mips-tdep.h".
760 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
761 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
762
1c8831c5
AC
7632004-10-29 Andrew Cagney <cagney@gnu.org>
764
765 * stack.c (parse_frame_specification_1): New function based on
766 parse_frame_specification. Add message and selected_frame_p
767 paramters. Truely always return non-NULL.
768 (parse_frame_specification): Call parse_frame_specification_1.
769 (frame_info): Update. Eliminate target_has_stack check.
770 (select_frame_command): Update.
771
b04f3ab4
AC
7722004-10-29 Andrew Cagney <cagney@gnu.org>
773
774 * frame.h (get_selected_frame): Add message parameter.
775 * frame.c (get_selected_frame): Add and use message parameter.
776 * stack.c (current_frame_command, return_command, locals_info)
777 (catch_info, args_info, up_silently_base, down_silently_base): Use
778 get_selected_frame with an explicit message.
779 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
780 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
781 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
782 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
783 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
784 * breakpoint.c: Update.
785
7862004-10-29 Andrew Cagney <cagney@gnu.org>
00b25ff3
AC
787
788 * trad-frame.c (trad_frame_get_prev_register): Use
789 frame_unwind_register instead of frame_register_unwind, do not
790 recurse the register's location.
791 * xstormy16-tdep.c (xstormy16_frame_prev_register):
792 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
793 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
794 * sh-tdep.c (sh_frame_prev_register): Ditto.
795 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
796 * i386-tdep.c (i386_frame_prev_register): Ditto.
797 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
798 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
799
7a952542
MK
8002004-10-28 Mark Kettenis <kettenis@jive.nl>
801
c18c06be
MK
802 * proc-events.c: Fix several coding-style issues. Consistently
803 use #ifdef instead of #if defined().
804 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
805 ARRAY_SIZE.
806 (_initialize_proc_events): New prototype.
807
7a952542
MK
808 * proc-why.c: Fix several coding-style issues.
809 (proc_prettyfprint_why): Use ARRAY_SIZE.
810
fcad0fa4
JB
8112004-10-27 Jim Blandy <jimb@redhat.com>
812
813 * remote.c (fetch_register_using_p): Construct 'p' packet in a
814 manner independent of the host byte order.
815
c163184f
MK
8162004-10-27 Mark Kettenis <kettenis@gnu.org>
817
818 * mips-tdep.c (id_delayed): Remove prototype.
819
9c46b6f0
MK
8202004-10-26 Mark Kettenis <kettenis@gnu.org>
821
822 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
823 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
824 to enum with register numbers.
825 (enum mips_insn_size): New enum.
826
0d0266c6
AC
8272004-10-26 Andrew Cagney <cagney@gnu.org>
828
e7d6a6d2
AC
829 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
830 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
831 (mips_gdbarch_init): Update.
832 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
833
c5115f39
AC
834 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
835 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
836 IN_SOLIB_RETURN_TRAMPOLINE.
837 * mips-tdep.c (mips_dump_tdep): Do not print
838 IN_SOLIB_RETURN_TRAMPOLINE.
839 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
840 (mips_gdbarch_init): Update.
841
0d0266c6
AC
842 * mips-tdep.h (mips_software_single_step): Move to here ...
843 * config/mips/tm-mips.h: ... from here.
844 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
845 (SOFTWARE_SINGLE_STEP): Delete.
846 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
847
156a53ca
AC
8482004-10-25 Andrew Cagney <cagney@gnu.org>
849
850 * NEWS: Add Changes since GDB 6.3 section.
851
f27cf670
AS
8522004-10-23 Andreas Schwab <schwab@suse.de>
853
156a53ca
AC
854 * ada-lang.c (grow_vect): Return the new array instead of
855 expecting pointer to pointer to avoid violation of aliasing rules.
f27cf670
AS
856 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
857
121d8485
UW
8582004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
859
860 * s390-tdep.c (enum pv_boolean): Remove.
861 (pv_is_array_ref): Remove.
862 (s390_on_stack): Remove.
863 (S390_NUM_SPILL_SLOTS): Remove.
864 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
865 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
866 (s390_store): Track all stores of orginal incoming registers to the
867 stack constant offsets relative to the CFA, instead of only tracking
868 stores into specific spill slots.
869 (s390_load): Likewise.
870 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
871 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
872 defined as call-saved by the ABI.
873 (s390_push_dummy_call): Use bottom of dummy call argument save area
874 as return value, not the top. Do not store to the called function's
875 register save area.
876 (s390_unwind_dummy_id): Adapt accordingly.
877
0a6ddd08
AC
8782004-10-23 Andrew Cagney <cagney@gnu.org>
879
880 * objfiles.h (struct objfile): Rename obj_private to
881 deprecated_obj_private, sym_private to deprecated_sym_private, and
882 sym_stab_info to deprecated_sym_stab_info.
883 * gdb-stabs.h: Update.
884 * elfread.c: Update.
885 * dbxread.c: Update.
886 * coffread.c: Update.
887 * xcoffread.c: Update.
888 * symfile.c: Update.
889 * somread.c: Update.
890 * nlmread.c: Update.
891 * mdebugread.c: Update.
892 * hpread.c: Update.
893 * coffread.c: Update.
894
abc08782
MK
8952004-10-23 Mark Kettenis <kettenis@gnu.org>
896
897 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
898 * configure.host: Add mips64*-*-openbsd*.
899 * configure.tgt: Add mips64*-*-openbsd*.
900 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
901 mips64obsd-tdep.c.
902 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
903 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
904
fc062ac6
JB
9052004-10-21 Joel Brobecker <brobecker@gnat.com>
906
907 * symtab.c (symbol_search_name): Minor reformatting.
908
5bccb4d1
JB
9092004-10-20 Joel Brobecker <brobecker@gnat.com>
910
911 * symtab.h: Fix typo in comment.
912
a738430d
MK
9132004-10-19 Mark Kettenis <kettenis@gnu.org>
914
915 * dwarf2read.c (struct comp_unit_head): Fix coding style.
916 (dwarf_decode_line_header): Likewise.
917
f2cb65ca
MC
9182004-10-19 Michael Chastain <mec.gnu@mindspring.com>
919
920 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
921
09e55376
AC
9222004-10-19 Andrew Cagney <cagney@gnu.org>
923
924 GDB 6.3 branch created.
925 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
926
bc5f45f8
JB
9272004-10-15 Joel Brobecker <brobecker@gnat.com>
928
929 * dwarf2read.c (set_cu_language): Set language to Ada for
930 DW_LANG_Ada83 and DW_LANG_Ada95.
931
2941da8c
MC
9322004-10-15 Michael Chastain <mec.gnu@mindspring.com>
933
934 From Andreas Schwab <schwab@suse.de>:
935 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
936 for xmalloc and xrealloc.
937
34a17005
AC
9382004-10-15 Andrew Cagney <cagney@gnu.org>
939
940 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
941 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
942 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
943 Update dependencies.
944
714e53ab
PH
9452004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
946
947 * ada-lang.c (ada_lookup_symbol): Correct comment.
948 (ada_evaluate_subexp): Change error message for
949 OP_FUNCALL case so as not to indicate an internal error.
950
9512004-10-15 Joel Brobecker <brobecker@gnat.com>
952
953 Committed by Paul Hilfinger.
954 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
955 type sizes in XVE/XVU types, and emit a warning when that happens,
956 instead of rounding up the size of the resulting type.
957 Some minor reformatting.
958 (ada_is_aligner_type): Do not consider a type as an aligner type
959 if there is a corresponding XVS type as well.
960 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
961 have several levels of pointer indirection to the array.
962
9632004-10-15 Jerome Guitton <guitton@gnat.com>
964
965 Committed by Paul Hilfinger.
966 * ada-lang.c (check_size): New function.
967 (coerce_unspec_val_to_type): call check_size to make sure
968 that the object size is reasonable.
969 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
970 Implements the case when we get a reference when we evaluate
971 the expression of one of the bounds of the slice.
972 (ada_value_struct_elt): when a packed array field is
973 a reference, use ada_coerce_ref to dereference it; use
974 ada_value_ind only if it is a pointer.
975
29639122
JB
9762004-10-15 Joel Brobecker <brobecker@gnat.com>
977
978 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
979 a bit to avoid the necessity of an advance declaration. Remove
980 declaration.
981 (set_reg_offset): Move implemenation up.
982 (mips16_get_imm): Likewise.
983 (mips16_scan_prologue): Likewise.
984 (reset_saved_regs): Likewise.
985 (mips32_scan_prologue): Likewise.
986
a65bbe44
JB
9872004-10-14 Joel Brobecker <brobecker@gnat.com>
988
989 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
990 Remove sp as a parameter, compute it internally instead. Move
991 prologue scanning limit from heuristic_proc_desc to here.
992 (mips16_scan_prologue): Likewise.
993 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
994 by call to mips16_scan_prologue.
995 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
996 by call to mips32_scan_prologue.
997 (heuristic_proc_desc): Remove code that's no longer necessary.
998 Update calls to mips16_scan_prologue and mips32_scan_prologue.
999 (mips_skip_prologue): Update calls to mips16_scan_prologue
1000 and mips32_scan_prologue.
1001
1c645fec
JB
10022004-10-14 Joel Brobecker <brobecker@gnat.com>
1003
1004 * mips-tdep.c (mips16_scan_prologue): Merge code from
1005 mips16_skip_prologue. Now return the address of the first
1006 instruction past the function prologue.
1007 (mips16_skip_prologue): Remove, no longer necessary.
1008 (mips_skip_prologue): Replace call to mips16_skip_prologue
1009 by call to mips16_scan_prologue.
1010
98b4dd94
JB
10112004-10-14 Joel Brobecker <brobecker@gnat.com>
1012
1013 * mips-tdep.c (mips32_scan_prologue): Merge code from
1014 mips32_skip_prologue. Now return the address of the first
1015 instruction past the function prologue.
1016 (mips32_skip_prologue): Remove. No longer necessary.
1017 (mips16_skip_prologue): Add parameter end_pc instead of
1018 computing it.
1019 (mips_skip_prologue): Compute the upper limit for the
1020 prologue scanning. Update call to mips16_skip_prologue.
1021 Replace call to mips32_skip_prologue by call to
1022 mips32_scan_prologue.
1023
ad4c72d2
MK
10242004-10-14 Mark Kettenis <kettenis@gnu.org>
1025
dfaf8edb
MK
1026 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1027 NetBSD system call stubs that store %rp in the ERP slot of the
1028 stack frame.
1029
3e3a28f1
MK
1030 * source.c: Always define O_BINARY to 0 if not defined already.
1031 (openp): Unconditionally use O_BINARY.
1032
ad4c72d2
MK
1033 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1034 * event-top.c (gdb_readline2): Likewise.
1035
52bd1401
OF
10362004-10-14 Orjan Friberg <orjanf@axis.com>
1037
1038 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1039 deprecated_add_core_fns which was removed by mistake.
1040
e0e25c6c
KB
10412004-10-13 Kevin Buettner <kevinb@redhat.com>
1042
1043 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1044 references to deprecated_registers[] with equivalent code.
1045
9f335945
KB
10462004-10-13 Kevin Buettner <kevinb@redhat.com>
1047
1048 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1049 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1050 instead of explicit test and print statement.
1051
06c2338d
MK
10522004-10-12 Mark Kettenis <kettenis@gnu.org>
1053
1b9445c2
MK
1054 * sparc-nat.c: Include "inf-ptrace.h".
1055 (sparc_target): New function.
1056 * sparc-nat.h: Update copyright year.
1057 (sparc_target): New prototype.
1058 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1059 (_initialize_sparcnbsd_nat): Construct and add target vector.
1060 * sparc64nbsd-nat.c: Include "target.h".
1061 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1062 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1063 Update dependencies.
1064 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1065 inftarg.o, add inf-ptrace.o.
1066 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1067 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1068 (NAT_FILE): Set to nm-bsd.h.
1069 (LOADLIBES): New variable.
1070 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1071 infarg.o, add inf-ptrace.o.
1072 * config/sparc/nm-nbsdaout.h: Remove file.
1073 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1074 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1075 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1076
06c2338d
MK
1077 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1078 "fopen-same.h". Update comment.
1079
3303a276
MK
10802004-10-11 Mark Kettenis <kettenis@gnu.org>
1081
1082 * i386gnu-nat.c: Include "gdb_string.h".
1083 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1084 registers when the floating-point state isn't initialized.
1085 * Makefile.in (i386gnu-nat.o): Update dependencies.
1086
04c663e3
DA
10872004-10-11 David Anderson <davea@sgi.com>
1088
1089 * regcache.c (regcache_raw_read): Comment was missing "to".
1090 Extraneous ' removed.
1091 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1092 comment now describes use.
1093
a5f6c8f5
OF
10942004-10-11 Orjan Friberg <orjanf@axis.com>
1095
1096 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1097 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1098 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1099 (cris_sigtramp_frame_sniffer): New functions.
1100 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1101 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1102 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1103 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1104 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1105 command.
1106 (cris_version_update): Remove, replace with ...
1107 (set_cris_version): New function.
1108 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1109 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1110 (_initialize_cris_tdep): Remove CRIS mode command.
1111 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1112 cris-fpless-backtrace command.
1113 (cris_scan_prologue): Fix prologue scanning limit.
1114 (cris_register_type): Update to reflect actual registers.
1115 (cris_register_bytes_ok) Remove.
1116 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1117 Remove set_gdbarch_deprecated_register_size,
1118 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1119
77109804
AC
11202004-10-10 Andrew Cagney <cagney@gnu.org>
1121
1122 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1123 comment.
1124
25652d4f
JB
11252004-10-10 Joel Brobecker <brobecker@gnat.com>
1126
1127 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1128
1e05a7bf
JB
11292004-10-10 Joel Brobecker <brobecker@gnat.com>
1130
1131 * mips-tdep.c (mips16_scan_prologue): Renames
1132 mips16_heuristic_proc_desc. Update comment.
1133 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1134 (heuristic_proc_desc): Update calls to the 2 functions above.
1135
c68a4142
JB
11362004-10-10 Joel Brobecker <brobecker@gnat.com>
1137
1138 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1139 Update comments. Also immediately return empty cache when the start
1140 address of our function could not be found.
1141 (mips_insn32_frame_cache): Likewise.
1142
0fce0821
JB
11432004-10-10 Joel Brobecker <brobecker@gnat.com>
1144
1145 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1146 (mips_insn16_frame_cache): Pass frame cache in call to
1147 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1148 Remove code that became redundant as a consequence.
1149 (mips32_heuristic_proc_desc): No longer compute a fake
1150 procedure descriptor. Compute the full frame cache instead.
1151 Some minor comment reformatting.
1152
b672553e
JB
11532004-10-10 Jim Blandy <jimb@redhat.com>
1154
1155 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1156 reader, tracing bytecode stuff): Remove self.
1157
9cc52bde
MK
11582004-10-10 Mark Kettenis <kettenis@gnu.org>
1159
cc9784b6
MK
1160 * sparc64-linux-tdep.c: Update copyright year. Don't include
1161 "solib-svr4.h".
1162 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1163 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1164 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1165
ee8aef23
MK
1166 * sparc-linux-tdep.c: Update copyright year.
1167 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1168 to struct frame_info *. Use safe_frame_unwind_memory instead of
1169 deprecated_read_memory_nobpt.
1170 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1171 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1172 changed signature of sparc_linux_sigtramp_start.
1173 (sparc32_linux_pc_in_sigtramp): Remove function.
1174 (sparc32_linux_sigtramp_p): New function.
1175 (sparc32_linux_sigtramp_frame_sniffer): Use
1176 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1177
bc73f8cc
MK
1178 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1179 Remove function.
1180 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1181
a2249542
MK
1182 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1183 (decode_packed_array_type, value_subscript_packed)
1184 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1185 argument in call to lim_warning.
1186
9cc52bde
MK
1187 * configure.in: Really disable the TUI if an enhanced curses
1188 library isn't found.
1189 * configure: Regenerate.
1190
151fc45b
MK
11912004-10-09 Mark Kettenis <kettenis@gnu.org>
1192
1193 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1194 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1195 * config/i386/nm-nbsdaout.h: Remove file.
1196 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1197 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1198 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1199 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1200 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1201 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1202 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1203 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1204 (ldd, ld_un, ld_2): Remove defines.
1205 * config/i386/nm-obsd.h: Likewise.
1206
375c0479
PH
12072004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1208
1209 * ada-lex.l: Remove useless rule whose right-context clause
1210 causes unreferenced static function warning for yyrealloc.
1211 (ada_flex_use): Remove the artificial reference to yyrealloc.
1212
c8e73a31
AC
12132004-10-08 Andrew Cagney <cagney@gnu.org>
1214
1215 * target.h (struct target_ops): Rename to_xfer_memory to
1216 deprecated_xfer_memory.
1217 * target.c: Update.
1218 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1219 * wince.c: Update.
1220 * win32-nat.c: Update.
1221 * v850ice.c: Update.
1222 * uw-thread.c: Update.
1223 * thread-db.c: Update.
1224 * sol-thread.c: Update.
1225 * remote.c: Update.
1226 * remote-vx.c: Update.
1227 * remote-st.c: Update.
1228 * remote-sim.c: Update.
1229 * remote-sds.c: Update.
1230 * remote-rdp.c: Update.
1231 * remote-rdi.c: Update.
1232 * remote-mips.c: Update.
1233 * remote-m32r-sdi.c: Update.
1234 * remote-e7000.c: Update.
1235 * procfs.c: Update.
1236 * ppc-bdm.c: Update.
1237 * nto-procfs.c: Update.
1238 * monitor.c: Update.
1239 * linux-nat.c: Update.
1240 * inftarg.c: Update.
1241 * hpux-thread.c: Update.
1242 * go32-nat.c: Update.
1243 * gnu-nat.c: Update.
1244 * exec.c: Update.
1245 * corelow.c: Update.
1246 * bsd-kvm.c: Update.
1247 * aix-thread.c: Update.
1248
aa869812
AC
12492004-10-08 Andrew Cagney <cagney@gnu.org>
1250
1251 * target.c (debug_target): Move to near start of file.
1252 (target_stopped_data_address_p): Re-org logic, add casts.
1253
8dcef9cf
MK
12542004-10-02 Mark Kettenis <kettenis@gnu.org>
1255
1256 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1257 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1258 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1259 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1260 New defines.
1261
4aa7a7f5
JJ
12622004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1263
1264 * target.h (to_stopped_data_address): Change prototype to
1265 take a CORE_ADDR pointer and return an int.
1266 * target.c (update_current_target): Change to_stopped_data_address
1267 to match new prototype.
1268 (debug_to_stopped_data_address): Change appropriately.
1269 * breakpoint.c (bpstat_stop_status): Change call to
1270 target_stopped_data_address to use new prototype.
1271 * frv-tdep.c (frv_have_stopped_data_address): New function.
1272 (frv_stopped_data_address): Change to new prototype and
1273 functionality.
1274 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1275 prototype and functionality.
1276 (ia64_stopped_by_watchpoint): New function.
1277 * i386-nat.c (i386_stopped_data_address): Change to new
1278 prototype and functionality.
1279 (i386_stopped_by_watchpoint): New function.
1280 * remote.c (remote_stopped_data_address): Change to new prototype
1281 and functionality.
1282 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1283 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1284 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1285 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1286 new i386_stopped_by_watchpoint function.
1287 (i386_stopped_by_watchpoint): New prototype.
1288 (i386_stoppped_data_address): Change to new prototype.
1289 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1290 new ia64_stopped_by_watchpoint function.
1291 (ia64_stopped_by_watchpoint): New prototype.
1292 (ia64_stopped_data_address): Ditto.
1293
61ee279c
PH
12942004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1295
1296 * ada-typeprint.c (ada_print_type): Use int_string for printing
1297 modulus of modular type.
1298 * ada-lang.h (ada_modulus): Change return type to unsigned.
1299 * ada-lang.c (ada_language_arch_info): Correct type of
1300 string_char_type.
1301 (ada_modulus): Return unsigned result.
1302 (ada_lookup_symbol): Remove user disambiguation and modify comment
1303 accordingly.
1304
13052004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1306
1307 Committed by Paul Hilfinger.
1308 * ada-lang.c (decode_packed_array): On big-endian targets,
1309 left-justify the value if it comes with a modular type.
1310
13112004-10-08 Joel Brobecker <brobecker@gnat.com>
1312
1313 Committed by Paul Hilfinger.
1314 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1315 (is_name_suffix): Add support for "___JM" suffixes.
1316 (ada_check_typedef): Renames ada_completed_type.
1317 Update all users of CHECK_TYPEDEF, check_typedef, and
1318 ada_complete_type to call ada_check_typedef.
1319 * ada-typeprint.c: Likewise.
1320 * ada-valprint.c: Likewise.
1321
b6c25a56
CV
13222004-10-08 Corinna Vinschen <vinschen@redhat.com>
1323
1324 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1325
83ca6a46
NR
13262004-10-08 Nick Roberts <nickrob@snap.net.nz>
1327
1328 * MAINTAINERS: Update e-mail address.
1329
1fd8cd20
DJ
13302004-10-07 Daniel Jacobowitz <dan@debian.org>
1331
1332 From Maciej W. Rozycki <macro@mips.com>:
1333 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1334 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1335
cea15572
KI
13362004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1337
1338 * m32r-tdep.c (decode_prologue): Support functions written
1339 in assembler language. Recognize trap instructions as the
1340 end of prologue.
1341 (m32r_frame_unwind_cache): Ditto.
1342 (m32r_skip_prologue): Extend search limit. Quit analyzing
1343 prologue if pc's location is not readable.
1344
23485554
PH
13452004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1346
1347 * Makefile.in (.l.c): Do conversions of names of alloc and free
1348 functions that are done for .y.c files, plus special one
1349 for yy_flex_realloc. Also, correct missing-file tests here.
1350 * ada-lex.l (malloc, free): Remove macros.
1351 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1352 xrealloc.
1353 (ada_flex_use): Dummy definition to remove warnings about unused
1354 functions.
1355 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1356 to suppress warning.
1357
c0409442
CV
13582004-10-06 Corinna Vinschen <vinschen@redhat.com>
1359
1360 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1361 RETURN_VALUE.
1362 (sh_return_value_fpu): Ditto for CPUs with FPU.
1363 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1364 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1365 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1366 RETURN_VALUE functions.
1367
9bed62d7
CV
13682004-10-06 Corinna Vinschen <vinschen@redhat.com>
1369
1370 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1371 (sh_pseudo_register_write): Ditto.
1372
03131d99
CV
13732004-10-06 Corinna Vinschen <vinschen@redhat.com>
1374
1375 * sh-tdep.c (IS_MACL_STS): New define.
1376 (IS_MOVI20): Ditto.
1377 (IS_MACL_LDS): Ditto.
1378 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1379 instructions in prologue.
1380 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1381 instructions in epilogue.
1382
da962468
CV
13832004-10-06 Corinna Vinschen <vinschen@redhat.com>
1384
1385 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1386 (sh_sh_register_name): Add eight empty register names.
1387 (sh_sh3_register_name): Ditto.
1388 (sh_sh3e_register_name): Ditto.
1389 (sh_sh2e_register_name): Ditto.
1390 (sh_sh2a_register_name): New function, defining SH2A register set.
1391 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1392 in nofpu case.
1393 (sh_sh_dsp_register_name): Add eight empty register names.
1394 (sh_sh3_dsp_register_name): Ditto.
1395 (sh_sh4_register_name): Ditto.
1396 (sh_sh4_nofpu_register_name): Ditto.
1397 (sh_sh4al_dsp_register_name): Ditto.
1398 (sh2a_show_regs): New function.
1399 (sh2a_nofpu_show_regs): New function.
1400 (sh_sh2a_register_type): New function.
1401 (do_bank_register_info): New function.
1402 (sh_print_pseudo_register): Call do_bank_register_info.
1403 Call sh_print_pseudo_register for valid "bank" register.
1404 (sh_sh2a_register_sim_regno): New function.
1405 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1406 Increment pseudo register count by one for all sh variants with
1407 pseudo registers to accomodate pseudo bank register.
1408 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1409 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1410 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1411 Increment pseudo register numbers.
1412
1326e61b
CV
14132004-10-06 Corinna Vinschen <vinschen@redhat.com>
1414
1415 * dwarf2read.c (read_subroutine_type): Call make_function_type
1416 instead of lookup_function_type.
1417
146c42e3
JB
14182004-10-05 Jim Blandy <jimb@redhat.com>
1419
1420 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1421 (Previous change missed some uses.)
1422
1df84f13
AC
14232004-10-05 Andrew Cagney <cagney@gnu.org>
1424
1425 * target.h (deprecated_child_ops): Rename child_ops.
1426 * wince.c: Update copyright. Rename child_ops.
1427 * win32-nat.c: Rename child_ops.
1428 * target.c: Rename child_ops.
1429 * rs6000-nat.c: Rename child_ops.
1430 * linux-nat.c: Rename child_ops.
1431 * infttrace.c: Rename child_ops.
1432 * inftarg.c: Rename child_ops.
1433 * infptrace.c: Rename child_ops.
1434 * hppah-nat.c: Update copyright. Rename child_ops.
1435 * hpux-thread.c: Update copyright. Rename child_ops.
1436
21e3b9b9
DJ
14372004-10-05 Daniel Jacobowitz <dan@debian.org>
1438
1439 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1440
de83afe7
AC
14412004-10-05 Andrew Cagney <cagney@gnu.org>
1442
1443 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1444
10b3939b
DJ
14452004-10-05 Daniel Jacobowitz <dan@debian.org>
1446
1447 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1448 (die_ref_table): Remove.
1449 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1450 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1451 the usage of this type.
1452 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1453 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1454 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1455 (dwarf2_create_include_psymtab): Update comment.
1456 (find_partial_die): Remove third argument. Remove unreachable call
1457 to error ().
1458 (dwarf2_find_containing_comp_unit): Update comments. Change one
1459 assertion to an error. Remove an unreachable error.
1460 (dwarf2_find_comp_unit): Update comments.
1461 (type_at_offset): Remove dead code.
1462 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1463 (store_in_ref_table): Add CU argument.
1464 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1465 inter-compilation-unit references.
1466 (load_full_comp_unit, process_full_comp_unit): New functions, based
1467 on psymtab_to_symtab_1.
1468 (psymtab_to_symtab_1): Use them.
1469 (dwarf2_add_dependence): New function.
1470 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1471 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1472 (partial_die_parent_scope, guess_structure_name): Update for changes
1473 to find_partial_die.
1474 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1475 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1476 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1477 (read_die_and_children): Update call to store_in_ref_table.
1478 (do_free_die_list_cleanup): Remove.
1479 (fixup_partial_die): Update for changes to find_partial_die.
1480 (read_full_die): Handle queueing absolute references.
1481 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1482 (dwarf2_attr, die_specification, die_type)
1483 (die_containing_type, dwarf2_extension): Update calls to
1484 follow_die_ref.
1485 (dump_die): Update DW_FORM_ref* handling.
1486 (dwarf2_get_ref_die_offset): Likewise.
1487 (free_one_comp_unit): Release the dies list.
1488 (dwarf2_mark_helper): New function.
1489 (dwarf2_mark): Use it.
1490
998bdd68
MK
14912004-10-05 Mark Kettenis <kettenis@jive.nl>
1492
1493 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1494 when writing to memory.
1495
14588880
KI
14962004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1497
1498 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1499 (m32r_extract_struct_value_address): Delete function.
1500 (m32r_return_value): New function.
1501 (m32r_gdbarch_init): Instead of store_return_value,
1502 extract_return_value, deprecated_extract_struct_value_address
1503 and deprecated_use_struct_convention, set return_value.
1504
dd5e6932
DJ
15052004-10-03 Daniel Jacobowitz <dan@debian.org>
1506
1507 * dwarf2read.c (read_subrange_type): Add comment for variable
1508 sized arrays.
1509
7dc1ef8d
PH
15102004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1511
1512 * Makefile.in (.l.c): Modify rule for compatibility with recent
1513 versions of flex, and remove most command-line options.
1514 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1515 options.
1516
1f8173e6
PH
15172004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1518
1519 Turn on initial Ada support (mainly expression evaluation).
1520
1521 * Makefile.in (SFILES): Remove ada-tasks.c.
1522 (HFILES_NO_SRCDIR): Add ada-lang.h.
1523 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1524 (YYOBJ): Add ada-exp.o.
1525 (rule .l.c): Generalize to not mention ada.
1526 * symtab.c: Include ada-lang.h.
1527 (symbol_natural_name, symbol_demangled_name)
1528 (symbol_search_name): Add Ada case.
1529
cb85a953
AC
15302004-10-01 Andrew Cagney <cagney@gnu.org>
1531
3f3db248
AC
1532 * Makefile.in (COMMON_OBS): Add inf-child.o.
1533 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1534 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1535 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1536 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1537 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1538 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1539 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1540 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1541 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1542 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1543 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1544 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1545 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1546
cb85a953
AC
1547 * target.c (xfer_using_stratum): Change return type to LONGEST.
1548 On each iteration offset, readbuf and writebuf.
1549 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1550 partial_length, and read/modify/write predicate, update comments.
1551 Pass buffer.word to ptrace write.
1552
963a6417
PH
15532004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1554
1555 * symfile.c (init_filename_language_table): Add extensions for
1556 Ada.
1557 * defs.h (enum language): Add language_ada.
1558 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1559 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1560 (add_symbols_from_enclosing_procs): Make a no-op for now.
1561 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1562 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1563 (find_line_in_linetable, find_next_line_in_linetable)
1564 (read_all_symtabs, is_plausible_func_for_line)
1565 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1566 (is_runtime_sym_defined, check_size): Remove declaration.
1567 (function_name_from_pc, ada_translate_error_message)
1568 (ada_lookup_minimal_symbol): Remove definition.
1569 (ada_add_block_symbols): Remove useless label.
1570 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1571 useless declaration.
1572 (ada_is_exception_sym): Likewise.
1573
9b32d526
KI
15742004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
1575
1576 Add m32r-linux support.
1577 * configure.tgt: Add m32r*-*-linux*.
1578 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1579 and m32r-linux-tdep.c.
1580 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1581 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1582 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1583 m32r-linux-tdep.c.
1584 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1585 config/m32r/linux.mh, config/m32r/linux.mt,
1586 config/m32r/nm-linux.h: New files.
1587
2de118d3
JB
15882004-09-30 Joel Brobecker <brobecker@gnat.com>
1589
1590 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1591 (mips32_fetch_instruction): Remove, unused.
1592
a9fe69d1
JB
15932004-09-30 Joel Brobecker <brobecker@gnat.com>
1594
1595 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1596 conditions that will always be true.
1597
bc8ffc12
MK
15982004-09-30 Mark Kettenis <kettenis@gnu.org>
1599
ba0cd111
MK
1600 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1601 (vaxbsd_fetch_inferior_registers): Rename from
1602 fetch_inferior_registers. Make static.
1603 (vaxbsd_store_inferior_registers): Rename from
1604 store_inferior_registers. Make static.
1605 (_initialize_vaxbsd_nat): Construct and add target vector.
1606 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1607 inftarg.o. Add inf-child.o and inf-ptrace.o.
1608 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1609 inftarg.o. Add inf-child.o and inf-ptrace.o.
1610 (NAT_FILE): Remove.
1611 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1612 inftarg.o. Add inf-child.o and inf-ptrace.o.
1613 (NAT_FILE): Remove.
1614 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1615
bc8ffc12
MK
1616 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1617 (m88kbsd_fetch_inferior_registers): Rename from
1618 fetch_inferior_registers. Make static.
1619 (m88kbsd_store_inferior_registers): Rename from
1620 store_inferior_registers. Make static.
1621 (_initialize_m88kbsd_nat): New prototype and function.
1622 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1623 inftarg.o. Add inf-child.o and inf-ptrace.o.
1624 (NAT_FILE): Remove.
1625 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1626
27394598
AC
16272004-09-30 Andrew Cagney <cagney@gnu.org>
1628
1629 * target.c (target_xfer_partial): New function.
1630 (target_read_memory_partial, target_write_memory_partial)
1631 (default_xfer_partial, target_read_partial, target_write_partial)
1632 (xfer_using_stratum): Use.
1633 (debug_to_xfer_partial): Delete function.
1634 (setup_target_debug): Do not override to_xfer_partial.
1635
74a4fe32
MK
16362004-09-30 Mark Kettenis <kettenis@chello.nl>
1637
1638 * fork-child.c: Update copyright year. Fix coding style.
1639
982526a1
MK
16402004-09-29 Mark Kettenis <kettenis@gnu.org>
1641
1642 * defs.h (msavestring, mstrsave): Remove prototypes.
1643 * utils.c (msavestring, mstrsave): Remove functions.
1644 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1645 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1646 of mstrsave.
1647 * source.c (find_and_open_source): Use xstrdup instead of
1648 mstrsave.
1649
b8eb5af0
AC
16502004-09-30 Andrew Cagney <cagney@gnu.org>
1651
0779438d
AC
1652 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1653 (inf_ptrace_xfer_memory): Delete.
1654 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1655 (target_read_memory, target_write_memory): Use xfer_using_stratum
1656 when target_xfer_partial_p.
1657 (debug_target): Move to start of file.
1658 (target_read_memory_partial, target_write_memory_partial): Use
1659 to_xfer_partial when target_xfer_partial_p.
1660
f929a579
AC
1661 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1662 inf_ptrace_xfer_memory with equivalent code.
1663 * inftarg.c (child_xfer_partial): When performing a write, pass
1664 writebuf to child_xfer_memory.
1665
b8eb5af0
AC
1666 * target.c (target_read_string): Use target_read_memory instead of
1667 target_xfer_memory.
1668
ee21b650
AC
16692004-09-29 Andrew Cagney <cagney@gnu.org>
1670
d3e05d0d
AC
1671 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1672 the address of status.
1673
ee21b650
AC
1674 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1675 (kill_inferior): Inline ptrace_wait call.
1676 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1677 * inftarg.c (child_wait): Inline ptrace_wait call.
1678
a182eed6
AC
1679 * target.h (struct target_ops): Delete field to_post_wait.
1680 (target_post_wait): Delete macro.
1681 (child_post_wait): Delete declaration.
1682 * target.c (update_current_target, update_current_target)
1683 (debug_to_post_wait, setup_target_debug): Delete functions and
1684 references.
1685 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1686 * inftarg.c (child_post_wait): Delete.
1687 (init_child_ops): Do not set to_post_wait.
1688 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1689 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1690 * inf-child.c (inf_child_post_wait): Delete.
1691 (inf_child_target): Do not set to_post_wait.
1692 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1693 (inf_ptrace_target): Do not set to_post_wait.
1694
ba0c540b
AC
1695 * wince.c (child_ops): Delete.
1696 * win32-nat.c (child_ops): Delete.
1697
81977402
AC
1698 * inftarg.c (inftarg_set_find_memory_regions)
1699 (inftarg_set_make_corefile_notes): Delete functions.
1700 (_initialize_linux_nat): Inline calls.
1701
5ac10fd1
AC
1702 * target.h (child_ops): Declare.
1703 * inftarg.c (child_ops): Move from here ...
1704 * target.c (child_ops): ... to here.
1705 * wince.c (child_ops): Delete extern declaration.
1706 * win32-nat.c (child_ops): Delete extern declaration.
1707 * linux-nat.c (child_ops): Delete extern declaration.
1708 * hpux-thread.c (child_ops): Delete extern declaration.
1709
663408c2 17102004-09-28 Mark Kettenis <kettenis@gnu.org>
890c8f4d
MK
1711
1712 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1713
0dad8a66
MK
17142004-09-28 Mark Kettenis <kettenis@gnu.org>
1715
1716 * configure.in: Only set host_makefile_frag when building a native
1717 debugger.
1718 * configure: Regenerate.
e8d74ed3
MK
1719
1720 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1721 for OpenBSD ELF.
1722
dba24537
AC
17232004-09-28 Andrew Cagney <cagney@gnu.org>
1724
e979516b
AC
1725 Problem identified by Paul Hilfinger.
1726 * Makefile.in (ada_lex_c): Define.
1727 (ada-lex.o): Delete rule.
1728
dba24537
AC
1729 * linux-proc.c: Delete file.
1730 * Makefile.in: Update.
1731 * config/sparc/linux64.mh (NATDEPFILES):
1732 * config/sparc/linux.mh (NATDEPFILES): Update.
1733 * config/s390/s390.mh (NATDEPFILES): Update.
1734 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1735 * config/powerpc/linux.mh (NATDEPFILES): Update.
1736 * config/pa/linux.mh (NATDEPFILES): Update.
1737 * config/mips/linux.mh (NATDEPFILES): Update.
1738 * config/m68k/linux.mh (NATDEPFILES): Update.
1739 * config/ia64/linux.mh (NATDEPFILES): Update.
1740 * config/i386/linux64.mh (NATDEPFILES): Update.
1741 * config/i386/linux.mh (NATDEPFILES): Update.
1742 * config/arm/linux.mh (NATDEPFILES): Update.
1743 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1744 * linux-nat.c: Update copyright. Include <sys/param.h>,
1745 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1746 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1747 (O_LARGEFILE): Possibly define.
1748 (_initialize_linux_nat, linux_proc_pending_signals)
1749 (add_line_to_sigset, linux_proc_xfer_memory)
1750 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1751 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1752 (struct linux_corefile_thread_data)
1753 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1754 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1755
d6b0e80f
AC
17562004-09-16 Andrew Cagney <cagney@gnu.org>
1757
1758 * lin-lwp.c: Delete file.
1759 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1760 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1761 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1762 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1763 (linux_nat_attach, detach_callback, linux_nat_detach)
1764 (resume_callback, resume_clear_callback, linux_nat_resume)
1765 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1766 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1767 (status_callback, running_callback, count_events_callback)
1768 (select_singlestep_lwp_callback, select_event_lwp_callback)
1769 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1770 (child_wait, stop_and_resume_callback, linux_nat_wait)
1771 (kill_callback, kill_wait_callback, linux_nat_kill)
1772 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1773 (linux_nat_xfer_memory, linux_nat_thread_alive)
1774 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1775 (_initialize_linux_nat): New functions.
1776 * Makefile.in: Update all dependencies.
1777 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1778 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1779 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1780 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1781 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1782 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1783 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1784 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1785 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1786 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1787 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1788 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1789 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1790
5a174d79
MK
17912004-09-27 Mark Kettenis <kettenis@gnu.org>
1792
2f604c28
MK
1793 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1794 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1795
5a174d79
MK
1796 * configure.in: Don't comment out NATDEPFILES in the generated
1797 Makefile if NAT_FILE is unset.
1798 * configure: Regenerate.
1799
b2ed1746
AC
18002004-09-27 Andrew Cagney <cagney@gnu.org>
1801
44cbf7b5
AC
1802 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1803 (insert_step_resume_breakpoint): Delete.
1804 (insert_step_resume_breakpoint_at_frame): New function.
1805 (insert_step_resume_breakpoint_at_sal): New function.
1806 (handle_inferior_event, step_into_function)
1807 (insert_step_resume_breakpoint): Simplify by using same.
1808
b2ed1746
AC
1809 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1810
3691b3be
MK
18112004-09-26 Mark Kettenis <kettenis@gnu.org>
1812
36f391e8
MK
1813 * fbsd-proc.c: Remove file.
1814 * Makefile.in (fbsd-proc.o): Remove dependency.
1815
771e236c
MK
1816 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1817 code together.
1818
3691b3be
MK
1819 * config/i386/nm-fbsd64.h: Remove file.
1820 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1821
6a5c78a3
MK
18222004-09-26 Mark Kettenis <kettenis@gnu.org>
1823
1824 * amd64-nat.h: Update copyright year.
1825 (amd64bsd_target): New prototype.
1826 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1827 (amd64bsd_target): New function.
1828 (amd64bsd_fetch_inferior_registers): Rename from
1829 fetch_inferior_registers. Make static.
1830 (amd64bsd_store_inferior_registers): Rename from
1831 store_inferior_registers. Make static.
1832 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1833 (_initialize_amd64fbsd_nat): Construct and add target vector.
1834 * amd64nbsd-nat.o: Include "target.h".
1835 (_initialize_amd64nbsd_nat): Construct and add target vector.
1836 * amd64obsd-nat.c: Include "target.h".
1837 (_initialize_amd64obsd_nat): Construct and add target vector.
1838 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1839 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1840 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1841 fbsd-nat.o.
1842 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1843 Remove infptrace.o and inftarg.o. Add inf-child.o and
1844 inf-ptrace.o.
1845 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1846 (amd64obsd-nat.o): Update dependencies.
1847
27acbe61
MK
18482004-09-25 Mark Kettenis <kettenis@gnu.org>
1849
509a5e7d
MK
1850 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1851 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1852 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1853 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1854 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1855
6e1e94ea
MK
1856 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1857 Inline attach call.
1858 (inf_ptrace_detach): Inline detach call.
1859
8b9cf735
MK
1860 * configure.in: Check for waddstr instead of mvwaddstr when
1861 searching for curses library. Check for wborder.
1862 * configure, config.in: Regenerate.
1863 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1864 available.
1865
27acbe61
MK
1866 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1867
b96ec7ac
AC
18682004-09-24 Robert Picco <Robert.Picco@hp.com>
1869
1870 Committed by Andrew Cagney.
1871 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1872 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1873 configuration.
1874 (fetch_register_using_p): Implement 'p' packet. Based on code by
1875 Fernando Nasser.
1876 (remote_fetch_registers): Call fetch_register_using_p.
1877 (init_all_packet_configs, show_remote_cmd)
1878 (_initialize_remote): Add p-packet.
1879
62ece330
MK
18802004-09-24 Mark Kettenis <kettenis@gnu.org>
1881
1882 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1883 instead of call_ptrace. Call wait directly instead of
1884 ptrace_wait.
1885 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1886 (inf_ptrace_wait): Inline ptrace_wait call.
1887
00937274
PH
18882004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1889
1890 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1891 rolled back instead.
1892
3f2c7a45
PH
18932004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1894
1895 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1896 the new argument order.
1897
b6fcb393
CV
18982004-09-23 Corinna Vinschen <vinschen@redhat.com>
1899
1900 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1901 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1902 (struct gdbarch_tdep): Remove.
1903 (struct xstormy16_frame_cache): New frame cache structure.
1904 (xstormy16_register_byte, xstormy16_register_raw_size)
1905 (xstormy16_reg_virtual_type, xstormy16_register_type)
1906 (xstormy16_push_arguments, xstormy16_push_return_address)
1907 (xstormy16_pop_frame, xstormy16_store_struct_return)
1908 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1909 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1910 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1911 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1912 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1913 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1914 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1915 (xstormy16_extract_return_value, xstormy16_store_return_value):
1916 Regcachify. Drop useless struct convention handling.
1917 (xstormy16_register_type, xstormy16_return_value)
1918 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1919 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1920 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1921 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1922 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1923 (xstormy16_unwind_dummy_id) : New functions.
1924 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1925 of xstormy16_scan_prologue.
1926 (xstormy16_frame_unwind): New frame_unwind structure.
1927 (xstormy16_frame_base): New frame_base structure.
1928 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1929 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1930
1285b746
MK
19312004-09-22 Mark Kettenis <kettenis@gnu.org>
1932
1933 * language.c (language_gdbarch_post_init): Fix off-by one error.
1934
1c379e20
DJ
19352004-09-21 Daniel Jacobowitz <dan@debian.org>
1936
1937 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1938 (struct dwarf2_offset_and_type): New.
1939 (set_die_type, reset_die_and_siblings_types, get_die_type)
1940 (offset_and_type_hash, offset_and_type_eq): New functions.
1941 (read_structure_type, read_enumeration_type, read_array_type)
1942 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1943 (read_tag_reference_type, read_tag_const_type)
1944 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1945 (read_typedef, read_base_type, read_subrange_type): Use
1946 set_die_type.
1947
ae038cb0
DJ
19482004-09-20 Daniel Jacobowitz <dan@debian.org>
1949
1950 * Makefile.in (dwarf2read.o): Update dependencies.
1951 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1952 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1953 and read_in_chain.
1954 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1955 mark, and has_form_ref_addr.
1956 (struct dwarf2_per_cu_data): New.
1957 (dwarf2_max_cache_age): New.
1958 (dwarf2_build_psymtabs_hard): Free cached compilation units
1959 after loading. Create and manage the list of compilation units.
1960 Remove unnecessary NULL initialization. Fix indentation.
1961 (psymtab_to_symtab_1): Initialize all of CU.
1962 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1963 (find_partial_die): Use dwarf2_find_containing_comp_unit
1964 and load_comp_unit.
1965 (free_stack_comp_unit): Update comments. Clear the per-cu
1966 pointer. Handle aging.
1967 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1968 (age_cached_comp_units, free_one_cached_comp_unit)
1969 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1970 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1971 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1972 (show_dwarf2_cmd): New.
1973 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1974 and "maint show dwarf2 max-cache-age".
1975 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1976 externs.
1977 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1978 global.
1979
987504bb
JJ
19802004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1981
1982 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1983 and dwarf2_cu struct pointer as arguments. Change function to use
1984 obstack if provided and use dwarf2_cu to determine language-specific
1985 separator.
1986 (partial_die_parent_scope): Change comment to include java. Use
1987 new version of typename_concat instead of obconcat.
1988 (partial_die_full_name): Use typename_concat.
1989 (read_namespace): Ditto.
1990 (read_enumeration_type): Use typename_concat instead of obconcat.
1991 (new_symbol): Ditto.
1992 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1993 (guess_structure_name): Ditto.
1994 (read_subroutine_type): Ditto.
1995 (read_structure_type): Ditto.
1996 (is_vtable_name): Add Java support.
1997 (determine_class_name): Switch to new typename_concat call.
1998 (determine_prefix): Switch to new typename_concat call.
1999 * jv-exp.y (FuncStart): New pattern.
2000 (MethodInvocation): Add support for simple function calls. Change
2001 warning message for other forms of inferior call currently not
2002 supported.
2003 * valarith.c (value_subscript): Treat an array with upper-bound
2004 of -1 as unknown size.
2005
d9c8471e
DJ
20062004-09-20 Daniel Jacobowitz <dan@debian.org>
2007
2008 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2009 (lookup_partial_symtab): Use symtab_to_fullname.
2010
d73f140a
JB
20112004-09-19 Jim Blandy <jimb@redhat.com>
2012
2013 * minsyms.c (lookup_minimal_symbol): Doc fix.
2014
adbef1f0
AC
20152004-09-20 Andrew Cagney <cagney@gnu.org>
2016
2017 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2018 CHILD_RESUME.
2019 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2020 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2021 KILL_INFERIOR.
2022 * infptrace.c: Update.
2023
d092d1a2
DJ
20242004-09-19 Daniel Jacobowitz <dan@debian.org>
2025
2026 * symtab.c (output_source_filename): Mark first argument as const.
2027 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2028 for "info sources" output.
2029
86d9e1d7
MK
20302004-09-20 Mark Kettenis <kettenis@gnu.org>
2031
2032 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2033 <machine/vmparam.h>.
2034 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2035 (register_u_addr): Remove prototype.
2036
9a6c8ef4
MK
20372004-09-19 Mark Kettenis <kettenis@gnu.org>
2038
9692934b
MK
2039 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2040 (i386bsd_fetch_inferior_registers): Rename from
2041 fetch_inferior_registers. Make static.
2042 (i386bsd_store_inferior_registers): Rename from
2043 store_inferior_registers. Make static.
2044 (i386bsd_target): New function.
2045 * i386bsd-nat.h: New file.
2046 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2047 "i386bsd-nat.h".
2048 (i386fbsd_resume): Rename from child_resume. Make static.
2049 (_initialize_i386fbsd_nat): Construct and add target vector.
2050 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2051 (_initialize_i386nbsd_nat): Construct and add target vector.
2052 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2053 Remove defines.
2054 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2055 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2056 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2057 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2058 (LOADLIBES): New variable.
2059 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2060 inf-ptrace.o. Remove inftarg.o.
2061 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2062 inf-ptrace.o. Remove inftarg.o.
2063 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2064 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2065 (LOADLIBES): New variable.
2066 * Makefile.in (i386bsd_nat_h): New variable.
2067 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2068 dependencies.
2069
3510d1f2
MK
2070 * sparc64nbsd-tdep.c: Include "objfiles.h".
2071 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2072 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2073 svr4_lp64_fetch_link_map_offsets.
2074 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2075 "nbsd-tdep.h".
2076 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2077 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2078 svr4_lp64_fetch_link_map_offsets.
2079 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2080 dependencies.
2081
578c1c03
MK
2082 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2083 * fbsd-nat.h: New file.
2084 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2085 (fbsd_nat_h): New variable.
2086 (fbsd-nat.o): New dependency.
2087
7a7b73b7
MK
2088 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2089 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2090
9a6c8ef4
MK
2091 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2092 comment.
2093
72d5681a
PH
20942004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2095
2096 * ada-exp.y (type_int): New function to add layer of abstraction
2097 around references to expression types.
2098 (type_long): Ditto.
2099 (type_long_long): Ditto.
2100 (type_float): Ditto.
2101 (type_double): Ditto.
2102 (type_long_double): Ditto.
2103 (type_char): Ditto.
2104 (type_system_address): Ditto.
2105 (simple_exp): Use type_* functions in place of builtin_*
2106 variables.
2107 (exp): Ditto.
2108 (write_var_from_name): Ditto.
2109 (write_object_renaming): Ditto.
2110 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2111 declaration.
2112 (build_ada_types): Remove, replacing with...
2113 (ada_language_arch_info): New function to initialize primitive
2114 type vector in language_arch_info.
2115 (ada_array_length): Remove use of builtin_type_ada_int.
2116 (value_pos_atr): Ditto.
2117 (ada_evaluate_subexp): Ditto.
2118 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2119 builtin_type_ada_long_long, builtin_type_ada_char,
2120 builtin_type_ada_float, builtin_type_ada_double,
2121 builtin_type_ada_long_double, builtin_type_ada_natural,
2122 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2123 (ada_builtin_types): Remove.
2124 (ada_language_defn): Remove entries for la_builtin_type_vector and
2125 string_char_type and use ada_language_arch_info.
2126 (_initialize_ada_language): Do type-vector initialization along
2127 the lines of c-lang.c.
2128 (ada_create_fundamental_type): Break up line.
2129 (ada_dump_symtab): Remove unused function.
2130 (enum ada_primitive_types): Define.
2131 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2132 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2133 builtin_type_ada_float, builtin_type_ada_double,
2134 builtin_type_ada_long_double, builtin_type_ada_natural,
2135 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2136 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2137 (processInt): Ditto.
2138 (processReal): Ditto.
2139 (name_lookup): Ditto.
2140 * ada-typeprint.c (print_range): Use builtin_type_int, not
2141 builtin_type_ada_int.
2142
4f0be353
MK
21432004-09-18 Mark Kettenis <kettenis@gnu.org>
2144
30b0e2d8
MK
2145 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2146
4f0be353
MK
2147 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2148 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2149 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2150 * configure.in: Improve checks for curses library by checking for
2151 mvwaddstr instead of initscr. Drop HP curses in favour of
2152 standard curses on HP-UX.
2153 * configure: Regenerated.
2154
72d5681a 21552004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
6c038f32
PH
2156
2157 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2158 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2159 Minor formatting changes.
2160 (empty_array): Slight rewrite for formatting.
2161 (emit_char,parse,ada_language_defn,build_ada_types,
2162 ada_is_exception_sym, _initialize_ada_language): Move
2163 definitions around.
2164 (ada_dump_symtab): Remove unused definition.
2165 (ada_maybe_exception_partial_symbol): Remove unused definition.
2166
1c8c7407
AC
21672004-09-16 Andrew Cagney <cagney@gnu.org>
2168
7681f339
AC
2169 * inf-child.c: Include "gdb_string.h".
2170 (inf_child_core_file_to_sym_file): Delete.
2171 (inf_child_target): Set to_fetch_registers and to_store_registers.
2172 * inf-ptrace.c: Include "gdb_string.h".
2173 * Makefile.in: Update all dependencies.
2174
1c8c7407
AC
2175 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2176 problem.
2177
65596487
JB
21782004-09-14 Joel Brobecker <brobecker@gnat.com>
2179
2180 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2181 call to heuristic_proc_desc. Remove code that became redundant
2182 as a consequence.
2183 (read_next_frame_reg): Remove special case for SP_REGNUM.
2184 (set_reg_offset): Fix small typo.
2185 (reset_saved_regs): New procedure.
2186 (mips32_heuristic_proc_desc): No longer compute a fake
2187 procedure descriptor. Compute the full frame cache instead.
2188 Some minor comment reformatting.
2189
95575b2e
AC
21902004-09-14 Andrew Cagney <cagney@gnu.org>
2191
f200c492
AC
2192 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2193 maintainer.
2194
95575b2e
AC
2195 * thread-db.c (thread_db_new_objfile): Assume that there is a
2196 child process.
2197
69657671
JB
21982004-09-13 Jim Blandy <jimb@redhat.com>
2199
2200 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2201 so that its storage isn't referenced after its lifetime ends.
2202
6c4182dd
JB
2203 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2204 and never assigned to. Delete it, and the 'if (use_buffer)'
2205 clauses. Delete 'raw_buffer', since it is now unused.
2206
ee31a58d
AC
22072004-09-13 Andrew Cagney <cagney@gnu.org>
2208
2c0fc042
AC
2209 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2210 * configure: Re-generate.
2211 * nlm/Makefile.in (TAGS): Update.
2212 * Makefile.in (TAGS): Update.
2213 * config/vax/nbsd.mt (TM_FILE): Update.
2214 * config/sparc/vxworks.mt (TM_FILE): Update.
2215 * config/sparc/sol2.mt (TM_FILE): Update.
2216 * config/sparc/sol2-64.mt (TM_FILE): Update.
2217 * config/sparc/obsd64.mt (TM_FILE): Update.
2218 * config/sparc/obsd.mt (TM_FILE): Update.
2219 * config/sparc/nbsd64.mt (TM_FILE): Update.
2220 * config/sparc/nbsd.mt (TM_FILE): Update.
2221 * config/sparc/linux64.mt (TM_FILE): Update.
2222 * config/sparc/linux.mt (TM_FILE): Update.
2223 * config/sparc/fbsd.mt (TM_FILE): Update.
2224 * config/sh/wince.mt (TM_FILE): Update.
2225 * config/sh/nbsd.mt (TM_FILE): Update.
2226 * config/sh/linux.mt (TM_FILE): Update.
2227 * config/sh/embed.mt (TM_FILE): Update.
2228 * config/s390/s390.mt (TM_FILE): Update.
2229 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2230 * config/rs6000/rs6000.mt (TM_FILE): Update.
2231 * config/rs6000/aix4.mt (TM_FILE): Update.
2232 * config/powerpc/vxworks.mt (TM_FILE): Update.
2233 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2234 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2235 * config/powerpc/obsd.mt (TM_FILE): Update.
2236 * config/powerpc/nbsd.mt (TM_FILE): Update.
2237 * config/powerpc/linux.mt (TM_FILE): Update.
2238 * config/powerpc/aix.mt (TM_FILE): Update.
2239 * config/pa/obsd.mt (TM_FILE): Update.
2240 * config/pa/linux.mt (TM_FILE): Update.
2241 * config/pa/hppahpux.mt (TM_FILE): Update.
2242 * config/pa/hppa64.mt (TM_FILE): Update.
2243 * config/pa/hppa.mt (TM_FILE): Update.
2244 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2245 * config/mips/wince.mt (TM_FILE): Update.
2246 * config/mips/vxmips.mt (TM_FILE): Update.
2247 * config/mips/nbsd.mt (TM_FILE): Update.
2248 * config/mips/linux.mt (TM_FILE): Update.
2249 * config/mips/irix6.mt (TM_FILE): Update.
2250 * config/mips/irix5.mt (TM_FILE): Update.
2251 * config/mips/embed.mt (TM_FILE): Update.
2252 * config/m68k/vxworks68.mt (TM_FILE): Update.
2253 * config/m68k/st2000.mt (TM_FILE): Update.
2254 * config/m68k/os68k.mt (TM_FILE): Update.
2255 * config/m68k/obsd.mt (TM_FILE): Update.
2256 * config/m68k/nbsd.mt (TM_FILE): Update.
2257 * config/m68k/monitor.mt (TM_FILE): Update.
2258 * config/m68k/linux.mt (TM_FILE): Update.
2259 * config/m68k/cisco.mt (TM_FILE): Update.
2260 * config/ia64/linux.mt (TM_FILE): Update.
2261 * config/ia64/aix.mt (TM_FILE): Update.
2262 * config/ia64/ia64.mt (TM_FILE): Update.
2263 * config/i386/vxworks.mt (TM_FILE): Update.
2264 * config/i386/obsd64.mt (TM_FILE): Update.
2265 * config/i386/obsd.mt (TM_FILE): Update.
2266 * config/i386/nto.mt (TM_FILE): Update.
2267 * config/i386/nbsd64.mt (TM_FILE): Update.
2268 * config/i386/nbsd.mt (TM_FILE): Update.
2269 * config/i386/linux64.mt (TM_FILE): Update.
2270 * config/i386/linux.mt (TM_FILE): Update.
2271 * config/i386/i386sol2.mt (TM_FILE): Update.
2272 * config/i386/i386lynx.mt (TM_FILE): Update.
2273 * config/i386/fbsd64.mt (TM_FILE): Update.
2274 * config/i386/fbsd.mt (TM_FILE): Update.
2275 * config/i386/cygwin.mt (TM_FILE): Update.
2276 * config/h8300/h8300.mt (TM_FILE): Update.
2277 * config/frv/frv.mt (TM_FILE): Update.
2278 * config/cris/cris.mt (TM_FILE): Update.
2279 * config/arm/wince.mt (TM_FILE): Update.
2280 * config/arm/nbsd.mt (TM_FILE): Update.
2281 * config/arm/linux.mt (TM_FILE): Update.
2282 * config/arm/embed.mt (TM_FILE): Update.
2283 * config/alpha/nbsd.mt (TM_FILE): Update.
2284 * config/alpha/fbsd.mt (TM_FILE): Update.
2285 * config/alpha/alpha.mt (TM_FILE): Update.
2286 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2287 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2288
362646f5
AC
2289 Eliminate event_loop_p, always has the value 1.
2290 * defs.h (event_loop_p): Delete macro.
2291 * breakpoint.c (until_break_command): Simplify.
2292 * utils.c (prompt_for_continue): Simplify.
2293 * tracepoint.c (read_actions): Simplify.
2294 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2295 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2296 (set_prompt, init_main): Simplify.
2297 (init_signals, disconnect): Delete, unused.
2298 * remote.c (remote_async_resume)
2299 (extended_remote_async_create_inferior): Simplify.
2300 * mi/mi-interp.c (mi_input): Delete, unused.
2301 (mi_interpreter_resume, mi_command_loop): Simplify.
2302 * interps.c (current_interp_command_loop): Simplify.
2303 * infrun.c (proceed): Simplify.
2304 * infcmd.c (run_command, continue_command, step_1, jump_command)
2305 (until_command, advance_command, finish_command)
2306 (interrupt_target_command): Simplify.
2307 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2308
ee31a58d
AC
2309 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2310 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2311 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2312 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2313 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2314 * mips-tdep.c (mips_dump_tdep): Do not print same.
2315
b7ffc4a8
AC
23162004-09-12 Andrew Cagney <cagney@gnu.org>
2317
2bfb72ee
AC
2318 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2319 const.
2320 * Makefile.in (valprint.o): Delete explict rule.
2321
4f17c3c1
AC
2322 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2323 reported by Dave Anderson.
2324
f810308b
AC
2325 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2326
b7ffc4a8
AC
2327 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2328
28b41c52
AC
23292004-09-12 Salvador E. Tropea <set@users.sf.net>
2330 Andrew Cagney <cagney@gnu.org>
2331
2332 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2333 (mi_cmd_data_list_register_values)
2334 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2335 the register number computation.
2336
5bf970f9
AC
23372004-09-12 Andrew Cagney <cagney@gnu.org>
2338
2339 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2340 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2341 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2342 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2343 target.
2344 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2345 inf-ptrace.o and inf-child.o.
2346 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2347 * Makefile.in: Update dependencies.
2348
0759e0bf
AC
23492004-09-11 Andrew Cagney <cagney@gnu.org>
2350
2351 * language.c (hex_string, hex_string_custom): Move from here ...
2352 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2353 (CELLSIZE): Increase to 50.
2354 * language.h (hex_string, hex_string_custom): Move from here ...
2355 * defs.h: ... to here.
2356 * Makefile.in: Update all dependencies.
2357
bb599908
PH
23582004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2359
2360 * language.c (local_hex_format_custom): Remove.
2361 (local_hex_string): Rename to hex_string, use C format, and move to
2362 utils.c
2363 (local_hex_string_custom): Rename to hex_string_custom and change
2364 interface. Now uses C format. Move to utils.c
2365 (local_octal_format_custom): Remove.
2366 (local_decimal_format_custom): Remove.
2367 (unknown_language_defn): Remove language-specific number
2368 formatting entries.
2369 (auto_language_defn): Ditto.
2370 (local_language_defn): Ditto.
2371 * language.h (struct language_format_info): Delete declaration.
2372 (struct language_defn): Remove language_format_info fields
2373 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2374 (local_binary_format): Remove macro.
2375 (local_binary_format_prefix): Remove macro.
2376 (local_binary_format_specifier): Remove macro.
2377 (local_binary_format_suffix): Remove macro.
2378 (local_octal_format): Remove macro.
2379 (local_octal_format_prefix): Remove macro.
2380 (local_octal_format_specifier): Remove macro.
2381 (local_octal_format_suffix): Remove macro.
2382 (local_decimal_format): Remove macro.
2383 (local_decimal_format_prefix): Remove macro.
2384 (local_decimal_format_specifier): Remove macro.
2385 (local_decimal_format_suffix): Remove macro.
2386 (local_hex_format): Remove macro.
2387 (local_hex_format_prefix): Remove macro.
2388 (local_hex_format_specifier): Remove macro.
2389 (local_hex_format_suffix): Remove macro.
2390 (local_decimal_format_custom): Remove.
2391 (local_octal_format_custom): Remove.
2392 (local_hex_format_custom): Remove.
2393 (local_hex_string): Rename to hex_string and move to defs.h.
2394 (local_hex_string_custom): Rename to hex_string_custom, change
2395 interface, and move to defs.h.
2396 * utils.c: (int_string): New function.
2397 (hex_string): New function (from language.c).
2398 (hex_string_custom): New function (from language.c).
2399 (octal2str): New function.
2400 (decimal2str): Add width parameter.
2401 (paddr_u): Use new decimal2str interface.
2402 (paddr_d): Ditto.
2403 * defs.h (hex_string): Declare.
2404 (hex_string_custom): Declare.
2405 (int_string): Declare.
2406 * printcmd.c (print_scalar_formatted): Remove localized binary
2407 formatting.
2408 * valprint.c (print_longest): Use int_string.
2409 (print_floating): Use C hex format.
2410 (print_hex_chars): Ditto.
2411 (print_binary_chars): Remove language-specific formatting.
2412 (print_octal_chars): Use C octal format.
2413 (print_decimal_chars): Delocalize format.
2414 (print_decimal): Remove.
2415 * ada-lang.c (ada_language_defn): Remove language-specific number
2416 formatting entries.
2417 * p-lang.c (pascal_language_defn): Ditto.
2418 * c-lang.c (c_language_defn): Ditto.
2419 (cplus_language_defn): Ditto.
2420 (asm_language_defn): Ditto.
2421 (minimal_language_defn): Ditto.
2422 * f-lang.c (f_language_defn): Ditto.
2423 * jv-lang.c (java_language_defn): Ditto.
2424 * m2-lang.c (m2_language_defn): Ditto.
2425 * scm-lang.c (scm_language_defn): Ditto.
2426 * objc-lang.c (objc_language_defn): Ditto.
2427 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2428 new interface.
2429 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2430 * ui-out.c (ui_out_field_core_addr): Ditto.
2431 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2432 * exec.c (print_section_info): Ditto.
2433 * i387-tdep.c (print_i387_status_word): Ditto.
2434 (print_i387_control_word): Ditto.
2435 (i387_print_float_info): Ditto.
2436 * maint.c (maint_print_section_info): Ditto.
2437 * solib.c (info_sharedlibrary_command): Ditto.
2438 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2439 * symtab.c (print_msymbol_info): Ditto.
2440 * tracepoint.c (tracepoints_info): Ditto.
2441 * solib-frv.c (lm_base): Ditto.
2442 (frv_current_sos): Ditto.
2443 (enable_break2): Ditto.
2444 (enable_break): Ditto.
2445 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2446 (process_one_symbol): Ditto.
2447 * infcmd.c (program_info): Ditto.
2448 * mdebugread.c (parse_partial_symbols): Ditto.
2449 * symfile.c (add_symbol_file_command): Ditto.
2450 * cli/cli-cmds.c (edit_command): Ditto.
2451 (list_command): Ditto.
2452 * infcall.c (call_function_by_hand): Ditto.
2453 * remote-vx.c (vx_run_files_info): Ditto.
2454 (vx_wait): Ditto.
2455 (vx_attach): Ditto.
2456 (vx_detach): Ditto.
2457 (vx_kill): Ditto.
2458 * aix-thread.c (pdc_symbol_addrs): Ditto.
2459 (pdc_read_regs): Ditto.
2460 (pdc_write_regs): Ditto.
2461 (pdc_read_data): Ditto.
2462 (pdc_write_data): Ditto.
2463 * d10v-tdep.c (display_trace): Ditto.
2464 * rs6000-nat.c (find_toc_address): Ditto.
2465 * aix-thread.c: Don't include language.h.
2466 * buildsym.c: Ditto.
2467 * dbxread.c: Ditto.
2468 * mdebugread.c: Ditto.
2469 * rs6000-nat.c: Ditto.
2470 * buildsym.c (make_blockvector): Use renamed hex_string.
2471
33f2d567
JM
24722004-09-10 Jason Molenda (jmolenda@apple.com)
2473
2474 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2475 chars after 'if' or 'while' commands in user-defined commands.
2476
7b90c3f9
JB
24772004-09-08 Jim Blandy <jimb@redhat.com>
2478
2479 Fix bug reported and analyzed by Olivier Crete:
2480 * symfile.c (copy_section_addr_info): New function.
2481 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2482 original set of address arguments, instead of handwritten code
2483 that uses one length to allocate and a different length to
2484 initialize. Use make_cleanup_free_section_addr_info.
2485 * symfile.h (copy_section_addr_info): New declaration.
2486 * utils.c: #include "symfile.h".
2487 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2488 New functions.
2489 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2490 * Makefile.in (utils.o): Update dependencies.
2491
b26a6851
AC
24922004-09-08 Andrew Cagney <cagney@gnu.org>
2493
2494 * thread-db.c (keep_thread_db): Delete.
2495 (thread_db_new_objfile, thread_db_create_inferior)
2496 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2497
be24b061
MK
24982004-09-08 Mark Kettenis <kettenis@gnu.org>
2499
f6792ef4
MK
2500 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2501 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2502 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2503 (i386_frameless_signal_p): Remove prototype.
2504 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2505 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2506 I386_SSE_NUM_REGS.
2507 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2508 instead of FP0_REGNUM.
2509 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2510 of FP0_REGNUM and FPC_REGNUM.
2511
eeefdaa7
MK
2512 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2513 (sunos_solib_create_inferior_hook): Don't call
2514 sunos_relocate_main_executable.
2515
be24b061
MK
2516 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2517 solib_svr4_fetch_link_map_offsets to
2518 svr4_ilp32_fetch_link_map_offsets.
2519 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2520 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2521 svr4_ilp32_fetch_link_map_offsets.
2522 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2523
7c679d16
JB
25242004-09-07 Jim Blandy <jimb@redhat.com>
2525
2526 * frame.h (frame_register): Doc fix.
2527
1f04aa62
AC
25282004-09-07 Andrew Cagney <cagney@gnu.org>
2529
2530 * vx-share/wait.h: Delete #ifdef USG.
2531 * utils.c (request_quit): Ditto.
2532 * tui/tui.c (tui_reset): Ditto.
2533 * remote.c: Ditto.
2534 * remote-sds.c: Ditto.
2535 * remote-rdi.c: Ditto.
2536 * mdebugread.c: Ditto.
2537 * m68klinux-nat.c: Ditto.
2538 * infttrace.c: Ditto.
2539 * infptrace.c: Ditto.
2540 * i386v-nat.c: Ditto.
2541 * exec.c: Ditto.
2542 * dbxread.c: Ditto.
2543 * core-aout.c: Ditto.
2544
90edbfbc
JB
25452004-09-05 Joel Brobecker <brobecker@gnat.com>
2546
2547 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2548 heuristic_proc_desc.
2549 (mips_insn32_frame_cache): Likewise.
2550
01f4bf2b
JB
25512004-09-04 Joel Brobecker <brobecker@gnat.com>
2552
2553 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2554 left behind by error.
2555
8511a048
JB
25562004-09-04 Joel Brobecker <brobecker@gnat.com>
2557
2558 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2559 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2560
649dfe9f
JB
25612004-09-04 Joel Brobecker <brobecker@gnat.com>
2562
2563 * config/rs6000/xm-aix4.h: Remove this file.
2564 * config/rs6000/aix4.mh (XM_FILE): Delete.
2565
6e50f889
JB
25662004-09-04 Joel Brobecker <brobecker@gnat.com>
2567
2568 * config/rs6000/xm-rs6000.h: Remove this file.
2569 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2570
b8c4aece
AC
25712004-09-03 Andrew Cagney <cagney@gnu.org>
2572
fb603883
AC
2573 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2574 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2575 only use.
2576
c9343fd1
AC
2577 * mips-tdep.c (temp_saved_regs): Delete.
2578 (set_reg_offset): Replace saved_regs parameter with this_cache.
2579 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2580 (mips32_heuristic_proc_desc): Add this_cache parameter.
2581 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2582 (after_prologue): Pass a NULL this_cache.
2583
9733cfe1
AC
2584 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2585 non-kernel trap prologues.
2586
0d5febcc
AC
2587 * mips-tdep.c (find_proc_desc): Delete function.
2588 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2589 simplify.
2590 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2591 mips_insn32_frame_cache.
2592
9733cfe1 2593 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
2594 Simplify as NEXT_FRAME is NULL.
2595 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2596
177f84a3
AC
2597 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2598 local variable.
2599 (mips_skip_prologue): Update.
2600
465f7520
AC
2601 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2602 "cur_frame" parameter.
177f84a3
AC
2603 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2604 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 2605
e38b8658
AC
2606 * config/vax/nm-obsd.h: Delete file.
2607 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2608 * config/vax/nm-nbsd.h: Delete file.
2609 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2610 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2611 * config/sh/nm-nbsd.h: Delete file.
2612 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2613 * config/rs6000/nm-rs6000ly.h: Delete file.
2614 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2615 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2616 * config/powerpc/nm-obsd.h: Delete file.
2617 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2618 * config/powerpc/nm-nbsd.h: Delete file.
2619 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2620 * config/pa/nm-obsd.h: Delete file.
2621 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2622 * config/mips/nm-nbsd.h: Delete file.
2623 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2624 * config/m88k/nm-obsd.h: Delete file.
2625 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2626 * config/m68k/nm-nbsd.h: Delete file.
2627 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2628 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2629 * config/i386/nm-nbsd.h: Delete file.
2630 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2631 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2632 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2633 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2634 * config/i386/nm-i386lynx.h: Delete file.
2635 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2636 * config/arm/nm-nbsd.h: Delete file.
2637 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2638 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2639
be1ed680
AC
2640 * config/i386/tm-fbsd.h: Delete file.
2641 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2642 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2643
4b392b26
AC
2644 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2645 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2646 * config/rs6000/aix4.mt (TM_FILE): Set to
2647 config/rs6000/tm-rs6000.h.
2648 * config/powerpc/tm-ppc-aix.h: Delete file.
2649 * config/powerpc/aix.mt (TM_FILE): Set to
2650 config/rs6000/tm-rs6000.h.
2651 * config/m68k/tm-linux.h: Delete file.
2652 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2653 * config/i386/tm-linux64.h: Delete file.
2654 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2655 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2656
f3219c75
AC
2657 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2658 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2659 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2660 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2661 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2662 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2663 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2664 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2665 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2666
b8c4aece
AC
2667 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2668 gdb_host_cpu.
2669
8ac2e020
JB
26702004-09-02 Joel Brobecker <brobecker@gnat.com>
2671
2672 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2673 Minor reformatting. Some code factoring.
2674
c185a355
AC
26752004-09-02 Andrew Cagney <cagney@gnu.org>
2676
63f22f0d
AC
2677 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2678 * config/vax/tm-nbsd.h: Delete file.
2679 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2680 * config/sparc/tm-vxworks.h: Delete file.
2681 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2682 * config/sparc/tm-nbsd.h: Delete file.
2683 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2684 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2685 * config/sparc/tm-linux.h: Delete file.
2686 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2687 * config/s390/tm-linux.h: Delete file.
2688 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2689 * config/pa/tm-bsd.h: Delete file.
2690 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2691 * config/m68k/tm-obsd.h: Delete file.
2692 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2693 * config/m68k/tm-nbsd.h: Delete file.
2694 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2695 * config/i386/tm-vxworks.h: Delete file.
2696 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2697 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2698 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2699 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2700 * config/i386/tm-nbsd.h: Delete file.
2701 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2702 * config/i386/tm-i386lynx.h: Delete file.
2703 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2704 * config/cris/tm-cris.h: Delete file.
2705
0f475e27
AC
2706 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2707 * configure: Re-generate.
2708 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2709 * config/arm/tm-nbsd.h: Delete file.
2710
458ed000
AC
2711 * config/powerpc/tm-ppcle-sim.h: Delete.
2712 * config/powerpc/tm-ppcle-eabi.h: Delete.
2713 * config/powerpc/tm-nbsd.h: Delete.
2714 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2715 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2716 tm-ppcle-eabi.h.
2717
f14375f3
AC
2718 * config/i386/nto.mh (NAT_FILE): Delete.
2719 * config/i386/nm-nto.h: Delete.
2720
c34d127c
AC
2721 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2722 * config/m68k/tm-os68k.h: Ditto.
2723 * config/m68k/tm-monitor.h: Ditto.
2724 * config/m68k/tm-cisco.h: Ditto.
2725 * config/m68k/st2000.mt (TM_FILE): Delete.
2726 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2727 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2728 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2729 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2730
f7f0fe03
AC
2731 * config/m68k/tm-st2000.h: Delete.
2732 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2733 * config/sparc/fbsd.mt (TM_FILE): Delete.
2734 * config/sparc/tm-fbsd.h: Delete.
2735
a2558533
AC
2736 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2737 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2738 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2739
b78960be
AC
2740 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2741 GDB_TM_FILE and GDB_XM_FILE.
2742 * gdbarch.c: Re-generate.
2743 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2744 quotes in macro definition.
2745 * configure.in: Re-generate.
2746
4d60522e
AC
2747 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2748 validating architecture methods.
2749 * gdbarch.c: Re-generate.
2750
5010d38b
AC
2751 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2752 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2753 GDB_MULTI_ARCH_PARTIAL.
2754 * gdbarch.h: Re-generate.
2755
c185a355
AC
2756 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2757 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2758 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2759 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2760 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2761 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2762 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2763 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2764 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2765 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2766 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2767 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2768
14aaa6ab
AC
27692004-09-01 Andrew Cagney <cagney@gnu.org>
2770
2771 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2772 and main_func_highpc.
2773 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2774 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2775 * nlmread.c (nlm_symfile_read): Update.
2776
a343eb3c
JB
27772004-09-01 Joel Brobecker <brobecker@gnat.com>
2778
2779 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2780 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2781 (find_proc_desc): Remove dead code.
2782
4fbbbd07
JB
27832004-09-01 Joel Brobecker <brobecker@gnat.com>
2784
2785 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2786
84acb35a
JJ
27872004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2788
2789 * observer.sh: Add struct so_list declaration.
2790 * Makefile.in: Add dependencies on observer.h for solib.c and
2791 breakpoint.c.
2792 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2793 function.
2794 (_initialize_breakpoint): Register
2795 disable_breakpoints_in_unloaded_shlib as an observer of the
2796 "solib unloaded" observation event.
2797 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2798 call decode_line_1 so unfound breakpoint errors are silent.
2799 * solib.c (update_solib_list): When a solib is discovered to have
2800 been unloaded by the program, notify all observers of the
2801 "solib unloaded" observation event.
2802
c8cd9f6c
AC
28032004-09-01 Andrew Cagney <cagney@gnu.org>
2804
2805 * frame.c: Include "objfiles.h".
2806 (inside_main_func): New function.
2807 (get_prev_frame): Use new inside_main_func.
2808 * Makefile.in (frame.o): Update dependencies.
2809 * defs.h (inside_main_func): Delete declaration.
2810 * blockframe.c (inside_main_func): Delete function.
2811
1168df01
JB
28122004-08-31 Jim Blandy <jimb@redhat.com>
2813
2814 * dwarf2read.c (is_vtable_name): New function, based on logic from
2815 read_structure_type, but passing the correct length to strncmp,
2816 and using 'sizeof' instead of 'strlen'.
2817 (read_structure_type): Call it.
2818
f14f9744
JB
28192004-08-31 Joel Brobecker <brobecker@gnat.com>
2820
2821 * config/powerpc/aix.mh: Add comment.
2822
386d4518
PG
28232004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2824
2825 * MAINTAINERS: Add self to Write-After-Approval.
2826
7d97d5e2
MI
28272004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2828
2829 * MAINTAINERS: Add self to Write-After-Approval.
2830
68f53502
AC
28312004-08-30 Andrew Cagney <cagney@gnu.org>
2832
2833 Fix PR breakpoints/1757.
2834 * infrun.c (struct execution_control_state): Replace
2835 remove_breakpoints_on_following_step with
2836 step_after_step_resume_breakpoint.
2837 (init_execution_control_state): Update.
2838 (handle_inferior_event): For signals, when stepping off a
2839 breakpoint, set step_after_step_resume_breakpoint. When
2840 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2841 (keep_going): Delete code handling
2842 remove_breakpoints_on_following_step.
2843
7ca2d3a3
DL
28442004-08-29 David Lecomber <david@streamline-computing.com>
2845
2846 Fix PR gdb/648
2847 * language.h (enum array_ordering): New enum.
2848 * language.h (struct language_defn): New la_array_ordering
2849 attribute.
2850 * language.c (unknown_language_defn, auto_language_defn)
2851 (local_language_defn): Ditto.
2852 * ada-lang.c (ada_language_defn): Ditto.
2853 * c-lang.c (c_language_defn, cplus_language_defn)
2854 (asm_language_defn, minimal_language_defn): Ditto.
2855 * f-lang.c (f_language_defn): Ditto.
2856 * jv-lang.c (java_language_defn): Ditto.
2857 * m2-lang.c (f_language_defn): Ditto.
2858 * objc-lang.c (objc_language_defn): Ditto.
2859 * p-lang.c (pascal_language_defn): Ditto.
2860 * scm-lang.c (scm_language_defn): Ditto.
2861 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2862 oriented large to small in type structure.
2863 * dwarf2read.c (read_array_order): New function.
2864 (read_array_type): Use read_array_order to check row/column
2865 major ordering.
2866
e354df01
NW
28672004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2868
2869 * target.c (target_resize_to_sections): Check
2870 current_target.to_sections for an old value when updating.
2871
9185ddce
JB
28722004-08-27 Joel Brobecker <brobecker@gnat.com>
2873
2874 * procfs.c (dbx_link_bpt_addr): New static global variable.
2875 (dbx_link_shadow_contents): New static global variable.
2876 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2877 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2878 if we just hit it.
2879 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2880 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2881 from run to run.
2882 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2883 after the inferior has been forked.
2884 (remove_dbx_link_breakpoint): New function.
2885 (dbx_link_addr): New function.
2886 (insert_dbx_link_bpt_in_file): New function.
2887 (insert_dbx_link_bpt_in_region): New function.
2888 (insert_dbx_link_breakpoint): New function.
2889 (proc_trace_syscalls_1): New function, extracted from
2890 proc_trace_syscalls.
2891 (proc_trace_syscalls): Replace extract code by call to
2892 proc_trace_syscalls_1.
2893 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2894 is no longer valid.
2895
e6742ace
JB
28962004-08-25 Jim Blandy <jimb@redhat.com>
2897
2898 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2899
8fb3e588
AC
29002004-08-25 Andrew Cagney <cagney@gnu.org>
2901
629a41ee
AC
2902 * infrun.c (struct execution_control_state): Delete field
2903 "stepping_through_sigtramp".
2904 (init_execution_control_state): Do not set same.
2905 (context_switch): Do not pass same to save_infrun_state and
2906 load_infrun_state.
2907 * gdbthread.h (struct thread_info): Delete field
2908 stepping_through_sigtramp.
2909 (save_infrun_state, load_infrun_state): Delete parameter
2910 stepping_through_sigtramp.
2911 * thread.c (load_infrun_state, save_infrun_state): Update.
2912
8fb3e588
AC
2913 * infrun.c: Re-indent. Move expression operators to the beginning
2914 of the line. Remove long disabled #if 0 code.
2915
49c54768
AC
29162004-08-24 Andrew Cagney <cagney@gnu.org>
2917
2918 * doublest.h (floatformat_ieee_quad): Rename
2919 floatformat_ia64_quad.
2920 * doublest.c (floatformat_ieee_quad): Rename
2921 floatformat_ia64_quad.
2922 (_initialize_doublest): Update.
2923
5ca2e327
JB
29242004-08-24 Jim Blandy <jimb@redhat.com>
2925
87808bd6
JB
2926 * dwarf2expr.h (struct dwarf_expr_context): New members
2927 'num_pieces' and 'pieces', for returning the result of an
2928 expression that uses DW_OP_piece.
2929 (struct dwarf_expr_piece): New struct type.
2930 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2931 pieces.
2932 (free_dwarf_expr_context): Free pieces, if any.
2933 (add_piece): New function.
2934 (execute_stack_op): Implement DW_OP_piece.
2935 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2936 expression is a list of pieces, print an error message.
2937 (dwarf2_loc_desc_needs_frame): If the expression yields
2938 pieces, and any piece is in a register, then we need a frame.
2939
5ca2e327
JB
2940 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2941 the stack until we've decided what sort of result the evaluation
2942 has produced. Use separate variables, with more specific names.
2943
2afeb6b8
RE
29442004-08-23 Richard Earnshaw <rearnsha@arm.com>
2945
2946 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2947 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2948 (arm_netbsd_init_abi_common): Register them.
2949
5885ab49
MK
29502004-08-22 Mark Kettenis <kettenis@gnu.org>
2951
fda820a6
MK
2952 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2953
1c5bf419
MK
2954 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2955 safe_frame_unwind_memory instead of target_read_memory.
2956
8cbba7c8
MK
2957 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2958 Reorder includes.
2959 (fetch_register, store_register): Remove prototypes.
2960 (child_resume): Reorganize code and comments such that it is
2961 grouped a bit more logically.
2962 (attach): Explicitly compare errno against 0.
2963 (detach): Likewise. Use perror_with_name instead of
2964 print_sys_errmsg.
2965 * Makefile.in (infptrace.o): Update dependencies.
2966
c5fa4245
MK
2967 * ia64-linux-nat.c: Update copyright year.
2968 (fetch_debug_register, store_debug_register)
2969 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2970 PTRACE_TYPE_ARG3.
2971 * config/ia64/nm-linux.h: Update copyright year.
2972 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2973
387c058c
MK
2974 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2975 from CORE_ADDR to struct frame_info *. Use
2976 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2977 (amd64_linux_sigtramp_p): Adjust for changed signature of
2978 and64_linux_sigtramp_start
2979
277215a6
MK
2980 * gdb_ptrace.h: GNU/Linux.
2981
25f6178e
MK
2982 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2983 Remove defines.
2984
652fc137
MK
2985 * infptrace.c: Include "gdb_assert.h".
2986 (PTRACE_XFER_TYPE): Remove define.
2987 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2988 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2989 Tweak comment.
2990 (fetch_inferior_registers, store_inferior_registers): Remove
2991 redundant culry braces. Tweak comment. s/regno/regnum.
2992 * Makefile.in (infptrace.o): Update dependencies.
2993
5885ab49
MK
2994 * configure.in: Change test for return type of ptrace to default
2995 to `long' instead of `int'.
2996 * configure: Regenerate.
2997
11003ae3
MK
29982004-08-21 Mark Kettenis <kettenis@gnu.org>
2999
6b95110c
MK
3000 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3001
bcb3dc3d
MK
3002 * configure.in: Check for ttrace function.
3003 * configure, config.in: Regenerate.
3004
11003ae3
MK
3005 * gdb_ptrace.h: New file.
3006 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3007 <sys/ptrace.h>.
3008 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3009 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3010 (attach): Don't define PT_ATTACH.
3011 (detach): Don't define PT_DETACH.
3012 * Makefile.in (gdb_ptrace_h): New variable.
3013 (infptrace.o): Update dependencies.
3014
f8707cac
MK
30152004-08-16 Mark Kettenis <kettenis@gnu.org>
3016
3017 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3018 instead of `int' if not already defined.
3019 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3020 PTRACE_TYPE_ARG3.
3021 * infptrace.c (call_ptrace): Revert change that replaced
3022 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3023
655c5466
MK
30242004-08-15 Mark Kettenis <kettenis@gnu.org>
3025
156e5ba7
MK
3026 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3027 Remove defines.
3028
de9a9e51
MK
3029 * linux-nat.c (kill_inferior): Add missing third and fourth
3030 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3031
88800403
MK
3032 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3033 PTRACE_TYPE_RET.
3034
849a1d7c
MK
3035 * proc-why.c (proc_prettyfprint_why): Fix format string.
3036
61ad16d1
MK
3037 * solib-osf.c (osf_current_sos): Remove unsused label.
3038
a6ed5501
MK
3039 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3040 curses headers.
3041 * configure, config.in: Regenerate.
3042 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3043 <ncurses/ncurses.h>.
3044
016ddeca
MK
3045 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3046 * config/nm-nbsd.h: Update copyright year.
3047 (PTRACE_ARG3_TYPE): Remove define.
3048
49ec097f
MK
3049 * sparc-nat.c (fetch_inferior_registers)
3050 (store_inferior_registers, sparc_xfer_wcookie):
3051 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3052
9f8e0089
MK
3053 * alphabsd-nat.c (fetch_inferior_registers):
3054 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3055 PTRACE_TYPE_ARG3.
3056 * amd64bsd-nat.c (fetch_inferior_registers)
3057 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3058 PTRACE_TYPE_ARG3.
3059 * armnbsd-nat.c: Update copyright year.
3060 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3061 (store_register, store_regs, store_fp_register, store_fp_regs):
3062 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3063 * hppabsd-nat.c (fetch_inferior_registers)
3064 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3065 PTRACE_TYPE_ARG3.
3066 * i386bsd-nat.c (fetch_inferior_registers)
3067 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3068 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3069 * m68kbsd-nat.c (fetch_inferior_registers)
3070 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3071 PTRACE_TYPE_ARG3.
3072 * m88kbsd-nat.c (fetch_inferior_registers)
3073 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3074 PTRACE_TYPE_ARG3.
3075 * mipsnbsd-nat.c: Update copyright year.
3076 (fetch_inferior_registers, store_inferior_registers):
3077 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3078 * ns32knbsd-nat.c: Update copyright year.
3079 (fetch_inferior_registers, store_inferior_registers):
3080 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3081 * ppcnbsd-nat.c (fetch_inferior_registers):
3082 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3083 PTRACE_TYPE_ARG3.
3084 * ppcobsd-nat.c (fetch_inferior_registers):
3085 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3086 PTRACE_TYPE_ARG3.
3087 * shnbsd-nat.c: Update copyright year.
3088 (fetch_inferior_registers, store_inferior_registers):
3089 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3090 * vaxbsd-nat.c (fetch_inferior_registers)
3091 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3092 PTRACE_TYPE_ARG3.
3093
655c5466
MK
3094 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3095 PTRACE_TYPE_ARG3.
3096 * infptrace.c (call_ptrace, child_resume, attach, detach)
3097 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3098 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3099 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3100 PTRACE_TYPE_ARG3.
3101
c40d0d10
MK
31022004-08-14 Mark Kettenis <kettenis@gnu.org>
3103
5cb0ff31
MK
3104 * defs.h: Remove out-of-date comment.
3105 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3106 [!GETENV_PROVIDED] (getenv): Remove prototype.
3107
5f0f34cb
MK
3108 * standalone.c: Remove file.
3109 * Makefile.in (standalone.o): Remove dependency.
3110
7532965f
MK
3111 * i386-linux-nat.c (dummy_sse_values): Remove function and
3112 prototype.
3113 (i386_linux_dr_get): Fix typo in comment.
3114 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3115
1bdc6c53
MK
3116 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3117
c40d0d10
MK
3118 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3119 from declaration.
3120 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3121 from definition.
3122
64218d3e
MK
31232004-08-13 Mark Kettenis <kettenis@gnu.org>
3124
3125 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3126 parenthesis in definition.
3127 * configure: Regenerated.
3128
926c94e7
MC
31292004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3130
3131 * PROBLEMS: Mention build/1411.
3132
69489883
NN
31332004-08-09 Robert Millan <robertmh@gnu.org>
3134
3135 Committed by Nathanael Nerode.
3136 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3137 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3138
ebb7c577
AC
31392004-08-12 Andrew Cagney <cagney@gnu.org>
3140
3141 * NEWS: Mention fixes in GDB 6.2.1.
3142 * PROBLEMS: Remove mention of mips-irix.
3143
232d697c
JB
31442004-08-11 Joel Brobecker <brobecker@gnat.com>
3145
3146 * config/powerpc/xm-aix.h: Delete.
3147 * config/powerpc/aix.mh (MH_FILE): Remove.
3148 * config/powerpc/aix432.mh (MH_FILE): Remove.
3149
72f4e82b
JB
31502004-08-11 Joel Brobecker <brobecker@gnat.com>
3151
3152 * config/powerpc/aix.mh: Remove obsolete comment.
3153 * config/powerpc/aix432.mh: Likewise.
3154
0687ccb2
JB
31552004-08-11 Joel Brobecker <brobecker@gnat.com>
3156
3157 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3158
dbf3ada7
JB
31592004-08-11 Joel Brobecker <brobecker@gnat.com>
3160
e08e1886
JB
3161 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3162 this file is now empty.
3163 * config/xm-aix4.h: Remove, this file is no longer included
3164 anywhere.
3165
31662004-08-11 Joel Brobecker <brobecker@gnat.com>
3167
3168 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3169 that file is now empty.
dbf3ada7
JB
3170 (termdef): Remove prototype, function no longer used.
3171
4c525ef6
JB
31722004-08-11 Joel Brobecker <brobecker@gnat.com>
3173
3174 * doc/gdbint.texinfo (Host Definition): Remove documentation
3175 for USE_O_NOCTTY, no longer used.
3176 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3177 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3178
82e0b968
JB
31792004-08-11 Joel Brobecker <brobecker@gnat.com>
3180
3181 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3182 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3183 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3184
f2acbe1c
MK
31852004-08-11 Mark Kettenis <kettenis@gnu.org>
3186
daa98270
MK
3187 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3188 instead of FIVE_ARG_PTRACE.
3189
f2acbe1c
MK
3190 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3191 (new_tty): Use O_NOCTTY unconditionally.
3192
cc377e6b
MK
31932004-08-10 Mark Kettenis <kettenis@gnu.org>
3194
3195 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3196 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3197 fflush on stdout.
3198
3bcc18fa
JB
31992004-08-10 Joel Brobecker <brobecker@gnat.com>
3200
3201 * xcoff_symfile_finish: Replace last call to xmfree by call
3202 to xfree.
3203
7936743b
AC
32042004-08-10 Andrew Cagney <cagney@gnu.org>
3205
cc503c8a
AC
3206 * main.c (captured_main): Delete call to init_malloc.
3207 * defs.h (init_malloc): Delete declaration.
3208 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3209 (init_malloc): Delete functions.
3210
2dc74dc1
AC
3211 * defs.h (xmfree): Delete.
3212 * utils.c (xmfree): Delete function.
3213 (xfree): Inline calls to xmfree and mfree.
3214 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3215 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3216 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3217 * somread.c (som_symfile_finish): Ditto.
3218 * objfiles.c (allocate_objfile, free_objfile):
3219 * nlmread.c (nlm_symfile_finish): Ditto.
3220 * hpread.c (hpread_symfile_finish): Ditto.
3221 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3222 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3223 * coffread.c (coff_symfile_finish): Ditto.
3224
aa2ee5f6
AC
3225 * defs.h (xmcalloc): Delete declaration.
3226 * utils.c (xmcalloc): Delete.
3227 (xcalloc): Inline calls to xmcalloc and mcalloc.
3228 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3229 xcalloc and xfree.
3230 * symtab.c (create_demangled_names_hash): Ditto.
3231
0efffb96
AC
3232 * defs.h (xmrealloc): Delete.
3233 * utils.c (xmrealloc): Delete.
3234 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3235 * symmisc.c (extend_psymbol_list): Use xrealloc.
3236 * source.c (find_source_lines): Ditto.
3237 * hpread.c (hpread_lookup_type): Ditto.
3238 * dbxread.c (add_bincl_to_list): Ditto.
3239
7936743b
AC
3240 * utils.c (xmmalloc): Delete.
3241 (xmalloc): Inline xmmalloc and mmalloc calls.
3242 (msavestring): Use xmalloc.
3243 * defs.h (xmmalloc): Delete declaration.
3244 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3245 xmmalloc.
3246 * symmisc.c (extend_psymbol_list): Ditto.
3247 * symfile.c (init_psymbol_list): Ditto.
3248 * source.c (find_source_lines): Ditto.
3249 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3250 * elfread.c (elf_symtab_read): Ditto.
3251 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3252 * coffread.c (coff_symfile_init): Ditto.
3253
252ab814
DC
32542004-08-10 David Carlton <carlton@bactrian.org>
3255
3256 * MAINTAINERS: Remove David Carlton from c++ testsuite
3257 maintainers.
3258
8f5ba92b
JG
32592004-08-10 Jerome Guitton <guitton@gnat.com>
3260
3261 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3262 print a line feed before the prompt.
3263
21749010
MK
32642004-08-10 Mark Kettenis <kettenis@gnu.org>
3265
3266 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3267
1f011ce2
JB
32682004-08-09 Joel Brobecker <brobecker@gnat.com>
3269
3270 General cleanup of the AIX xm include file:
3271 * config/xm-aix4.h (fd_set): Remove undefine.
3272 Remove include of <sys/select.h>.
3273 (HAVE_TERMIO): Remove define.
3274 (USG): Likewise.
3275 (NULL): Remove redefine.
3276 (alloca): Remove #pragma.
3277 (vfork): Remove define.
3278 (termdef): Remove.
3279 (SIGWINCH_HANDLER): Remove.
3280 (SIGWINCH_HANDLER_BODY): Remove.
3281
cf4e7692
MK
32822004-08-09 Mark Kettenis <kettenis@gnu.org>
3283
3284 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3285 GDB_OSABI_OPENBSD_ELF.
3286
ac5754fa
MK
32872004-08-07 Robert Millan <robertmh@gnu.org>
3288
3289 * bsd-kvm.c: Check for nlist.h before including it.
3290
086ec9eb
MK
32912004-08-09 Mark Kettenis <kettenis@gnu.org>
3292
bbe06c74
MK
3293 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3294 sigcontext' offset consistency checks for ancient BSD.
3295
3aa7b3b3
MK
3296 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3297
086ec9eb
MK
3298 * configure.in: Check for <sys/types.h>. Check return and
3299 argument types of ptrace.
3300 * configure, config.in: Regenerate.
3301
09991fa0
JB
33022004-08-09 Jim Blandy <jimb@redhat.com>
3303
3304 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3305 rs6000_register_sim_regno): Doc fixes.
3306
fed7ba43
JB
33072004-08-08 Joel Brobecker <brobecker@gnat.com>
3308
3309 * mips-tdep.c: Include "floatformat.h".
3310 (n32n64_floatformat_always_valid): New function.
3311 (floatformat_n32n64_long_double_big): New constant.
3312 (mips_gdbarch_init): Set size and format of long double
3313 for N32 and N64 ABIs.
3314 * Makefile.in (mips-tdep.o): Update dependencies.
3315
456fcf94
AC
33162004-08-08 Andrew Cagney <cagney@gnu.org>
3317
2f9b146e
AC
3318 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3319 print. Improve script's error messages.
3320 * gdbarch.h: Re-generate.
3321
456fcf94
AC
3322 * gdbarch.sh (pformat): New function.
3323 (float_format, double_format, long_double_format): List with bit
3324 members. Use pformat when printing.
3325 * gdbarch.c, gdbarch.h: Re-generate.
3326
69e9e646
NW
33272004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3328
3329 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3330 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3331 (ppcnbsd_supply_pcb): New function.
3332 (_initialize_ppcnbsd_nat): New prototype and function.
3333 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3334 (LOADLIBES): New variable.
3335 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3336
5ef2d0aa
AC
33372004-08-08 Andrew Cagney <cagney@gnu.org>
3338
3339 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3340 (builtin_type_ieee_double, builtin_type_ia64_quad)
3341 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3342 BE/LE floating-point types.
3343 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3344 (builtin_type_ieee_double, builtin_type_ia64_quad)
3345 (builtin_type_ia64_spill): Declare.
3346 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3347 (floatformat_ieee_double, floatformat_arm_ext)
3348 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3349 of LE/BE floatformats.
3350 * doublest.h: (struct floatformat, floatformat_ieee_single)
3351 (floatformat_ieee_double, floatformat_arm_ext)
3352 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3353
5c7f2947
MK
33542004-08-08 Mark Kettenis <kettenis@gnu.org>
3355
ecac404d
MK
3356 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3357
9b8607ce
MK
3358 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3359 instead of regcache_raw_supply when storing the registers.
3360
f6052080
MK
3361 * i386gnu-nat.c: Update copyright year.
3362 (gnu_store_registers): Don't use deprecated_registers and
3363 deprecated_registers_valid. Use regcache_valid_p and
3364 regcache_raw_supply instead.
3365
17777823
MK
3366 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3367 frame_pc_unwind.
3368
5240ceac
MK
3369 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3370 variables. Incapitalized "process".
3371
5c7f2947
MK
3372 * configure.in: Add cursesX to the list of possible curses libs.
3373 Add cursesX.h to the list of possible curses headers.
3374 * configure, config.in: Regenerate.
3375
da7d81e3
NW
33762004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3377
3378 * configure.in: Test for struct lwp in <sys/lwp.h>.
3379 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3380 the offset of l_addr in struct lwp.
3381
7f245d65
NW
33822004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3383
3384 * bsd-kvm.c: Include "gdbcore.h"
3385 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3386
47b3f456
AC
33872004-08-07 Andrew Cagney <cagney@gnu.org>
3388
70bd8e24
AC
3389 * gdbtypes.c (build_flt, build_complex): New functions.
3390 (gdbtypes_post_init): Use.
3391
9b0dea39
AC
3392 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3393
5cf7abac
AC
3394 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3395 through to builtin_type_uint128.
3396
64d2b26d
AC
3397 * c-exp.y: Use builtin_type function to obtain builtin types.
3398
7ad6570d
AC
3399 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3400 builtin_uint128.
3401 * gdbtypes.c (gdbtypes_post_init): Update.
3402 (build_gdbtypes): Move initialization of builtin_type_int0
3403 through to builtin_type_uint128 from here ...
3404 (_initialize_gdbtypes): ... to here.
3405 * d10v-tdep.c (d10v_register_type): Update.
3406
47b3f456
AC
3407 * doublest.c: Update copyright.
3408 (floatformat_from_length): Call error when floatformat is NULL.
3409 (extract_floating_by_length): Remove NULL fmt check.
3410 (store_floating_by_length): Ditto.
3411
0a8146bf
AC
34122004-08-07 Andrew Cagney <cagney@gnu.org>
3413
3414 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3415 that the register is valid.
3416
c0ccb908
MK
34172004-08-05 Mark Kettenis <kettenis@chello.nl>
3418
8e6bed05
MK
3419 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3420 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3421 struct frame_info *. Use safe_frame_unwind_memory instead of
3422 deprecated_read_memory_nobpt.
3423 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3424 changed signature of i386_linux_sigtramp_start and
3425 i386_linux_rt_sigtramp_start.
3426
24f9f5e3
MK
3427 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3428 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3429 instead of deprecated_read_memory_nobpt.
3430 (i386nbsd_sigtramp_p): Adjust for changed signature of
3431 i386nbsd_sigtramp_offset.
3432
c822af0c
MK
3433 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3434 safe_frame_unwind_memory instead of target_read_memory.
3435
c0ccb908
MK
3436 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3437 !NO_SYS_FILE.
3438 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3439 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3440 (_initialize_kernel_u_addr): Remove prototype and function.
3441 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3442 !NO_SYS_FILE.
3443 * xcoffread.c: Likewise.
3444
b9e1c0d6
MK
34452004-08-06 Mark Kettenis <kettenis@gnu.org>
3446
3447 * vax-nat.c: New file.
3448 * vaxbsd-nat.c: Tweak comment.
3449 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3450 vaxnbsd-tdep.c.
3451 (vax-nat.o): New dependency.
3452 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3453 (vax-*-ultrix2*): Remove.
3454 * config/vax/vax.mh: New file.
3455 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3456 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3457 (vax_register_u_addr): New prototype.
3458 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3459 * config/vax/vaxult2.mh: Remove file.
3460 * config/vax/vaxult.mh: Remove file.
3461 * config/vax/vaxbsd.mh: Remove file.
3462 * config/vax/vax.mt (TM_FILE): Remove.
3463 * config/vax/tm-vaxbsd.h: Remove file.
3464
9ad7bec7
JB
34652004-08-06 Joel Brobecker <brobecker@gnat.com>
3466
3467 * aix-thread.c (get_signaled_thread): New function.
3468 (iter_trap): Delete, no longer used.
3469 (iter_tid): New function.
3470 (pd_update): Find the thread that received the SIGTRAP signal
3471 by first locating the kernel thread, and then finding its
3472 associated thread.
3473
bf0d233d
UW
34742004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3475
3476 * lin-lwp.c (child_wait): Continue inferior after processing
3477 PTRACE_EVENT_CLONE event.
3478
d0f853e1
NN
34792004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3480
3481 * MAINTAINERS: Add self to Write-After-Approval.
3482
ab14aeb0
JJ
34832004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3484
3485 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3486 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3487
9c8dbfa9
AC
34882004-08-05 Andrew Cagney <cagney@gnu.org>
3489
c8f3ca46
AC
3490 * config/xm-sysv4.h: Delete file.
3491 * config/mips/xm-irix5.h: Delete file.
3492 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3493 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3494 * config/ia64/xm-aix.h: Delete file.
3495 * config/ia64/aix.mh (XM_FILE): Delete.
3496 * config/pa/xm-hppah.h: Delete file.
3497 * config/pa/hpux11w.mh (XM_FILE): Delete.
3498 * config/pa/hpux11.mh (XM_FILE): Delete.
3499 * config/pa/hpux1020.mh (XM_FILE): Delete.
3500 * config/pa/hppahpux.mh (XM_FILE): Delete.
3501
5f7daaff
AC
3502 * config/alpha/xm-alphalinux.h: Delete file.
3503 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3504 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3505 * config/alpha/xm-alphaosf.h: Delete file.
3506 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3507 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3508 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3509 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3510
69babf95
AC
3511 * config/i386/xm-i386v.h: Delete file.
3512 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3513 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3514 * config/i386/xm-i386sco.h: Delete file.
3515 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3516 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3517 * config/i386/xm-i386v4.h: Delete file.
3518 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3519 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3520 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3521 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3522
6f009c8a
AC
3523 * config/vax/xm-vax.h: Delete file.
3524 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3525 * config/vax/xm-vaxult2.h: Delete file.
3526 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3527 * config/vax/vaxult2.mh (XM_FILE): Delete.
3528 * config/vax/xm-vaxult.h: Delete file.
3529 * config/vax/vaxult.mh (XM_FILE): Delete.
3530 * config/vax/xm-vaxbsd.h: Delete file.
3531 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3532
9c8dbfa9
AC
3533 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3534 * gdbarch.h, gdbarch.c: Re-generate.
3535 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3536 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3537 * frame.h: Delete deprecated_read_fp from comments.
3538 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3539 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3540
84367a3e
MK
35412004-08-04 Mark Kettenis <kettenis@gnu.org>
3542
9c8e3411
MK
3543 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3544 trampoline in OpenBSD 3.5-current.
3545
b87bc0d8
MK
3546 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3547 SSE registers.
3548
84367a3e
MK
3549 * Makefile.in: Remove embedded page breaks.
3550
a44bddec
JB
35512004-08-04 Jim Blandy <jimb@redhat.com>
3552
7ab3286f
JB
3553 * regcache.c (regcache_raw_read): Assert that, after calling
3554 target_fetch_registers, the register we're reading is cached.
3555
a44bddec
JB
3556 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3557 a call to 'internal_error', with a more helpful error message.
3558 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 3559 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 3560
35124113
AC
35612004-08-04 Andrew Cagney <cagney@gnu.org>
3562
3563 * Makefile.in: Update dependencies.
3564
9f643768
JB
35652004-08-04 Jim Blandy <jimb@redhat.com>
3566
6ced10dd
JB
3567 Change the layout of the PowerPC E500 raw register cache to allow
3568 the lower 32-bit halves of the GPRS to be their own raw registers,
3569 not pseudoregisters.
3570 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3571 add ppc_ev0_upper_regnum flag.
3572 * rs6000-tdep.c: #include "reggroups.h".
3573 (spe_register_p): Recognize the ev upper half registers as SPE
3574 registers.
3575 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3576 registers.
3577 (e500_move_ev_register): New function.
3578 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3579 vector registers are the pseudo-registers now, formed by splicing
3580 together the gprs and the upper-half registers.
3581 (e500_register_reggroup_p): New function.
3582 (P): Macro deleted.
3583 (P8, A4): New macro.
3584 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3585 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3586 macros.
3587 (registers_e500): Rearrange register set so that the raw register
3588 set contains 32-bit GPRs and upper-half registers, and the SPE
3589 vector registers become pseudo-registers.
3590 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3591 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3592 register numbers are now the same for the E500 as they are for
3593 other PowerPC variants. Register e500_register_reggroup_p as the
3594 register group function for the E500.
3595 * Makefile.in (rs6000-tdep.o): Update dependencies.
3596
3597 Adapt PPC E500 native support to the new raw regcache layout.
3598 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3599 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3600 (fetch_spe_register, store_spe_register): Handle fetching/storing
3601 all the SPE registers at once, if regno == -1. These now take
3602 over the job of fetch_spe_registers and store_spe_registers.
3603 (fetch_spe_registers, store_spe_registers): Deleted.
3604 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3605 unconditionally; they're always raw. Fetch/store SPE upper half
3606 registers, if present, instead of ev registers.
3607 (fetch_register, store_register): Remove sanity checks: gprs are
3608 never pseudo-registers now, so we never need to even mention any
3609 registers that are ever pseudoregisters.
3610
9f643768
JB
3611 Use a fixed register numbering when communicating with the PowerPC
3612 simulator.
3613 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3614 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3615 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3616 New functions.
3617 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3618 init_sim_regno_table.
3619 * Makefile.in (gdb_sim_ppc_h): New variable.
3620 (rs6000-tdep.o): Update dependencies.
3621
1e2279c8
AC
36222004-08-02 Andrew Cagney <cagney@gnu.org>
3623
1d94326f
AC
3624 * cris-tdep.c (cris_register_size): Restore function, still used
3625 locally.
3626
331ae7ed
AC
3627 * gdbarch.sh (deprecated_target_read_fp)
3628 (deprecated_frame_locals_address, deprecated_frame_args_address)
3629 (deprecated_frame_chain_valid, deprecated_frame_chain)
3630 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3631 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3632 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3633 * gdbarch.h, gdbarch.c: Re-generate.
3634 * regcache.c (deprecated_read_fp): Do not call
3635 DEPRECATED_TARGET_READ_FP_P.
3636 * infcmd.c (default_print_registers_info): Do not call
3637 DEPRECATED_DO_REGISTERS_INFO.
3638 * frame-base.c (default_frame_locals_address): Do not call
3639 DEPRECATED_FRAME_LOCALS_ADDRESS.
3640 (default_frame_args_address): Do not call
3641 DEPRECATED_FRAME_ARGS_ADDRESS.
3642
1e2279c8
AC
3643 * gdbarch.sh (deprecated_register_raw_size)
3644 (deprecated_register_virtual_size:int): Delete.
3645 * gdbarch.h, gdbarch.c: Re-generate.
3646 * cris-tdep.c (cris_register_size): Delete.
3647 (cris_gdbarch_init): Update.
3648 * alpha-tdep.c (alpha_register_raw_size)
3649 (alpha_register_virtual_size): Delete.
3650 (alpha_gdbarch_init): Update.
3651
a90c06b4
AC
3652 * gdbarch.sh (deprecated_register_virtual_type)
3653 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3654 (deprecated_dummy_write_sp): Delete.
3655 * gdbarch.h, gdbarch.c: Re-generate.
3656
f42accbe
AC
3657 * gdbarch.sh (deprecated_register_bytes): Delete.
3658 * gdbarch.h, gdbarch.c: Re-generate.
3659 * regcache.c (deprecated_register_bytes): New function.
3660 * regcache.h (deprecated_register_bytes): Declare.
3661 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3662 * v850-tdep.c (v850_gdbarch_init): Update.
3663 * sh64-tdep.c (sh64_gdbarch_init): Update.
3664 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3665 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3666 * mcore-tdep.c (mcore_gdbarch_init): Update.
3667 * cris-tdep.c (cris_gdbarch_init): Update.
3668 * arm-tdep.c (arm_gdbarch_init): Update.
3669 * remote.c (init_remote_state): Update.
3670 * remote-vx.c (vx_prepare_to_store): Update.
3671 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3672 * irix5-nat.c (fetch_core_registers): Update.
3673 * cris-tdep.c (cris_register_bytes_ok): Update.
3674 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3675
45c9dd44
AC
3676 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3677 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3678 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3679 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3680 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3681 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3682 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3683 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3684 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3685 with mips_insn16 and mips_insn32.
3686
3acba339
AC
3687 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3688 * rs6000-tdep.c (rs6000_push_dummy_call)
3689 (rs6000_extract_return_value): Use register_size.
3690 * xstormy16-tdep.c (xstormy16_get_saved_register)
3691 (xstormy16_extract_return_value): Ditto.
3692 * valops.c (value_assign): Ditto.
3693 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3694 * v850-tdep.c (v850_extract_return_value): Ditto.
3695 * tracepoint.c (collect_symbol): Ditto.
3696 * target.c (debug_print_register): Ditto.
3697 * stack.c (frame_info): Ditto.
3698 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3699 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3700 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3701 (store_register_using_P): Ditto.
3702 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3703 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3704 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3705 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3706 * regcache.c (deprecated_read_register_bytes)
3707 (deprecated_write_register_bytes, read_register)
3708 (write_register): Ditto.
3709 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3710 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3711 * monitor.c (monitor_supply_register, monitor_fetch_register)
3712 (monitor_store_register): Ditto.
3713 * mn10300-tdep.c (mn10300_pop_frame_regular)
3714 (mn10300_print_register): Ditto.
3715 * mipsv4-nat.c (fill_fpregset): Ditto.
3716 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3717 (mips64_fill_fpregset): Ditto.
3718 * mi/mi-main.c (register_changed_p, get_register)
3719 (mi_cmd_data_write_register_values): Ditto.
3720 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3721 * irix5-nat.c (fill_gregset, fetch_core_registers):
3722 * infrun.c (write_inferior_status_register): Ditto.
3723 * infptrace.c (fetch_register, store_register): Ditto.
3724 * infcmd.c (default_print_registers_info): Ditto.
3725 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3726 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3727 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3728 * hpux-thread.c (hpux_thread_fetch_registers)
3729 (hpux_thread_store_registers): Ditto.
3730 * hppah-nat.c (store_inferior_registers, fetch_register):
3731 * findvar.c (value_from_register): Ditto.
3732 * dve3900-rom.c (fetch_bitmapped_register):
3733 * cris-tdep.c (cris_gdbarch_init): Ditto.
3734 * alpha-tdep.h: Ditto.
3735 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3736
01e1877c
AC
3737 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3738 DEPRECATED_REGISTER_RAW_SIZE from comments.
3739 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3740 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3741 DEPRECATED_REGISTER_RAW_SIZE.
3742 * findvar.c (value_of_register): Simplify by assuming that the
3743 registers raw and virtual sizes are identical.
3744 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3745 comment.
3746 * arch-utils.c (generic_register_size): Simplify by assuming
3747 register_type.
3748
73f458fb
AC
3749 * regcache.c (legacy_read_register_gen, real_register)
3750 (legacy_write_register_gen): Delete, not used.
3751
336a3131
AC
3752 * regcache.c (struct regcache_descr): Delete legacy_p.
3753 (init_legacy_regcache_descr): Delete function.
3754 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3755 Do not use deprecated register functions.
3756 (regcache_raw_read, deprecated_write_register_gen):
3757 (deprecated_read_register_gen, regcache_raw_write): Delete code
3758 predicated on legacy_p.
3759 (register_size): Delete check against register raw size.
3760
c1d546cd
AC
3761 * cris-tdep.c (cris_register_type): Replace
3762 cris_register_virtual_type.
3763 (cris_gdbarch_init): Update, set register_type.
3764
48c2c0a6
AC
3765 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3766 * gdbarch.h, gdbarch.c: Re-generate.
3767 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3768 (arm_gdbarch_init) Do not set frameless function invocation.
3769 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3770 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3771 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3772 (frv_gdbarch_init): Do not set frameless function invocation.
3773 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3774 * sh-tdep.c (sh_gdbarch_init): Ditto.
3775 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3776 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3777 * avr-tdep.c (avr_gdbarch_init): Ditto.
3778
474093a6
AC
3779 * blockframe.c (legacy_frame_chain_valid): Delete function.
3780
3c109c8b
AC
3781 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3782 and pc. Update comments.
3783 (pc_in_dummy_frame): Delete function.
3784 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3785 use the "id".
3786 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3787 call_hi, top and pc, use the id.
3788 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3789
96860204
AC
3790 * dummy-frame.c: Include "gdb_string.h".
3791 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3792 (generic_save_dummy_frame_tos): Delete.
3793 (dummy_frame_push): New function, replaces above.
3794 * dummy-frame.h: Update copyright.
3795 (dummy_frame_push): Declare.
3796 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3797 (generic_save_call_dummy_addr): Delete declarations.
3798 * infcall.c: Include "dummy-frame.h".
3799 (call_function_by_hand): Add locals caller_regcache,
3800 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3801 with call to frame_save_as_regcache plus cleanup. Delete calls to
3802 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3803 Move clear_proceed_status to just before the resume, add call to
3804 dummy_frame_push (discard cleanup).
3805 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3806 (dummy-frame.o): Add $(gdb_string_h).
3807
d67ec5db
AC
38082004-08-01 Andrew Cagney <cagney@gnu.org>
3809
3810 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3811 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3812 * dummy-frame.c (find_dummy_frame): Delete.
3813 (struct dummy_frame_cache, dummy_frame_sniffer)
3814 (dummy_frame_prev_register, dummy_frame_this_id)
3815 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3816 frame unwinder using a dummy_frame_cache.
3817
a81dcb05
AC
38182004-08-01 Andrew Cagney <cagney@gnu.org>
3819
3820 * frame.h (frame_save_as_regcache): Declare.
3821 * frame.c (frame_save_as_regcache): New function.
3822 (do_frame_read_register): Replace do_frame_unwind_register.
3823 (frame_pop): Use frame_save_as_regcache.
3824 * dummy-frame.c (generic_push_dummy_frame): Use
3825 frame_save_as_regcache.
3826
aa495d11
JB
38272004-08-01 Joel Brobecker <brobecker@gnat.com>
3828
3829 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3830 file as included until we record the first line in the linetable.
3831
ff65ac78
AC
38322004-08-01 Andrew Cagney <cagney@gnu.org>
3833
3834 * frame.h (deprecated_pop_dummy_frame)
3835 (deprecated_read_register_dummy)
3836 (deprecated_generic_find_dummy_frame): Delete.
3837 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3838 (deprecated_read_register_dummy)
3839 (deprecated_find_dummy_frame_regcache)
3840 (discard_innermost_dummy)
3841 (deprecated_pop_dummy_frame): Delete.
3842 (dummy_frame_this_id): Simplify.
3843 (struct dummy_frame): Delete "fp" and "sp".
3844 (find_dummy_frame): Simplify.
3845 (generic_push_dummy_frame): Do not set "fp" or "sp".
3846 (fprint_dummy_frames): Do not print "fp" and "sp"
3847
37bdc87e
MK
38482004-08-01 Mark Kettenis <kettenis@gnu.org>
3849
3850 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3851 (struct i386_insn): New structure.
3852 (i386_match_insn): New function.
3853 (i386_frame_setup_skip_insns): New variable.
3854 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3855 array i386_frame_setup_insns of instructions that should be
3856 skipped inside the frame setup sequence.
3857
8241eaa6
AC
38582004-08-01 Andrew Cagney <cagney@gnu.org>
3859
5bc602c7
AC
3860 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3861 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3862 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3863 * stack.c (frame_info): Delete references to
3864 DEPRECATED_FRAME_INIT_SAVED_REGS and
3865 deprecated_get_frame_saved_regs.
3866 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3867 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3868 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3869 (frame_unwind_register_signed)
3870 (frame_unwind_register_unsigned)
3871 (frame_unwind_unsigned_register): Use register_size.
3872 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3873 (deprecated_frame_xmalloc_with_cleanup)
3874 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3875 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3876
03d363a1
AC
3877 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3878 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3879 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3880 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3881
8241eaa6
AC
3882 * infcall.c (call_function_by_hand): Do not use
3883 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3884 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3885 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3886 DEPRECATED_STACK_ALIGN.
3887
f00df8b7
AC
38882004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3889
3890 Committed by Andrew Cagney.
3891 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3892
eec63939
AC
38932004-08-01 Andrew Cagney <cagney@gnu.org>
3894
3895 * mips-tdep.c (mips16_frame_cache)
3896 (mips16_frame_this_id, mips16_frame_prev_register)
3897 (mips16_frame_unwind, mips16_frame_sniffer)
3898 (mips16_frame_base_address, mips16_frame_base)
3899 (mips16_frame_base_sniffer, mips32_frame_cache)
3900 (mips32_frame_this_id, mips32_frame_prev_register)
3901 (mips32_frame_unwind, mips32_frame_sniffer)
3902 (mips32_frame_base_address, mips32_frame_base)
3903 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3904 separate heuristic mips16 and mips32 unwinders.
3905 (mips_stub_frame_cache, mips_stub_frame_this_id)
3906 (mips_stub_frame_prev_register)
3907 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3908 (mips_stub_frame_base_address, mips_stub_frame_base)
3909 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3910 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3911 match true mdebug frames.
3912 (non_heuristic_proc_desc): Add forward declaration.
3913
e66299b3
AC
39142004-08-01 Andrew Cagney <cagney@gnu.org>
3915
83cbbf3e
AC
3916 * config/mips/tm-irix6.h: Delete file.
3917 * config/mips/tm-irix5.h: Delete file.
3918 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3919 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3920
22d41b37
AC
3921 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3922 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3923 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3924 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3925 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3926 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3927 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3928 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3929 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3930 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3931 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3932 (TARGET_SIGNAL_RAW_VALUES): Delete.
3933 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3934 Delete.
3935 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3936 (TARGET_HW_WATCH_LIMIT): Delete.
3937 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3938 * minimon.h: Delete file.
3939
e66299b3
AC
3940 * trad-frame.c (trad_frame_get_this_base)
3941 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3942 functions.
3943 * trad-frame.h (trad_frame_set_this_base)
3944 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3945
1f67027d
AC
39462004-07-31 Andrew Cagney <cagney@gnu.org>
3947
3948 * trad-frame.c (trad_frame_get_prev_register): Rename
3949 trad_frame_get_prev_register.
3950 * vax-tdep.c (vax_frame_prev_register): Update.
3951 * trad-frame.h: Update.
3952 * trad-frame.c (trad_frame_get_register): Update.
3953 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3954 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3955 Update.
3956 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3957 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3958 Update.
3959 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3960 Update.
3961 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3962 Update.
3963 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3964 Update.
3965 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3966 Update.
3967 * s390-tdep.c (s390_frame_prev_register)
3968 (s390_stub_frame_prev_register)
3969 (s390_sigtramp_frame_prev_register): Update.
3970 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3971 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3972 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3973 * m88k-tdep.c (m88k_frame_prev_register)
3974 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3975 * m32r-tdep.c (m32r_frame_prev_register): Update.
3976 * hppa-tdep.c (hppa_frame_prev_register_helper)
3977 * frv-tdep.c (frv_frame_prev_register): Update.
3978 * d10v-tdep.c (d10v_frame_prev_register): Update.
3979 * cris-tdep.c (cris_frame_prev_register): Update.
3980 * avr-tdep.c (avr_frame_prev_register): Update.
3981 * arm-tdep.c (arm_prologue_prev_register)
3982 (arm_sigtramp_prev_register): Update.
3983
c1bf6f65
AC
39842004-07-31 Andrew Cagney <cagney@gnu.org>
3985
3986 * frame.h (legacy_saved_regs_unwind)
3987 (legacy_frame_chain_valid, legacy_frame_p)
3988 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
3989 * dummy-frame.c (dummy_frame_this_id): Simplify.
3990 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
3991 * frame.c (struct frame_info): Delete the field "type".
3992 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3993 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3994 (legacy_saved_regs_unwind, legacy_frame_p)
3995 (frame_type_from_pc): Delete.
3996 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3997 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3998
dc856692
MK
39992004-07-31 Mark Kettenis <kettenis@gnu.org>
4000
5a5effe1
MK
4001 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4002 indentation.
4003
d4fd50a6
MK
4004 * mips-nat.c: Remove file.
4005 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4006 (mips-nat.o): Remove dependency.
4007
2689df5a
MK
4008 * infptrace.c: Update copyright year.
4009 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4010 explicitly setting the buffer to all zeroes.
4011
dc856692
MK
4012 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4013 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4014
763910e0
AC
40152004-07-30 Andrew Cagney <cagney@gnu.org>
4016
4017 * GDB 6.2 released from gdb_6_2-branch.
4018
0b66e38c
EZ
40192004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4020
4021 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4022
4023 * exec.c (exec_file_attach):
4024 * nto-tdep.c (nto_find_and_open_solib):
4025 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4026 * solib.c (solib_open):
4027 * somsolib.c (som_solib_sizeof_symbol_table):
4028 * source.c (is_regular_file, openp, open_source_file):
4029 * symfile.c (symfile_bfd_open):
4030 * wince.c (upload_to_device): Differentiate between the search for
4031 binary and source files.
4032
be7d7357
AC
40332004-07-30 Andrew Cagney <cagney@gnu.org>
4034
4035 * complaints.c (_initialize_complaints): Pass NULL to
4036 add_setshow_zinteger_cmd for help_doc.
4037 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4038
ddc9cd0f
AC
40392004-07-30 Andrew Cagney <cagney@gnu.org>
4040
4041 Fix PR i18n/761.
4042 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4043 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4044 $(PACKAGE).pot and update-po.
4045 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4046 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4047 (update-po): New rules.
4048 (localedir): Define using autoconf.
4049 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4050 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4051 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4052 * configure.in: Generate CATALOGS and LINGUAS from contents of
4053 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4054 * configure: Re-generate.
4055 * po/gdbtext: New file
4056
e92f3704
JG
40572004-07-30 Jerome Guitton <guitton@gnat.com>
4058
4059 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4060 order.
4061
b0f35d58
DL
40622004-07-30 David Lecomber <dsl@sources.redhat.com>
4063
4064 * dwarf2read.c (read_file_scope): Set producer if attribute
4065 present.
4066 (struct dwarf2_cu): Added new member producer.
4067
ce7d4522
JG
40682004-07-30 Jerome Guitton <guitton@gnat.com>
4069
4070 * inflow.c (kill_command): release file handles in BFD.
4071 * exec.c (exec_file_attach): Ditto.
4072 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4073
05ee07c7
AC
40742004-07-29 Andrew Cagney <cagney@gnu.org>
4075
4076 * PROBLEMS (mips-irix): Note that it is broken.
4077
62eceb47
AC
40782004-07-29 Andrew Cagney <cagney@gnu.org>
4079
e57b8d41
AC
4080 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4081 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4082
d334389b
AC
4083 * config/xm-nbsd.h: Delete file.
4084 * config/arm/xm-nbsd.h: Delete file.
4085 * config/i386/xm-nbsd.h: Delete file.
4086 * config/ns32k/xm-nbsd.h: Delete file.
4087 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4088 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4089 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4090 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4091 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4092
e910f676
AC
4093 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4094 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4095 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4096 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4097 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4098 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4099
6fa856b9
AC
4100 * config/powerpc/xm-linux.h: Delete empty file.
4101 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4102 * config/powerpc/linux.mh (XM_FILE): Delete.
4103 * config/m68k/xm-linux.h: Delete empty file.
4104 * config/m68k/linux.mh (XM_FILE): Delete.
4105 * config/ia64/xm-linux.h: Delete empty file.
4106 * config/ia64/linux.mh (XM_FILE): Delete.
4107 * config/arm/xm-linux.h: Delete empty file.
4108 * config/arm/linux.mh (XM_FILE): Delete.
4109
471ae5ae
AC
4110 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4111 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4112 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4113 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4114 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4115 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4116 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4117 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4118
62eceb47
AC
4119 * config/m68k/xm-m68k.h: Delete file.
4120 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4121 copyright.
4122 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4123 * config/pa/xm-linux.h: Delete empty file.
4124 * config/pa/linux.mh (XM_FILE): Delete.
4125 * config/i386/xm-i386.h: Delete empty file.
4126 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4127 "i386/xm-i386.h".
4128 * config/i386/obsdaout.mh (XM_FILE): Delete.
4129 * config/i386/obsd64.mh (XM_FILE): Delete.
4130 * config/i386/fbsd64.mh (XM_FILE): Delete.
4131 * config/i386/nto.mh (XM_FILE): Delete.
4132 * config/i386/obsd.mh (XM_FILE): Delete.
4133 * config/i386/linux64.mh (XM_FILE): Delete.
4134 * config/i386/linux.mh (XM_FILE): Delete.
4135 * config/i386/i386sol2.mh (XM_FILE): Delete.
4136 * config/i386/i386gnu.mh (XM_FILE): Delete.
4137 * config/i386/fbsd.mh (XM_FILE): Delete.
4138 * config/i386/nbsd64.mh (XM_FILE): Delete.
4139
c35f4ffc
AC
41402004-07-29 Andrew Cagney <cagney@gnu.org>
4141
4142 * config/pa/xm-linux.h: Do not include "floatformat.h".
4143 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4144 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4145 * config/i386/xm-i386.h: Do not include "floatformat.h".
4146 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4147 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4148 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4149 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4150 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4151 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4152 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4153 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4154 * configure, config.in: Regenerate.
4155 * configure.host (gdb_host_float_format, gdb_host_double_format)
4156 (gdb_host_long_double_format): Set according to the host.
4157
624a44a3
AC
41582004-07-29 Andrew Cagney <cagney@gnu.org>
4159
4160 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4161
0dea2468
AC
41622004-07-28 Andrew Cagney <cagney@gnu.org>
4163
4164 * PROBLEMS: Mention threads/1650.
4165 * NEWS: Mention the NPTL fix.
4166
b3f42336
AC
41672004-07-28 Andrew Cagney <cagney@gnu.org>
4168
4169 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4170 (add_setshow_cmd_full): Make static.
4171 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4172 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4173 * cli/cli-decode.c (add_setshow_filename_cmd)
4174 (add_setshow_string_cmd): New functions.
4175 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4176 * mips-tdep.c (_initialize_mips_tdep): Update.
4177 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4178 * cli/cli-logging.c (_initialize_cli_logging): Update.
4179 * complaints.c (_initialize_complaints): Update.
4180 * remote.c (_initialize_remote): Update.
4181
3b64bf98
AC
41822004-07-28 Andrew Cagney <cagney@gnu.org>
4183
4184 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4185 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4186 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4187 print parameters. Make string parameters constant.
4188 * command.h: Update. Update copyright.
4189 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4190 * observer.c (_initialize_observer): Ditto.
4191 * frame.c (_initialize_frame): Ditto.
4192 * complaints.c (_initialize_complaints): Ditto.
4193 * maint.c (_initialize_maint_cmds): Ditto.
4194 * target.c (initialize_targets): Ditto.
4195 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4196 * infcall.c (_initialize_infcall): Ditto.
4197 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4198 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4199 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4200 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4201 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4202
e9667a65
AC
42032004-07-28 Andrew Cagney <cagney@gnu.org>
4204
54a5b07d
AC
4205 * gdbtypes.c (lookup_primitive_typename): Delete function.
4206 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4207 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4208 * gdbtypes.c (lookup_typename): Ditto.
4209 * f-exp.y (yylex): Ditto.
4210 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4211
e9667a65
AC
4212 * scm-lang.c (c_builtin_types): Delete extern declaration.
4213 (scm_language_defn): Replace
4214 string_char_type and primitive_type_vector with
4215 la_language_arch_info.
4216 * jv-lang.c (java_language_defn): Replace
4217 string_char_type and primitive_type_vector with
4218 la_language_arch_info.
4219 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4220 c_builtin_types in comment.
4221 * c-lang.h (struct language_arch_info): Declare opaque.
4222 (c_language_arch_info): Declare.
4223 (c_builtin_types): Delete declaration.
4224 * c-lang.c (c_language_arch_info): Set string_char_type to
4225 builtin_char, not builtin_true_char. Make global.
4226 (c_builtin_types): Delete array.
4227 (asm_language_defn, minimal_language_defn): Replace
4228 string_char_type and primitive_type_vector with
4229 la_language_arch_info.
4230
685419e2
AC
42312004-07-28 Andrew Cagney <cagney@gnu.org>
4232
4233 * gdbtypes.h (struct builtin_type): Rename true_char to
4234 builtin_true_char.
4235 * gdbtypes.c (gdbtypes_post_init): Update.
4236 * c-lang.c (arch_info): New function.
4237 (enum c_primitive_types): New enum.
4238 (c_language_defn): Instead of string_char_type and
4239 primitive_type_vector set la_language_arch_info.
4240
5a44ea29
AC
42412004-07-28 Andrew Cagney <cagney@gnu.org>
4242
4243 * language.h (struct language_arch_info): Fix typo
4244 s/primative/primitive/.
4245 * gdbtypes.c (lookup_primitive_typename): Ditto.
4246 * language.c (language_lookup_primitive_type_by_name)
4247 (unknown_language_arch_info): Ditto.
4248
f290d38e
AC
42492004-07-27 Andrew Cagney <cagney@gnu.org>
4250
4251 * defs.h (enum language): Add nr_languages.
4252 * language.h (struct language_arch_info): Define.
4253 (struct language_defn): Add la_language_arch_info.
4254 (language_lookup_primative_type_by_name): Declare.
4255 (language_string_char_type): Declare.
4256 * language.c (_initialize_language, language_gdbarch_post_init)
4257 (struct language_gdbarch, language_gdbarch_data): Implement
4258 per-architecture language information.
4259 (unknown_language_arch_info, language_string_char_type)
4260 (language_lookup_primative_type_by_name): New functions.
4261 (unknown_language_defn, auto_language_defn)
4262 (local_language_defn): Set la_language_arch_info to
4263 unknown_language_arch_info.
4264 (unknown_builtin_types): Delete.
4265 * gdbtypes.c (lookup_primitive_typename): Use
4266 language_lookup_primative_type_by_name.
4267 (create_string_type): Use language_string_char_type.
4268 * values.c (value_from_string): Use language_string_char_type.
4269 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4270 * p-lang.c (pascal_language_defn): Ditto.
4271 * m2-lang.c (m2_language_defn): Ditto.
4272 * jv-lang.c (java_language_defn): Ditto.
4273 * objc-lang.c (objc_language_defn): Ditto.
4274 * f-lang.c (f_language_defn): Ditto.
4275 * c-lang.c (c_language_defn, cplus_language_defn)
4276 (asm_language_defn, minimal_language_defn): Ditto.
4277
000177f0
AC
42782004-07-27 Andrew Cagney <cagney@gnu.org>
4279
4280 * gdbtypes.h (struct builtin_type): Declare.
4281 (builtin_type): Declare.
4282 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4283 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4284 (gdbtypes_post_init): New function.
4285 (builtin_type): New function.
4286
e22f895c
KI
42872004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4288
4289 * remote-m32r-sdi.c: Fix breakpoint bug.
4290 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4291 recv_char_data, recv_long_data): New functions to replace communication
4292 sequences.
4293
536517dd
MC
42942004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4295
4296 Document PR threads/1650.
4297 * PROBLEMS (Threads): Document problem with many threads
4298
a0a44d18
AC
42992004-07-26 Andrew Cagney <cagney@gnu.org>
4300
4301 * gdb-mi.el: Move from here ...
4302 * mi/gdb-mi.el: ... to here.
4303
7ac4ac06
AC
43042004-07-26 Andrew Cagney <cagney@gnu.org>
4305
4306 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4307 * main.c (captured_main): When in batch mode always detach.
4308
a1b461bf
AC
43092004-07-26 Andrew Cagney <cagney@gnu.org>
4310
4311 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4312 and h8300 as broken.
4313 * NEWS: END-OF-LIFE frame compatibility module.
4314 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4315 specific comments.
4316
cb1a6d5f
AC
43172004-07-26 Andrew Cagney <cagney@gnu.org>
4318
4319 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4320 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4321 * wince.c (_initialize_wince): Update.
4322 * win32-nat.c (_initialize_win32_nat): Update.
4323 * varobj.c (_initialize_varobj): Update.
4324 * valops.c (_initialize_valops): Update.
4325 * utils.c (initialize_utils, initialize_utils): Update.
4326 * tui/tui-win.c (_initialize_tui_win): Update.
4327 * top.c (init_main): Update.
4328 * symfile.c (_initialize_symfile): Update.
4329 * source.c (_initialize_source): Update.
4330 * somsolib.c (_initialize_som_solib): Update.
4331 * solib.c (_initialize_solib): Update.
4332 * solib-frv.c (_initialize_frv_solib): Update.
4333 * serial.c (_initialize_serial): Update.
4334 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4335 * remote.c (_initialize_remote, _initialize_remote): Update.
4336 * remote-vx.c (_initialize_vx): Update.
4337 * remote-utils.c (_initialize_sr_support): Update.
4338 * remote-sds.c (_initialize_remote_sds): Update.
4339 * remote-mips.c (_initialize_remote_mips): Update.
4340 * remote-e7000.c (_initialize_remote_e7000): Update.
4341 * proc-api.c (_initialize_proc_api): Update.
4342 * printcmd.c: Update.
4343 * parse.c (_initialize_parse): Update.
4344 * pa64solib.c (_initialize_pa64_solib): Update.
4345 * p-valprint.c (_initialize_pascal_valprint): Update.
4346 * monitor.c (_initialize_remote_monitors): Update.
4347 * mips-tdep.c (_initialize_mips_tdep): Update.
4348 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4349 * maint.c (_initialize_maint_cmds): Update.
4350 * lin-lwp.c (_initialize_lin_lwp): Update.
4351 * language.c (_initialize_language): Update.
4352 * kod.c (_initialize_kod): Update.
4353 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4354 * i386-tdep.c (_initialize_i386_tdep): Update.
4355 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4356 * gdbarch.sh: Update.
4357 * gdbarch.c: Re-generate.
4358 * gdb-events.sh: Update.
4359 * gdb-events.c: Re-generate.
4360 * frame.c (_initialize_frame): Update.
4361 * exec.c: Update.
4362 * demangle.c (_initialize_demangler): Update.
4363 * dcache.c (_initialize_dcache): Update.
4364 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4365 * cp-valprint.c (_initialize_cp_valprint): Update.
4366 * corefile.c (_initialize_core): Update.
4367 * command.h: Update.
4368 * cli/cli-decode.h: Update.
4369 * cli/cli-cmds.c (init_cli_cmds): Update.
4370 * charset.c (_initialize_charset): Update.
4371 * breakpoint.c (_initialize_breakpoint): Update.
4372 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4373 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4374 * aix-thread.c (_initialize_aix_thread): Update.
4375
b4632131
MK
43762004-07-24 Mark Kettenis <kettenis@gnu.org>
4377
4378 Partial fix for PR backtrace/1718.
4379 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4380 that GCC migrates into the prolugue. Don't handle any
4381 instructions that clobber %ebx.
4382
822c9732
AC
43832004-07-23 Andrew Cagney <cagney@gnu.org>
4384
4385 Use regcache_raw_collect instead of regcache_collect.
4386 * regcache.h (regcache_collect): Delete declaration.
4387 * regcache.c (regcache_colect): Delete function.
4388 * win32-nat.c (do_child_store_inferior_registers): Update.
4389 * sol-thread.c (sol_thread_store_registers): Update.
4390 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4391 * rs6000-nat.c (store_register): Update.
4392 * remote.c (store_register_using_P, remote_store_registers): Update.
4393 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4394 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4395 (fill_vrregset, store_spe_registers, fill_gregset)
4396 (fill_gregset): Update.
4397 * nto-procfs.c (procfs_store_registers): Update.
4398 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4399 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4400 * m68klinux-nat.c (store_register, fill_gregset): Update.
4401 * m68k-tdep.c (fill_gregset): Update.
4402 * infptrace.c (store_register): Update.
4403 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4404 * i386-linux-nat.c (store_register, fill_gregset): Update.
4405 * hppa-linux-nat.c (fill_gregset): Update.
4406 * go32-nat.c (store_register): Update.
4407 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4408 (store_fp_regs): Update.
4409 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4410 (store_nwfpe_extended, store_fpregister, store_fpregs)
4411 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4412 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4413 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4414 (store_regs_user_thread, store_regs_kernel_thread): Update.
4415
32b05c07
MK
44162004-07-24 Mark Kettenis <kettenis@gnu.org>
4417
4418 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4419 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4420 encoding.
4421 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4422 member of `struct comp_unit'.
4423
8567c30f
AC
44242004-07-23 Andrew Cagney <cagney@gnu.org>
4425
4426 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4427 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4428
f6da8dd8
MH
44292004-07-23 Martin Hunt <hunt@redhat.com>
4430 Kevin Buettner <kevinb@redhat.com>
4431
4432 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4433 alignment was being added to the offset instead of multiplied.
4434
bd921882
MK
44352004-07-23 Mark Kettenis <kettenis@gnu.org>
4436
24f033e8
MK
4437 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4438 changed signal trampoline in OpenBSD 3.5-current.
4439
90f3cecd
MK
4440 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4441 <machine/pcb.h> and "bsd-kvm.h".
4442 (sparc64nbsd_supply_pcb): New function.
4443 (_initialize_sparc64nbsd_nat): Renamed from
4444 _initialize_sparcnbsd_nat. Enable libkvm interface.
4445 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4446 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4447 (LOADLIBES): New variable.
4448
a4954a62
MK
4449 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4450
bd921882
MK
4451 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4452
23a6d369
AC
44532004-07-21 Andrew Cagney <cagney@gnu.org>
4454
4455 Use regcache_raw_supply instead of supply_register.
4456 * regcache.h (supply_register): Delete declaration.
4457 * regcache.c (supply_register): Delete function.
4458 * wince.c (do_child_fetch_inferior_registers): Update.
4459 * win32-nat.c (do_child_fetch_inferior_registers)
4460 (fetch_elf_core_registers): Update.
4461 * v850ice.c (v850ice_fetch_registers): Update.
4462 * thread-db.c (thread_db_store_registers): Update.
4463 * sol-thread.c (sol_thread_store_registers): Update.
4464 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4465 * rs6000-nat.c (fetch_register): Update.
4466 * rom68k-rom.c (rom68k_supply_one_register): Update.
4467 * remote.c (remote_wait, remote_async_wait): Update.
4468 * remote-st.c (get_hex_regs): Update.
4469 * remote-sim.c (gdbsim_fetch_register): Update.
4470 * remote-sds.c (sds_fetch_registers): Update.
4471 * remote-rdp.c (remote_rdp_fetch_register): Update.
4472 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4473 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4474 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4475 * remote-hms.c (init_hms_cmds): Update.
4476 * remote-est.c (init_est_cmds): Update.
4477 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4478 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4479 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4480 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4481 (fetch_register, supply_vrregset, supply_vrregset)
4482 (fetch_spe_registers): Update.
4483 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4484 * monitor.c (monitor_supply_register): Update.
4485 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4486 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4487 (mipsnbsd_supply_fpreg): Update.
4488 * mips-nat.c (fetch_inferior_registers)
4489 (fetch_core_registers): Update.
4490 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4491 (supply_fpregset, mips64_supply_gregset)
4492 (mips64_supply_fpregset): Update.
4493 * m68klinux-nat.c (fetch_register, supply_gregset)
4494 (supply_fpregset): Update.
4495 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4496 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4497 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4498 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4499 * infptrace.c (fetch_register): Update.
4500 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4501 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4502 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4503 (gnu_fetch_registers, gnu_store_registers): Update.
4504 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4505 * i386-linux-nat.c (fetch_register, supply_gregset)
4506 (dummy_sse_values): Update.
4507 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4508 * hppah-nat.c (fetch_register): Update.
4509 * hppa-linux-nat.c (fetch_register, supply_gregset)
4510 (supply_fpregset): Update.
4511 * go32-nat.c (fetch_register): Update.
4512 * dve3900-rom.c (fetch_bitmapped_register)
4513 (_initialize_r3900_rom): Update.
4514 * cris-tdep.c (supply_gregset): Update.
4515 * abug-rom.c (init_abug_cmds): Update.
4516 * core-aout.c (fetch_core_registers): Update.
4517 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4518 (fetch_register, fetch_fp_register): Update.
4519 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4520 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4521 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4522 * alphanbsd-tdep.c (fetch_core_registers): Update.
4523 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4524 * alpha-nat.c (fetch_osf_core_registers)
4525 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4526 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4527 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4528
73cc75f3
AC
45292004-07-21 Andrew Cagney <cagney@gnu.org>
4530
4531 * PROBLEMS: Mention breakpoints/1702.
4532 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4533 that is known to work.
4534
a53c66de
AC
45352004-07-21 Andrew Cagney <cagney@gnu.org>
4536
4537 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4538 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4539 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4540 (handle_inferior_event): Wrap call to deprecated
4541 IGNORE_HELPER_CALL in #ifdef.
4542 * config/mips/tm-nbsd.h: Update.
4543
708ff411
JB
45442004-07-20 Jim Blandy <jimb@redhat.com>
4545
412b3060
JB
4546 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4547 bfd_mach_ppc has no segment registers.
4548
13ac140c
JB
4549 Include PowerPC SPR numbers for special-purpose registers.
4550 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4551 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4552 new member in initializer.
4553 (S, S4, SN4, S64): New macros for defining special-purpose
4554 registers.
4555 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4556 registers_403, registers_403GC, registers_505, registers_860,
4557 registers_601, registers_602, registers_603, registers_604,
4558 registers_750, registers_e500): Use them.
4559
708ff411
JB
4560 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4561 replace references with expression used to initialize variable.
4562
1f602b35
AC
45632004-07-20 Andrew Cagney <cagney@gnu.org>
4564
4565 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4566 read_memory_nobpt.
4567 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4568 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4569 (s390_sigtramp_frame_sniffer): Update.
4570 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4571 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4572 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4573 (mips32_fetch_instruction): Update.
4574 * mcore-tdep.c (get_insn): Update.
4575 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4576 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4577 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4578 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4579 (i386_linux_rt_sigtramp_start): Update.
4580 * i386-linux-nat.c (child_resume): Update.
4581 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4582 * hppa-linux-tdep.c (insns_match_pattern): Update.
4583 * gdbcore.h: Update.
4584 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4585 * frame.c (safe_frame_unwind_memory): Update.
4586 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4587 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4588 * alpha-tdep.c (alpha_read_insn): Update.
4589
2cd8546d
AC
45902004-07-20 Andrew Cagney <cagney@gnu.org>
4591
4592 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4593 containing both bytes and mask. Add "frame_type".
4594 * tramp-frame.c (tramp_frame_start): Update.
4595 (tramp_frame_prepend_unwinder): Update.
4596 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4597 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4598 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4599 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4600
f928dd62
EZ
46012004-07-19 Eli Zaretskii <eliz@gnu.org>
4602
4603 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4604 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4605 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4606 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4607
d5c560f7
AC
46082004-07-17 Andrew Cagney <cagney@gnu.org>
4609
860660cb
AC
4610 * NEWS, PROBLEMS: Update for 6.2.
4611
8c266f54
AC
4612 * README: Update to 6.2.
4613
a552edd9
AC
4614 * utils.c (xvasprintf): Call xstrvprintf.
4615
c4a172b5
AC
4616 * parse.c: Update copyright.
4617 (null_post_parser): Eliminate ARGSUSED.
4618
da745b36
AC
4619 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4620 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4621 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4622
9cbc6ef0
AC
4623 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4624 * ppc-linux-nat.c: Use "Linux kernel".
4625 * hppa-linux-tdep.c: Use GNU/Linux.
4626 * hppa-linux-nat.c: Use GNU/Linux.
4627 * dwarfread.c: Add [sic] to use of Linux.
4628
1b89295f
AC
4629 * hppa-linux-nat.c: Do not include <string.h>.
4630 (supply_fpregset): Remove "register" attribute.
4631
d5c560f7
AC
4632 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4633
7ddd7709
MK
46342004-07-17 Mark Kettenis <kettenis@gnu.org>
4635
b1d19a62
MK
4636 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4637 * configure, config.in: Regenerated.
4638
7ddd7709
MK
4639 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4640 "bsd-kvm.h".
4641 (vaxbsd_supply_pcb): New function.
4642 (_initialize_vaxbsd_nat): New prototype and function.
4643 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4644 solib-sunos.o.
4645 (LOADLIBES): New variable.
4646 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4647 (LOADLIBES): New variable.
4648 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4649 (LOADLIBES): New variable.
4650 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4651
2c07db7a
AC
46522004-07-16 Andrew Cagney <cagney@gnu.org>
4653
4654 * defs.h (event_loop_p): Replace variable declaration with macro,
4655 always 1.
4656 * main.c (captured_main): Delete options "-async" and "-noasync".
4657 (event_loop_p): Delete variable.
4658 * NEWS: Mention that "-async" and "-noasync" were removed.
4659
717eb1cf
AC
46602004-07-16 Andrew Cagney <cagney@gnu.org>
4661
4662 * remote-m32r-sdi.c: Re-indent.
4663
c101bc14
JB
46642004-07-16 Jim Blandy <jimb@redhat.com>
4665
5109a438
JB
4666 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4667 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4668 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4669 missing MPC823 SPRs.
4670 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4671 incorrect. (This was corrected in GDB's register name tables on
4672 2004-07-14.)
4673
c101bc14
JB
4674 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4675 should be "esasrr" ("ESA Save and Restore Register").
4676
7ce450bd
AC
46772004-07-16 Andrew Cagney <cagney@gnu.org>
4678
4679 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4680 calls, no longer applicable. Update comments and rename parameter
4681 "step_frame" to "return_frame".
4682
ca73dd9d
AC
46832004-07-16 Andrew Cagney <cagney@gnu.org>
4684
4685 * frame.c (fprint_field): New function.
4686 (fprint_frame_id): Use fprint_field.
4687
31941f6d
JB
46882004-07-15 Joel Brobecker <brobecker@gnat.com>
4689
4690 * ada-lang.c (ada_language_defn): Remove commented out code.
4691
f86a7158
JB
46922004-07-15 Jim Blandy <jimb@redhat.com>
4693
4694 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4695 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4696
c24791ec
JB
46972004-07-14 Jim Blandy <jimb@redhat.com>
4698
29bb1356
JB
4699 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4700
cc98b5cc
JB
4701 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4702
8f088af7
JB
4703 * ppc-tdep.h (ppc_num_srs): New enum constant.
4704
0ea0ec5f
JB
4705 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4706 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4707 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4708 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4709 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4710 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4711 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4712 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4713 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4714 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4715 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4716 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4717 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4718 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4719 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4720 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4721 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4722 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4723 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4724 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4725 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4726 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4727 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4728 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4729 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4730 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4731 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4732 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4733 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4734 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4735 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4736 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4737 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4738 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4739 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4740 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4741 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4742 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4743 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4744 special-purpose register numbers.
4745
c24791ec
JB
4746 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4747 manual mentions 'md_twb', but many mention 'm_twb', and at that
4748 point in the register list.)
4749
d833db3b
AC
47502004-07-14 Andrew Cagney <cagney@gnu.org>
4751
4752 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4753 instead of "internal-error".
4754
080228b2
JB
47552004-07-10 Joel Brobecker <brobecker@gnat.com>
4756
4757 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4758 that was inserted inside a comment.
4759
c268433a
RC
47602004-07-10 Randolph Chung <tausq@debian.org>
4761
4762 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4763 function.
4764 (hppa_hpux_push_dummy_code): New function.
4765 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4766 Set find_global_pointer method.
4767
71009278
MK
47682004-07-10 Mark Kettenis <kettenis@gnu.org>
4769
4770 * NEWS: Mention BSD libkvm interface.
4771
b2fa5097
MS
47722004-07-10 Michael Snyder <msnyder@redhat.com>
4773
4774 * symfile.c (generic_load): Comment typo.
4775 * stack.c (get_selected_block): Ditto.
4776 * regcache.c (regcache_cooked_read): Ditto.
4777 * monitor.c (monitor_debug): Ditto.
4778 * mips-tdep.c (mips_read_pc): Ditto.
4779 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4780 * gdb_mbuild.sh: Ditto.
4781 * gdbarch.sh: Ditto.
4782 * gdbarch.h: Ditto.
4783
c3e5cd34
PH
47842004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4785
8a2225b2
PH
4786 * ada-tasks.c: Remove file.
4787
c3e5cd34
PH
4788 Remove ARI problems:
4789
4790 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4791 beginning of line.
4792
4793 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4794 Add comment.
4795 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4796 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4797 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4798 (UMIN_OF_SIZE): Remove.
4799 (max_of_type): New function to replace orphan macro in gdbtypes.h
4800 (min_of_type): Ditto.
4801 (discrete_type_high_bound): Use max_of_type.
4802 (discrete_type_low_bound): Use min_of_type.
4803 (possible_user_operator_p): Move operator to beginning of line.
4804 (ada_is_variant_part): Ditto.
4805 (ensure_lval): Rewrite to avoid deprecated operations.
4806 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4807 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4808 (ada_enum_name): Remove assignments in 'if' statements.
4809 (build_ada_types): Add gdbarch parameter.
4810 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4811 with gdbarch_data_register_post_init.
4812 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4813 add_show_from_set.
4814
4815 * ada-valprint.c (inspect_it): Remove declaration.
4816 (repeat_count_threshold): Remove declaration.
4817 (ada_print_floating): Remove assignments in 'if' statements.
4818 (print_str): Move operator to beginning of line.
4819
61ce229a
JB
48202004-07-08 Jim Blandy <jimb@redhat.com>
4821
4822 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4823
09bcec80
BR
48242004-07-08 Bob Rossi <bob@brasko.net>
4825
4826 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4827
31c27f77
JJ
48282004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4829
4830 * language.h (struct_language_defn): Add new function pointer:
4831 la_class_name_from_physname. Also add new prototype for
4832 language_class_name_from_physname.
4833 * language.c (language_class_name_from_physname): New function.
4834 (unk_lang_class_name): Ditto.
4835 (unknown_language_defn, auto_language_defn): Change
4836 to add unk_lang_class_name function pointer for
4837 la_class_name_from_physname.
4838 (local_language_defn): Ditto.
4839 * dwarf2read.c (guess_structure_name): Change to call
4840 language_class_name_from_physname.
4841 (determine_class_name): Ditto.
4842 * cp-support.c (class_name_from_physname): Renamed.
4843 (cp_class_name_from_physname): New name of function.
4844 * cp-support.h: Ditto.
4845 * c-lang.c (c_language_defn): Change to add NULL
4846 for class_name_from_physname function pointer.
4847 (cplus_language_defn): Change to add cp_class_name_from_physname.
4848 * jv-lang.c (java_class_name_physname): New function.
4849 (java_find_last_component): New static routine.
4850 (java_language_defn): Add java_class_name_from_physname pointer.
4851 * ada-lang.c (ada_language_defn): Change to add NULL
4852 for class_name_from_physname function pointer.
4853 * f-lang.c (f_language_defn): Ditto.
4854 * m2-lang.c (m2_language_defn): Ditto.
4855 * objc-lang.c (objc_language_defn): Ditto.
4856 * p-lang.c (pascal_language_defn): Ditto.
4857 * scm-lang.c (scm_language_defn): Ditto.
4858
ee28ca0f
AC
48592004-07-06 Andrew Cagney <cagney@gnu.org>
4860
4861 Patch from Bart Robinson.
4862 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4863 (O_LARGEFILE): Define to 0, if not defined.
4864
fdb1bf9d
MK
48652004-07-03 Mark Kettenis <kettenis@gnu.org>
4866
cb162ff6
MK
4867 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4868 <machine/pcb.h> and "bsd-kvm.h".
4869 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4870 (m68kbsd_supply_pcb): New function.
4871 (_initialize_m68kbsd_nat): New prototype and function.
4872 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4873 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4874 (LOADLIBES): New variable.
4875 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4876 (LOADLIBES): New variable.
4877
fdb1bf9d
MK
4878 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4879
963c4174
MK
48802004-07-03 Mark Kettenis <kettenis@gnu.org>
4881
4882 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4883 <sys/proc.h>.
4884 (bsd_kvm_cmdlist): New variable.
4885 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4886 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4887 command and "kvm proc" command.
4888 * Makefile.in (bsd-kvm.o): Update dependencies.
4889
533f1d8f
MK
48902004-07-02 Mark Kettenis <kettenis@gnu.org>
4891
4892 * osabi.c: Update copyright year.
4893 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4894 notes if EI_OSABI is set to ELFOSABI_HPUX.
4895
6780dcde
MS
48962004-07-01 Michael Snyder <msnyder@redhat.com>
4897
4898 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4899 that seems to have gotten whacked out of line.
4900
67bebe79
MK
49012004-07-01 Mark Kettenis <kettenis@gnu.org>
4902
4903 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4904 code.
4905
0b5d8877
PH
49062004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4907
4908 * ada-lang.c (decode_packed_array): Minor change to comment.
4909 (ada_value_slice_ptr): New function.
4910 (ada_value_slice): New function.
4911 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4912 test. Don't know why it is there.
4913 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4914 to avoid dereferencing huge arrays from which one is slicing.
4915 (empty_array): Correct to return an array rather than
4916 a subrange value.
4917 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4918 on empty arrays (let'em use 'FIRST instead).
4919
19c1ef65
PH
49202004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4921
4922 Address complaints from gdb_ari.sh:
4923
4924 * ada-exp.y: Include gdb_string.h rather than string.h.
4925 (convert_char_literal): Reformat declaration.
4926 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4927 * ada-lex.l: Change use of free to xfree (the macro would do so
4928 anyway, but this is harmless).
4929 Include gdb_string.h rather than string.h.
4930 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4931
4932 * ada-lang.c (parse): Remove K&Rism in parameter list.
4933 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4934
d81cbc94
MK
49352004-06-30 Mark Kettenis <kettenis@gnu.org>
4936
4937 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4938 dead code.
4939
07681759
MK
49402004-06-30 Mark Kettenis <kettenis@gnu.org>
4941
4942 * alphabsd-nat.c: Update copyright year.
4943 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4944
f7948b5f
JB
49452004-06-29 Joel Brobecker <brobecker@gnat.com>
4946
6e0cdd28 4947 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
4948 (i386_cygwin_in_solib_call_trampoline): New function.
4949 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4950 and skip_trampoline_code gdbarch methods.
4951
8f113c9a
JB
49522004-06-29 Jim Blandy <jimb@redhat.com>
4953
4954 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4955 name actually used in the dependency lists.
4956
97dc871c
RC
49572004-06-29 Randolph Chung <tausq@debian.org>
4958
4959 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4960
47216e51
CV
49612004-06-29 Corinna Vinschen <vinschen@redhat.com>
4962
4963 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 4964 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
4965 functionality.
4966
e623b504
AC
49672004-06-28 Andrew Cagney <cagney@gnu.org>
4968
4969 * defs.h (xstrvprintf): Declare.
4970 * utils.c (xstrvprintf): New function.
4971 (internal_vproblem, xstrprintf, xasprintf)
4972 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4973 * serial.c (serial_printf): Ditto.
4974 * complaints.c (vcomplaint): Ditto.
4975
79acc9b3
CV
49762004-06-29 Corinna Vinschen <vinschen@redhat.com>
4977
4978 * infcmd.c (attach_command): Move call to target_terminal_inferior
4979 behind loading symbol table.
4980
1daf35d9
AC
49812004-06-28 Andrew Cagney <cagney@gnu.org>
4982
4983 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4984 change - add back extern deprecated_ui_loop_hook declaration.
4985
b435e160
AC
49862004-06-28 Andrew Cagney <cagney@gnu.org>
4987
4988 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4989 xstrprintf.
4990 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4991 (c_value_of_variable): Ditto.
4992 * utils.c (internal_vproblem): Ditto.
4993 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4994 * remote.c (add_packet_config_cmd): Ditto.
4995 * remote-rdp.c (rdp_set_command_line): Ditto.
4996 * regcache.c (regcache_dump): Ditto.
4997 * frv-tdep.c (new_variant, new_variant): Ditto.
4998 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4999 (fbsd_find_memory_regions): Ditto.
5000 * breakpoint.c (create_thread_event_breakpoint)
5001 (create_breakpoints): Ditto.
5002 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5003 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5004
06d5cf63
JB
50052004-06-28 Joel Brobecker <brobecker@gnat.com>
5006
5007 * ada-lang.c: Re-indent file, with some massaging to help indent
5008 a bit when the result is otherwise really too ugly.
5009
35809fad
UW
50102004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5011
5012 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5013 code_addr_p and special_addr_p to 'unsigned int'.
5014
40e20472
MK
50152004-06-27 Mark Kettenis <kettenis@gnu.org>
5016
5017 * i386v4-nat.c: Update copyright year and tweak comment.
5018 (regmap): Remove trailing comma.
5019 (supply_gregset): Rename local variable i to regnum. Call
5020 regcache_raw_supply instead of supply_register.
5021 (fill_gregset): Rename argument regno to regnum. Call
5022 regcache_raw_collect instead of regcache_collect.
5023
12b0b6de
UW
50242004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5025
5026 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5027 and special_addr_p.
5028 (frame_id_build, frame_id_build_special): Update comments.
5029 (frame_id_build_wild): New prototype.
5030 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5031 struct frame_id fields.
5032 (frame_id_build_wild): New function.
5033 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5034
47b42a3e
MK
50352004-06-27 Mark Kettenis <kettenis@gnu.org>
5036
5037 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5038 hppabsd-tdep.c.
5039
1265e4aa
JB
50402004-06-27 Joel Brobecker <brobecker@gnat.com>
5041
5042 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5043
76a01679
JB
50442004-06-27 Joel Brobecker <brobecker@gnat.com>
5045
5046 * ada-lang.c: Re-indent file.
5047
7aca490a
JB
50482004-06-27 Joel Brobecker <brobecker@gnat.com>
5049
5050 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5051 (no_symtab_msg): Likewise.
5052
5e987968
AS
50532004-06-27 Andreas Schwab <schwab@suse.de>
5054
5055 * source.c: Fix whitespace.
5056
315c4276
MK
50572004-06-27 Mark Kettenis <kettenis@gnu.org>
5058
d15be926
MK
5059 * configure.in: Include <sys/param.h> for td_pcb test.
5060 * configure: Regenerated.
5061
9062529b
MK
5062 * i386nbsd-nat.c: New file.
5063 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5064 i386obsd-nat.c and i386obsd-tdep.c.
5065 (i386nbsd-nat.o): New dependency.
5066 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5067 bsd-kvm.o.
5068 (LOADLIBES): New variable.
5069 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5070 bsd-kvm.o.
5071 (LOADLIBES): New variable.
5072
8010310e
MK
5073 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5074 (LOADLIBES): New variable.
5075
efe1d7b9
MK
5076 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5077 fetching from BSD_KVM_PADDR. Correctly lookup address for
5078 "_thread0".
5079
315c4276
MK
5080 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5081 "bsd-kvm.h".
5082 (amd64fbsd_supply_pcb): New funcion.
5083 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5084
399cfac6
DL
50852004-06-27 <david@streamline-computing.com>
5086
5087 Partial fix for PR cli/1056.
5088 * valarith.c: Check for zero in division and remainder
5089 evaluation.
5090
6235f9c8
MK
50912004-06-27 Mark Kettenis <kettenis@gnu.org>
5092
5093 * i387-tdep.c: Remove excessive whitespace.
5094
2726dafc
AC
50952004-06-26 Andrew Cagney <cagney@gnu.org>
5096
5097 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5098 * gdb-events.h, gdb-events.c: Re-generate.
5099 * tui/tui-hooks.c (tui_install_hooks): Update.
5100 (tui_remove_hooks): Update.
5101 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5102
0e56aeaf
MK
51032004-06-26 Mark Kettenis <kettenis@gnu.org>
5104
cb461069
MK
5105 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5106 (gregset_t, fpregset_t): Remove typedefs.
5107 (REG_OFFSET): Rename argument.
5108 (amd64bsd_r_reg_offset): Rename from reg_offset.
5109 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5110 Remove functions.
5111 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5112 of reg_offset.
5113 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5114
ecba89de
MK
5115 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5116
4cd80476
MK
5117 * vax-tdep.c: Tweak comment.
5118
0e56aeaf
MK
5119 Add OpenBSD/hppa support.
5120 * NEWS (New native configurations): Mention OpenBSD/hppa.
5121 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5122 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5123 files.
5124 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5125 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5126 * configure.host: Add hppa*-*-openbsd*.
5127 * configure.tgt: Add hppa*-*-openbsd*.
5128
98bbd631
AC
51292004-06-25 Andrew Cagney <cagney@gnu.org>
5130
5131 * defs.h (deprecated_ui_loop_hook): Deprecated.
5132 * wince.c (child_wait): Update.
5133 * win32-nat.c (child_wait): Update.
5134 * v850ice.c (v850ice_wait): Update.
5135 * top.c (deprecated_ui_loop_hook): Update.
5136 * serial.h: Update.
5137 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5138 (do_unix_readchar): Update.
5139 * ser-tcp.c (net_open): Update.
5140 * remote-sim.c (gdb_os_poll_quit): Update.
5141 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5142
769d7dc4
AC
51432004-06-24 Andrew Cagney <cagney@gnu.org>
5144
5145 * defs.h (deprecated_pre_add_symbol_hook)
5146 (deprecated_post_add_symbol_hook): Deprecated.
5147 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5148 (symbol_file_add_with_addrs_or_offsets): Update references.
5149
11c949aa
AC
51502004-06-24 Andrew Cagney <cagney@gnu.org>
5151
5152 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5153 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5154 * wince.c (ui_loop_hook): Delete extern declaration.
5155 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5156 * v850ice.c (ui_loop_hook): Delete extern declaration..
5157 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5158 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5159 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5160 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5161 ui_loop_hook declaration.
5162
eedc19af
AC
51632004-06-24 Andrew Cagney <cagney@gnu.org>
5164
5165 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5166 entry_func_highpc fields.
5167 * objfiles.c (init_entry_point_info): Do not clear
5168 entry_func_lowpc and entry_func_highpc.
5169 (objfile_relocate): Do not relocate entry_func_lowpc and
5170 entry_func_highpc.
5171 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5172 entry_func_highpc.
5173 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5174 entry_func_highpc.
5175 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5176 entry_func_lowpc and entry_func_highpc with call to
5177 inside_entry_func.
5178
d47079be
MK
51792004-06-24 Mark Kettenis <kettenis@gnu.org>
5180
5181 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5182 quad-precision floating point arguments in registers.
5183
2107e348
MK
51842004-06-24 Mark Kettenis <kettenis@gnu.org>
5185
5186 From Michael Mueller <m.mueller99@kay-mueller.de>:
5187 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5188 account.
5189
46587c42
JJ
51902004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5191
5192 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5193 to -1.
5194 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5195 untriggered watchpoints to a separate if clause. Update function
5196 comment regarding STOPPED_BY_WATCHPOINT argument.
5197
226f5cf4
JB
51982004-06-22 Jim Blandy <jimb@redhat.com>
5199
5200 * gdbarch.sh: Doc fix.
5201
f10683bb
MH
52022004-06-21 Martin Hunt <hunt@redhat.com>
5203 Kevin Buettner <kevinb@redhat.com>
5204
5205 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5206 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5207 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5208 to set_gdbarch_sp_regnum(). Use cooked register number.
5209 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5210
412d5987
AC
52112004-06-21 Andrew Cagney <cagney@gnu.org>
5212
5213 * gdbarch.sh: When the macro field is empty, do not generate a
5214 macro definition. When the macro field is "=", generate the macro
5215 name from the upper-case function name.
5216 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5217 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5218 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5219 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5220 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5221 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5222 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5223 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5224 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5225 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5226 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5227 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5228 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5229 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5230 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5231 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5232 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5233 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5234 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5235 (DEPRECATED_USE_STRUCT_CONVENTION)
5236 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5237 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5238 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5239 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5240 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5241 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5242 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5243 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5244 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5245 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5246 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5247 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5248 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5249 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5250 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5251 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5252 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5253 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5254
68908a3e
AC
52552004-06-21 Andrew Cagney <cagney@gnu.org>
5256
48f7351b
AC
5257 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5258 macro name, and the function rather than macro value. Only wrap
5259 macro print statements in #ifdef. Move format logic to where it
5260 is needed.
5261 * gdbarch.c: Re-generate.
5262
283354d8
AC
5263 * gdbarch.sh (read): Delete "print_p" and "description", add
5264 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5265 Delete references to print_p.
5266 (TARGET_ARCHITECTURE): Delete print predicate.
5267 * gdbarch.c: Re-generate.
5268
68908a3e
AC
5269 * gdbarch.sh: Check that multi-arch methods do not provide a
5270 macro.
5271 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5272 (print_registers_info, print_float_info, print_vector_info)
5273 (adjust_breakpoint_address, remote_translate_xfer_address)
5274 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5275 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5276 name from the multi-arch definition.
5277
a2428dbe
AC
52782004-06-20 Andrew Cagney <cagney@gnu.org>
5279
5280 * gdbarch.sh: Sort by the function, instead of macro name.
5281 * gdbarch.c: Re-generate.
5282
750eb019
AC
52832004-06-20 Andrew Cagney <cagney@gnu.org>
5284
66d659b1
AC
5285 * gdbarch.sh: Use the function, instead of macro name in
5286 errors and the log file.
5287 (return_value): Remove stray ":" in spec.
5288
750eb019
AC
5289 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5290 * gdbarch.h, gdbarch.c: Re-generate.
5291 * Makefile.in (arch-utils.o): Update dependencies.
5292 * values.c (using_struct_return): Move code calling
5293 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5294 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5295 to legacy_return_value, simplify.
5296 * infcmd.c (print_return_value): Move code calling
5297 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5298 to legacy_return_value, simplify.
5299 * infcall.c (call_function_by_hand): Move code calling
5300 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5301 * arch-utils.c: Update copyright. Include "gdbcore.h".
5302 (legacy_return_value): New function.
5303 * arch-utils.h: Update copyright.
5304 (legacy_return_value): Declare.
5305
b5622e8d
AC
53062004-06-20 Andrew Cagney <cagney@gnu.org>
5307
5308 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5309 * gdbarch.h, gdbarch.c: Re-generate.
5310 * values.c (using_struct_return): Update call.
5311 * mcore-tdep.c: Update comment.
5312 * infcall.c (call_function_by_hand): Update comment.
5313 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5314 * arch-utils.h (always_use_struct_convention): Update.
5315 * v850-tdep.c (v850_gdbarch_init): Update.
5316 * sh64-tdep.c (sh64_gdbarch_init): Update.
5317 * sh-tdep.c (sh_gdbarch_init): Update.
5318 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5319 * mips-tdep.c (mips_gdbarch_init): Update.
5320 * mcore-tdep.c (mcore_gdbarch_init): Update.
5321 * m32r-tdep.c (m32r_gdbarch_init): Update.
5322 * ia64-tdep.c (ia64_gdbarch_init): Update.
5323 * h8300-tdep.c (h8300_gdbarch_init): Update.
5324 * frv-tdep.c (frv_gdbarch_init): Update.
5325 * cris-tdep.c (cris_gdbarch_init): Update.
5326 * arm-tdep.c (arm_gdbarch_init): Update.
5327 * alpha-tdep.c (alpha_gdbarch_init): Update.
5328
5191de37
MC
53292004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5330
5331 * PROBLEMS: Add more specific information, and a work-around,
5332 for PR gdb/1458.
5333
782263ab
AC
53342004-06-18 Andrew Cagney <cagney@gnu.org>
5335
5336 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5337 * gdbarch.h, gdbarch.c: Re-generate.
5338 * ada-lang.c (ada_finish_decode_line_1): Update.
5339 * infrun.c (handle_inferior_event): Update.
5340 * infcall.c (find_function_addr): Update.
5341 * linespec.c (minsym_found): Update.
5342 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5343 Update.
5344 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5345 * cli/cli-cmds.c (disassemble_command): Update.
5346 * vax-tdep.c (vax_gdbarch_init): Update.
5347
2f305df1
MK
53482004-06-18 Mark Kettenis <kettenis@gnu.org>
5349
5350 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5351
e5fe55f7
AC
53522004-06-17 Andrew Cagney <cagney@gnu.org>
5353
5354 GDB 6.1.1 released from the GDB 6.1 branch.
5355 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5356 * PROBLEMS: Ditto.
5357
473b7be6
DJ
53582004-06-16 Daniel Jacobowitz <dan@debian.org>
5359
5360 PR gdb/1658
5361 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5362 operation as a uleb128. Found by Michael Coulter.
5363
96d887e8
PH
53642004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5365
5366 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5367 make it non-static.
5368 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5369 to ada-lang.h; this is needed to be able to implement the kill command
5370 in multi-task mode.
5371 (task_ptid): Ditto.
5372 (task_entry): Ditto.
5373 (task_list): Ditto.
5374 (ada_build_task_list): Ditto.
5375
5376 * ada-lang.c: Conditionalize routines and data structures related
5377 to breakpoints, exceptions, completion, and symbol caching on
5378 GNAT_GDB, since these are not yet used in the submitted public sources.
5379 (ada_main_name): Editorial: Move definition out of exception-related
5380 code.
5381
31eef181
AC
53822004-06-15 Andrew Cagney <cagney@gnu.org>
5383
5384 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5385 deprecated_pc_in_call_dummy.
5386
2c500098
AM
53872004-06-15 Alan Modra <amodra@bigpond.net.au>
5388
5389 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5390 bfd_get_section_size_before_reloc or _raw_size.
5391 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5392 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5393 (dwarf2_read_section): Likewise.
5394 * elfread.c (elf_locate_sections): Likewise.
5395 * gcore.c (derive_heap_segment): Likewise.
5396 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5397 * remote-e7000.c (e7000_load): Likewise.
5398 * remote-m32r-sdi.c (m32r_load): Likewise.
5399 * remote-mips.c (mips_load_srec): Likewise.
5400 (pmon_load_fast): Likewise.
5401 * remote.c (compare_sections_command): Likewise.
5402 * symfile.c (add_section_size_callback): Likewise.
5403 (load_section_callback): Likewise.
5404 (pc_in_unmapped_range): Likewise.
5405 (pc_in_mapped_range): Likewise.
5406 (sections_overlap): Likewise.
5407 (list_overlays_command): Likewise.
5408 (simple_overlay_update_1): Likewise.
5409 (simple_overlay_update): Likewise.
5410 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5411 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5412
90f943f1
RC
54132004-06-14 Randolph Chung <tausq@debian.org>
5414
5415 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5416 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5417 static.
5418 (hppa_hpux_inferior_created): New function.
5419 (hppa_hpux_init_abi): Register observer.
5420 * symfile.c (hp_cxx_exception_support_initialized)
5421 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5422 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5423
700c15aa
RC
54242004-06-14 Randolph Chung <tausq@debian.org>
5425
3973a7d3
AC
5426 * MAINTAINERS (Write After Approval): Alphabetize my entry
5427 correctly.
700c15aa 5428
cea4838c
AC
54292004-06-14 Andrew Cagney <cagney@gnu.org>
5430
5431 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5432 testsuite maintainer.
5433
97092415
AC
54342004-06-13 Andrew Cagney <cagney@gnu.org>
5435
e8c3165b
AC
5436 * infcmd.c (print_return_value): Fix logic, allow
5437 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5438
bceabdd8
AC
5439 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5440 defining any macros.
5441 * gdbarch.h: Re-generate.
5442
57010b1c
AC
5443 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5444 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5445 * gdbarch.h: Re-generate.
5446
bc87dfa0
AC
5447 * values.c (generic_use_struct_convention): Don't check gcc_p.
5448
15ac804d
AC
5449 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5450 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5451 * gdbarch.h, gdbarch.c: Regenerate.
5452 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5453 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5454 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5455 deprecated_max_register_raw_size and
5456 deprecated_max_register_virtual_size.
5457 * v850-tdep.c (v850_gdbarch_init): Ditto.
5458 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5459 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5460 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5461 * cris-tdep.c (cris_gdbarch_init): Ditto.
5462
97092415
AC
5463 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5464 * gdbarch.h, gdbarch.c: Re-generate.
5465 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5466 (m68hc11_use_struct_convention): Delete function.
5467 (m68hc11_extract_struct_value_address): Delete function.
5468 (m68hc11_return_value): New function.
5469 (m68hc11_gdbarch_init): Instead of store_return_value,
5470 extract_return_value, return_value_on_stack,
5471 deprecated_extract_struct_value_address and use_struct_convention,
5472 set return_value.
5473 * values.c (using_struct_return): Do not call
5474 RETURN_VALUE_ON_STACK.
5475 * arch-utils.h (generic_return_value_on_stack_not): Delete
5476 declaration.
5477 * arch-utils.c (generic_return_value_on_stack_not): Delete
5478 function.
5479
44e5158b
AC
54802004-06-12 Andrew Cagney <cagney@gnu.org>
5481
5482 * values.c (register_value_being_returned): Delete function.
5483 * infcmd.c (legacy_return_value): Delete function.
5484 * infcall.c (call_function_by_hand): Inline
5485 "register_value_being_returned", simplify.
5486 * values.c (using_struct_return): Update comment, refer to
5487 print_return_value instead of register_value_being_returned.
5488 * infcmd.c (print_return_value): Inline calls to
5489 register_value_being_returned and legacy_return_value. Simplify.
5490
b887c273
RC
54912004-06-11 Randolph Chung <tausq@debian.org>
5492
5493 * somread.c (som_symtab_read): Exclude gcc local symbols.
5494
1b2bfbb9
RC
54952004-06-11 Randolph Chung <tausq@debian.org>
5496
3973a7d3
AC
5497 * infrun.c (handle_inferior_event): Handle the case when a
5498 trampoline ends up in the runtime resolver, and if the trampoline
5499 has no name. Rearrange the code so that all the trampoline
5500 processing happens before other step-out-of-range handling.
1b2bfbb9 5501
a9d61c86
MH
55022004-06-11 Martin Hunt <hunt@redhat.com>
5503
5504 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5505 has no fpu.
5506
2c87cf5a
AC
55072004-06-10 Andrew Cagney <cagney@gnu.org>
5508
5509 * blockframe.c (legacy_inside_entry_func): Delete.
5510 (legacy_frame_chain_valid): Inline call to
5511 legacy_inside_entry_func, simplify.
5512
0b67b468 55132004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
5514
5515 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
5516 * dwarf2read.c (partial_die_info): Add dirname field.
5517 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5518 (read_partial_die): Save away DW_AT_comp_dir.
5519 * defs.h (symtab_to_filename): Removed.
5520 * source.c (find_and_open_source): Added.
57c22c6c 5521 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
5522 (symtab_to_filename): Removed.
5523 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
5524 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5525 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5526 symtab_to_filename.
5527 * symtab.h (partial_symtab): Add dirname field.
5528 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
5529 (mi_cmd_file_list_exec_source_file): Call new function
5530 symtab_to_fullname to find fullname.
57c22c6c 5531 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 5532 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
5533 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5534
9a1dd1ad
AC
55352004-06-10 Andrew Cagney <cagney@gnu.org>
5536
239ae8c7
AC
5537 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5538 to generic_use_struct_convention, the default value.
5539
fc720350
AC
5540 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5541 of abort.
5542
9a1dd1ad
AC
5543 * ns32k-tdep.c (ns32k_push_arguments): New function.
5544 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5545 * infcall.c (call_function_by_hand): Call error instead of
5546 legacy_push_arguments.
5547 * value.h (legacy_push_arguments): Delete declaration.
5548 * valops.c (legacy_push_arguments): Delete function.
5549 (value_push): Delete function.
5550
fea25152
BF
55512004-06-10 Brian Ford <ford@vss.fsi.com>
5552
5553 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5554 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5555 info.
5556 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5557
30a4a8e0
AC
55582004-06-10 Andrew Cagney <cagney@gnu.org>
5559
5560 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5561 * gdbarch.h, gdbarch.c: Re-generate.
5562 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5563 parameters.
5564 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5565 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5566 deprecated_pc_in_call_dummy instead of
5567 DEPRECATED_PC_IN_CALL_DUMMY.
5568 (arm_skip_prologue): Ditto.
5569 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5570 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5571 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5572 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5573 Ditto.
5574 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5575 (sh64_init_extra_frame_info, sh64_get_saved_register)
5576 (sh64_pop_frame): Ditto.
5577 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5578 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5579 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5580 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5581 (h8300_pop_frame): Ditto.
5582 * blockframe.c (legacy_inside_entry_func)
5583 (legacy_frame_chain_valid): Ditto.
5584 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5585 to deprecated_pc_in_call_dummy.
5586
81cfbe54
AC
55872004-06-09 Andrew Cagney <cagney@gnu.org>
5588
a1f4a1b6
AC
5589 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5590 provide a default value.
5591 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5592 * gdbarch.h, gdbarch.c: Re-generate.
5593 * arch-utils.c (generic_convert_register_p): Rename
5594 legacy_convert_register_p
5595 (legacy_register_to_value, legacy_value_to_register): Delete
5596 functions.
5597 * arch-utils.h (generic_convert_register_p): Rename
5598 legacy_convert_register_p.
5599 (legacy_register_to_value, legacy_value_to_register): Delete
5600 declarations.
5601
9730f241
AC
5602 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5603 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5604 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5605 * gdbarch.h, gdbarch.c: Re-generate.
5606 * infcmd.c (default_print_registers_info): Simplify.
5607 * findvar.c (value_of_register): Simplify.
5608 * mi/mi-main.c (get_register): Simplify.
5609 * arch-utils.c (legacy_convert_register_p): Always return 0.
5610 (legacy_register_to_value, legacy_value_to_register): Always call
5611 internal_error.
5612
8a1bf479
AC
5613 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5614 #ifdef CLEAR_INSN_CACHE code.
5615 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5616 Delete #ifdef CLEAR_DEFERRED_STORES code.
5617
4b38d6f1
AC
5618 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5619
2d62ecc7
AC
5620 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5621 copyright.
5622 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5623
be4f7469
AC
5624 * config/mips/mipsv4.mh: Delete file.
5625
81cfbe54
AC
5626 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5627 unreferenced macro.
5628 (hpread_adjust_stack_address): Delete declaration.
5629
d966f0cb
AC
56302004-06-08 Andrew Cagney <cagney@gnu.org>
5631
5632 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5633 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5634 PTRACE_ATTACH / PTRACE_DETACH available call error.
5635 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5636 * infttrace.c (update_thread_state_after_attach, attach, detach):
5637 Remove #ifdef wrappers.
5638 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5639 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5640 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5641 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5642 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5643 * config/nm-linux.h (ATTACH_DETACH): Delete.
5644 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5645 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5646 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5647 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5648 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5649
d91670b9
CV
56502004-06-08 Corinna Vinschen <vinschen@redhat.com>
5651
5652 * configure.in: Set $configdir to the right OS specific value.
5653 Use value when setting $tcldir and $tkdir.
5654 * configure: Regenerate.
5655
28ba0b33
PB
56562004-06-06 Paul Brook <paul@codesourcery.com>
5657
5658 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5659 records.
5660
f26caa11
PH
56612004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5662
5663 * ada-lang.c (lookup_symbol_in_language): New function to allow
5664 re-use of another language's symbol lookup code. (Placed here
5665 temporarily while Ada support is being integrated into the public
5666 tree).
5667 (restore_language): New auxiliary function for
5668 lookup_symbol_in_language.
5669 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5670 temporarily while Ada support is being integrated into the public
5671 tree).
5672
d560a54b
AO
56732004-06-08 Alexandre Oliva <aoliva@redhat.com>
5674
e75d110c
AO
5675 * Makefile.in (check//%): New.
5676
d560a54b
AO
5677 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5678 (mn10300_store_return_value): Rewrite.
5679 (mn10300_type_align): New.
5680 (mn10300_use_struct_convention): Rewrite.
5681 (mn10300_return_value): New, using all of the above.
5682 (mn10300_pop_frame_regular): Add saved_regs_size.
5683 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5684
a72fbdb7
AO
5685 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5686 regs if PC is on movm.
5687
01904826
JB
56882004-06-07 Jim Blandy <jimb@redhat.com>
5689
5690 Add native Linux support for the PowerPC E500.
5691 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5692 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5693 all architectures except the E500.
5694 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5695 #definitions.
5696 (struct gdb_evrregset_t): New type.
5697 (have_ptrace_getsetevrregs): New variable.
5698 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5699 fetch_spe_registers): New functions.
5700 (fetch_register): Call fetch_spe_register as appropriate.
5701 Assert that we're only passed raw register numbers.
5702 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5703 Don't fetch gprs if they're pseudoregisters.
5704 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5705 store_spe_registers): New functions.
5706 (store_register): Call store_spe_register as appropriate.
5707 Assert that we're only passed raw register numbers.
5708 (store_ppc_registers): Call store_spe_registers as appropriate.
5709 Don't store gprs if they're pseudoregisters.
5710
f90ef764
JJ
57112004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5712
5713 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5714 struct if one exists, even if we are dealing with a zombie thread.
5715
45b75230
AC
57162004-06-07 Andrew Cagney <cagney@gnu.org>
5717
5718 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5719 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5720 Rename PC_REQUIRES_RUN_BEFORE_USE.
5721 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5722 #ifdef.
5723
1658da49
RC
57242004-06-07 Randolph Chung <tausq@debian.org>
5725
5726 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5727 unwinding after sp has been saved to the stack but before the end
5728 of the prologue, and after the fp has been modified but before it has
5729 been saved to the stack.
5730 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5731 Remove superfluous definitions.
5732 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5733
9a727a3c
RC
57342004-06-07 Guy Martin <gmsoft@gentoo.org>
5735
5736 Committed by Randolph Chung.
5737 * hppa-linux-nat.c: Include the correct version of the header file
5738 depending on the kernel version.
5739
9e500012
RC
57402004-06-06 Randolph Chung <tausq@debian.org>
5741
5742 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5743 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5744
3388d7ff
RC
57452004-06-06 Randolph Chung <tausq@debian.org>
5746
5747 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5748 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5749 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5750 * hppa-tdep.c (hppa_symbol_address): New function definition.
5751 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5752
d49771ef
RC
57532004-06-06 Randolph Chung <tausq@debian.org>
5754
5755 * hppa-tdep.h (struct value): Forward declaration.
5756 (gdbarch_tdep): Define tdep find_global_pointer method.
5757 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5758 associated with the function we are trying to call, and write it
5759 to the gp register.
5760 (hppa32_convert_from_funct_ptr_addr): New function.
5761 (hppa_find_global_pointer): New function.
5762 (hppa_gdbarch_init): Set default find_global_pointer method; set
5763 convert_from_func_ptr_addr method.
5764 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5765 (hppa_linux_init_abi): Set find_global_pointer method.
5766 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5767
7d9b040b
RC
57682004-06-06 Randolph Chung <tausq@debian.org>
5769
5770 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5771 to struct value *function.
5772 * gdbarch.c: Regenerate.
5773 * gdbarch.h: Likewise.
5774 * infcall.c (call_function_by_hand): Pass entire function value
5775 to push_dummy_call.
5776
5777 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5778 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5779 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5780 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5781 * arm-tdep.c (arm_push_dummy_call): Likewise.
5782 * avr-tdep.c (avr_push_dummy_call): Likewise.
5783 * cris-tdep.c (cris_push_dummy_call): Likewise.
5784 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5785 * frv-tdep.c (frv_push_dummy_call): Likewise.
5786 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5787 * hppa-tdep.c (hppa32_push_dummy_call)
5788 (hppa64_push_dummy_call): Likewise.
5789 * i386-tdep.c (i386_push_dummy_call): Likewise.
5790 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5791 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5792 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5793 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5794 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5795 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5796 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5797 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5798 (ppc64_sysv_abi_push_dummy_call): Likewise.
5799 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5800 (ppc64_sysv_abi_push_dummy_call): Likewise.
5801 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5802 * s390-tdep.c (s390_push_dummy_call): Likewise.
5803 * sh-tdep.c (sh_push_dummy_call_fpu)
5804 (sh_push_dummy_call_nofpu): Likewise.
5805 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5806 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5807 * vax-tdep.c (vax_push_dummy_call): Likewise.
5808
4a19ea35
JB
58092004-06-04 Jim Blandy <jimb@redhat.com>
5810
8327ccee
JB
5811 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5812 gdbarch argument to register_size.
5813
a3c001ce
JB
5814 * rs6000-tdep.c (rs6000_store_return_value): Use
5815 regcache_cooked_write_part instead of
5816 deprecated_write_register_bytes.
5817 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5818 not gdbarch_deprecated_store_return_value.
5819
4a19ea35
JB
5820 * ppc-linux-nat.c (store_register, fetch_register): Remove
5821 incorrect assertions. Simplify and generalize handling of
5822 transfers whose sizes are not multiples of, or less than, sizeof
5823 (PTRACE_XFER_TYPE).
5824
b9b5d7ea
JJ
58252004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5826
5827 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5828 as a new thread event.
720c7d64 5829 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 5830 zombie, return TD_THR_ZOMBIE.
720c7d64 5831 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
5832 TD_THR_ZOMBIE, check if the thread is still on the thread list
5833 and return a -1 ptid if not found.
5834 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5835 change the status to TARGET_WAITKIND_SPURIOUS.
5836
c8a3b559
CV
58372004-06-03 Corinna Vinschen <vinschen@redhat.com>
5838
5839 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5840 double values in little endian mode.
5841
20605361
AC
58422004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5843
5844 Committed by Andrew Cagney.
5845 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5846 after last enum constant to avoid error from IBM C
5847 compiler.
5848
bc97b3ba
JB
58492004-06-02 Jim Blandy <jimb@redhat.com>
5850
5851 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5852 to 'message', and make it local to the lone block that uses it.
5853
1da28ab0
JB
5854 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5855
4c4b4cd2
PH
58562004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5857
8a2225b2
PH
5858 * ada-exp.y: Update copyright notice.
5859 Include block.h.
5860
5861 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5862 SPECIAL_VARIABLE and unify the treatment of these cases.
5863
5864 (write_attribute_call0): Remove.
5865 (write_attribute_call1): Remove.
5866 (write_attribute_calln): Remove.
5867 (save_qualifier): Add missing semicolon.
5868
5869 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5870 temporarily disabled to allow compilation with FSF head version.
5871
5872 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5873 use individual operators (OP_*) for all attributes.
5874 (exp syntax): Use write_int.
5875 Handle STRING literals with OP_STRING.
5876 (variable syntax): Add limit parameter to calls to
5877 write_object_renaming.
5878
5879 (temp_parse_space): New definition to hold entities that need
5880 only live until the next call to ada_parse.
5881 (string_to_operator): Rename fields of ada_opname_table entries.
5882
5883 (write_var_from_sym): Record block.
5884 (write_var_from_name): Minor reformatting.
5885 Make sure saved name is properly encoded in the case of multiple
5886 matches, and set its language to Ada.
5887 Update comment.
5888 Modify to indicate unresolved name as symbol in the UNRESOLVED
5889 namespace, allocated in temp_parse_space.
5890 (write_int): New function.
5891
5892 (write_object_renaming): Add max_depth parameter to limit
5893 chains of object renamings.
5894 Handle case where root of renaming expression is itself a renaming.
5895 Use temp_parse_space for temporary name buffer.
5896 Handle renamings to dereferenced pointers (___XEXA suffices).
5897
5898 (ada_parse, yyerror, string_to_operator,
5899 write_var_from_sym, write_var_from_name, write_attribute_call0,
5900 write_attribute_call1, write_attribute_calln,
5901 write_object_renaming): Protoize.
5902
5903 (_initialize_ada_exp): New function.
5904
5905 * ada-lang.c: Update copyright notice.
5906 General terminology change to conform to GNAT compiler usage:
5907 mangle => encode, demangle => decode
5908 Include gdb_obstack.h.
5909 Include gdb_regex.h
5910 Include frame.h
5911 Include hashtab.h
5912 Include completer.h
5913 Include gdb_stat.h
5914 Include block.h
5915 Include infcall.h
5916
5917 (ADA_RETAIN_DOTS): Make sure this is defined.
5918 (TRUNCATION_TOWARDS_ZERO): Define.
5919 (struct string_vector): Define.
5920 (unresolved_names): Remove definition.
5921 (xnew_string_vector): New function.
5922 (string_vector_append): New function.
5923 (extract_string): Make static.
5924 (ada_unqualified_name): New function.
5925 (add_angle_brackets): New function.
5926 (function_name_from_pc): New function.
5927 (place_on_stack): Rename to ensure_lval.
5928
5929 (ensure_lval): Renamed from place_on_stack.
5930 Make identity on lvals.
5931 Update comment.
5932 (is_nonfunction): New interface.
5933 Only symbols in LOC_CONST class can be enumerals.
5934 (fill_in_ada_prototype): Remove; now independent of language.
5935 (add_defn_to_vec): Add obstack and symtab arguments.
5936 Use obstack to hold collected definitions.
5937 (num_defns_collected): New function.
5938 (defns_collected): New function.
5939 (ada_resolve_subexp): Rename to resolve_subexp.
5940 (resolve_subexp): Renamed from ada_resolve_subexp.
5941 (ada_op_name): Return non-const result.
5942 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5943 other purposes.
5944
5945 (to_fixed_array_type): Add declaration.
5946 (coerce_unspec_val_to_type): Remove offset parameter.
5947 (find_sal_from_funcs_and_line): New interface.
5948 (find_line_in_linetable): Ditto.
5949
5950 (all_sals_for_line): Rename to ada_sals_for_line and make
5951 global.
5952 Add new parameter. When set, do not ask the user to choose the
5953 instance, but use the first one found instead.
5954 Use given line number in returned sals.
5955 Fix comment.
5956 Skip the prologue if funfirstline is set.
5957 Correct for memory leak when 0 lines found.
5958
5959 (value_pos_atr): Use pos_atr.
5960 (pos_atr): New function.
5961 (standard_lookup): Add block parameter.
5962
5963 (makeTimeStart): Remove declaration and uses.
5964 (makeTimeStop): Remove declaration and uses.
5965
5966 (ada_completer_word_break_characters): Allow for VMS.
5967 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5968 (raise_sym_name): New constant.
5969 (raise_unhandled_sym_name): New constant.
5970 (raise_assert_sym_name): New constant.
5971 (process_raise_exception_name): New constant.
5972 (longest_exception_template): New constant.
5973 (warning_limit): New variable to limit warnings during expression
5974 evaluation.
5975 (warnings_issued): New variable to keep track of warnings issued.
5976 (known_runtime_file_name_patterns): New constant.
5977 (known_auxiliary_function_name_patterns): New constant.
5978 (symbol_list_obstack): New variable.
5979
5980 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5981 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5982 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5983 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5984 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5985 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5986 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5987 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5988 and strcmp.
5989
5990 (ada_get_field_index): New function.
5991 (lim_warning): New function.
5992 (ada_translate_error_message): New function.
5993 (MAX_OF_SIZE): New function.
5994 (MIN_OF_SIZE): New function.
5995 (UMAX_OF_SIZE): New function.
5996 (UMIN_OF_SIZE): New function.
5997 (discrete_type_high_bound): New function.
5998 (discrete_type_low_bound): New function.
5999 (base_type): New function.
6000 (do_command): Remove.
6001
6002 (ada_update_initial_language): Use language_ada, not language_unknown.
6003 (ada_encode): Renamed from ada_mangle.
6004 Obey ADA_RETAIN_DOTS.
6005 (ada_decode): Renamed from ada_demangle.
6006 Update coding conventions.
6007 (decoded_names_store): New hash table.
6008 (ada_decode_symbol): New function.
6009 (ada_la_decode): New function.
6010
6011 (modify_general_field): Correct computations of offset and bit
6012 position.
6013 (desc_base_type): Handle ref types, too.
6014 (ada_is_direct_array_type): New function.
6015
6016 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6017 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6018 (ada_is_bogus_array_descriptor,ada_type_of_array,
6019 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6020 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6021 ada_is_array_descriptor_type.
6022
6023 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6024 (ada_is_packed_array_type): Handle pointers or
6025 references to packed arrays as well.
6026 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6027 (decode_packed_array_type): Search for the packed array type
6028 symbol in the currently selected block and associated
6029 superblocks too.
6030 Use lookup_symbol again.
6031
6032 (decode_packed_array): Handle pointers and references.
6033 Update call to coerce_unspec_val_to_type.
6034 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6035 (ada_value_primitive_packed_val): Improve comment.
6036
6037 (ada_index_type): Substitute int type for "undefined".
6038 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6039 ada_array_langth, ada_is_string_type): Use renamed
6040 ada_is_simple_array_type.
6041 (empty_array): New function.
6042
6043 (ada_resolve): Rename to resolve.
6044 (resolve): Make static.
6045 Call renamed resolve_subexp.
6046 Update comment.
6047 (ada_resolve_subexp): Rename to resolve_subexp.
6048 (resolve_subexp): Update comment.
6049 Decomment disabled code.
6050 Add LOC_COMPUTED* cases.
6051 Modify to use temporary struct symbols (marked as being in
6052 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6053 OP_UNRESOLVED_VALUE.
6054 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6055 Add OP_STRING case.
6056 Remove OP_ARRAY.
6057 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6058 Use new ada_lookup_symbol_list interface.
6059 Use new ada_resolve_function interface.
6060 Remove OP_TYPE case.
6061
6062 (ada_args_match): Idiot proof against null actuals.
6063 Use intermediate variables to clarify.
6064 (ada_resolve_function): Update comment and interface.
6065 (mangled_ordered_before): Rename to encoded_ordered_before and
6066 update comment.
6067 (sort_choices): Update comment and interface.
6068 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6069 (user_select_syms): New interface.
6070 Use new sort_choices interface.
6071 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6072 (possible_user_operator_p): Idiot-proof against null values.
6073 (ada_simple_renamed_entity): Don't make cleanup; rely on
6074 caller to free result string.
6075 Remove const from return type.
6076 (make_array_descriptor): Rename uses of place_on_stack to
6077 ensure_lval.
6078 Make sure that arrays are on stack.
6079
6080 (HASH_SIZE): Define.
6081 (struct cache_entry): Define.
6082 (cache_space): Define.
6083 (cache): Define.
6084 (clear_ada_sym_cache): New function.
6085 (find_entry): New function.
6086 (lookup_cached_symbol): New function.
6087 (defn_vector_size): Define.
6088 (cache_symbol): New function.
6089 (defn_symbols): Remove.
6090
6091 (standard_lookup): Use lookup_symbol_in_language to get effect of
6092 C lookup.
6093 Cache results.
6094
6095 (symbol_completion_match): New function.
6096 (symbol_completion_add): New function.
6097 (ada_make_symbol_completion_list): New function.
6098
6099 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6100 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6101 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6102 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6103
6104 (ada_lookup_simple_minsym): New function.
6105 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6106
6107 (add_symbols_from_enclosing_procs): New interface.
6108 Conditionalize more helpfully.
6109 Don't bother if program isn't running.
6110 Use new interface to get_frame_block.
6111 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6112
6113 (remove_extra_symbols): New interface.
6114 (xget_renaming_scope): New function.
6115 (is_package_name): New function.
6116 (renaming_is_visible): New function.
6117 (remove_out_of_scope_renamings): New function.
6118
6119 (ada_lookup_symbol_list): New interface.
6120 Properly reinitialize the symbol list obstack.
6121 Don't call add_symbols_from_enclosing_procs if we start from a
6122 static or global block.
6123 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6124 add_symbols_from_enclosing_procs.
6125 Add symtab data to cached entries.
6126 Handle symbols prefixed with
6127 "standard__" specially; strip prefix and don't look in local symbols.
6128 Do not include out of scope renaming symbols in list of
6129 symbols returned.
6130 Add const to block parameter.
6131 Move check for non-local, non-global symbols earlier.
6132 Remove timing stuff.
6133 (ada_lookup_symbol): New interface.
6134 Find symtab as well.
6135 (ada_lookup_symbol_nonlocal): New function.
6136
6137 (is_name_suffix): Enhance suffix detection to recognize
6138 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6139 (is_dot_digits_suffix): New function.
6140 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6141
6142 (ada_add_block_symbols): New interface. Use obstack to return results
6143 in a vector of struct ada_symbol_infos. Add symtab argument.
6144 Use new interface to add_defn_to_vec.
6145 Remove calls to fill_in_ada_prototype.
6146 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6147
6148 (ada_finish_decode_line_1): Add const qualification to local to fix
6149 warning.
6150 Start looking in static block for functions to avoid attempts
6151 to search frame chain for up-level variables.
6152 Adapt to new ada_sals_for_line interface.
6153 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6154 Handle quoting of the function name inside the spec string.
6155 Skip prologue when funfirstline is set and update the
6156 function documentation to that effect.
6157
6158 (debug_print_lines, debug_print_block, debug_print_blocks,
6159 debug_print_symtab): Remove.
6160
6161 (ada_main_name): New function.
6162 (ada_exception_breakpoint_type): New function.
6163 (is_known_support_routine): New function.
6164 (ada_find_printable_frame): Renamed from find_printable_frame and made
6165 global.
6166 Remove level parameter.
6167 Use new interface to select_frame.
6168
6169 (begin_command): Remove.
6170 (ada_adjust_exception_stop): New function.
6171 (ada_print_exception_stop): New function.
6172 (exception_name_from_cond): New function.
6173 (ada_report_exception_break): Replace disabled code with
6174 conditionalization on GNAT_GDB.
6175 Get the exception name from the condition string.
6176 Remove and move functionality into new functions
6177 ada_print_exception_breakpoint_task and
6178 ada_print_exception_breakpoint_nontask.
6179 (error_breakpoint_runtime_sym_not_found): New function.
6180 (is_runtime_sym_defined): New function.
6181 (ada_breakpoint_rewrite): Uncomment suppressed code.
6182 Use symbolic error-message and runtime-symbol names.
6183 Surround runtime symbol names in quotes.
6184 Allow non-specific breakpoints on exceptions and assertions before
6185 program starts.
6186
6187 (ada_is_tagged_type): Add parameter.
6188 (ada_is_tag_type): New function.
6189 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6190 (ada_variant_discrim_type): Ditto.
6191 (value_tag_from_contents_and_address): New function.
6192 (type_from_tag): New function.
6193 (struct tag_args): New structure used to communicate with
6194 ada_tag_name_1.
6195 (ada_tag_name_1): New function.
6196 (ada_tag_name): New function.
6197
6198 (ada_scan_number): Update comment.
6199 (find_struct_field): New function.
6200 (ada_search_struct_field): Make static.
6201 (ada_value_struct_elt): New version that returns references when
6202 given pointers or references to structs.
6203 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6204 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6205 interface.
6206 (ada_value_ind): Use new ada_to_fixed_value interface.
6207 (ada_coerce_ref): Ditto.
6208 (field_offset): Remove.
6209
6210 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6211 (ada_find_renaming_symbol): New function.
6212 (ada_prefer_type): Prefer named types over unnamed ones.
6213 (variant_field_index): New function.
6214 (contains_variant_part): Removed: subsumed by variant_field_index.
6215 (ada_template_to_fixed_record_type): New function, mostly from
6216 template_to_fixed_record_type.
6217 (template_to_fixed_record_type):
6218 Do not scan the type fields beyond the last one; prevents a
6219 potential SEGV.
6220 Handle case where variant field is listed BEFORE discriminant it
6221 depends on.
6222 Fix calculation of record length when bit length is
6223 not evenly divisible by char length.
6224 Move code to ada_template_to_fixed_record_type and call it.
6225
6226 (template_to_static_fixed_type): Revise comment.
6227 Modify to work on ordinary record types as well as templates,
6228 so as to handle fields that use ___XVE or ___XVU encodings.
6229 (to_record_with_fixed_variant_part): Fill out comment.
6230 Initialize C++ stuff in right type.
6231 Allow case where DVAL is null.
6232 Handle case where variant field is not last.
6233 Fix typo concerning record length.
6234 (to_fixed_record_type): Decomment disabled code.
6235 (to_fixed_record_type): Use variant_field_index instead of
6236 contains_variant_part.
6237 (to_fixed_variant_branch_type): Ditto.
6238 (to_fixed_array_type): Decomment disabled code.
6239 (ada_to_fixed_type): Convert tagged types to the specific type.
6240 Deactivate the size-check for array types in order to avoid
6241 some false size alarms.
6242 (to_static_fixed_type): Decomment disabled code.
6243 Modify to call template_to_static_fixed_type
6244 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6245 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6246 Remove valaddr argument, as it is never really used.
6247 (ada_to_fixed_value): Change interface to act on single struct value*
6248 operand.
6249 (adjust_pc_past_prologue): New function.
6250 (ada_attribute_name): Modify to take enum exp_opcode argument.
6251
6252 (ada_enum_name): Recognize new homonym-distinguishing convention.
6253 Adjust local variable's type to remove compiler warning.
6254 Fix a small problem in the part that unqualifies the enumeration name.
6255 (ada_value_binop): New function.
6256 (ada_value_equal): New function.
6257
6258 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6259 Don't give error message when not doing normal evaluation
6260 and a tagged type doesn't seem to contain a structure member.
6261 Give error message for packed arrays.
6262 For indexing arrays, handle pointers to packed arrays correctly.
6263 Handle case of 'first and 'last attributes of bare integral type
6264 without encoded subtype info.
6265 Remove some unnecessary casts.
6266 Fix uninitialized value of type in computing 'first, 'last, or 'length
6267 of array object.
6268 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6269 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6270 calls.
6271 Attributes are now exp_opcode values.
6272 Correct treatment of 'modulus.
6273 Better error message for taking 'length of wrong kind of type;
6274 improve comment.
6275 Change EVAL_NORMAL to noside for consistency.
6276 Use ada_value_binop for DIV, MOD, REM.
6277 Make special case out of array of length 0, since an argument
6278 of 0 upsets some platforms' malloc.
6279 Use OP_STRING instead of OP_ARRAY.
6280 For slice, add check that we have an array type before extracting
6281 a slice out of it. Avoids a SEGV.
6282 When evaluating an array slice, if the array type is a reference to
6283 an aligner type, then replace the aligner type by the actual type.
6284 Decomment disabled code.
6285 Remove some dead code.
6286 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6287 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6288 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6289 and UNOP_MBR to UNOP_IN_RANGE.
6290 If an array type has a parallel ___XVE type, then use it.
6291 Turn arrays into pointers for lvalue arrays.
6292 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6293 bounds error and handle 0-length slices.
6294 Use lim_warning.
6295 When selecting fields, apply ada_to_fixed_value (because the fields
6296 might have ___XVU or ___XVE encodings even if not dynamic.)
6297 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6298 (ada_is_system_address_type): New function.
6299
6300 (get_var_value): Use new interface to ada_lookup_symbol_list.
6301 (get_int_var_value): New interface.
6302 (to_fixed_range_type): Allow unknown bound, with warning.
6303 (ada_is_modular_type): Decomment disabled code.
6304 (ADA_OPERATORS): New definition.
6305 (ada_operator_length): New function.
6306 (ada_expr_op_name): New function.
6307 (ada_forward_operator_length): New function.
6308 (ada_dump_subexp_body): New function.
6309 (ada_print_subexp): New function.
6310 (ada_exp_descriptor): New constant.
6311 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6312 (ada_language_defn): Add ada_exp_descriptor entry.
6313 Change ada_parse => parse.
6314 Add post-parser entry.
6315 Use ada-specific non-local symbol lookup.
6316 Don't use C-style arrays.
6317 String lower-bound is 1.
6318 Decomment disabled code.
6319 (parse): New function.
6320 New fields ada_translate_error_message, ada_lookup_symbol,
6321 ada_lookup_minimal_symbol.
6322
6323 * ada-lang.h: Update copyright dates.
6324 Replace the mangle/demangle terminology throughout by the
6325 more appropriate encode/decode one.
6326 Include breakpoint.h.
6327 Forward declare struct partial_symbol, struct block.
6328 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6329 (EXTRACT_ADDRESS): Remove.
6330 (EXTRACT_INT): Remove.
6331 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6332 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6333 (MAX_RENAMING_CHAIN_LENGTH): Define.
6334 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6335
6336 (enum task_states): Remove.
6337 ada_task_states: Remove.
6338 (fat_string): Remove.
6339 (struct entry_call): Remove.
6340 (struct task_fields): Remove.
6341 (struct task_entry): Remove.
6342
6343 (struct ada_symbol_info): Define.
6344 (enum ada_attribute): Remove.
6345 (enum ada_operator): Define.
6346
6347 (ada_get_field_index): Declare.
6348 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6349 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6350 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6351 (ada_lookup_symbol_list): New interface.
6352 (ada_decode_symbol): Declare.
6353 (ada_decode): Declare.
6354 (ada_lookup_symbol): New interface.
6355 (ada_update_initial_language): Declare.
6356 (ada_lookup_simple_minsym): Declare.
6357 (user_select_syms): New interface.
6358 (ada_sals_for_line): Declare.
6359 (ada_is_tagged_type): New interface.
6360 (ada_tag_name): Declare.
6361 (ada_lookup_struct_elt_type): Remove declaration.
6362 (ada_search_struct_field): Remove declaration.
6363 (ada_attribute_name): New interface.
6364 (ada_is_system_address_type): Declare.
6365 (ada_to_fixed_value): Remove declaration.
6366 (ada_template_to_fixed_record_type_1): Declare.
6367 (get_int_var_value): New interface.
6368 (ada_find_any_symbol): Declare.
6369 (ada_find_renaming_symbol): Declare.
6370 (ada_mangle): Rename to ada_encode.
6371 (ada_simple_renamed_entity): Remove const.
6372 (ada_main_name): Declare.
6373 (get_current_task): Rename to ada_get_current_task.
6374 (get_entry_number): Remove declaration.
6375 (ada_report_exception_break): Remove declaration.
6376 (ada_print_exception_breakpoint_nontask): Declare.
6377 (ada_print_exception_breakpoint_task): Declare.
6378 (ada_find_printable_frame): Declare.
6379
6380 * ada-lex.l: Update copyright notices.
6381 Use xmalloc and xfree instead of malloc and free.
6382 Use new interface to name_lookup.
6383 Use new interface to
6384 ada_mangle=>ada_encode.
6385 Redo handling of '$...' variable to parallel current treatment
6386 in c-exp.y.
6387 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6388 digit_to_int, strtoulst, processInt, processReal, processId,
6389 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6390 yywrap): Protoize.
6391
6392 (processInt): Use cast to remove harmless warning.
6393 (processReal): Modify to get rid of compiler warning on scan formats.
6394
6395 (processId): Replace xmalloc with obstack_alloc for name and remove
6396 call to ada_name_string_cleanup.
6397 Remove obsolete disabled code.
6398 (name_lookup): Ditto.
6399 New interface.
6400 Use obsavestring on temp_parse_space instead of savestring
6401 on name, and remove call to ada_name_string_cleanup.
6402 Free string returned from ada_simple_renamed_entity.
6403 Use new interface to ada_lookup_symbol_list.
6404 Decomment disabled code.
6405 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6406 not types.
6407 When a type name lookup succeeds as a result of
6408 lookup_primitive_typename, check for regular type entry that has not
6409 yet been read in.
6410 Limit length of chain of renamed symbols we are willing to follow.
6411 Do not break names beginning with "standard__" into segments.
6412 (block_lookup): Use new interface to ada_lookup_symbol_list.
6413
6414 * ada-typeprint.c: Update copyright notice.
6415 (demangled_type_name): Rename to decoded_type_name.
6416 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6417 (print_range_bound): Correct handling of negative
6418 bounds that make the index type looked unsigned under STABS.
6419 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6420 (print_range_type_named): Use the builtin int type if no type
6421 corresponding to the given type name could be found.
6422 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6423 Add some bullet-proofing.
6424 (print_variant_clauses): Allow for variant branches with ___XVU
6425 encodings that are not dynamic fields.
6426 Use new interface to ada_is_tagged_type.
6427 (print_record_type): Allow for fields with ___XVE encodings that
6428 are not dynamic fields.
6429 Use new interface to ada_is_tagged_type.
6430 (ada_print_type): ada_is_array_descriptor =>
6431 ada_is_array_descriptor_type.
6432
6433 * ada-valprint.c: Update copyright notice.
6434 Include gdb_string.h
6435 Include infcall.h
6436 (ui_memcpy): New function.
6437 (ada_print_floating): New function.
6438 (ada_print_str): Order arguments correctly.
6439 Correct handling of empty arrays and arrays of 0-length items.
6440 ada_is_array_descriptor => ada_is_array_descriptor_type
6441 Print values of type System.Address in hexadecimal format.
6442 Use ada_print_floating to print floating-point numbers in Ada format.
6443 Print class tag values with type names.
6444 No longer print the address of reference values. Avoids
6445 a potential confusion.
6446 (ada_value_print): Stop printing the object type for reference
6447 values, but preserve that behavior for access types. Avoids
6448 a potential confusion.
6449 Simplify one conditional expression, as the first part is now
6450 necessarily true.
6451 ada_is_array_descriptor => ada_is_array_descriptor_type
6452 Add check for arrays for null records, and print them by hand.
4c4b4cd2 6453
f65f91b5
JB
64542004-06-01 Jim Blandy <jimb@redhat.com>
6455
6456 * ppc-tdep.h: Delete unused 'regoff' member.
6457 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6458
d4687fa0
MC
64592004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6460
6461 Fix PR symtab/1661.
6462 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6463 (hpread_read_struct_type): Likewise.
6464
de169ec9
AC
64652004-06-01 Andrew Cagney <cagney@gnu.org>
6466
c6902d46
AC
6467 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6468 instead of xasprintf.
6469 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6470 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6471 (mi_cmd_data_list_register_names)
6472 (mi_cmd_data_list_changed_registers)
6473 (mi_cmd_data_list_register_values)
6474 (get_register, mi_cmd_data_write_register_values)
6475 (mi_cmd_data_write_register_values)
6476 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6477 (mi_cmd_target_download, mi_cmd_target_select)
6478 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6479 (mi_execute_cli_command, mi_execute_async_cli_command)
6480 (mi_execute_async_cli_command): Ditto.
6481 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6482 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6483
6085fc2d
AC
6484 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6485 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6486 error_last_message instead of mi_error_last_message.
6487 * mi/mi-main.c (mi_error_last_message): Delete function.
6488
de169ec9
AC
6489 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6490 "invalid number of columns" error. Delete redundant "out of
6491 memory" check.
6492
1fc7d519
MK
64932004-05-31 Mark Kettenis <kettenis@gnu.org>
6494
6cfb2041
MK
6495 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6496 (gregset_t, fpregset_t): Remove typedefs.
6497 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6498 (REG_OFFSET): Rename argument.
6499 (i386bsd_r_reg_offset): Rename from reg_offset.
6500 (REG_ADDR): Remove macro.
6501 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6502 functions.
6503 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6504 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6505 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6506 instead of supply_gregset.
6507 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6508 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6509 instead of fill_gregset.
6510 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6511
1fc7d519
MK
6512 * i386bsd-nat.c: Don't include "gregset.h".
6513 (supply_gregset, fill_gregset): Make static.
6514 (supply_fpregset, fill_fpregset): Remove.
6515 * Makefile.in (i386bsd-nat.o): Update dependencies.
6516
2c34abbe
MK
65172004-05-30 Mark Kettenis <kettenis@gnu.org>
6518
448724fb
MK
6519 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6520 "gdb_assert.h". Con't include "gregset.h".
6521 (fbsd_make_corefile_notes): Use regset-based core file support
6522 instead off fill_gregset and fill_fpregset.
6523 * Makefile.in (fbsd-proc.o): Update dependencies.
6524
5ca8ca7c
MK
6525 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6526 instructions.
6527 (m88k_frame_prev_register): Simplify code a bit.
6528
593adc23
MK
6529 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6530 (amd64_collect_fpregset): New function.
6531 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6532
8d1b517b
MK
6533 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6534
7fdafb5a
MK
6535 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6536 (i386_collect_gregset): New function.
6537 (i386_supply_fpregset): Adjust comment.
6538 (i386_collect_fpregset): New function.
6539 (i386_regset_from_core_section): Use i386_collect_gregset and
6540 i386_collect_fpregset.
6541
8693c419
MK
6542 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6543 handle VALUEP being null.
6544
2c34abbe
MK
6545 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6546
45d134d8
MK
65472004-05-29 Mark Kettenis <kettenis@gnu.org>
6548
1698f4e7
MK
6549 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6550
45d134d8
MK
6551 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6552 assembler in OpenBSD 3.5-current.
6553 (amd64obsd_sigcontext_addr): Likewise.
6554
691d145a
JB
65552004-05-28 Jim Blandy <jimb@redhat.com>
6556
6557 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6558 register set, so our regcache isn't declared "legacy" and our E500
6559 pseudoregister read and write functions aren't ignored.
6560 (rs6000_register_byte, rs6000_register_raw_size,
6561 rs6000_register_virtual_type, rs6000_register_convertible,
6562 rs6000_register_convert_to_virtual,
6563 rs6000_register_convert_to_raw): Deleted.
6564 (rs6000_register_type, rs6000_convert_register_p,
6565 rs6000_register_to_value, rs6000_value_to_register): New
6566 functions.
6567 (rs6000_gdbarch_init): Don't register
6568 gdbarch_deprecated_register_size,
6569 gdbarch_deprecated_register_bytes,
6570 gdbarch_deprecated_register_byte,
6571 gdbarch_deprecated_register_raw_size,
6572 gdbarch_deprecated_register_virtual_type,
6573 gdbarch_deprecated_register_convertible,
6574 gdbarch_deprecated_register_convert_to_virtual, or
6575 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6576 register gdbarch_register_type, gdbarch_convert_register_p,
6577 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6578
18ed0c4e
JB
65792004-05-26 Jim Blandy <jimb@redhat.com>
6580
6581 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6582 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6583 functions, updated to match the register numberings used in GCC.
6584 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6585 rs6000_dwarf2_reg_to_regnum as register number conversions
6586 functions for STABS and Dwarf2.
6587
779af9e3
RC
65882004-05-26 Randolph Chung <tausq@debian.org>
6589
6590 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6591 in header file.
6592
c23968a2
JB
65932004-05-25 Joel Brobecker <brobecker@gnat.com>
6594
6595 * NEWS: Document new "start" command.
6596
3a7d1c27
RC
65972004-05-25 Randolph Chung <tausq@debian.org>
6598
6599 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6600 hppa-linux.
6601
43613416
RC
66022004-05-25 Randolph Chung <tausq@debian.org>
6603
6604 * hppa-hpux-tdep.c (offsetof): Define.
6605 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6606 (hppa32_hpux_frame_base_before_sigtramp)
6607 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6608 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6609 (hppa64_hpux_frame_base_before_sigtramp)
6610 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6611 functions.
6612 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6613 (hppa_hpux_sigtramp_frame_unwind_cache)
6614 (hppa_hpux_sigtramp_frame_this_id)
6615 (hppa_hpux_sigtramp_frame_prev_register)
6616 (hppa_hpux_sigtramp_frame_unwind)
6617 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6618 (hppa_hpux_init_abi): Register sigtramp unwinder.
6619 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6620
6d1be3f1
RC
66212004-05-25 Randolph Chung <tausq@debian.org>
6622
6623 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6624 and multiple stack unwinds.
6625 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6626
97c34f65
AC
66272004-05-25 Andrew Cagney <cagney@gnu.org>
6628
6629 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6630 * symfile-mem.h: Delete file.
6631 * symfile-mem.c: Do not include "symfile-mem.h".
6632 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6633 "struct bfd_section". When an error do not bother returning NULL.
6634 (add_symbol_file_from_memory_command): Use "struct bfd" and
6635 "struct bfd_section".
6636 * Makefile.in (symfile_mem_h): Delete.
6637 (symfile-mem.o): Update dependencies.
6638
e23cbd82
NR
66392004-05-25 Nick Roberts <nickrob@gnu.org>
6640
6641 * gdb-mi.el: New file.
6642
20d2ca3e
AC
66432004-05-25 Andrew Cagney <cagney@gnu.org>
6644
6645 * inftarg.c: Include "observer.h".
6646 (child_attach, child_create_inferior): Notify inferior_created.
6647 * corelow.c: Include "observer.h".
6648 (core_open): Notify inferior_created.
6649 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6650
c27cda74
AC
66512004-05-25 Andrew Cagney <cagney@gnu.org>
6652
6653 * target.h (struct target_ops): Add from_tty to
6654 to_create_inferior.
6655 (target_create_inferior, find_default_create_inferior): Update.
6656 * infcmd.c (run_command): Update.
6657 * wince.c (child_create_inferior): Update.
6658 * win32-nat.c (child_create_inferior): Update.
6659 * uw-thread.c (uw_thread_create_inferior): Update.
6660 * thread-db.c (thread_db_create_inferior): Update.
6661 * target.c (debug_to_create_inferior)
6662 (find_default_create_inferior): Update.
6663 (maybe_kill_then_create_inferior): Update.
6664 * sol-thread.c (sol_thread_create_inferior): Update.
6665 * remote.c (extended_remote_async_create_inferior)
6666 (extended_remote_create_inferior): Update.
6667 * remote-vx.c (vx_create_inferior): Update.
6668 * remote-st.c (st2000_create_inferior): Update.
6669 * remote-sim.c (gdbsim_create_inferior): Update.
6670 * remote-sds.c (sds_create_inferior): Update.
6671 * remote-rdp.c (remote_rdp_create_inferior): Update.
6672 * remote-rdi.c (arm_rdi_create_inferior): Update.
6673 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6674 * remote-e7000.c (e7000_create_inferior): Update.
6675 * procfs.c (procfs_create_inferior): Update.
6676 * ocd.c (ocd_create_inferior): Update.
6677 * ocd.h (ocd_create_inferior): Update.
6678 * nto-procfs.c (procfs_create_inferior): Update.
6679 * monitor.c (monitor_create_inferior): Update.
6680 * lin-lwp.c (lin_lwp_create_inferior): Update.
6681 * inftarg.c (child_create_inferior): Update.
6682 * hpux-thread.c (hpux_thread_create_inferior): Update.
6683 * gnu-nat.c (gnu_create_inferior): Update.
6684
1db2a798
AC
66852004-05-25 Andrew Cagney <cagney@gnu.com>
6686
6687 * MAINTAINERS: Update e-mail address.
6688
007d08bb
RC
66892004-05-24 Randolph Chung <tausq@debian.org>
6690
6691 * thread.c (info_threads_command, thread_apply_all_command)
6692 (thread_apply_command, thread_command, do_captured_thread_select):
6693 Remove HPUXHPPA-specific code.
6694
69e7b95e
RC
66952004-05-24 Randolph Chung <tausq@debian.org>
6696
6697 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6698 unused symbols.
6699 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6700 references.
6701
a4d5f2e0
JB
67022004-05-24 Joel Brobecker <brobecker@gnat.com>
6703
6704 * infcmd.c (kill_if_already_running): New function, extracted
6705 from run_command().
6706 (run_command): Replace extracted code by call to
6707 kill_if_already_running().
6708 (start_command): New function.
6709 (_initialize_infcmd): Add "start" command.
6710
bf2ca189
MK
67112004-05-24 Mark Kettenis <kettenis@gnu.org>
6712
6713 Add OpenBSD/m88k support.
6714 * NEWS (New native configurations): Mention OpenBSD/m88k.
6715 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6716 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6717 * Makefile.in (m88k_tdep_h): New variable.
6718 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6719 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6720 * configure.host: Add m88*-*-openbsd*.
6721 * configure.tgt: Add m88*-*-openbsd*.
6722
80fadb11
JB
67232004-05-24 Jim Blandy <jimb@redhat.com>
6724
6725 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6726 to approve changes.
6727
19e2d14b
KB
67282004-05-24 Kevin Buettner <kevinb@redhat.com>
6729
6730 * symtab.c (fixup_section): Search section table when lookup by
6731 name fails.
6732
1b07b470
RC
67332004-05-24 Randolph Chung <tausq@debian.org>
6734
6735 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6736 be "small_struct".
6737
368702b1
MK
67382004-05-24 Mark Kettenis <kettenis@gnu.org>
6739
5df97fde
MK
6740 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6741 register number in regcache_raw_collect call.
6742 (m68kbsd_collect_fpregset): Likewise.
6743 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6744
368702b1
MK
6745 * regset.h (struct regset): Add back `regset' member.
6746
a770d4ec
MK
67472004-05-23 Mark Kettenis <kettenis@gnu.org>
6748
70f9f479
MK
6749 * configure.in: Check for td_pcb in `struct thread'.
6750 * configure, config.in: Regenerated.
6751
2e16d79e
MK
6752 * dpx2-nat.c: Remove file.
6753 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6754 (dpx2-nat.o): Remove dependencies.
6755
492cf391
MK
6756 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6757 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6758 (amd64obsd_supply_pcb): New function.
6759 (_initialize_amd64obsd_nat): Enable libkvm interface.
6760 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6761 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6762 (LOADLIBES): New variable.
6763
a770d4ec
MK
6764 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6765 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6766 (sparc32nbsd_supply_pcb): New function.
6767 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6768 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6769 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6770 (LOADLIBES): New variable.
6771
9ea75c57
MK
67722004-05-22 Mark Kettenis <kettenis@gnu.org>
6773
2e0c3539
MK
6774 * bsd-kvm.c, bsd-kvm.h: New files.
6775 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6776 "bsd-kvm.h".
6777 (i386fbsd_supply_pcb): New function.
6778 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6779 (i386fbsd-nat.o): Update dependencies.
6780 (bsd_kvm_h): New variable.
6781 (bsd-kvm.o): New dependency.
6782 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6783 (LOADLIBES): New variable.
6784
9ea75c57
MK
6785 * regset.c: Tweak comment.
6786 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6787 macro.
6788 * regset.h: Update copyright year.
6789 (struct regset): Remove `descr' member, add `gdbarch' member.
6790 (regset_alloc): Adjust prototype and comment.
6791 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6792 (i386_supply_fpregset): Likewise.
6793 (i386_regset_from_core_section): Update call to regset_alloc.
6794 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6795 REGSET->arch.
6796 (i386obsd_aout_regset_from_core_section): Update call to
6797 regset_alloc.
6798 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6799 REGSET->arch.
6800 (i386nbsd_aout_regset_from_core_section): Update call to
6801 regset_alloc.
6802 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6803 REGSET->arch.
6804 (amd64_regset_from_core_section): Update call to regset_alloc.
6805 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6806 REGSET->arch.
6807 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6808 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6809 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6810 (sparc32nbsd_init_abi): Update call to regset_alloc.
6811 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6812 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6813 (sparc64obsd_init_abi): Update call to regset_alloc.
6814 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6815 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6816 (sparc64nbsd_init_abi): Update call to regset_alloc.
6817 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6818 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6819 (sparc64fbsd_init_abi): Update call to regset_alloc.
6820
867e2dc5
JB
68212004-05-22 Jim Blandy <jimb@redhat.com>
6822
6823 * ppc-tdep.h (spe_register_p): New declaration.
6824 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6825 ppc_spefscr_regnum.
6826 * rs6000-tdep.c (spe_register_p): New function.
6827 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6828 spefscr.
6829 (rs6000_gdbarch_init): Initialize the new members of the tdep
6830 structure.
6831
617a4cba
JB
68322004-05-21 Jim Blandy <jimb@redhat.com>
6833
0397dee1
JB
6834 * ppc-linux-nat.c (fetch_register): Move code back to be next
6835 to the comment that describes it. (Moved code, instead of
6836 comment, for symmetry with store_register.)
6837
617a4cba
JB
6838 Allocate regset structures in the gdbarch's obstack, not using
6839 xmalloc.
6840 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6841 Add 'arch' argument. Allocate the regset on arch's obstack, not
6842 using xmalloc.
6843 * regset.h (regset_alloc): Update declaration.
6844 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6845 gdbarch argument.
6846 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6847 * i386-tdep.c (i386_regset_from_core_section): Same.
6848 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6849 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6850 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6851 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6852 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6853 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6854
9aa3914d
JB
68552004-05-21 Joel Brobecker <brobecker@gnat.com>
6856
6857 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6858
99c87dab
JB
68592004-05-21 Jim Blandy <jimb@redhat.com>
6860
6861 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6862 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6863
c2b6b4aa
JB
68642004-05-20 Jim Blandy <jimb@redhat.com>
6865
6866 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6867
144529d0
MK
68682004-05-20 Mark Kettenis <kettenis@gnu.org>
6869
6870 * regset.h: Make prototype const-correct.
6871 * regset.c (regset_xmalloc): Make const-correct.
6872
4725b721
PH
68732004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6874
6875 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6876 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6877 (symbol_search_name): Declare.
6878
6879 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6880 (iter_name_next_hashed): Ditto.
6881 (iter_name_next_linear): Ditto.
6882 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6883
6884 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6885 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6886 (symbol_search_name): New function.
6887
6888 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6889
6890 * minsyms.c (build_minimal_symbol_hash_tables): Change
6891 test for adding to demangled hash table to check for difference
6892 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6893
be07a590
JB
68942004-05-19 Jim Blandy <jimb@redhat.com>
6895
6896 Use a constructor function to create regset structures.
6897 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6898 (struct regset): Use supply_regset_ftype. Add new
6899 'collect_regset' member.
6900 (regset_xmalloc): New declaration.
6901 * regset.c: New file.
6902 * am64-tdep.c (amd64_regset_from_core_section): Use
6903 regset_xmalloc to construct regset structures.
6904 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6905 * i386-tdep.c (i386_regset_from_core_section): Same.
6906 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6907 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6908 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6909 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6910 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6911 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6912 * Makefile.in (COMMON_OBS): Add regset.o.
6913 (regset.o): New rule.
6914
604368f5
JB
69152004-05-19 Joel Brobecker <brobecker@gnat.com>
6916
6917 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6918 and pthread_cond_wait.c.
6919
82d69f8b
JB
69202004-05-18 Jim Blandy <jimb@redhat.com>
6921
6922 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6923 before the mach-specific switch, and then let the individual cases
6924 override the defaults, rather than leaving them uninitialized
6925 until the switch and then setting them in each case.
6926
5859efe5
RC
69272004-05-18 Randolph Chung <tausq@debian.org>
6928
6929 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6930 millicode functions.
6931
9ca80cf8
RC
69322004-05-18 Randolph Chung <tausq@debian.org>
6933
6934 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6935 references to dld_flags_buffer consistent.
6936
ed70ba00
RC
69372004-05-18 Randolph Chung <tausq@debian.org>
6938
6939 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6940 it for unwinding the stack.
6941
63100632
RC
69422004-05-18 Randolph Chung <tausq@debian.org>
6943
6944 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6945 Undefine these so we can overide them using gdbarch.
6946
090ccbb7
RC
69472004-05-18 Randolph Chung <tausq@debian.org>
6948
6949 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6950 handling for 64-bit HPUX (elf).
6951
594706e6
DJ
69522004-05-18 Daniel Jacobowitz <dan@debian.org>
6953
6954 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6955 constants.
6956 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6957 * ia64-tdep.c (examine_prologue): Likewise.
6958 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6959 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6960
e5483145
MK
69612004-05-18 Mark Kettenis <kettenis@gnu.org>
6962
6963 * vax-tdep.c (vax_return_value): Implement
6964 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6965
caed1a45
MK
69662004-05-17 Mark Kettenis <kettenis@gnu.org>
6967
6968 * vax-tdep.c (vax_return_value): Fix typo.
6969
3c0b7db2
AC
69702004-05-17 Andrew Cagney <cagney@redhat.com>
6971
5aae53e5
AC
6972 * MAINTAINERS: Mark Salter was also responsible for
6973 testsuite/config/
6974
3c0b7db2
AC
6975 * NEWS: Mention signal fixes.
6976
22b0923d
RC
69772004-05-17 Randolph Chung <tausq@debian.org>
6978
6979 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6980 check to see if we are unwinding an export stub. Export stubs clobber
6981 the %rp in the call path and stores the original rp in a stack slot.
6982
22f2b2f3
JB
69832004-05-17 Jim Blandy <jimb@redhat.com>
6984
6985 * MAINTAINERS: Update address for J.T. Conklin.
6986
cea96d64
RC
69872004-05-17 Randolph Chung <tausq@debian.org>
6988
6989 * hppa-tdep.c: Remove superfluous #include's.
6990 * Makefile.in (hppa-tdep.o): Update dependencies.
6991
f08f6a4a
RC
69922004-05-17 Randolph Chung <tausq@debian.org>
6993
6994 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6995 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6996 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6997 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6998 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6999 Remove static function declarations.
7000
51da707a
MK
70012004-05-17 Mark Kettenis <kettenis@gnu.org>
7002
caed1a45
MK
7003 * alphabsd-nat.c: Update copyright year.
7004 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7005
c0c2b0db
MK
7006 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7007 and M68K_A2_REGNUM.
7008
51da707a
MK
7009 * m68k-tdep.c (m68k_svr4_return_value): Implement
7010 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7011
8d027a04
MK
70122004-05-16 Mark Kettenis <kettenis@gnu.org>
7013
7014 * sol-thread.c Update copyright year. Fix various coding
7015 standards violations. Tweak a few comments.
7016 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7017 Delete prototypes.
7018
0d99fdb9
RC
70192004-05-15 Randolph Chung <tausq@debian.org>
7020
7021 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7022 as pointer instead of array reference since HPUX compiler does
7023 not accept unsized array arguments.
7024 * somsolib.c (dld_flags_buffer): Use constant array size.
7025
f7e3843a
MK
70262004-05-15 Mark Kettenis <kettenis@gnu.org>
7027
0fe85704
MK
7028 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7029 offset with decimal offset.
7030 (amd64obsd_sigcontext_addr): Return correct address for entire
7031 signal trampoline.
7032
a54f9a00
MK
7033 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7034 instead of get_frame_base.
7035
feae6502
MK
7036 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7037 (fill_gregset): Use regcache_raw_collect.
7038
0382d099
MK
7039 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7040 ppcobsd-tdep.c.
7041
f7e3843a
MK
7042 * config/sparc/tm-nbsd64.h: Remove file.
7043 * config/tm-sunos.h: Remove file.
7044
773df3e5
JB
70452004-05-15 Joel Brobecker <brobecker@gnat.com>
7046
7047 * rs6000-tdep.c (store_param_on_stack_p): New function,
7048 an improved version of some code extracted from skip_prologue().
7049 (skip_prologue): Use store_param_on_stack_p() to detect
7050 instructions saving a parameter on the stack. Detect when r0
7051 is used to save a parameter.
7052 Do not mark "li rx, SIMM" instructions as part of the prologue,
7053 unless the following instruction is also part of the prologue.
7054
95918acb
AC
70552004-05-14 Andrew Cagney <cagney@redhat.com>
7056
06f32659
AC
7057 * infrun.c (handle_inferior_event): Simplify
7058 STEP_OVER_UNDEBUGGABLE.
7059
95918acb
AC
7060 * infrun.c (handle_step_into_function): Delete function.
7061 (handle_inferior_event): Inline calls to
7062 handle_step_into_function.
7063
40711ff1 70642004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
7065
7066 * rs6000-nat.c: Fix a comment.
7067
02f60eae
JB
70682004-05-12 David Anderson <davea@sgi.com>
7069
7070 Committed by Jim Blandy <jimb@redhat.com>:
7071 * regcache.c (struct regcache_descr): fix comment spelling.
7072
552e377b
JB
70732004-05-13 J. Brobecker <brobecker@gnat.com>
7074
7075 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7076 Fixes a link link failure.
7077
349766b2
JB
70782004-05-13 J. Brobecker <brobecker@gnat.com>
7079
7080 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7081 error that was causing the build to fail.
7082
0d4d5484
JB
70832004-05-13 J. Brobecker <brobecker@gnat.com>
7084
7085 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7086 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7087
0b30808c
AC
70882004-05-13 Andrew Cagney <cagney@redhat.com>
7089
7090 * infrun.c (handle_inferior_event): Check for
7091 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7092 calls. Update comments.
7093
cdf2c5f5
JB
70942004-05-13 Jim Blandy <jimb@redhat.com>
7095
063715bf
JB
7096 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7097 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7098 (store_regs_user_thread, store_regs_kernel_thread): Use
7099 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7100 * ppc-linux-nat.c (fill_gregset): Same.
7101 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7102 (ppc_linux_sigtramp_cache): Same.
7103 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7104 (ppcnbsd_sigtramp_cache_init): Same.
7105 * rs6000-nat.c (fetch_core_registers): Same.
7106 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7107 (rs6000_frame_cache): Same.
7108
cdf2c5f5
JB
7109 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7110 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7111 of assuming that the gprs are numbered starting with zero.
7112 * ppc-linux-nat.c (fill_gregset): Same.
7113 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7114 * ppcnbsd-nat.c (getregs_supplies): Same.
7115 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7116 * rs6000-nat.c (fetch_core_registers): Same.
7117 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7118
450bd37b
MS
71192004-05-07 Michael Snyder <msnyder@redhat.com>
7120
7121 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7122 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7123
4a72a2a6
AC
71242004-05-13 Andrew Cagney <cagney@redhat.com>
7125
7126 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7127
8edfa926
BM
71282004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7129
7130 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7131 base_address for shared libraries.
7132
723e0e3d
BM
71332004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7134
7135 * MAINTAINERS (write after approval): Add myself.
7136
00d4360e
UW
71372004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7138
7139 * breakpoint.c (bpstat_stop_status): Add new argument
7140 STOPPED_BY_WATCHPOINT. Use it instead of testing
7141 target_stopped_data_address agaist 0 to check whether
7142 or not we stopped due to a hardware watchpoint.
7143 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7144 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7145 with new argument.
7146
ec76baa5
JB
71472004-05-12 Jim Blandy <jimb@redhat.com>
7148
7149 * configure.in: When checking whether we should use the -bbigtoc
7150 option, don't forget to restore the original value of LDFLAGS.
7151 * configure: Regenerated.
7152
f2c9ca08
AC
71532004-05-12 Andrew Cagney <cagney@redhat.com>
7154
7155 * thread.c (load_infrun_state): Delete step_sp.
7156 * infrun.c (context_switch): Ditto.
7157 * inferior.h (step_sp): Ditto.
7158 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7159 * gdbthread.h (struct thread_info, save_infrun_state)
7160 (restore_infrun_state): Ditto.
7161
090ddb2a
UW
71622004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7163
7164 * MAINTAINERS (write after approval): Add myself.
7165
8aad930b
AC
71662004-05-12 Andrew Cagney <cagney@redhat.com>
7167
7168 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7169 eliminate reference to step_sp.
7170 (struct execution_control_state, init_execution_control_state)
7171 (handle_inferior_event, keep_going): Delete update_step_sp and
7172 step_sp.
7173 * infcmd.c (step_sp): Note that variable is unused.
7174
922d5ae0
AC
71752004-05-11 Andrew Cagney <cagney@redhat.com>
7176
7177 * infrun.c (step_over_function): Delete function.
7178 (handle_step_into_function): Use insert_step_resume_breakpoint.
7179 (insert_step_resume_breakpoint): Fix assertion.
7180
017c5ca5
NR
71812004-05-11 Nick Roberts <nickrob@gnu.org>
7182
7183 * utils.c (defaulted_query): Just use the normal query input type
7184 when printing the annotations.
7185
42edda50
AC
71862004-05-11 Andrew Cagney <cagney@redhat.com>
7187
7188 * infrun.c (handle_inferior_event): Simplify code handling
7189 step-into or return-from a signal trampoline.
7190
d28b44a7
AC
71912004-05-11 Andrew Cagney <cagney@redhat.com>
7192
7193 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7194 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7195
383f0f5b
JB
71962004-05-10 Jim Blandy <jimb@redhat.com>
7197
d0b57c3a
JB
7198 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7199 with a call to internal_error.
7200
383f0f5b
JB
7201 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7202 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7203 processor variant lacks those registers.
7204 (ppc_floating_point_unit_p): Change description to make it clear
7205 that this returns info about the ISA, not the ABI.
7206 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7207 return true or false by checking tdep->ppc_fp0_regnum and
7208 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7209 arch/mach switching done in rs6000_gdbarch_init; it's better to
7210 keep that logic there, and just check the results here.
7211 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7212 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7213 floating-point registers.
7214 (ppc_supply_fpregset, ppc_collect_fpregset)
7215 (rs6000_push_dummy_call, rs6000_extract_return_value)
7216 (rs6000_store_return_value): Assert that we have floating-point
7217 registers.
7218 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7219 (rs6000_frame_cache): Don't note the locations at which
7220 floating-point registers were saved if we have no fprs.
7221 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7222 registers.
7223 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7224 (store_regs_user_thread, store_regs_kernel_thread): Only call
7225 supply_fprs / fill_fprs if we actually have floating-point
7226 registers.
7227 (special_register_p): Check ppc_fpscr_regnum before matching
7228 against it.
7229 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7230 supply / collect fpscr if we don't have it.
7231 * ppc-bdm.c: #include "gdb_assert.h".
7232 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7233 have floating-point registers, since I can't test this code on
7234 FP-free systems to adapt it.
7235 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7236 fpscr and floating point register numbers if they don't exist.
7237 (fetch_register): Assert that we have floating-point registers
7238 before we reach the code that handles them.
7239 (store_register): Same. And use tdep instead of calling
7240 gdbarch_tdep again.
7241 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7242 don't have them.
7243 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7244 fprs and fpscr if we don't have them.
7245 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7246 don't have them.
7247 * ppcnbsd-nat.c: #include "gdb_assert.h".
7248 (getfpregs_supplies): Assert that we have floating-point registers.
7249 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7250 * ppcobsd-tdep.c: #include "gdb_assert.h".
7251 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7252 have floating-point registers.
7253 * rs6000-nat.c (regmap): Don't match against the fpscr and
7254 floating point register numbers if they don't exist.
7255 (fetch_inferior_registers, store_inferior_registers,
7256 fetch_core_registers): Only fetch / store / supply the
7257 floating-point registers and the fpscr if we have them.
7258 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7259 (ppcobsd-tdep.o): Update dependencies.
7260
15960608
AC
72612004-05-10 Andrew Cagney <cagney@redhat.com>
7262
7263 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7264 (context_switch): Do not switch through_sigtramp_breakpoint.
7265 * gdbthread.h (save_infrun_state, load_infrun_state)
7266 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7267 and structure member.
7268 * thread.c (load_infrun_state, save_infrun_state): Update.
7269
5ab5aa0f
MK
72702004-05-10 Mark Kettenis <kettenis@gnu.org>
7271
7272 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7273
da78b0e7
DJ
72742004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7275
7276 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7277 throughout.
7278 * aclocal.m4: Regenerate.
7279
cca0d3b0
NW
72802004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7281
7282 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7283
d303a6c7
AC
72842004-05-10 Andrew Cagney <cagney@redhat.com>
7285
7286 * infrun.c (check_sigtramp2): Delete function.
7287 (handle_inferior_event): When single stepping, and taking a
7288 signal, set a breakpoint at the signal return address. Delete
7289 redundant calls to check_sigtramp2.
7290 (insert_step_resume_breakpoint): New function.
7291 (through_sigtramp_breakpoint, handle_inferior_event)
7292 (follow_exec, wait_for_inferior, fetch_inferior_event)
7293 (currently_stepping, keep_going): Delete most uses of
7294 through_sigtramp_breakpoint, not that it should be deleted.
7295 (delete_breakpoint_current_contents): Delete function.
7296
03f4cc20
RC
72972004-05-10 Randolph Chung <tausq@debian.org>
7298
7299 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7300 target.
7301 * config/pa/tm-linux.h: New file.
7302
37fc812e
DJ
73032004-05-10 Daniel Jacobowitz <drow@mvista.com>
7304
7305 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7306 of prefixes. Don't print the prefix twice in the CLI.
7307
26c0b942
JB
73082004-05-10 Jim Blandy <jimb@redhat.com>
7309
2e56e9c1
JB
7310 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7311 collect all the gprs.
7312
26c0b942
JB
7313 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7314 loop collecting gprs.
7315
dc497459
AC
73162004-05-09 Andrew Cagney <cagney@redhat.com>
7317
7318 * remote-vx.c (net_step): Delete step-range code.
7319 * remote.c (remote_resume, init_all_packet_configs)
7320 (set_remote_protocol_E_packet_cmd)
7321 (show_remote_protocol_E_packet_cmd)
7322 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7323 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7324 (show_remote_protocol_e_packet_cmd): Ditto.
7325
0543f387
MK
73262004-05-09 Mark Kettenis <kettenis@gnu.org>
7327
c481d1ca
MK
7328 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7329
f626a069
MK
7330 * hppa-tdep.h: Update copyright year.
7331 (struct trad_frame_saved_reg): Add opaque declaration.
7332
6fa57a7d
MK
7333 * amd64-tdep.c (amd64_return_value): Implement
7334 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7335
e47577ab
MK
7336 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7337 (m68k_value_to_register): New functions.
7338 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7339 value_to_register.
7340
31db7b6c
MK
7341 * defs.h (enum return_value_convention): Add
7342 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7343 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7344 * infcmd.c (legacy_return_value): New function.
7345 (print_return_value): Rwerite to implement
7346 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7347 * values.c (using_struct_return): Check for inequality to
7348 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7349 RETURN_VALUE_STRUCT_CONVENTION.
7350 * i386-tdep.c (i386_return_value): Implement
7351 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7352
0543f387
MK
7353 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7354 include "symtab.h", "opcode/vax.h" and "inferior.h".
7355 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7356 to read_memory_unsigned_integer.
7357 (vax_gdbarch_init): Reorder.
7358 (_initialize_vax_tdep): Spell out prototype.
7359 * Makefile.in (vax-tdep.o): Update dependencies.
7360
0c93b7b6
AC
73612004-05-08 Andrew Cagney <cagney@redhat.com>
7362
e6b55ae2
AC
7363 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7364 * target.c (target_detach, target_disconnect): Ditto.
7365
1ac839b8
AC
7366 * infcall.c (call_function_by_hand): When no
7367 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7368 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7369 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7370 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7371 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7372
28954179
AC
7373 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7374 * gdbarch.h, gdbarch.c: Re-generate.
7375 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7376 deprecated_fix_call_dummy.
7377 * v850-tdep.c (v850_gdbarch_init): Ditto.
7378 * infcall.c (call_function_by_hand): Do not call
7379 DEPRECATED_FIX_CALL_DUMMY.
7380
434b87dd
AC
7381 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7382 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7383 * gdbarch.h, gdbarch.c: Re-generate.
7384 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7385 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7386 deprecated_sizeof_call_dummy_words.
7387 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7388 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7389 * v850-tdep.c (v850_gdbarch_init): Ditto.
7390 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7391 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7392 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7393 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7394 * arch-utils.h (legacy_call_dummy_words)
7395 (legacy_sizeof_call_dummy_words): Delete declarations.
7396 * arch-utils.c (legacy_call_dummy_words)
7397 (legacy_sizeof_call_dummy_words): Delete variables.
7398
58d28df8
AC
7399 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7400 * gdbarch.h, gdbarch.c: Re-generate.
7401 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7402 * infcall.c (call_function_by_hand): Eliminate call to
7403 DEPRECATED_PUSH_DUMMY_FRAME.
7404 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7405 push_dummy_frame.
7406 (ns32k_push_dummy_frame): Delete function.
7407
e4a2df64
AC
7408 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7409 deprecated_call_dummy_breakpoint_offset or
7410 deprecated_call_dummy_start_offset.
7411 * dummy-frame.c, arm-tdep.c: Update comments.
7412 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7413 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7414 * gdbarch.h, gdbarch.c: Re-generate.
7415
d3712828
AC
7416 * infcall.c (legacy_push_dummy_code): Delete function.
7417 (push_dummy_code): Delete call.
7418
7a882905
AC
7419 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7420 * gdbarch.h, gdbarch.c: Re-generate.
7421 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7422 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7423 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7424 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7425
0ec5872b
AC
7426 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7427 (struct frame_info): Delete opaque declaration.
7428 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7429 * frame.c (get_frame_type): Delete call.
7430
0c93b7b6
AC
7431 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7432 pc_in_call_dummy.
7433 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7434 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7435
75536971
MK
74362004-05-08 Mark Kettenis <kettenis@gnu.org>
7437
527ca6bb
MK
7438 * alphanbsd-tdep.c: Include "gdb_string.h".
7439 * armnbsd-tdep.c: Update copyright year.
7440 Include "gdb_string.h".
7441 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7442 dependencies.
7443
d39fdc61
MK
7444 * delta68-nat.c: Remove file.
7445 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7446 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7447 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7448 (delta68-nat.o): Remove dependency.
7449
75536971
MK
7450 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7451 function.
7452 (m68k_gdbarch_init): Don't set
7453 deprecated_frameless_function_invocation.
7454
f4ca1d1f
RC
74552004-05-07 Randolph Chung <tausq@debian.org>
7456
7457 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7458 read_memory_nobpt for code reading when doing frame unwinding.
7459 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7460
2f0e8c7a
RC
74612004-05-07 Randolph Chung <tausq@debian.org>
7462
7463 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7464 instead of sp, handle sigaltstack case.
7465 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7466 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7467 signal handler and not that of the caller.
7468 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7469 hppa_linux_sigtramp_find_sigcontext.
7470
959464ff
RC
74712004-05-07 Randolph Chung <tausq@debian.org>
7472
7473 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7474 hppa-linux-nat.c.
7475 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7476 * hppa-linux-nat.c (fetch_register, store_register): Define.
7477 (fetch_inferior_registers, store_inferior_registers): Define.
7478 (supply_gregset): Add comment and clean up some unneeded code.
7479 (fill_gregset): Add comment and fix so that it saves registers in
7480 the right place in the gregset.
7481 (fill_fpregset): Fix buffer overrun problem.
7482 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7483
0da28f8a
RC
74842004-05-07 Randolph Chung <tausq@debian.org>
7485
7486 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7487 do common handling of the pcoqt register.
7488 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7489 to use helper function.
7490 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7491 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7492 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7493 generic fallback unwinder when all else fails.
7494 (hppa_gdbarch_init): Add fallback sniffer.
7495 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7496 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7497 to use helper function.
7498
b9ec757a
JB
74992004-05-08 Joel Brobecker <brobecker@gnat.com>
7500
7501 * config/djgpp/fnchange.lst: Add translation rules for
7502 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7503
756e95f1
MK
75042004-05-08 Mark Kettenis <kettenis@gnu.org>
7505
7506 * frame.c (get_prev_frame_1): Work around GCC bug.
7507 * frame.h: Add comment about GCC bug.
7508
2b4855ab
AC
75092004-05-07 Andrew Cagney <cagney@redhat.com>
7510
7511 * observer.c: Include "commands.h" and "gdbcmd.h".
7512 (observer_debug, _initialize_observer): Add the
7513 command "set/show debug observer".
7514 * observer.sh: When observer debugging, log notify calls.
7515 * Makefile.in (observer.o): Update dependencies.
7516
ba3e8e46
JM
75172004-05-07 Jason Molenda (jmolenda@apple.com)
7518
7519 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7520
16796152
JB
75212004-05-07 Jim Blandy <jimb@redhat.com>
7522
daf6dc85
JB
7523 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7524 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7525 to recognize gpr regnums, instead of assuming that
7526 tdep->ppc_fp0_regnum marks the end of the general-purpose
7527 registers.
7528
16796152
JB
7529 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7530 the given architecture has floating-point registers.
7531
c69b8bfc
AC
75322004-05-07 Andrew Cagney <cagney@redhat.com>
7533
7534 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7535 macro defined to 1.
7536 * gdbarch.h, gdbarch.c: Re-generate.
7537 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7538 deprecated_use_generic_dummy_frames.
7539
7243600a
BF
75402004-05-07 Brian Ford <ford@vss.fsi.com>
7541
7542 * NEWS: Mention Cygwin DWARF 2 support.
7543
73c1e0a1
AC
75442004-05-07 Andrew Cagney <cagney@redhat.com>
7545
7546 * objfiles.h (struct entry_info): Delete unused fields
7547 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7548 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7549 * mipsread.c (mipscoff_symfile_read): Update.
7550 * mdebugread.c (parse_partial_symbols): Update.
7551 * dwarfread.c (read_file_scope): Update.
7552 * dwarf2read.c (read_file_scope): Update.
7553 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7554 * coffread.c (complete_symtab): Update.
7555
1d3056ac
MK
75562004-05-07 Mark Kettenis <kettenis@gnu.org>
7557
7558 * infcall.c (_initialize_infcall): Fix typo.
7559
15170568
AC
75602004-05-07 Andrew Cagney <cagney@redhat.com>
7561
7562 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7563 * command.h (add_setshow_zinteger_cmd): Declare.
7564
34f75cc1
RC
75652004-05-06 Randolph Chung <tausq@debian.org>
7566
7567 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7568 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7569 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7570 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7571 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7572 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7573 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7574 definitions ...
7575 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7576 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7577 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7578 (hppa64_hpux_frame_find_saved_regs_in_sig)
7579 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7580 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7581 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7582 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7583 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7584 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7585 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7586 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7587 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7588 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7589 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7590 (hppa32_register_type, hppa_cannot_store_register)
7591 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7592 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7593 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7594 * pa64solib.c (pa64_solib_have_load_event)
7595 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7596 (pa64_solib_unloaded_library_pathname): Likewise.
7597 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7598 (som_solib_library_pathname): Likewise.
7599
0a5e7efe
JI
76002004-05-05 Jim Ingham <jingham@apple.com>
7601
7602 * breakpoint.c (create_breakpoints): Copy the ignore count and
7603 thread id over from the pended breakpoint to the actual
7604 breakpoint.
7605
10a4b113
AC
76062004-05-05 Andrew Cagney <cagney@redhat.com>
7607
7608 * gdbarch.sh (PARM_BOUNDARY): Delete.
7609 gdbarch.h, gdbarch.c: Re-generate.
7610 * valops.c (PARM_BOUNDARY): Delete macro.
7611 (value_push): Delete PARM_BOUNDARY code.
7612 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7613
366f009f
JB
76142004-05-04 Jim Blandy <jimb@redhat.com>
7615
32b99774
JB
7616 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7617 Don't assume that the gprs, fprs, and UISA sprs are
7618 contiguous, start at register number zero, and end with fpscr.
7619 Instead, use the numbers from the tdep structure.
7620
366f009f
JB
7621 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7622 should no longer be used in code specific to the RS6000 and its
7623 derivatives.
7624 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7625 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7626 tdep->ppc_fp0_regnum.
7627 (ppc_supply_fpregset, ppc_collect_fpregset)
7628 (rs6000_push_dummy_call, rs6000_extract_return_value)
7629 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7630 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7631 FP0_REGNUM.
7632 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7633 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7634 Same.
7635 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7636 bdm_ppc_store_registers): Same.
7637 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7638 (store_register, fill_fpregset): Same.
7639 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7640 (ppc_linux_supply_fpregset): Same.
7641 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7642 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7643 Same.
7644 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7645 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7646 ppc64_sysv_abi_return_value): Same.
7647 * rs6000-nat.c (regmap, fetch_inferior_registers)
7648 (store_inferior_registers, fetch_core_registers): Same.
7649
827f338d
MK
76502004-05-01 Mark Kettenis <kettenis@gnu.org>
7651
7652 * m68knbsd-nat.c: Remove file.
7653 * m68knbsd-tdep.c: Remove file.
7654 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7655 dependencies.
7656 * configure.host: Add m68k-*-netbsdelf*.
7657 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7658 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7659 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7660 (XM_FILE): Remove.
7661 * config/m68k/nbsdelf.mh: New file.
7662 * config/m68k/nbsd.mt: New file.
7663 * config/m68k/nbsdaout.mt: Remove file.
7664 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7665 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7666 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7667 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7668 (use_struct_convention): Remove prototype.
7669 (USE_STRUCT_CONVENTION): Remove define.
7670 * config/m68k/xm-nbsd.h: Remove file.
7671
66894781
MS
76722004-05-04 Michael Snyder <msnyder@redhat.com>
7673
7674 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7675 reg_struct_return method (as gcc usually does for cross targets).
7676
f0f63663
AC
76772004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7678
7679 Committed by Andrew Cagney.
7680 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7681 alignment padding when accessing ucontext struct members.
7682
edf61169
JB
76832004-05-04 Jim Blandy <jimb@redhat.com>
7684
8bf659e8
JB
7685 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7686 'ppc_gplast_regnum' member.
7687 (ppc_num_gprs): New enum constant.
7688 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7689 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7690 * rs6000-nat.c (regmap, fetch_inferior_registers,
7691 store_inferior_registers): Same.
7692 * rs6000-tdep.c (e500_pseudo_register_read)
7693 (e500_pseudo_register_write): Same.
7694 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7695
b967e06f
JB
7696 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7697 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7698 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7699 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7700 FPLAST_REGNUM.
7701 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7702 Same.
7703 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7704 * rs6000-nat.c (regmap, fetch_inferior_registers)
7705 (store_inferior_registers): Same.
7706
edf61169
JB
7707 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7708 with FPLAST_REGNUM.
7709
58a9656e
JB
77102004-05-03 Joel Brobecker <brobecker@gnat.com>
7711
7712 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7713 failure detected by recent versions of GCC.
7714 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7715 to be consistent with the usage in dwarf2_create_include_psymtab.
7716
dc305454
MS
77172004-05-03 Michael Snyder <msnyder@redhat.com>
7718
7719 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7720 (heuristic_proc_start): Whitespace cleanup.
7721
29972665
MK
77222004-05-04 Mark Kettenis <kettenis@gnu.org>
7723
6b57680d
MK
7724 * sun3-nat.c: Remove file.
7725 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7726 dependencies.
7727 (ALLDEPFILES): Remove sun3-nat.c.
7728 (sun3-nat.o): Remove dependencies.
7729
29972665
MK
7730 * i386-interix-nat.c, i386-interix-tdep.c,
7731 config/i386/nm-interix.h, config/i386/interix.mh,
7732 config/i386/interix.mt: Remove files.
7733 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7734 dependencies.
7735
f595cb19
MK
77362004-05-03 Mark Kettenis <kettenis@gnu.org>
7737
7738 * m68k-tdep.h (struct gdbarch_tdep): Add member
7739 struct_value_regnum.
7740 (m68k_svr4_init_abi): New prototype.
7741 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7742 different calling conventions.
7743 (m68k_extract_return_value): Remove code dealing with single-field
7744 structs.
7745 (m68k_store_return_value): Remove code dealing with single-field
7746 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7747 (m68k_extract_struct_value_address): Remove function.
7748 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7749 (m68k_reg_struct_return_p, m68k_return_value)
7750 (m68k_svr4_return_value): New functions.
7751 (m68k_use_struct_convention): Remove function.
7752 (m68k_push_dummy_call): Use new struct_value_regnum member of
7753 `struct gdbarch_tdep' instead of hardcoded register number to
7754 store STRUCT_ADDR.
7755 (m68k_svr4_init_abi): New function.
7756 (m68k_gdbarch_init): Don't set extract_return_value,
7757 store_return_values, deprecated_extract_struct_value_address and
7758 use_struct_convention. Set return_value instead. Initialize new
7759 struct_value_regnum member of `struct gdbarch_tdep'.
7760 * m68klinux-tdep.c: Update copyright year.
7761 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7762 (m68k_linux_extract_struct_value_address): Remove function.
7763 (m68k_linux_init_abi): Don't set extract_return_value,
7764 store_return_values, deprecated_extract_struct_value_address and
7765 use_struct_convention. Call m68k_svr4_init_abi but override the
7766 new struct_value_regnum member of `struct gdbarch_tdep'.
7767 * Makefile.in (m68k-tdep.o): Update dependencies.
7768
aaa75496
JB
77692004-05-03 J. Brobecker <brobecker@gnat.com>
7770
7771 * dwarf2read.c (line_header): Add new included_p field in
7772 field file_names.
7773 (partial_die_info): New field has_stmt_list. New field line_offset.
7774 (dwarf2_create_include_psymtab): New function.
7775 (dwarf2_build_include_psymtabs): New function.
7776 (add_file_name): Add forward declaration. Initialize new field.
7777 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7778 to be able to determine the list of files included by the
7779 given unit, and build their associated psymtabs.
7780 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7781 files as well.
7782 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7783 (read_file_scope): Update call to dwarf_decode_lines.
7784 (read_partial_die): Handle DW_AT_stmt_list attributes.
7785
c848556f
MC
77862004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7787
7788 Unfix PR gdb/1626.
7789 * configure.in: Revert special case for osf5.*.
7790 * configure: Regenerate.
7791
eb4556d7
JB
77922004-05-02 Jim Blandy <jimb@redhat.com>
7793
7794 Move the symbol-file-from-memory functions into their own file.
7795 * symfile-mem.c, symfile-mem.h: New files.
7796 * symfile.c (symbol_file_add_from_bfd): New function.
7797 (symbol_file_add): Call symbol_file_add_from_bfd.
7798 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7799 Moved to symfile-mem.c.
7800 (_initialize_symfile): Move definition of
7801 add-symbol-file-from-memory command to symfile-mem.c.
7802 * symfile.h (symbol_file_add_from_bfd): New declaration.
7803 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7804 * config/powerpc/linux.mt (TDEPFILES): Same.
7805 * Makefile.in (SFILES): Add symfile-mem.c.
7806 (symfile_mem_h): New variable.
7807 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7808 (symfile-mem.o): New rule.
7809
80bb239e
AC
78102004-05-01 Andrew Cagney <cagney@redhat.com>
7811
7789d0fa
AC
7812 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7813 frame_find_by_id instead of frame_relative_level.
7814 (do_enable_breakpoint): Ditto.
7815 * thread.c: Update copyright.
7816 (info_threads_command): Ditto, simplify.
7817
80bb239e
AC
7818 * frame.c (deprecated_generic_get_saved_register): Delete
7819 function, moved to "xstormy16-tdep.c".
7820 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7821 deprecated_generic_get_saved_register from "frame.c".
7822 (xstormy16_frame_saved_register): Call
7823 xstormy16_get_saved_register.
7824 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7825 static.
7826 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7827 * frame.h (deprecated_generic_get_saved_register): Delete.
7828
b2a871dd
MC
78292004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7830
7831 * dwarfread.c: Update documentation on the state of dwarf-1.
7832
0e100dab
AC
78332004-05-01 Andrew Cagney <cagney@redhat.com>
7834
acd8056e
AC
7835 * stack.c (select_frame_command): Delete call to
7836 frame_relative_level.
7837 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7838 Delete #if0 code.
7839 (frame_info): Do not print FRAMELESS.
7840 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7841 (catch_info): Delete #if0 code.
7842
0e100dab
AC
7843 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7844 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7845 of frame_relative_level.
7846 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7847 to SENTINEL_FRAME.
7848 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7849 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7850 frame_relative_level.
7851
55699d59
AC
7852 * frame.h (deprecated_set_frame_type): Delete declaration.
7853 * frame.c (deprecated_set_frame_type): Delete function, update
7854 comments.
7855
fcf70625
AC
7856 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7857 * gdbarch.h, gdbarch.c: Re-generate.
7858 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7859 (shnbsd_pc_in_sigtramp): Delete.
7860 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7861 pc_in_sigtramp.
7862 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7863 pc_in_sigtramp.
7864 * frame.h: Update comments.
7865 * ppc-linux-tdep.c: Update comments.
7866 * breakpoint.c (bpstat_what): Update comments.
7867
ac5eccb7
AC
7868 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7869 m68klinux-tdep.o's dependencies, were previously added to
7870 m68klinux-nat.o.
7871
f2524b93
AC
7872 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7873 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7874 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7875 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7876 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7877
17e20bce
AC
7878 * Makefile.in (m68klinux-nat.o): Update dependencies.
7879 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7880 (m68k_linux_sigtramp_frame_cache)
7881 (m68k_linux_sigtramp_frame_this_id)
7882 (m68k_linux_sigtramp_frame_prev_register)
7883 (m68k_linux_sigtramp_frame_unwind)
7884 (m68k_linux_sigtramp_frame_sniffer)
7885 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7886 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7887 names, use trad-frame.h.
7888 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7889 (struct m68k_sigtramp_info): Delete.
7890 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7891 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7892 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7893 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7894 "m68klinux-tdep.c".
7895
c8864fa2
AC
7896 * infrun.c (check_sigtramp2): Delete check for
7897 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7898
511dd2cd
MK
78992004-05-01 Mark Kettenis <kettenis@gnu.org>
7900
7901 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7902
8c6b0e06
AC
79032004-05-01 Andrew Cagney <cagney@redhat.com>
7904
9df0bb3f
AC
7905 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7906 (frv_linux_sigtramp_frame_cache)
7907 (frv_linux_sigtramp_frame_this_id)
7908 (frv_linux_sigtramp_frame_prev_register)
7909 (frv_linux_sigtramp_frame_unwind)
7910 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7911 include "linux" in function and variable names, directly call
7912 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7913 the latest trad-frame code.
7914 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7915 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7916 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7917 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7918 * frv-tdep.c (frv_sigtramp_frame_cache)
7919 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7920 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7921 frv-linux-tdep.c.
7922 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7923 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7924 (frv_set_sigcontext_reg_addr): Delete function.
7925
8c6b0e06
AC
7926 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7927 (DEPRECATED_SIGTRAMP_END): Delete.
7928 * gdbarch.h, gdbarch.c: Re-generate.
7929 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7930 * config/vax/tm-vaxbsd.h: Update copyright.
7931 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7932 (DEPRECATED_IN_SIGTRAMP): Define.
7933 * config/m68k/tm-nbsd.h: Update copyright.
7934 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7935 (DEPRECATED_IN_SIGTRAMP): Define.
7936
50ea7769
MK
79372004-05-01 Mark Kettenis <kettenis@gnu.org>
7938
03ac2a74
MK
7939 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7940 encondings. Fixes PR gdb/1628.
7941
50ea7769
MK
7942 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7943 DW_CFA_restore state without a matching DW_CFA_remember_state
7944 instead of aborting. Fixes PR backtrace/1589.
7945
9a5d7be1
JB
79462004-04-30 Joel Brobecker <brobecker@gnat.com>
7947
7948 * MAINTAINERS: Add self as AIX maintainer.
7949 Update my e-mail address in write-after-approval section.
7950
2593d1cd
AC
79512004-04-30 Andrew Cagney <cagney@redhat.com>
7952
ce12bbf9
AC
7953 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7954 (legacy_get_prev_frame): Ditto.
7955
36710c63
AC
7956 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7957 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7958 * mipsread.c (sigtramp_address): Delete extern variable.
7959 (mipscoff_new_init): Delete reference.
7960 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7961 (fixup_sigtramp): Delete function.
7962 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7963 (fixup_sigtramp): Delete declarations.
7964
2593d1cd
AC
7965 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7966 deprecated_pc_in_sigtramp.
7967 (ppcnbsd_pc_in_sigtramp): Delete function.
7968
2a25f91c
MK
79692004-05-01 Mark Kettenis <kettenis@gnu.org>
7970
7971 * config/m68k/nm-nbsd.h: Tweak comments.
7972 * config/m68k/nm-nbsdaout.h: Likewise.
7973
0b281939
AC
79742004-04-30 Andrew Cagney <cagney@redhat.com>
7975
7976 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7977 legacy_pc_in_sigtramp.
7978 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7979
8f2d3ea0
MK
79802004-05-01 Mark Kettenis <kettenis@gnu.org>
7981
7982 Add OpenBSD/m68k support.
7983 * NEWS (New native configurations): Mention OpenBSD/m68k.
7984 * m68kbsd-tdep.c: New file.
7985 * m68kbsd-nat.c: New file.
7986 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7987 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7988 * configure.host: Add m68k-*-openbsd.
7989 * configure.tgt: Add m68k-*-openbsd.
7990 * config/m68k/tm-obsd.h: New file.
7991 * config/m68k/obsd.mt: New file.
7992 * config/m68k/obsd.mh: New file.
7993 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7994 m68kbsd-tdep.c.
7995
c40f49a4
AC
79962004-04-30 Andrew Cagney <cagney@redhat.com>
7997
7998 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7999 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8000
e81554cd
MK
80012004-04-30 Mark Kettenis <kettenis@gnu.org>
8002
8003 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8004 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8005
d4dc1a91
BF
80062004-04-30 Brian Ford <ford@vss.fsi.com>
8007
8008 Revert 2004-04-16 change.
8009 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8010 (i386_coff_init_abi): Remove.
8011 * i386-tdep.h (i386_coff_init_abi): Remove.
8012 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8013
2f72f850
AC
80142004-04-30 Andrew Cagney <cagney@redhat.com>
8015
e492f9d6
AC
8016 * blockframe.c (find_pc_partial_function): Delete use of
8017 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8018 DEPRECATED_SIGTRAMP_END.
8019
7b7adad0
AC
8020 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8021 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8022 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8023 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8024 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8025
2f72f850
AC
8026 * defs.h (deprecated_inside_entry_file): Delete declaration.
8027 * blockframe.c (deprecated_inside_entry_file): Delete function.
8028 (legacy_frame_chain_valid): Delete call.
8029 * sh64-tdep.c (sh64_frame_chain): Delete call.
8030 * objfiles.h: Update comments.
8031 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8032 call.
8033 * frame.c (get_prev_frame): Delete call, update comments.
8034
283f90a7
BF
80352004-04-30 Brian Ford <ford@vss.fsi.com>
8036
8037 * MAINTAINERS (Write After Approval): Add myself.
8038
8ee56bcf
AC
80392004-04-30 Andrew Cagney <cagney@redhat.com>
8040
8041 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8042 * gdbarch.h, gdbarch.c: Re-generate.
8043 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8044 code.
8045
ee27e1b6
AC
80462004-04-30 Andrew Cagney <cagney@redhat.com>
8047
8048 * gdb-events.sh (selected_thread_changed)
8049 (selected_frame_level_changed, target_changed): Delete.
8050 * gdb-events.h, gdb-events.c: Re-generate.
8051 * valops.c (value_assign): Update.
8052 * stack.c (select_frame_command, up_silently_base)
8053 (down_silently_base): Update.
8054
d5ac5a39
AC
80552004-04-29 Andrew Cagney <cagney@redhat.com>
8056
8057 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8058 registers correctly.
8059 (print_gp_register_row, mips32_heuristic_proc_desc)
8060 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8061 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8062 references to mips_isa_regsize.
8063
ceae6e75
AC
80642004-04-29 Andrew Cagney <cagney@redhat.com>
8065
8066 * mips-tdep.c (struct gdbarch_tdep): Delete
8067 mips_fp_register_double.
8068 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8069 mips_abi_regsize.
8070 (mips_gdbarch_init): Do not set mips_fp_register_double.
8071 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8072
a587af0b
AC
80732004-04-29 Joel Brobecker <brobecker@gnat.com>
8074
8075 Committed by Andrew Cagney.
8076 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8077 function calls.
8078
13326b4e
AC
80792004-04-29 Andrew Cagney <cagney@redhat.com>
8080
8081 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8082 gdbarch, use mips_abi, update callers.
8083 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8084 mips_abi_regsize, update callers.
8085 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8086 mips_default_abi_regsize.
8087 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8088 mips_default_abi_regsize.
8089
711cc5cd
AC
80902004-04-29 Andrew Cagney <cagney@redhat.com>
8091
1b13c4f6
AC
8092 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8093 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8094 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8095 mips_default_abi_regsize.
8096 (mips_isa_regsize): Rename mips_regisze.
8097 * mipsnbsd-tdep.c: Update.
8098 * mips-linux-tdep.c: Update.
8099 * irix5-nat.c: Update.
8100 * mips-tdep.h (mips_isa_regsize): Update.
8101
711cc5cd
AC
8102 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8103 Delete all disabled code.
8104 * gdb-events.h, gdb-events.c: Re-generate.
8105
e63bbc88
MK
81062004-04-19 Jerome Guitton <guitton@gnat.com>
8107 Mark Kettenis <kettenis@gnu.org>
8108
8109 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8110 the function begins with a branch instruction.
8111
fd35795f
MK
81122004-04-29 Mark Kettenis <kettenis@gnu.org>
8113
8114 * i386-tdep.c: Fix spelling mistakes.
8115
c960c18f
AC
81162004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8117 Andrew Cagney <cagney@redhat.com>
8118
8119 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8120 <sys/proc.h>.
8121 * acconfig.h: Provide default _KMEMUSER value.
8122 * config.in, configure: Re-generate.
8123 * NEWS: Mention fix.
8124
50306a9d
RC
81252004-04-24 Randolph Chung <tausq@debian.org>
8126
8127 * configure.host (hppa*-*-linux*): New target.
8128 * configure.tgt (hppa*-*-linux*): Likewise.
8129 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8130 gdbarch_init_osabi() call earlier so that osabi-specific frame
8131 unwinders can be registered first.
8132 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8133 hppa-linux-nat.c.
8134 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8135 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8136 * config/pa/linux.mh: New file.
8137 * config/pa/linux.mt: New file.
8138 * config/pa/nm-linux.h: New file.
8139 * config/pa/xm-linux.h: New file.
8140 * hppa-linux-nat.c: New file.
8141 * hppa-linux-tdep.c: New file.
8142
2a6228ef
RC
81432004-04-28 Randolph Chung <tausq@debian.org>
8144
8145 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8146 return values.
8147 (hppa32_push_dummy_call): Fix small struct and floating point argument
8148 passing, and make sure the stack frame is properly aligned.
8149
82c10df6
AC
81502004-04-28 Andrew Cagney <cagney@redhat.com>
8151
d762c46a
AC
8152 * stack.c (print_stack_frame): Fix description.
8153
82c10df6
AC
8154 * NEWS: Mention gdb/gdbserver/configure execute permission
8155 changed. PR server/519.
8156
0faf0076
AC
81572004-04-28 Andrew Cagney <cagney@redhat.com>
8158
8159 * stack.c (print_stack_frame_stub): Delete declaration.
8160 (struct print_stack_frame_args, print_stack_frame)
8161 (print_frame_info, print_frame): Replace "source" with print what.
8162 Replace "print" with "print_level". Replace "args" with
8163 "print_args".
8164 * frame.h (show_and_print_stack_frame, print_stack_frame)
8165 (print_frame_info): Update declarations.
8166 * stack.c (select_and_print_frame, frame_command)
8167 (current_frame_command, up_command, down_command): Update calls -
8168 use get_selected_frame, pass "enum print_what" for source, do not
8169 call frame_relative_level.
8170 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8171 * remote-rdp.c (remote_rdp_open): Ditto.
8172 * remote-mips.c (common_open): Ditto.
8173 * remote-e7000.c (e7000_start_remote): Ditto.
8174 * ocd.c (ocd_start_remote): Ditto.
8175 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8176 * infrun.c (normal_stop): Ditto.
8177 * inflow.c (kill_command): Ditto.
8178 * infcmd.c (finish_command): Ditto.
8179 * corelow.c (core_open): Ditto.
8180 * tracepoint.c (finish_tfind_command): Ditto.
8181 * thread.c (info_threads_command, info_threads_command)
8182 (restore_current_thread, do_captured_thread_select): Ditto.
8183 * ada-tasks.c (task_command): Ditto.
8184
f4c5303c
OF
81852004-04-26 Orjan Friberg <orjanf@axis.com>
8186
8187 * frame.c: Include "observer.h".
8188 (frame_observer_target_changed): New function.
8189 (_initialize_frame): Attach target_changed observer.
8190 * regcache.c: Include "observer.h".
8191 (regcache_observer_target_changed): New function.
8192 (_initialize_regcache): Attach target_changed observer.
8193 * valops.c: Include "observer.h".
8194 (value_assign): Notify target_changed event when modifying register.
8195 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8196
7270d8f2
OF
81972004-04-26 Orjan Friberg <orjanf@axis.com>
8198
8199 From Paul Koning <pkoning@equallogic.com>:
8200 * breakpoint.c (free_valchain): New function.
8201 (insert_bp_location, delete_breakpoint): Use free_valchain.
8202 (remove_breakpoint): Do not remove the valchain.
8203 (bpstat_stop_status): If not stopped by watchpoint, skip
8204 watchpoints when generating stop status list.
8205 * infrun.c (handle_inferior_event): Make
8206 stepped_after_stopped_by_watchpoint a global variable.
8207 * remote.c (remote_stopped_data_address): Return watch data
8208 address rather than zero if stepped_after_stopped_by_watchpoint is
8209 set.
8210
02d62932
MC
82112004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8212
8213 Fix PR gdb/1626.
8214 * configure.in: Check for curses after termcap.
8215 On osf5.*, do not check for ncurses.
8216 * configure: Regenerate.
8217
3e9a183c
MK
82182004-04-25 Mark Kettenis <kettenis@gnu.org>
8219
c79ac407
MK
8220 * ppcobsd-nat.c: Include "ppc-tdep.h".
8221 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8222
3e9a183c
MK
8223 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8224 Fixes PR tdep/1623 and PR tdep/1624.
8225
38cc9c28
MC
82262004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8227
8228 * xmodem.h, xmodem.c: Remove files.
8229 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8230
7f07c5b6
RC
82312004-04-23 Randolph Chung <tausq@debian.org>
8232
8233 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8234 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8235 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8236 for handling stackless frames.
8237 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8238
9f7194c3
RC
82392004-04-23 Randolph Chung <tausq@debian.org>
8240
8241 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8242 starts at a pc before the frame is created.
8243
dcff6009
JB
82442004-04-23 Joel Brobecker <brobecker@gnat.com>
8245
8246 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8247
40711ff1 82482004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
8249
8250 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8251 use convert_typed_floating to get the appropriate format.
8252
abc485a1
RC
82532004-04-22 Randolph Chung <tausq@debian.org>
8254
8255 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8256 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8257 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8258 (hppa_sign_extend): Add prototype.
8259 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8260 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8261 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8262 hppa targets will also use these functions.
8263 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8264 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8265 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8266 (hppa_gdbarch_init): Remove gdbarch setting of
8267 skip_trampoline_code, in_solib_call_trampoline and
8268 in_solib_return_trampoline.
8269 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8270 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8271 hppa_in_solib_call_trampoline.
8272 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8273 Moved from hppa-tdep.c.
8274 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8275 in_solib_call_trampoline and in_solib_return_trampoline.
8276
369aa520
RC
82772004-04-22 Randolph Chung <tausq@debian.org>
8278
8279 * hppa-tdep.c (hppa_debug): New variable.
8280 (find_unwind_entry, hppa_frame_cache): Add debug output.
8281 (_initialize_hppa_tdep): Add command to set debug flag.
8282
476be15e
AC
82832004-04-22 Andrew Cagney <cagney@redhat.com>
8284
8285 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8286 "trad-frame.h".
8287 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8288 signal trampoline unwinder.
8289 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8290
d195bc9f
MK
82912004-04-22 Mark Kettenis <kettenis@gnu.org>
8292
8293 Add OpenBSD/powerpc support.
8294 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8295 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8296 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8297 (ppc_collect_fpregset): New prototypes.
8298 * ppcobsd-nat.c: New file.
8299 * ppcobsd-tdep.c: New file.
8300 * ppcobsd-tdep.h: New file.
8301 * rs6000-tdep.c: Include "regset.h".
8302 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8303 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8304 New functions.
8305 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8306 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8307 (rs6000-tdep.o): Update dependencies.
8308 * configure.host: Add powerpc-*-openbsd.
8309 * configure.tgt: Add powerpc-*-openbsd.
8310 * config/powerpc/obsd.mh: New file.
8311 * config/powerpc/nm-obsd.h: New file.
8312 * config/powerpc/obsd.mt: New file.
8313
6f14cc33
AC
83142004-04-22 Andrew Cagney <cagney@redhat.com>
8315
fcf29e5f
AC
8316 * frame.h (show_frame_info): Delete declaration.
8317
6f14cc33
AC
8318 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8319 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8320 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8321 * frv-tdep.c (frv_frame_this_id): Ditto.
8322 * avr-tdep.c (avr_frame_this_id): Ditto.
8323
e5786a5c
EZ
83242004-04-22 Elena Zannoni <ezannoni@redhat.com>
8325
8326 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8327
26e75e5c
JB
83282004-04-22 Jim Blandy <jimb@redhat.com>
8329
8330 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8331 register number zero.
8332
d8d65dd3
MS
83332004-04-21 Michael Snyder <msnyder@redhat.com>
8334
8335 * mips-tdep.c (heuristic_proc_start):
8336 Warning() already prefixes "Warning: ".
8337
9a4105ab
AC
83382004-04-21 Andrew Cagney <cagney@redhat.com>
8339
8340 * annotate.h (deprecated_annotate_starting_hook)
8341 (deprecated_annotate_stopped_hook)
8342 (deprecated_annotate_exited_hook)
8343 (deprecated_annotate_signal_hook)
8344 (deprecated_annotate_signalled_hook): Deprecate.
8345 * tracepoint.h (deprecated_create_tracepoint_hook)
8346 (deprecated_delete_tracepoint_hook)
8347 (deprecated_modify_tracepoint_hook)
8348 (deprecated_trace_find_hook)
8349 (deprecated_trace_start_stop_hook): Deprecate.
8350 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8351 * remote.h (deprecated_target_resume_hook)
8352 (deprecated_target_wait_loop_hook): Deprecate.
8353 * gdbcore.h (deprecated_exec_file_display_hook)
8354 (deprecated_file_changed_hook): Deprecate.
8355 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8356 * defs.h (deprecated_modify_breakpoint_hook)
8357 (deprecated_command_loop_hook, deprecated_show_load_progress)
8358 (deprecated_print_frame_info_listing_hook)
8359 (deprecated_query_hook, deprecated_warning_hook)
8360 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8361 (deprecated_delete_breakpoint_hook)
8362 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8363 (deprecated_readline_begin_hook, deprecated_readline_hook)
8364 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8365 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8366 (deprecated_context_hook, deprecated_target_wait_hook)
8367 (deprecated_attach_hook, deprecated_detach_hook)
8368 (deprecated_call_command_hook, deprecated_set_hook)
8369 (deprecated_error_hook, deprecated_error_begin_hook)
8370 (deprecated_ui_load_progress_hook): Deprecate.
8371 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8372 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8373 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8374 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8375 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8376 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8377 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8378 * annotate.c, aix-thread.c: Update.
8379
62cf13cc
AC
83802004-04-21 Andrew Cagney <cagney@redhat.com>
8381
b2e31a62
AC
8382 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8383 * vaxnbsd-tdep.c: Include "gdb_string.h".
8384
62cf13cc
AC
8385 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8386 (add_symbol_file_from_memory_command): #if 0 function body, call
8387 error instead.
8388
00e32a35
AC
83892004-04-21 Andrew Cagney <cagney@redhat.com>
8390
8391 * gdbcore.h: Update copyright.
8392 (deprecated_add_core_fns): Rename add_core_fns.
8393 * win32-nat.c (_initialize_core_win32): Update.
8394 * sun3-nat.c (_initialize_core_sun3): Update.
8395 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8396 * rs6000-nat.c (_initialize_core_rs6000): Update.
8397 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8398 * nto-tdep.c (_initialize_nto_tdep): Update.
8399 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8400 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8401 * mips-nat.c (_initialize_core_mips): Update.
8402 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8403 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8404 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8405 * lynx-nat.c (_initialize_core_lynx): Update.
8406 * irix5-nat.c (_initialize_core_irix5): Update.
8407 * i386-interix-nat.c (_initialize_core_interix): Update.
8408 * cris-tdep.c (_initialize_cris_tdep): Update.
8409 * corelow.c (deprecated_add_core_fns): Update.
8410 * core-regset.c (_initialize_core_regset): Update.
8411 * core-aout.c (_initialize_core_aout): Update.
8412 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8413 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8414 * alpha-nat.c (_initialize_core_alpha): Update.
8415
13c7b1ca
JB
84162004-04-21 Jim Blandy <jimb@redhat.com>
8417
8418 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8419
7b5a2f43
DJ
84202004-04-19 Daniel Jacobowitz <drow@mvista.com>
8421
8422 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8423 Delete.
8424 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8425 (read_attribute_value): Update calls to dwarf_alloc_block.
8426 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8427 dwarf2_tmp_obstack.
8428 (psymtab_to_symtab_1): Likewise. Clean up using
8429 free_stack_comp_unit.
8430 (add_to_cu_func_list): Use the comp_unit_obstack.
8431
05cf31d1
JB
84322004-04-19 Joel Brobecker <brobecker@gnat.com>
8433
8434 * dwarf2read.c (dwarf2_flag_true_p): New function.
8435 (die_is_declaration): Use the function above. Add some comments.
8436
adf93a2f
MK
84372004-04-19 Mark Kettenis <kettenis@gnu.org>
8438
8439 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8440 architecture when registering sparcnbsd_core_osabi_sniffer.
8441 Adjust comment.
8442
748894bf
MK
84432004-04-18 Mark Kettenis <kettenis@gnu.org>
8444
f622ad42
MK
8445 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8446 return value.
8447
c4fc7f1b
MK
8448 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8449 * i386-tdep.c: Correct register numbering scheme comments
8450 throughout.
8451 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8452 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8453 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8454 (i386_gdb_arch_init): Likewise.
8455
b4ead1bd
MK
8456 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8457 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8458 ppcnbsd-tdep.o.
8459
748894bf
MK
8460 * m68k-tdep.h: Tweak comments.
8461 * m68k-tdep.c: Tweak comment.
8462
fdd72f95
RC
84632004-04-17 Randolph Chung <tausq@debian.org>
8464
8465 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8466 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8467 (hppa_hpux_som_init_abi): Set is_elf to 0.
8468 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8469 * hppa-tdep.c (low_text_segment_address): Remove global.
8470 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8471 section offset to calculate segment address.
8472 (internalize_unwinds): Define low_text_segment_address as local and
8473 pass to record_text_segment_lowaddr for ELF targets.
8474 (hppa_gdbarch_init): Zero fill tdep structure.
8475 (hppa_dump_tdep): Print tdep structure.
8476 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8477
0f8d9d59
RC
84782004-04-17 Randolph Chung <tausq@debian.org>
8479
8480 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8481 (hppa_gdbarch_init): Set pseudo_register_read.
8482 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8483 * regcache.c (supply_register): Remove check for
8484 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8485
7c46b9fb
RC
84862004-04-17 Randolph Chung <tausq@debian.org>
8487
8488 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8489 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8490 (hpread_adjust_stack_address): Move to hpread.c.
8491 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8492 obj_private_struct): Move from tm-hppa.h.
8493 * hpread.c (hppa-tdep.h): Include.
8494 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8495 (hpread_read_function_type, hpread_read_doc_function_type)
8496 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8497 directly.
8498 * pa64solib.c (hppa-tdep.h): Include.
8499 * somsolib.c (hppa-tdep.h): Include.
8500 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8501 inferior_status): Remove unused forward declarations.
8502 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8503 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8504 obj_private_struct): Move to hppa-tdep.h.
8505 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8506
8d153463
RC
85072004-04-17 Randolph Chung <tausq@debian.org>
8508
8509 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8510 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8511 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8512 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8513 Remove forward declaration and make static.
8514 (hppa_reg_struct_has_addr): Remove.
8515
350c2e5b
JB
85162004-04-16 Joel Brobecker <brobecker@gnat.com>
8517
8518 * observer.sh: Move comments in sed command to first column.
8519
bbde78fa
JM
85202004-04-16 Jason Molenda (jmolenda@apple.com)
8521
8522 * frame.c: Minor typeo corrections in comments.
8523
e0270fd9
JB
85242004-04-16 Joel Brobecker <brobecker@gnat.com>
8525
8526 * observer.c (observer_test_first_notification_function): Update
8527 function profile.
8528 (observer_test_second_notification_function): Likewise.
8529 (observer_test_third_notification_function): Likewise.
8530
3d049254
MK
85312004-04-16 Mark Kettenis <kettenis@gnu.org>
8532
8533 From Brian Ford <ford@vss.fsi.com>:
8534 * i386-tdep.c (i386_coff_init_abi): New function.
8535 * i386-tdep.h (i386_coff_init_abi): New prototype.
8536 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8537 register number translation functions for DWARF and DWARF 2.
8538
7867684d
JB
85392004-04-16 Joel Brobecker <brobecker@gnat.com>
8540
8541 * dwarf2read.c: Back out my previous change, it was incorrect.
8542
72bf9492
DJ
85432004-04-16 Daniel Jacobowitz <drow@mvista.com>
8544
8545 * dwarf2read.c: Include "hashtab.h".
8546 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8547 has_namespace_info.
8548 (struct partial_die_info): Add comments. Use bitfields to reduce
8549 memory footprint. Add scope, scope_set, has_specification,
8550 spec_offset, die_parent, die_child, and die_sibling.
8551 (peek_die_abbrev): Add prototype.
8552 (partial_read_comp_unit_head): New function, broken out from
8553 dwarf2_build_psymtabs_hard.
8554 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8555 Use partial_read_comp_unit_head. Initialize the CU and
8556 comp_unit_obstack. Update calls to read_partial_die and
8557 scan_partial_symbols. Use free_stack_comp_unit and
8558 load_partial_dies.
8559 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8560 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8561 Update calls to helper functions. Remove NAMESPACE argument.
8562 Update comments.
8563 (partial_die_parent_scope, partial_die_full_name): New functions.
8564 (add_partial_symbol): Remove namespace argument. Update call to
8565 pdi_needs_namespace. Use partial_die_full_name. Handle
8566 DW_TAG_namespace. Check has_namespace_info flag.
8567 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8568 tag. Handle namespaces.
8569 (add_partial_namespace, add_partial_enumeration): Simplify.
8570 (guess_structure_name): New function, derived from
8571 add_partial_structure.
8572 (add_partial_structure): Remove.
8573 (determine_class_name): Update comment.
8574 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8575 (is_type_tag_for_partial, load_partial_dies): New functions.
8576 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8577 Record specifications instead of following them immediately.
8578 (find_partial_die_in_comp_unit, find_partial_die)
8579 (fixup_partial_die, free_stack_comp_unit)
8580 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8581 (partial_die_hash, partial_die_eq): New functions.
8582 * Makefile.in (hashtab_h): Define.
8583 (dwarf2read.o): Update dependencies.
8584 (observer_inc, observer_h): Move to the correct section.
8585
fdc860a3
JB
85862004-04-15 Joel Brobecker <brobecker@gnat.com>
8587
8588 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8589 (die_is_declaration): Use the function above. Add comment.
8590
dc718098
JB
85912004-04-15 Joel Brobecker <brobecker@gnat.com>
8592
8593 * dwarf2read.c (read_structure_scope): Identify stub types
8594 using die_is_declaration() only.
8595
8718a420
RM
85962004-04-15 Roland McGrath <roland@redhat.com>
8597
8598 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8599 argument instead of NAME.
8600 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8601 in call to symbol_file_add_with_addrs_or_offsets.
8602 (build_addr_info): New function, helper for ...
8603 (symbol_file_add_from_memory): New function.
8604 (add_symbol_file_from_memory_command): New function using that.
8605 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8606 (pre_add_symbol_hook): Add const to argument type.
8607 * symfile.h (symbol_file_add_from_memory): Declare it.
8608
8b910bab
MK
86092004-04-15 Mark Kettenis <kettenis@gnu.org>
8610
9f076e7a
MK
8611 * NEWS (New native configurations): Mention OpenBSD/vax.
8612 * configure.host: Add vax-*-openbsd*.
8613 * config/vax/obsd.mh: New file.
8614 * config/vax/nm-obsd.h: New file.
8615
8b910bab
MK
8616 * vax-tdep.c: Include "regset.h".
8617 (vax_supply_gregset): New function.
8618 (vax_gregset): New variable.
8619 (vax_regset_from_core_section): New function.
8620 (vax_gdbarch_init): Set regset_from_core_section.
8621 * Makefile.in (vax-tdep.o): Update dependencies.
8622
7a464420
AC
86232004-04-15 Andrew Cagney <cagney@redhat.com>
8624
8625 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8626 (observer_normal_stop_notification_stub)
8627 (observer_attach_normal_stop, observer_detach_normal_stop):
8628 Delete, replaced by #include "observer.inc".
8629 * infrun.c (normal_stop): Pass "stop_bpstat" to
8630 observer_notify_normal_stop.
8631 * Makefile.in (observer_inc): Define.
8632 (observer.o): Update dependencies.
8633 (observer.h, observer.inc): New rules.
8634 * observer.h: Delete file.
8635 * observer.sh: New file.
8636
e36ad527
MK
86372004-04-15 Mark Kettenis <kettenis@gnu.org>
8638
8639 * vax-tdep.c (vax_frame_cache): Fix typo.
8640
67b441e1
MK
86412004-04-14 Mark Kettenis <kettenis@gnu.org>
8642
6f606e1c
MK
8643 * NEWS (New native configurations): Mention NetBSD/vax.
8644 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8645 * config/vax/nbsdelf.mh: New file.
8646 * config/vax/nbsdaout.mh: New file.
8647 * config/vax/nm-nbsd.h: New file.
8648 * config/vax/nm-nbsdaout.h: New file.
8649
9c5519a5
MK
8650 * vaxnbsd-tdep.c: New file.
8651 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8652 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8653 * config/vax/nbsd.mt: New file.
8654 * config/vax/tm-nbsd.h: New file.
8655
4844a614
MK
8656 * Makefile.in (vaxbsd-nat.o): New dependency.
8657
67b441e1
MK
8658 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8659 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8660 struct_addr arguments. Don't push return value address.
8661 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8662 arguments to vax_store_arguments. Store return value address in
8663 R1.
8664 (vax_store_struct_return, vax_extract_return_value)
8665 (vax_store_return_value): Remove functions.
8666 (vax_return_value): New function.
8667 (vax_gdbarch_init): Set return value. Don't set
8668 deprecated_store_struct_return, deprecated_extract_struct_return
8669 and deprecated_store_return_value.
8670
6672f2ae
AS
86712004-04-14 Andreas Schwab <schwab@suse.de>
8672
8673 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8674 value buffer.
8675 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8676
7346c184
MK
86772004-04-14 Mark Kettenis <kettenis@gnu.org>
8678
8679 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8680 (vax_unwind_dummy_id): New functions.
8681 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8682 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8683 variables.
8684 (vax_fix_call_dummy): Remove function.
8685 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8686 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8687 call_dummy_location, deprecated_call_dummy_words,
8688 deprecated_sizeof_call_dummy_words,
8689 deprecated_call_dummy_breakpoint_offset,
8690 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8691 and deprecated_dummy_write_sp.
8692
58e23df4
DC
86932004-04-13 David Carlton <carlton@kealia.com>
8694
8695 * MAINTAINERS: Move myself to "paper trail" section.
8696
5e6b39ff
MK
86972004-04-12 Mark Kettenis <kettenis@gnu.org>
8698
7def7fef
MK
8699 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8700 "trad-frame.h".
8701 (vax_frame_init_saved_regs): Remove function.
8702 (vax_sigtramp_saved_pc): Remove function.
8703 (vax_frame_saved_pc): Remove function.
8704 (vax_frame_args_address): Remove function.
8705 (vax_frame_num_args): Rewrite.
8706 (vax_frame_chain): Remove function.
8707 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8708 VAX_FP_REGNUM.
8709 (vax_pop_frame): Likewise.
8710 (vax_saved_pc_after_call): Remove function.
8711 (struct vax_frame_cache): New structure.
8712 (vax_frame_cache): New function.
8713 (vax_frame_this_id): New function.
8714 (vax_frame_prev_register): New function.
8715 (vax_frame_unwind): New variable.
8716 (vax_frame_sniffer): New function.
8717 (vax_frame_base_address): New function.
8718 (vax_frame_args_address): New function.
8719 (vax_frame_base): New variable.
8720 (vax_unwind_pc): New function.
8721 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8722 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8723 deprecated_frame_chain, deprecated_frame_saved_pc,
8724 deprecated_frame_args_address and
8725 deprecated_frame_init_saved_regs.
8726 * Makefile.in (vax-tdep.o): Update dependencies.
8727
53284fc1
MK
8728 * vaxbsd-nat.c: New file.
8729
5e6b39ff
MK
8730 * vax-tdep.h: Update copyright year. Adjust comments.
8731 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8732 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8733 (vax_regnum): New enum. Replacing...
8734 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8735 (VAX_PS_REGNUM): ... these removed macros.
8736 * vax-tdep.c (vax_register_name): Remove prototype.
8737 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8738 (vax_register_byte, vax_register_raw_size,
8739 vax_register_virtual_size, vax_register_virtual_type): Remove
8740 functions.
8741 (vax_register_type): New function.
8742 (vax_breakpoint_from_pc): Reorganize.
8743 (vax_gdbarch_init): Set register_type. Don't set
8744 deprecated_register_size, deprecated_register_bytes,
8745 deprecated_register_byte, deprecated_register_raw_size,
8746 deprecated_max_register_raw_size,
8747 deprecated_register_virtual_size,
8748 deprecated_max_register_virtual_size and
8749 deprecated_register_virtual_type. Add comment on stack direction.
8750
e9c71e9f
MK
87512004-04-11 Mark Kettenis <kettenis@gnu.org>
8752
8753 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8754 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 8755 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 8756
d46f1176 87572004-04-10 Randolph Chung <tausq@debian.org>
8718a420 8758
d46f1176
RC
8759 * MAINTAINERS (write after approval): Add myself.
8760
a2a84a72
RC
87612004-04-07 Randolph Chung <tausq@debian.org>
8762
8763 * hppa-tdep.c (hppa_inner_than): Remove.
8764 (is_pa_2): Remove unused static variable.
8718a420 8765 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 8766
e85c3284
PH
87672004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
8768
8769 * language.h (language_defn): Add new la_post_parser field.
8770 * parser-defs.h (null_post_parser): New declaration (default for
8771 la_post_parser).
8718a420 8772
e85c3284
PH
8773 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8774 insert call to that function.
8775 (parse_exp_in_context): New function, including code formerly in
8718a420 8776 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
8777 prefixification.
8778 (parse_expression_in_context): New exported function.
8779 (null_post_parser): New definition.
8780 * expression.h (parse_expression_in_context): Add declaration.
8718a420 8781
e85c3284
PH
8782 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8783 * c-lang.c (c_language_defn): Ditto.
8784 (cplus_language_defn): Ditto.
8785 (asm_language_defn): Ditto.
8786 (minimal_language_defn): Ditto.
8787 * f-lang.c (f_language_defn): Ditto.
8788 * jv-lang.c (java_language_defn): Ditto.
8789 * language.c (unknown_language_defn): Ditto.
8790 (auto_language_defn): Ditto.
8791 (local_language_defn): Ditto.
8792 * m2-lang.c (m2_language_defn): Ditto.
8793 * scm-lang.c (scm_language_defn): Ditto.
8794 * obj-lang.c (objc_language_defn): Ditto.
8718a420 8795
d9f8c85b
MK
87962004-04-10 Mark Kettenis <kettenis@gnu.org>
8797
fa34704a
MK
8798 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8799 (amd64nbsd_mcontext_addr): New function.
8800 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8801 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8802 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8803
403e1656
MK
8804 * corelow.c (core_xfer_partial): Fix coding standards violation.
8805 Add support for TARGET_OBJECT_WCOOKIE.
8806
a57e5a95
MK
8807 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8808 deprecated_pc_in_sigtramp.
8809 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8810 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8811 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8812 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8813 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8814 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8815 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8816
377d9ebd
MK
8817 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8818 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8819 Fix typo.
8820
f0ef85a5
MK
8821 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8822 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8823 (amd64_collect_fxsave): Likewise.
8824
d9f8c85b
MK
8825 * i386-sol2-tdep.c: Include "gdb_string.h".
8826 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8827 name.
8828 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8829
75f501b5
MK
88302004-04-10 Mark Kettenis <kettenis@gnu.org>
8831
8832 * i386-sol2-tdep.c: Include "solib-svr4.h".
8833 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8834 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8835 * config/i386/tm-i386sol2.h: Include :solib.h".
8836 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8837 solib-svr4.o and solib-legacy.o.
8838 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8839 solib-svr4.o.
8840
b31bc724
MK
88412004-04-09 Mark Kettenis <kettenis@gnu.org>
8842
18bbbd9e
MK
8843 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8844 whether a register is supplied by PTRACE_GETFPREGS.
8845 (store_inferior_registers): Likewise.
8846 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8847 whether a register is supplied by PT_GETFPREGS.
8848 (store_inferior_registers): Likewise.
8849
3c30bf1b
MK
8850 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8851 * config/i386/linux64.mt (TDEPFILES): Likewise.
8852
a4194092
MK
8853 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8854
911bc6ee
MK
8855 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8856 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8857 the program counter is in the range specified by `struct
8858 gdbarch_tdep'.
8859 * amd64-linux-tdep.c: Include "symtab.h".
8860 (amd64_linux_pc_in_sigtramp): Remove function.
8861 (amd64_linux_sigtramp_p): New function.
8862 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8863 deprecated_pc_in_sigtramp.
8864 * amd64nbsd-tdep.c: Include "symtab.h".
8865 (amd64nbsd_sigtramp_p): New function.
8866 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8867 deprecated_pc_in_sigtramp.
8868 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8869 few comments.
8870 (amd64obsd_pc_in_sigtramp): Remove function.
8871 (amd64obsd_sigtramp_p): New function.
8872 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8873 deprecated_pc_in_sigtramp.
8874 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8875 (i386bsd_pc_ins_sigtramp): Remove prototype.
8876 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8877 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8878 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8879 the program counter is in the range specified by `struct
8880 gdbarch_tdep'.
8881 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8882 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8883 (i386_go32_pc_in_sigtramp): Remove function.
8884 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8885 Initialize TDEP->sigtramp_p.
8886 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8887 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8888 deprecated_pc_in_sigtramp.
8889 * i386-linux-tdep.c: Adjust comments.
8890 (i386_linux_pc_in_sigtramp): Remove function.
8891 (i386_linux_sigtramp_p): New function.
8892 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8893 deprecated_pc_in_sigtramp.
8894 * i386-nto-tdep.c: Update copyright year.
8895 (i386nto_pc_in_sigtramp): Remove function.
8896 (i386nto_sigtramp_p): New function.
8897 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8898 SP_REGNUM.
8899 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8900 deprecated_pc_in_sigtramp.
8901 * i386-sol2-tdep.c: Update copyright year.
8902 (i386_sol2_pc_in_sigtramp): Remove function.
8903 (i386_sol2_sigtramp_p): New function.
8904 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8905 deprecated_pc_in_sigtramp.
8906 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8907 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8908 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8909 deprecated_sigtramp_start and deprecated_sigtramp_end.
8910 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8911 (i386nbsd_pc_in_sigtramp): Remove function.
8912 (i386nbsd_sigtramp_p): New function.
8913 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8914 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8915 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8916 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8917 (i386obsd_pc_in_sigtramp): Remove function.
8918 (i386obsd_sigtramp_p): New function.
8919 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8920 functions.
8921 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8922 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8923 TDEP->sigtramp_p.
8924 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8925 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8926 dependencies.
8927
e083e6ec
MK
8928 * config/i386/i386aout.mt: Remove file.
8929
bd153b94
MK
8930 * configure.tgt: Remove i[34567]86-*-go32*,
8931 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8932 and i[34567]86-*-isc*. Set gdb_target to i386 for
8933 i[34567]86-*-netware* and i[34567]86-*-*.
8934 * config/i386/i386.mt: New file.
8935 * config/i386/embed.mt: Remove file.
8936 * config/i386/go32.mt: Remove file.
8937 * config/i386/i386nw.mt: Remove file.
8938 * config/i386/i386v.mt: Remove file.
8939 * config/i386/tm-go32.h: Remove file.
8940
4a1bcc8c
MK
8941 * tui/tui-hooks.c: Include "readline/readline.h" after
8942 "gdb_curses.h" instead of before.
8943 * tui/tui-io.c: Likewise.
8944
f9a79064
MK
8945 * tui/tui.c: Fix typo in comment.
8946
b31bc724
MK
8947 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8948
f83f82bc
AC
89492004-04-08 Andrew Cagney <cagney@redhat.com>
8950
8951 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8952 (deprecated_exception_support_initialized): Declare.
8718a420 8953 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
8954 (initialize_hp_cxx_exception_support)
8955 (child_enable_exception_callback): Update.
8956 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8957 (deprecated_exception_support_initialized): Rename
8958 deprecated_exception_catchpoints_are_fragile and
8959 deprecated_exception_support_initialized.
8960 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8961
8962 * symtab.c (deprecated_hp_som_som_object_present): Rename
8963 hp_som_som_object_present.
8964 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8965 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8966 Update. Delete extern declaration.
8967 * valops.c (hp_som_som_object_present): Ditto.
8718a420 8968 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
8969 (parse_nested_classes_for_hpacc): Ditto.
8970 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 8971 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
8972 (initialize_hp_cxx_exception_support): Ditto.
8973 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 8974 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 8975 (cp_print_class_method): Ditto.
8718a420 8976 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
8977 (c_type_print_base): Ditto.
8978 * c-exp.y (hp_som_som_object_present): Ditto.
8979
fb2be677
AC
89802004-04-08 Andrew Cagney <cagney@redhat.com>
8981
8982 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8983 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8984 (frame_unwind_find_by_frame): Re-implement the unwind code so
8985 that it can both prepend and append sniffers. Replace
8986 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8987 * tramp-frame.c (tramp_frame_append): Use
8988 frame_unwind_prepend_unwinder.
8989 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8990 frame_unwind_register_unwinder.
8991 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8992 tramp_frame_append.
8993 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 8994 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
8995 (mips_linux_init_abi): Update.
8996
67faf007
KB
89972004-04-08 Kevin Buettner <kevinb@redhat.com>
8998
8999 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9000 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9001 file support.
9002
8973ff21
KB
90032004-04-07 Kevin Buettner <kevinb@redhat.com>
9004
9005 * ia64-tdep.c (elf.h): Don't include.
9006 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9007
4a0e2f88
JM
90082004-04-07 Jason Molenda (jmolenda@apple.com)
9009
9010 * frame.h: Typeo corrections in comments.
9011
9872ad24
JB
90122004-04-07 Jim Blandy <jimb@redhat.com>
9013
9014 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9015 %esp and %ebp
9016
70b216c8
MK
90172004-04-07 Mark Kettenis <kettenis@gnu.org>
9018
11d5789c
MK
9019 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9020 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9021 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9022 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9023 and solib-legacy.o.
9024 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9025 solib-svr4.o.
9026 * config/sparc/tm-sol2.h: Update copyright year. Include
9027 "solib.h".
9028
70b216c8
MK
9029 * sparc-sol2-tdep.c: Update copyright year. Include
9030 "solib-svr4.h".
9031 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9032 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9033 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 9034 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
9035 dependencies.
9036
6339dc9e
AC
90372004-04-06 Andrew Cagney <cagney@redhat.com>
9038
9039 * infttrace.c: Include "infttrace.h".
9040 * infttrace.h: Include "target.h".
9041 * Makefile.in (infttrace_h): Update.
9042 (infttrace.o): Update.
8718a420 9043
93449403
AC
90442004-04-06 Andrew Cagney <cagney@redhat.com>
9045
6d518969
AC
9046 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9047 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9048 move extern declarations from here ...
9049 * infttrace.h: ... to here.
9050 * Makefile.in (hppah-nat.o): Update dependencies.
9051
85f4f2d8
AC
9052 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9053 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 9054 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
9055 (hppa_breakpoint_from_pc): Delete.
9056
93449403
AC
9057 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9058
71456ec6
AC
90592004-04-05 Andrew Cagney <cagney@redhat.com>
9060
9061 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9062 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9063 <sys/file.h>.
8718a420 9064
4c02c60c
AC
90652004-04-06 Randolph Chung <tausq@debian.org>
9066
9067 Committed by Andrew Cagney (mechanical change).
9068 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9069 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9070 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9071 child_enable_exception_callback, current_ex_event,
9072 null_symtab_and_line, child_get_current_exception_event,
9073 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9074 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9075 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9076 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9077 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9078 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9079 Move hpux-specific definitions ...
9080 * hppa-hpux-tdep.c: ... to here.
9081
3a515653
AC
90822004-04-05 Andrew Cagney <cagney@redhat.com>
9083
9084 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9085 skip_prologue_using_sal.
9086
c1730d02
AC
90872004-04-05 Andrew Cagney <cagney@redhat.com>
9088
9089 * config/i386/tm-i386.h: Delete file.
9090 * config/i386/tm-vxworks.h: Update copyright, do not include
9091 "tm-i386.h".
9092 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9093 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9094 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9095 * config/i386/ncr3000.mt (TM_FILE): Delete.
9096 * config/i386/interix.mt (TM_FILE): Delete.
9097 * config/i386/i386v.mt (TM_FILE): Delete.
9098 * config/i386/i386nw.mt (TM_FILE): Delete.
9099 * config/i386/i386gnu.mt (TM_FILE): Delete.
9100 * config/i386/i386aout.mt (TM_FILE): Delete.
9101 * config/i386/embed.mt (TM_FILE): Delete.
9102
8b67aa36
KB
91032004-04-05 Kevin Buettner <kevinb@redhat.com>
9104
9105 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9106 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9107 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9108 (accg7_regnum): New constants.
9109 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
9110 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9111 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
9112 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9113 for accg registers.
9114 (frv_register_sim_regno): Update spr_map[].
9115
3c7012f5
AC
91162004-04-04 Andrew Cagney <cagney@redhat.com>
9117
9118 * config/mips/xm-riscos.h: Delete.
9119 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9120 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9121 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9122 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9123 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9124 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9125 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9126 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9127 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9128 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9129 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9130 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9131 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9132 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9133 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9134 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9135 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9136 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9137 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9138 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9139 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9140 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9141 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9142 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9143 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9144 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 9145
3c7012f5
AC
9146 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9147 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9148 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9149 * configure.host: Remove m680[01]0-sun-sunos3*,
9150 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9151 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9152 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9153 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9154 mips-*-riscos*.
9155 * NEWS: Mention removed systems.
9156
99d16a21
AC
91572004-04-04 Andrew Cagney <cagney@redhat.com>
9158
9159 GDB 6.1 release created from 6.1 branch.
9160
6cdf9d98
AC
91612004-04-04 Andrew Cagney <cagney@redhat.com>
9162
98d346c3
AC
9163 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9164 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9165 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9166
6cdf9d98
AC
9167 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9168 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9169 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9170
859a326d
JB
91712004-04-03 Jim Blandy <jimb@redhat.com>
9172
9173 * MAINTAINERS: Chris Faylor has changed employers; add him to
9174 "paper trail" section, and update his E-mail address.
9175
b87178c3
AC
91762004-04-03 Andrew Cagney <cagney@redhat.com>
9177
4ea2acf0
AC
9178 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9179 generic dummy frames.
9180 * dummy-frame.c: Update copyright.
9181 (dummy_frame_sniffer): Delete check for generic dummy frames.
9182
d0bd2d18 9183 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 9184 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
9185 (REG_PARM_STACK_SPACE): Delete.
9186 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9187 Inline reference to REG_PARM_STACK_SPACE.
9188
b87178c3
AC
9189 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9190 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9191 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9192 (FRAME_BASE_BEFORE_SIGTRAMP)
9193 (hppa32_hpux_frame_base_before_sigtramp)
9194 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9195 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9196 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9197 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9198 (FRAME_BASE_BEFORE_SIGTRAMP)
9199 (hppa64_hpux_frame_base_before_sigtramp)
9200 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9201
43e2e1a0
AC
92022004-04-03 Andrew Cagney <cagney@redhat.com>
9203
9204 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9205
ddc135a4
AC
92062004-04-02 Andrew Cagney <cagney@redhat.com>
9207
9208 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9209 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9210 * dummy-frame.h: Delete out-of-date comments.
9211 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9212 * gdbarch.h, gdbarch.c: Re-generate.
9213
d15bfd3a 92142004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 9215
d15bfd3a
AC
9216 Committed by Andrew Cagney <cagney@redhat.com>.
9217 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9218 into account an instruction saving a register if we have already
9219 seen an earlier instruction saving that same register.
9220
f04ceafa
AC
92212004-04-02 Andrew Cagney <cagney@redhat.com>
9222
08be3abd
AC
9223 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9224 * gdbarch.h, gdbarch.c: Re-generate.
9225 * frame.c (legacy_get_prev_frame): Delete references to
9226 DEPRECATED_INIT_FRAME_PC_FIRST.
9227
f04ceafa
AC
9228 * infrun.c (pc_in_sigtramp): Delete function.
9229 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9230 get_frame_type.
9231
08e69816
AC
92322004-04-02 Andrew Cagney <cagney@redhat.com>
9233
9234 * infrun.c (handle_step_into_function): Delete code conditional on
9235 legacy_frame_p.
9236 (handle_inferior_event, step_over_function): Ditto.
9237
adb54772
AC
92382004-04-02 Andrew Cagney <cagney@redhat.com>
9239
9240 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9241 "previous frame inner to this frame" test.
9242
304396fb
AC
92432004-04-02 Andrew Cagney <cagney@redhat.com>
9244
9245 * frame.c (safe_frame_unwind_memory): New function.
9246 * frame.h (safe_frame_unwind_memory): Declare. Update description
9247 of /safe_/ methods.
9248 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9249 "next_frame". Use safe_frame_unwind_memory.
9250 (tramp_frame_sniffer): Update call to tramp_frame_start.
9251
6502dd73
DJ
92522004-04-01 Daniel Jacobowitz <drow@mvista.com>
9253
9254 * dwarf2read.c (dwarf2_objfile_data_key): New.
9255 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9256 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9257 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9258 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9259 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9260 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9261 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9262 Remove variables.
9263 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9264 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9265 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9266 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9267 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9268 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9269 Remove macros.
9270 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9271 data.
9272 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9273 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9274 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9275 (read_partial_die, read_full_die, read_indirect_string)
9276 (dwarf_decode_line_header, dwarf_decode_macros)
9277 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9278 Update uses of removed variables.
9279 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9280 of removed macros.
9281 (_initialize_dwarf2_read): New function.
9282 * symfile.h (dwarf2_has_info): Update prototype.
9283 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9284 * elfread.c (elf_symfile_read): Likewise.
9285
408752b0
JB
92862004-04-01 Jim Blandy <jimb@redhat.com>
9287
9f744501
JB
9288 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9289 function for register numbers on all the rs6000-derived targets.
9290 (rs6000_gdbarch_init): Don't register a separate
9291 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9292 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9293 variants.
9294
408752b0
JB
9295 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9296 numbering.
9297
2de41bce
PH
92982004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9299
9300 * valarith.c: Update copyright notice.
9301 (value_add): Handle range types.
9302 (value_sub): Ditto.
9303 (value_equal): Ditto.
9304 (value_less): Ditto.
9305 (value_neg): Ditto.
9306 (value_complement): Ditto.
8718a420 9307 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 9308 eliminiating unnecessary COERCE_ENUMs.
8718a420 9309
5613d8d3
AC
93102004-03-31 Andrew Cagney <cagney@redhat.com>
9311
9312 * frame.h (frame_unwind_id): Declare.
9313 * frame.c (frame_unwind_id): New function.
9314 (get_prev_frame_1): New function.
9315 (frame_debug_got_null_frame): New function.
9316 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9317 code proper to prev_frame, update description.
9318 * infrun.c (step_over_function): Use frame_unwind_id.
9319
c4557624
JB
93202004-04-31 J. Brobecker <brobecker@gnat.com>
9321
9322 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9323 (hppa64_push_dummy_call): Likewise.
9324
3e6bb910
JB
93252004-03-30 Jim Blandy <jimb@redhat.com>
9326
9327 From Ulrich Weigand:
9328 * utils.c (query): Do not use a va_list variable multiple times.
9329
a2f23071
DJ
93302004-03-29 Daniel Jacobowitz <drow@mvista.com>
9331
9332 * Makefile.in (linux_nat_h): Update dependencies.
9333 * configure.in: Check for <gnu/libc-version.h>.
9334 * configure: Regenerate.
9335 * config.in: Regenerate.
9336 * linux-nat.h: Include "target.h". Add waitstatus field to
9337 struct lwp_info.
9338 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9339 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9340 to.
9341 (lin_lwp_handle_extended): New function. Handle clone events.
9342 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9343 thread exit events.
9344 (child_wait): Handle clone events.
9345 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9346 * linux-nat.c (linux_enable_event_reporting): Turn on
9347 PTRACE_O_TRACECLONE.
9348 (linux_handle_extended_wait): Handle clone events.
9349 * thread-db.c: Include <gnu/libc-version.h>.
9350 (struct private_thread_info): Add dying flag.
9351 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9352 higher.
9353 (attach_thread): Update comments. Handle dying threads.
9354 (detach_thread): Set the dying flag.
9355 (check_event): Always call attach_thread.
9356
8d5f9dcb
DJ
93572004-03-29 Daniel Jacobowitz <drow@mvista.com>
9358
9359 * mips-tdep.c (mips_pdr_data): New.
9360 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9361 (_initialize_mips_tdep): Initialize mips_pdr_data.
9362
66337bb1
CV
93632004-03-29 Corinna Vinschen <vinschen@redhat.com>
9364
9365 * minsyms.c (install_minimal_symbols): Move dropping leading
9366 char from linkage name from here...
9367 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9368 test for "__gnu_compiled*" symbols.
9369
e802b915
JB
93702004-03-28 Jim Blandy <jimb@redhat.com>
9371
9372 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9373 registers to temp register r0 and byte stores as prologue
9374 instructions.
9375
72b56458
AC
93762004-03-28 Andrew Cagney <cagney@redhat.com>
9377
9378 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9379 arm*-*-*.
9380
0bfbda3b
SC
93812004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9382
9383 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9384 and switch the layout to force a display of register window.
9385
5a7225ed
JB
93862004-02-26 J. Brobecker <brobecker@gnat.com>
9387
9388 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9389 of the INTEGER class.
9390
81a07a45
JB
93912004-03-26 Jim Blandy <jimb@redhat.com>
9392
9393 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9394 bytes long on PPC GNU/Linux.
9395
8c691c7a
DC
93962004-03-26 David Carlton <carlton@kealia.com>
9397
9398 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9399
103a0089
AC
94002004-03-25 Andrew Cagney <cagney@redhat.com>
9401
9402 * PROBLEMS: Add general section titles, remove references to
9403 specific releases.
9404
7a5ea0d4
DJ
94052004-03-25 Daniel Jacobowitz <drow@mvista.com>
9406
9407 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9408 INT_REGISTER_SIZE.
9409 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9410 FP_REGISTER_VIRTUAL_SIZE.
9411 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9412 of DEPRECATED_REGISTER_RAW_SIZE.
9413 (arm_register_type): Add gdbarch argument.
9414 (arm_register_raw_size, arm_register_virtual_size): Delete.
9415 (arm_register_byte, arm_extract_return_value)
9416 (arm_store_return_value, arm_get_longjmp_target): Update references
9417 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9418 (arm_gdbarch_init): Likewise. Don't set
9419 deprecated_register_raw_size, deprecated_register_virtual_size,
9420 deprecated_max_register_raw_size,
9421 deprecated_max_register_virtual_size, or
9422 deprecated_max_register_virtual_type. Do set register_type.
9423 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9424 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9425 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9426 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9427 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9428 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9429 INT_REGISTER_SIZE.
9430 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9431 (remote_rdp_store_register): Likewise.
9432
5792a79b
DJ
94332004-03-24 Daniel Jacobowitz <drow@mvista.com>
9434
9435 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9436 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9437 to after osabi initialization.
9438 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9439 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9440 functions.
9441 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9442 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9443 variables.
9444 (mips_linux_init_abi): Append signal trampoline unwinders.
9445
1196bfda
AC
94462004-03-24 Andrew Cagney <cagney@redhat.com>
9447
9448 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9449 * tramp-frame.c: Include "gdb_assert.h".
9450 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9451 correct sizeof.
9452 (tramp_frame_append): Validate the tramp frame's instructions.
9453 * Makefile.in (tramp-frame.o): Update dependencies.
9454
4be282b4
AC
94552004-03-23 Andrew Cagney <cagney@redhat.com>
9456
9457 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9458
69aec09b
AC
94592004-03-23 Andrew Cagney <cagney@redhat.com>
9460
9461 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9462 Nasser as past testsuite/lib/ (and other) maintainers.
9463
63ed89b4
DJ
94642004-03-23 Daniel Jacobowitz <drow@mvista.com>
9465
9466 * infcmd.c (attach_command): Reread symbols if we already have
9467 an exec file.
9468
f3b36427
AC
94692004-03-23 Andrew Cagney <cagney@redhat.com>
9470
9471 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9472
aa2a3f87
AC
94732004-03-23 Andrew Cagney <cagney@redhat.com>
9474
9475 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9476 * gdbarch.h, gdbarch.c: Re-generate.
9477 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9478 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9479 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 9480 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 9481 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 9482 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
9483 (DEPRECATED_SIGTRAMP_START): Update.
9484 * blockframe.c (find_pc_sect_partial_function): Update.
9485 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9486
00cac895
DJ
94872004-03-23 Daniel Jacobowitz <drow@mvista.com>
9488
9489 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9490 if necessary.
9491
f561f026
AC
94922004-03-23 Andrew Cagney <cagney@redhat.com>
9493
9494 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9495 predicate, deprecate.
9496 * gdbarch.h, gdbarch.c: Re-generate.
9497 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9498 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9499 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9500 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9501 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9502 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9503 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9504 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9505 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9506 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9507 * blockframe.c (find_pc_partial_function): Update.
9508 * breakpoint.c (bpstat_what): Update.
9509 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9510 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9511 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9512 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9513 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9514 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9515 * i386-nto-tdep.c (i386nto_init_abi): Update.
9516 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9517 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9518 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9519 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9520 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9521 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9522 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9523 * infrun.c (pc_in_sigtramp): Update.
9524 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9525 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9526 * mips-tdep.c (mips_gdbarch_init): Update.
9527 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9528 * ppc-linux-tdep.c: Update comment.
9529 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9530 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9531 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9532 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9533 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9534 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9535 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9536 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9537 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9538 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 9539
8050c72f
AC
95402004-03-23 Andrew Cagney <cagney@redhat.com>
9541
d2259dd3
AC
9542 * tramp-frame.h, tramp-frame.h: New files.
9543 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9544 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9545
8050c72f
AC
9546 * Makefile.in: Update all dependencies.
9547
0db9b4b7
AC
95482004-03-23 Andrew Cagney <cagney@redhat.com>
9549
9550 * Makefile.in (trad_frame_h): Add $(frame_h).
9551 * trad-frame.h: Update copyright. Include "frame.h".
9552 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9553 (trad_frame_set_id, trad_frame_get_id): Declare.
9554 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9555 * trad-frame.c: Update copyright.
9556 (struct trad_frame_cache): Define.
9557 (trad_frame_cache_zalloc): New function.
9558 (trad_frame_set_id, trad_frame_get_id): New functions.
9559 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 9560
8e645ae7
AC
95612004-03-22 Andrew Cagney <cagney@redhat.com>
9562
9563 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9564 s390_pltstub_unwind_cache.
9565 (s390_stub_frame_unwind_cache): Rename
9566 s390_pltstub_frame_unwind_cache.
9567 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9568 (s390_stub_frame_prev_register): Rename
9569 s390_pltstub_frame_prev_register.
9570 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9571 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9572
9573 From Ulrich Weigand:
9574 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9575 pointer calls like PLT calls.
9576
34fcf120
DJ
95772004-03-22 Daniel Jacobowitz <drow@mvista.com>
9578
9579 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9580 PC rather than the partial function start address. Use the start
9581 address to sanity check the found PDR.
9582
5b917078
DJ
95832004-03-22 Daniel Jacobowitz <drow@mvista.com>
9584
9585 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9586 linux_handle_extended_wait.
9587
8adf9e78
AC
95882004-03-22 Andrew Cagney <cagney@redhat.com>
9589
c3122434
AC
9590 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9591 function.
9592
8adf9e78
AC
9593 * frame.h (generic_pop_current_frame): Delete declaration.
9594 (deprecate_pop_dummy_frame): Deprecate
9595 generic_pop_dummy_frame.
9596 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9597 (generic_pop_current_frame): Delete function.
9598 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9599 generic_pop_current_frame.
9600 * v850-tdep.c (v850_pop_frame): Update.
9601 * mcore-tdep.c (mcore_pop_frame): Update.
9602 * sh64-tdep.c (sh64_pop_frame): Update.
9603 * h8300-tdep.c (h8300_pop_frame): Update.
9604
90ba813f
AC
96052004-03-22 Andrew Cagney <cagney@redhat.com>
9606
9607 * frame.h (deprecated_pc_in_call_dummy): Rename
9608 generic_pc_in_call_dummy.
9609 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9610 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9611 generic_pc_in_call_dummy.
9612 (pc_in_dummy_frame): Make static.
9613 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9614 * gdbarch.h, gdbarch.c: Re-generate.
9615 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9616 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9617 (legacy_get_prev_frame): Ditto.
9618 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9619 comment.
8718a420 9620
ca4bb888
AC
96212004-03-21 Andrew Cagney <cagney@redhat.com>
9622
244675f9
AC
9623 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9624 declaration and out-of-date comment.
9625 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9626 Delete function.
9627 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9628 deprecated_pc_in_call_dummy.
9629
ca4bb888
AC
9630 * infrun.c (handle_inferior_event): For non legacy frames, use the
9631 frame ID and frame type to identify a signal trampoline. Update
9632 comments.
9633
1777c7b4
NW
96342004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9635
9636 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9637 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9638
82417da5
AC
96392004-03-21 Andrew Cagney <cagney@redhat.com>
9640
9641 * frame-unwind.h: Update copyright.
9642 (struct frame_data): Add opaque declaration.
9643 (frame_sniffer_ftype): Declare.
9644 (struct frame_unwind): Add "unwind_data" and "sniffer".
9645 (frame_unwind_register_unwinder): Declare.
9646 (frame_unwind_find_by_frame): Add parameter "this_cache".
9647 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9648 (legacy_get_prev_frame, legacy_get_prev_frame)
9649 (get_frame_type): Pass the prologue_cache to
9650 frame_unwind_find_by_frame.
9651 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9652 "unwinder".
9653 (frame_unwind_register_unwinder): New function.
9654 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9655
b2ba182e
PH
96562004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9657
9658 * bcache.c (print_percentage): Use floating point to avoid
9659 incorrect results when portion*100 overflows.
9660
81332287
KB
96612004-03-19 Kevin Buettner <kevinb@redhat.com>
9662
9663 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9664 (ppc_linux_init_extra_frame_info)
9665 (ppc_linux_frameless_function_invocation)
9666 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9667 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9668 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9669 (rs6000_frame_chain): Delete declarations.
9670 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9671 (ppc_linux_init_extra_frame_info)
9672 (ppc_linux_frameless_function_invocation)
9673 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9674 (ppc_linux_init_abi): Remove registration of above deleted functions.
9675 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9676 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9677 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9678 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9679 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9680 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9681 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9682 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9683 frame management for all OSABIs.
9684
61a65099
KB
96852004-03-19 Andrew Cagney <cagney@redhat.com>
9686
9687 Committed by Kevin Buettner <kevinb@redhat.com>.
9688
9689 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9690 Update copyright.
9691 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9692 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9693 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9694 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9695 unwinders. #ifdef legacy frame code.
9696 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9697 "frame-base.h".
9698 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9699 (struct rs6000_frame_cache, rs6000_frame_cache)
9700 (rs6000_frame_this_id, rs6000_frame_prev_register)
9701 (rs6000_frame_sniffer, rs6000_frame_unwind)
9702 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9703 (rs6000_frame_base): Implement a traditional frame unwinder.
9704 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9705 frame unwinder.
9706
88f7da05
KB
97072004-03-19 Kevin Buettner <kevinb@redhat.com>
9708
9709 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9710 breakpoint address for watchpoints or the catch eventpoints.
9711 Add new paramter ``bptype''. Adjust all callers.
9712
f826dce1
AC
97132004-03-19 Andrew Cagney <cagney@redhat.com>
9714
33cb8b0f
AC
9715 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9716
f826dce1
AC
9717 * PROBLEMS: Delete note that ARM does not use frame code, problem
9718 fixed.
9719
43b1ab88
AC
97202004-03-18 Andrew Cagney <cagney@redhat.com>
9721
292ab034
AC
9722 * stack.c (return_command): Delete code wrapped in #ifdef
9723 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9724
43b1ab88
AC
9725 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9726
dbfe4626
AC
97272004-03-18 Andrew Cagney <cagney@redhat.com>
9728
9729 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9730 DEPRECATED_IN_SIGTRAMP.
9731 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9732 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9733 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9734 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9735 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9736 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9737 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9738 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9739 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9740 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9741
0cad6aec
AC
97422004-03-18 Andrew Cagney <cagney@redhat.com>
9743
9744 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9745 (struct frame_base_table_entry): Define.
9746 (struct frame_base_table): Re-implement as a linked list.
9747 (frame_base_init): Re-implement.
9748 (frame_base_table): Delete function.
9749 (append_predicate): Delete function.
9750 (frame_base_append_sniffer): Update.
9751 (frame_base_set_default): Update.
9752 (frame_base_find_by_frame): Update.
9753 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9754 * Makefile.in (frame-base.o): Update dependencies.
9755
9982c2e7
AC
97562004-03-17 Andrew Cagney <cagney@redhat.com>
9757
9758 * frame.c (legacy_get_prev_frame): Pass correct frame to
9759 frame_unwind_find_by_frame.
9760
8dfe8985
DC
97612004-03-17 David Carlton <carlton@kealia.com>
9762
9763 * NEWS: Mention C++ nested types and namespaces
9764
ed47347a
MC
97652004-03-16 Michael Chastain <mec.gnu@mindspring.com>
9766
9767 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9768 and "Regressions since gdb 5.3.". Add known regressions since
9769 gdb 6.0.
9770
90aeadfc
DC
97712004-03-16 David Carlton <carlton@kealia.com>
9772
9773 * dwarf2read.c (process_structure_scope): Process children even
9774 when we're a declaration.
9775
73912b9b
AC
97762004-03-16 Andrew Cagney <cagney@redhat.com>
9777
9778 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9779 * blockframe.c (find_pc_partial_function)
9780 (find_pc_sect_partial_function): Merge into a single
9781 find_pc_partial_function.
9782
283accbc
MK
97832004-03-16 Mark Kettenis <kettenis@gnu.org>
9784
9785 * i386bsd-nat.c: s/regno/regnum/g.
9786 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9787 FP0_REGNUM.
9788 (store_inferior_registers): Likewise.
9789
f5b1afdf
MK
97902004-03-16 Mark Kettenis <kettenis@gnu.org>
9791
9792 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9793 of i387_fill_fsave.
9794 (store_inferior_registers): Call i387_collect_fsave and
9795 i387_collect_fxsave instead of i387_fill_fsave and
9796 i387_fill_fxsave.
9797
41fe5eb3
AC
97982004-03-15 Andrew Cagney <cagney@redhat.com>
9799
9800 * Makefile.in (frame-unwind.o): Update dependencies.
9801 * frame-unwind.c: Include "gdb_obstack.h".
9802 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9803 parameter.
9804 (append_predicate): Delete function.
9805 (struct frame_unwind_table_entry): New structure.
9806 (struct frame_unwind_table): Replace "sniffer" with "head" and
9807 "tail".
9808 (frame_unwind_append_sniffer): Update.
9809 (frame_unwind_find_by_frame): Update.
9810 (_initialize_frame_unwind): Registe frame_unwind_init using
9811 gdbarch_data_register_pre_init.
9812
3f63813d
MK
98132004-03-15 Mark Kettenis <kettenis@gnu.org>
9814
9815 * i386bsd-nat.c: Update copyright year.
9816 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9817 define unconditionally.
9818
3248c325 98192004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
9820
9821 * i387-tdep.h (i387_collect_fsave): New prototype.
9822 * i387-tdep.c (i387_collect_fsave): New function containing most
9823 of the code from i387_fill_fsave.
3248c325 9824 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 9825
871fbe6a
MK
98262004-03-15 Mark Kettenis <kettenis@gnu.org>
9827
9828 * i386-linux-tdep.c: Update copyright year.
9829 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9830 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9831 svr4_ilp32_link_map_offsets instead of
9832 i386_linux_svr4_fetch_link_map_offsets.
9833
8176b9b8
DC
98342004-03-15 David Carlton <carlton@kealia.com>
9835
9836 Fix for PR c++/1553:
9837 * dwarf2read.c (read_structure_type): Determine type name by
9838 calling determine_class_name.
9839 (determine_class_name): New.
9840 (determine_prefix): Look at TYPE_TAG_NAME and call
9841 determine_class_name when appropriate.
9842 (determine_prefix_aux, class_name): Delete.
9d58e29d 9843 (read_namespace): Set die->type.
8176b9b8 9844
fe8bf7d7
KB
98452004-03-15 Kevin Buettner <kevinb@redhat.com>
9846
9847 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9848 unused macro definition. The definition in target.h (or perhaps
9849 elsewhere) takes precedence.
9850
ed6edd9b
AC
98512004-03-15 Andrew Cagney <cagney@redhat.com>
9852
f9be684a
AC
9853 * ppc-tdep.h: Update copyright.
9854 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9855 function signatures to match "regsets.h".
9856 * ppc-linux-tdep.c: Include "regset.h".
9857 (ELF_GREGSET_SIZE): Delete.
9858 (right_supply_register): New function.
9859 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9860 using right_supply_register.
9861 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9862 functions.
9863 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9864 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9865 (_initialize_ppc_linux_tdep): Do not register
9866 ppc_linux_regset_core_fns.
9867 (ppc_linux_regset_from_core_section): Replace
9868 fetch_core_registers.
9869 (ppc_linux_regset_core_fns): Delete.
9870 * ppc-linux-nat.c: (right_fill_reg): New function.
9871 (supply_gregset): Update call to ppc_linux_supply_gregset.
9872 (fill_gregset): Clear the register set, use right_fill_reg.
9873 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9874 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9875
ed6edd9b
AC
9876 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9877 unsigned.
9878
030f20e1
AC
98792004-03-15 Andrew Cagney <cagney@redhat.com>
9880
9881 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9882 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9883 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9884 and register_gdbarch_data.
9885 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9886 (struct gdbarch_data): Replace "init" by "pre_init" and
9887 "post_init".
9888 * gdbarch.h, gdbarch.c: Re-generate.
9889 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9890 with"obstack", use OBSTACK_ZALLOC.
9891 (dwarf2_frame_ops): Delete.
9892 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9893 (dwarf2_frame_init_reg): Use gdbarch_data.
9894 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 9895 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
9896 (_initialize_svr4_solib): Update.
9897 * user-regs.c (_initialize_user_regs): Update.
9898 * reggroups.c (_initialize_reggroup): Update.
9899 * regcache.c (_initialize_regcache): Update.
9900 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9901 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9902 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9903 * frame-unwind.c (_initialize_frame_unwind): Update.
9904 * frame-base.c (_initialize_frame_base): Update.
9905 * user-regs.c (user_reg_add): Update.
9906 * reggroups.c (reggroup_add): Update.
9907 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9908 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9909 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9910 * frame-base.c (frame_base_table): Update.
9911 * remote.c (_initialize_remote): Update.
9912 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 9913
3111a3fc
AC
99142004-03-15 Andrew Cagney <cagney@redhat.com>
9915
9916 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9917
5ecb7103
KB
99182004-03-15 Kevin Buettner <kevinb@redhat.com>
9919
9920 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9921 * frv-linux-tdep.c: New file.
9922 * frv-tdep.c (struct gdbarch_tdep): Add new field
9923 ``sigcontext_reg_addr''.
9924 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9925 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9926 (frv_sigramp_frame_sniffer): New functions.
9927 (frv_sigtramp_frame_unwind): New static global.
9928 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9929 sniffers.
9930 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9931 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9932
1ccda5e9
KB
99332004-03-15 Kevin Buettner <kevinb@redhat.com>
9934
9935 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9936 but not via a call to error(), when unable to read memory.
9937
b375a0a5
KB
99382004-03-15 Kevin Buettner <kevinb@redhat.com>
9939
9940 * frv-tdep.c (frv_call_dummy_words): Delete.
9941 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9942
4fdf6121
AC
99432004-03-15 Andrew Cagney <cagney@redhat.com>
9944
9945 * infrun.c (handle_step_into_function, step_over_function): Only
9946 update and use STEP_FRAME_ID when the system is using legacy
9947 frames. Update comments.
9948
34021503
MK
99492004-03-14 Mark Kettenis <kettenis@gnu.org>
9950
187e21d1
MK
9951 * amd64-linux-tdep.h: Remove file.
9952 * amd64-linux-tdep.c: Don't include "inferior.h" and
9953 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9954 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9955 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9956 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9957 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9958 macros.
9959 (user_to_gdb_regmap): Remove variable.
9960 (amd64_linux_gregset_reg_offset): New variable.
9961 (amd64_core_fns): Remove variable.
9962 (fetch_core_registers): Remove function.
9963 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9964 functions.
9965 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9966 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9967 * Makefile.in (amd64_linux_tdep_h): Remove.
9968 (amd64-linux-nat.o): Update dependencies.
9969 (amd64-linux-tdep.o): Update dependencies.
9970
99679982
MK
9971 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9972 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9973 functions.
9974 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9975
34021503
MK
9976 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9977 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9978
134d01f1
DJ
99792004-03-14 Daniel Jacobowitz <drow@mvista.com>
9980
9981 * dwarf2read.c (read_structure_type): Rename from
8718a420 9982 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
9983 Return immediately if die->type is set. Call read_type_die before
9984 dwarf2_add_member_fn.
9985 (process_structure_scope): New function.
9986 (read_enumeration_type, process_enumeration_scope): New functions,
9987 broken out from read_enumeration. Don't create the enumeration
9988 type if it has already been created.
9989 (read_enumeration): Removed.
9990 (process_die): Call read_structure_type, process_structure_scope,
9991 read_enumeration_type, and process_enumeration_scope. Just call
9992 new_symbol for base and subrange types. Add a comment about other
9993 type dies.
9994 (read_type_die): Call read_enumeration_type.
9995 (add_partial_structure, new_symbol): Update comments.
9996
65760afb
SC
99972004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9998
9999 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10000
10f59415
SC
100012004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10002
10003 * tui/tui-win.h (tui_get_cmd_list): Declare.
10004 * tui/tui-win.c (tui_command): New function.
10005 (tui_get_cmd_list): New function.
10006 (_initialize_tui_win): Moved initialization of tui command in
10007 tui_get_cmd_list.
10008
10009 * tui/tui-data.c (init_content_element): Setup new data members.
10010 (init_win_info): Likewise.
10011 (free_content_elements): Free it.
10012 * tui/tui-data.h (struct tui_data_element): Store the register
10013 content to print.
10014 (struct tui_data_info): Keep the current register group.
10015
10016 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10017
10018 * tui/tui-regs.h (tui_show_registers): Update prototype.
10019 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10020 (tui_resize_all): No need to calculate anything for register window.
10021 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10022 (tui_set_register_element, tui_set_general_regs_content): Remove.
10023 (tui_set_special_regs_content): Remove.
10024 (tui_set_general_and_special_regs_content): Remove.
10025 (tui_set_float_regs_content): Remove.
10026 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10027 (tui_set_regs_content): Remove.
10028 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10029 (tui_v_show_registers_command_support): Remove.
10030 (tui_show_registers): Use a reggroup to specify the registers to show.
10031 (tui_show_register_group): New function.
10032 (tui_display_registers_from): Compute the layout of register window
10033 and refresh with new API; be sure to delete old register windows.
10034 (tui_check_register_values): Update to use tui_get_register and
10035 tui_display_data.
10036 (tui_display_register): Just refresh the register window part.
10037 (tui_register_format): Format registers and save in tui_data_element.
10038 (tui_get_register): New to combine tui_reg_value_has_changed and
10039 tui_get_register_raw_value; fix to use the new gdb API.
10040 (tui_show_float_command): Renamed tui_reg_float_command.
10041 (tui_show_general_command): Renamed tui_reg_general_command.
10042 (tui_show_special_command): Renamed tui_reg_system_command.
10043 (_initialize_tui_regs): Remove unused commands.
10044
c3364ea4
MK
100452004-03-13 Mark Kettenis <kettenis@gnu.org>
10046
27d1e716
MK
10047 * NEWS (New native configurations): Mention OpenBSD/amd64.
10048
c3364ea4
MK
10049 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10050 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10051 Remove defines.
10052 * config/i386/nm-fbsd64.h: Likewise.
10053 * config/i386/nm-obsd.h: Likewise.
10054 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10055 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10056
b2d6d697
KB
100572004-03-12 Kevin Buettner <kevinb@redhat.com>
10058
10059 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
10060 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10061 New constants.
10062
76e43199
KB
10063 From Richard Sandiford <rsandifo@redhat.com>:
10064 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10065
34ce532e
KB
100662004-03-12 Kevin Buettner <kevinb@redhat.com>
10067
10068 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10069 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10070 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10071 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10072 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10073 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10074 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10075 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10076 definitions from frv-tdep.c to frv-tdep.h.
10077
c4d10515
KB
100782004-03-12 Kevin Buettner <kevinb@redhat.com>
10079
10080 Add shared library support for FR-V FDPIC ABI:
10081 * Makefile.in (solib-frv.o): Add dependencies.
10082 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10083 New functions.
10084 (frv_push_dummy_call): Add support for FDPIC ABI.
10085 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10086 for FDPIC ABI.
10087 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10088 (frv_fdpic_find_canonical_descriptor): Declare.
10089 * solib-frv.c: New file.
10090 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10091 * config/frv/tm-frv.h (solib.h): Include.
10092
ed1bd989
KB
100932004-03-12 Kevin Buettner <kevinb@redhat.com>
10094
10095 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10096 (frv-tdep.o): Update dependencies.
10097 * frv-tdep.h: New file.
10098 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10099 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10100 constants.
10101 (struct gdbarch_tdep): Add new member ``frv_abi''.
10102 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10103 functions.
10104 (new_variant): Set ``frv_abi'' field.
10105 (gdb_arch_init): Detect FDPIC executables.
10106
82b38f72
MK
101072004-03-12 Mark Kettenis <kettenis@gnu.org>
10108
10109 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10110 wrapper.
10111
db1ea9ba
AC
101122004-03-11 Andrew Cagney <cagney@redhat.com>
10113
10114 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10115
f8766ec1
KB
101162004-03-11 Kevin Buettner <kevinb@redhat.com>
10117
10118 * solist.h (master_so_list): New function.
10119 * solib.c (master_so_list): Likewise.
10120 * solib-svr4.c (enable_break): Iterate over so_list entries
10121 obtained from master list instead of entries obtained directly
10122 via svr4_current_sos().
10123
523f6a27
BE
101242004-03-10 Ben Elliston <bje@gnu.org>
10125
10126 * MAINTAINERS: Update my mail address.
10127
37814c18
KI
101282004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10129
10130 * remote-m32r-sdi.c: Support hardware watchpoint.
10131
8b9740d8
DJ
101322004-03-09 Daniel Jacobowitz <drow@mvista.com>
10133
10134 * user-regs.c: Update copyright years.
10135 (struct user_regs): Rename to gdb_user_regs.
10136 (append_user_reg, builtin_user_regs, user_regs_init)
10137 (user_reg_add, user_reg_map_name_to_regnum)
10138 (usernum_to_user_reg): Update.
10139
4bb7a0a7
DJ
101402004-03-09 Daniel Jacobowitz <drow@mvista.com>
10141
10142 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10143 (skip_children): New functions.
10144 (locate_pdi_sibling): Call skip_children.
10145
44e1a9eb
DJ
101462004-03-09 Daniel Jacobowitz <drow@mvista.com>
10147
10148 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10149 * gdbtypes.c (check_typedef): Update comments.
10150
f3dd6933
DJ
101512004-03-09 Daniel Jacobowitz <drow@mvista.com>
10152
10153 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10154 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10155 pointer. Update comment about comp_unit_head.
10156 (struct abbrev_info): Shorten two int flags.
10157 (dwarf_alloc_abbrev): Take a CU argument.
10158 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10159 each time through the loop. Update cleanup argument.
10160 (psymtab_to_symtab_1): Update cleanup call.
10161 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10162 abbrev_obstack.
10163 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10164 Just call obstack_free and clear the pointer.
10165
b40c7d58
DJ
101662004-03-09 Daniel Jacobowitz <drow@mvista.com>
10167
10168 * infrun.c (handle_inferior_event): Remove short-circuit code for
10169 events in a different thread.
10170
333dabeb
DJ
101712004-03-09 Daniel Jacobowitz <drow@mvista.com>
10172
10173 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10174 print the whole transfer.
10175 (initialize_targets): Update description of "set debug target".
10176
aa17d93e
DJ
101772004-03-09 Daniel Jacobowitz <drow@mvista.com>
10178
10179 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10180
0b71f08f
NW
101812004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10182
10183 * MAINTAINERS (write after approval): Add myself.
10184
3930f270
CV
101852004-03-08 Corinna Vinschen <vinschen@redhat.com>
10186
10187 * sh-tdep.c (sh_print_registers_info): Use for loop.
10188 Don't skip multiple registers when a float register is encountered.
10189
a2b4a96c
CV
101902004-03-08 Corinna Vinschen <vinschen@redhat.com>
10191
10192 Fix PR tdep/1291.
10193 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10194 to official SH documentation.
10195
f15a4bc0
AC
101962004-03-07 Andrew Cagney <cagney@redhat.com>
10197
10198 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10199 unused function.
10200
9498281f
DJ
102012004-03-07 Daniel Jacobowitz <drow@mvista.com>
10202
10203 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10204 (arm_get_next_pc): Handle BX and BLX.
10205
449e1137
AC
102062004-03-07 Andrew Cagney <cagney@redhat.com>
10207
eded0a31
AC
10208 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10209 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10210 HPPA_SP_REGNUM.
10211 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10212 (hppa_target_read_fp): Delete.
10213 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10214 register_virtual_size, max_register_raw_size,
10215 max_register_virtual_size, register_byte, register_size,
10216 target_read_fp, fp_regnum, and register_bytes. Set register_type
10217 instead of register_virtual_type.
10218 (hppa32_register_type, hppa64_register_type): Replace
10219 hppa32_register_virtual_type and hppa64_register_virtual_type.
10220 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10221 (HPPA_FP_REGNUM): Define.
10222
f5f907e2
AC
10223 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10224
69b4bbe4
AC
10225 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10226 (pa_do_registers_info): Delete.
10227 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 10228 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 10229 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 10230
78161e48
AC
10231 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10232 GDB_TARGET_IS_HPPA code.
10233 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 10234 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
10235 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10236 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
10237 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10238 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10239 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 10240 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
10241 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10242 (hppa_frameless_function_invocation, hppa64_store_return_value)
10243 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 10244 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 10245 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 10246 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
10247 (find_proc_framesize, deposit_21, restore_pc_queue)
10248 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 10249 (rp_saved, pc_in_linker_stub): Delete.
78161e48 10250
782eae8b
AC
10251 Unconditionally enable 64-bit frame and ABI code.
10252 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10253 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10254 push_dummy_frame, fix_call_dummy, push_arguments,
10255 call_dummy_location, extract_return_value, use_struct_convention,
10256 store_return_value, store_struct_return, saved_pc_after_call,
10257 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10258 frame_chain, frame_chain_valid, frameless_function_invocation,
10259 frame_saved_pc, and pop_frame.
78161e48 10260
449e1137
AC
10261 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10262 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10263 (hppa_gdbarch_init): Do not set PC_REGNUM.
10264
12507572
MK
102652004-03-06 Mark Kettenis <kettenis@gnu.org>
10266
10267 * config/alpha/tm-fbsd.h: Remove file.
10268 * config/alpha/fbsd.mt: Tweak comment.
10269 (TM_FILE): Set to tm-alpha.h.
10270
c107cc1b
AC
102712004-03-05 Andrew Cagney <cagney@redhat.com>
10272
10273 * infrun.c (step_over_function): When non-legacy code, and no
10274 step_frame_id, use the unwinder to get the caller's frame ID.
10275
f2e7c15d
MK
102762004-03-05 Mark Kettenis <kettenis@gnu.org>
10277
8b0c3633
MK
10278 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10279 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10280 bfd_arch_unknown. Adjust comment.
10281
f2e7c15d
MK
10282 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10283 * i386obsd-tdep.c: Correct spelling in comment.
10284 * i386nbsd-tdep.c: Correct spelling in comment.
10285 * sparc-tdep.c: Correct spelling in comments.
10286
1198ecbe
DC
102872004-03-05 David Carlton <carlton@kealia.com>
10288
10289 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10290 bug.
10291
9eb42ed1
MK
102922004-03-05 Mark Kettenis <kettenis@gnu.org>
10293
10294 * sparc-tdep.c: Fix typo in comment.
10295
52b5e991
JB
102962004-03-04 J. Brobecker <brobecker@gnat.com>
10297
10298 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10299
d8151005
DJ
103002004-03-04 Daniel Jacobowitz <drow@mvista.com>
10301
10302 * dwarf2read.c: Add comment describing memory lifetimes.
10303 (struct dwarf2_pinfo): Update comment.
10304 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10305 (read_enumeration, new_symbol): Don't use obsavestring.
10306
cbeae229
MK
103072004-03-04 Mark Kettenis <kettenis@gnu.org>
10308
722d18c2
MK
10309 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10310 instead of amd64_fill_fxsave.
10311 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10312 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10313
cbeae229
MK
10314 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10315 Reorganize code a bit.
10316
b4206d25
OF
103172004-03-04 Orjan Friberg <orjanf@axis.com>
10318
10319 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
10320 when the frame pointer is pushed. Don't set the frame pointer's
10321 address on the stack unless it's actually located there.
b4206d25
OF
10322 Set the SRP's address on the stack correctly when the PC is still in
10323 the prologue.
10324 (cris_return_value): New function.
10325 (cris_gdbarch_init): Clear deprecated store_return_value,
10326 extract_return_value.
10327
49b0b195
JB
103282004-03-02 Jim Blandy <jimb@redhat.com>
10329
10330 * stabsread.c (reg_value_complaint): The maximum register number
10331 is one less than the number of registers.
10332
e9ff708b
AC
103332004-03-02 Andrew Cagney <cagney@redhat.com>
10334
10335 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10336 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10337 trailing comma and redundant assignment of I386_ST0_REGNUM.
10338 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10339 32-bit segment registers.
10340
d4715e41
AC
103412004-03-01 Andrew Cagney <cagney@redhat.com>
10342
10343 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10344 use frame_relative_level and get_next_frame.
10345
3ce2bf18
AC
103462004-02-29 Andrew Cagney <cagney@redhat.com>
10347
10348 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10349 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10350 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10351 Delete macro.
10352
2da6aac3
DJ
103532004-02-29 Daniel Jacobowitz <drow@mvista.com>
10354
10355 * inflow.c (terminal_inferior): Don't give up the terminal if we
10356 previously couldn't get the inferior's terminal state.
10357
6ba34a8d
DJ
103582004-02-29 Daniel Jacobowitz <drow@mvista.com>
10359
10360 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10361 PC_REGNUM.
10362
faae5abe
AC
103632004-02-28 Andrew Cagney <cagney@redhat.com>
10364
10365 * NEWS: Refer to GDB 6.1.
10366 * README: Refer to GDB 6.1.
10367 * PROBLEMS: Refer to GDB 6.1.
10368
2227a3c5
DJ
103692004-02-28 Daniel Jacobowitz <drow@mvista.com>
10370
10371 * thread-db.c (disable_thread_signals): Remove unused function.
10372
80571bff
MK
103732004-02-28 Mark Kettenis <kettenis@gnu.org>
10374
041bd74b
MK
10375 * amd64-nat.c: Include "gdb_string.h".
10376 (amd64_collect_native_gregset): Zero-extend the 32-bit
10377 general-purpose registers and %eip.
10378
3c017e40
MK
10379 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10380 * amd64-tdep.c (amd64_collect_fxsave): New function.
10381 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10382
80571bff
MK
10383 * i387-tdep.h: Update copyright year.
10384 (i387_collect_fxsave): New prototype.
10385 * i387-tdep.c: Update copyright year.
10386 (i387_collect_fxsave): New function containing most of the code
10387 from i387_fill_fxsave.
10388 (i387_fill_fxsave): Call i387_collect_fxsave.
10389
50d71875
AC
103902004-02-28 Andrew Cagney <cagney@redhat.com>
10391
10392 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10393 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10394
4a28816e
MK
103952004-02-28 Mark Kettenis <kettenis@gnu.org>
10396
10397 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10398
dbda9972
AC
103992004-02-28 Andrew Cagney <cagney@redhat.com>
10400
10401 * utils.c: Use "", instead of <>, to include readline.
10402 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10403 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10404 * source.c, solib.c, exec.c, event-top.c: Ditto.
10405 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10406 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10407 * Makefile.in: Update all dependencies.
10408 (readline_tilde_h, readline_history_h): Define.
10409 (readline_headers): Delete.
10410
83277a99
MK
104112004-02-28 Mark Kettenis <kettenis@gnu.org>
10412
91ae4303
MK
10413 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10414 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10415 "config/i386/tm-lx64.h".
10416
83277a99
MK
10417 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10418 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10419 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10420
6e1d7d6c
AC
104212004-02-28 Andrew Cagney <cagney@redhat.com>
10422
ecc9ac84
AC
10423 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10424
6e1d7d6c
AC
10425 * breakpoint.c (_initialize_breakpoint): Use
10426 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10427 Add help to show command.
10428
9671aeef
MK
104292004-02-28 Mark Kettenis <kettenis@gnu.org>
10430
7fa2737c
MK
10431 * i386-nat.c: Reformat to be closer to coding standards.
10432 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10433 `retval'. Make variables `align' and `size' local to while-loop.
10434 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10435 (_initialize_i386_nat): New prototype.
10436
9671aeef
MK
10437 * tui/tui.c: Include <readline/readline.h> instead of
10438 "readline/readline.h". Include it after <term.h> and
10439 "gdb_curses.h".
10440
fca7aa43
AC
104412004-02-27 Andrew Cagney <cagney@redhat.com>
10442
412275d5
AC
10443 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10444 the new frame unwind code.
10445 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10446 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10447 PCOQ_HEAD_REGNUM.
10448
fca7aa43
AC
10449 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10450 "return_value" and "push_dummy_call".
10451 (hppa32_use_struct_convention): Delete unused function.
10452 (hppa32_store_return_value): Delete unused function.
10453 (hppa32_extract_return_value): Delete unused function.
10454 (hppa32_stack_align): Delete function.
10455
e6a8a7d2
EZ
104562004-02-27 Eli Zaretskii <eliz@elta.co.il>
10457
10458 * coffread.c (enter_linenos): Don't let rawptr reference memory
10459 outside linetab[]'s limits.
10460
1797a8f6
AC
104612004-02-27 Andrew Cagney <cagney@redhat.com>
10462
10463 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10464 inferior stack space - the stack needs to grow upwards.
10465 (hppa32_frame_align): New function.
10466 (hppa64_frame_align): Replace hppa_frame_align.
10467 (hppa_gdbarch_init): Update.
10468
2e4b5889
OF
104692004-02-26 Orjan Friberg <orjanf@axis.com>
10470
10471 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10472 (dwarf2-frame.h): Include.
10473 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10474 Remove static variables related to ABI setting.
10475 (struct gdbarch_tdep): Remove cris_abi member.
10476 (struct frame_extra_info): Remove.
10477 (cris_unwind_cache, stack_item): New structs.
10478 (cris_frame_unwind, cris_frame_base): New variables.
10479 (push_stack_item, pop_stack_item)
10480 (cris_frame_unwind_cache, cris_frame_this_id)
10481 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10482 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10483 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10484 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10485 (cris_reg_struct_has_addr): New functions.
10486 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 10487 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
10488 (cris_store_struct_return, cris_frameless_function_invocation)
10489 (cris_pop_frame, cris_skip_prologue_main)
10490 (cris_abi_original_store_return_value)
10491 (cris_abi_v2_store_return_value)
10492 (cris_abi_original_extract_return_value)
10493 (cris_abi_v2_extract_return_value)
10494 (cris_abi_original_reg_struct_has_addr)
10495 (cris_abi_v2_reg_struct_has_addr)
10496 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10497 (cris_push_return_address, cris_abi_update): Remove.
10498 (_initialize_cris_tdep): Remove ABI command.
10499 (cris_dump_tdep): Ditto.
8718a420 10500 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
10501 Set store_return_value, extract_return_value, push_dummy_code,
10502 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10503 frame_unwind_append_sniffer, frame_base_set_default.
10504 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10505 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10506 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 10507 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
10508 init_extra_frame_info, frameless_function_invocation, frame_chain,
10509 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10510 dummy_write_sp.
8718a420 10511
6b9acc27
JJ
105122004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10513
10514 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10515 * valprint.c (print_hex_chars): Change from static to external.
10516 (print_char_chars): New function.
10517 * printcmd.c (print_scalar_formatted): For integer and enum types
10518 that are longer than LONGEST, perform processing via appropriate
10519 print_*_chars routines.
10520
a431654a
AC
105212004-02-26 Andrew Cagney <cagney@redhat.com>
10522
10523 * Makefile.in: Update dependencies.
10524 Changes from Ulrich Weigand,
10525 * s390-tdep.c: Include "dwarf2-frame.h".
10526 (s390_dwarf2_frame_init_reg): New function.
10527 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10528 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10529
fa8d40ab
JJ
105302004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10531
10532 * breakpoint.c (pending_break_support): New setting variable.
10533 (break_command_1): Account for pending_break_support setting
10534 when creating pending breakpoints.
10535 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10536 (_initialize_breakpoint): Add "set breakpoint pending" and
10537 "show breakpoint pending" commands.
10538
0dcd613f
AC
105392004-02-26 Andrew Cagney <cagney@redhat.com>
10540
10541 Fix PR i18n/1570.
10542 * charset.c (backslashable, backslashed, represented): Remove 'e'
10543 from list of escaped characters, not part of ISO-C.
10544
479272a3
JB
105452004-02-25 J. Brobecker <brobecker@gnat.com>
10546
10547 From Peter Schauer <schauer@pdf.de>:
10548 * tui/tui.c: Move system header includes after local includes.
10549 Fixes a build failure on solaris systems.
10550
7613d933
JB
105512004-02-25 J. Brobecker <brobecker@gnat.com>
10552
10553 * configure.in: Refine the previous change.
10554 * configure: Regenerate.
10555
9c1488cb
MK
105562004-02-25 Mark Kettenis <kettenis@gnu.org>
10557
10558 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10559 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10560 "amd64-tdep.h" instead of "x86-64-tdep.h".
10561 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10562 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10563 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10564 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10565 and "x86-64-tdep.c".
10566 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10567 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10568 and "x86-64-tdep.c".
10569 * amd64bsd-nat.c: Update copyright year.
10570 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10571 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10572 "x86-64-tdep.h".
10573 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10574 "x86-64-tdep.h".
10575 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10576 "x86-64-tdep.h".
10577 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10578 "x86-64-tdep.h".
10579 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10580 "x86-64-tdep.h".
10581 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10582 "x86-64-tdep.h".
8718a420 10583 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
10584 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10585 * Makefile.in (amd64_linux_tdep_h): Renamed from
10586 x86_64_linux_tdep_h.
10587 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10588 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10589 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10590 (amd64obsd-tdep.o): Update dependencies.
10591 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10592 dependencies.
10593 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10594 dependencies.
10595 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10596 amd64-linux-nat.c amd64-linux-tdep.c.
10597 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10598 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10599 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10600 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10601 amd64-tdep.o and amd64-linux-tdep.o.
10602 (TM_FILE): Set to tm-linux64.h.
10603 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10604 (NAT_FILE): Set to nm-linux64.h.
10605 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10606 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10607 amd64-tdep.o.
10608 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10609 amd64-tdep.o.
10610 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10611 amd64-tdep.o.
10612
4b8dad4a
RM
106132004-02-25 Roland McGrath <roland@redhat.com>
10614
10615 * remote.c (remote_protocol_qPart_auxv): New variable.
10616 (init_all_packet_configs): Initialize it.
10617 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10618 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10619 (show_remote_cmd): Call it.
10620 (_initialize_remote): Initialize commands.
10621 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10622 service TARGET_OBJECT_AUXV requests.
10623
66745969
JB
106242004-02-25 J. Brobecker <brobecker@gnat.com>
10625
10626 * configure.in: Make sure that the wborder function is available.
10627 Otherwise, search for it in the cur_colr library.
10628 * configure: Regenerate.
10629
79508e1e
AC
106302004-02-25 Andrew Cagney <cagney@redhat.com>
10631
10632 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10633
571ee600
MK
106342004-02-25 Mark Kettenis <kettenis@gnu.org>
10635
10636 * config/i386/tm-x86-64linux.h: Tweak comments.
10637
2b1b322f 106382004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
10639
10640 * MAINTAINERS: Add self to write-after-approval list.
10641
4d2acc65
AC
106422004-02-25 Andrew Cagney <cagney@redhat.com>
10643
4b8dad4a 10644 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
10645 * cli/cli-script.c (execute_control_command): Unconditionally
10646 install a cleanup. Default "ret" to "invalid_control". Use
10647 "break" instead of "return" to escape from the switch.
10648
4cfcaf21
JB
106492004-02-24 J. Brobecker <brobecker@gnat.com>
10650
10651 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10652 with the lines macro defined in term.h on AiX.
10653 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10654 a collision with the label_width macro defined in term.h on AiX.
10655
54a5c8d8
KB
106562004-02-23 David Mosberger <davidm@hpl.hp.com>
10657
10658 Committed by Kevin Buettner <kevinb@redhat.com>.
10659
10660 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10661 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10662 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10663 instead of ia64_write_pc().
10664 * ia64-linux-tdep.c (regcache.h): Include.
10665 (ia64_linux_write_pc): New function.
4b8dad4a 10666
8a1dac83
RM
106672004-02-23 Roland McGrath <roland@redhat.com>
10668
10669 * auxv.c (info_auxv_command): Fix typos in error messages.
10670
90f90721
MK
106712004-02-23 Mark Kettenis <kettenis@gnu.org>
10672
8a1dac83 10673 * x86-64-tdep.h: Tweak comment.
90f90721
MK
10674 (enum amd64_regnum): New.
10675 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10676 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10677 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10678 (X86_64_XMM1_REGNUM): Removed.
10679 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10680 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10681 prototypes for renamed functions.
10682 * x86-64-tdep.c: Fix typo.
10683 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10684 register numbers.
10685 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10686 Use constants from `enum amd64_regnum' for register numbers.
10687 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10688 (amd64_analyze_prologue, amd64_frame_cache,
10689 amd64_sigtramp_frame_cache): Use constants from `enum
10690 amd64_regnum' for register numbers.
10691 (amd64_supply_fpregset): Adjust for renamed functions.
10692 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10693 `enum amd64_regnum' for register numbers.
10694 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10695 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10696 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10697 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10698 (amd64_linux_fill_gregset): Adjust for renamed macros.
10699 (fetch_core_registers): Adjust for renamed functions.
10700 (amd64_linux_init_abi): Adjust for renamed functions.
10701 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10702 renamed functions.
10703 * amd64-nat.c: Adjust for renamed macros.
10704 * amd64bsd-nat.c (fetch_inferior_registers)
10705 (store_inferior_registers): Use constants from `enum amd64_regnum'
10706 for register numbers. Adjust for renamed variables.
10707 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10708 renamed variables.
10709 (_initialize_amd64fbsd_nat): Use constants from `enum
10710 amd64_regnum' for register numbers.
10711 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10712 `enum amd64_regnum' for register numbers.
10713 (amd64fbsd_init_abi): Adjust for renamed functions.
10714 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10715 `enum amd64_regnum' for register numbers.
10716 (amd64nbsd_init_abi): Adjust for renamed functions.
10717 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10718 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10719 `enum amd64_regnum' for register numbers.
10720 (amd64obsd_init_abi): Adjust for renamed functions.
10721 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10722
d5479188
JJ
107232004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10724
10725 * breakpoint.c (print_one_breakpoint): Do not output spaces
10726 after printing <PENDING> for a pending breakpoint.
10727
81cb7cc9
JJ
107282004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10729
10730 * printcmd.c (print_scalar_formatted): Initialize val_long
10731 to remove compiler warning message.
10732
cbdeadca
JJ
107332004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10734
10735 * defs.h (nquery, yquery): New prototypes.
10736 * breakpoint.c (break_command_1): Use new nquery interface.
10737 * utils.c (defaulted_query, nquery, yquery): New functions.
10738
da6bab63
AC
107392004-02-23 Andrew Cagney <cagney@redhat.com>
10740
2f690297
AC
10741 * hppa-tdep.c (hppa_frame_align): New function.
10742 (hppa32_push_dummy_call): New function.
10743 (hppa64_push_dummy_call): New function.
10744 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10745 disabled.
8a1dac83 10746
da6bab63
AC
10747 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10748 FIX_CALL_DUMMY when push_dummy_call is available.
10749 (call_function_by_hand, push_dummy_code): Ditto.
10750
abf9b42d
AC
107512004-02-22 Andrew Cagney <cagney@redhat.com>
10752
10753 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10754 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10755 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10756 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10757 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10758 call_dummy_location to ON_STACK.
10759
10fc94a4
MK
107602004-02-22 Mark Kettenis <kettenis@gnu.org>
10761
51433e4b
MK
10762 * x86-64-linux-tdep.c: Tweak comment.
10763 (amd64_linux_supply_gregset): Renamed from
10764 x86_64_linux_supply_gresget.
10765 (amd64_linux_fill_gregset): Renamed from
10766 x86_64_linux_fill_gregset.
10767 (fetch_core_registers): Adjust for renamed functions.
10768 (amd64_core_fns): Renamed from x86_64_core_fns.
10769 (amd64_linux_sigtramp_start): Renamed from
10770 x86_64_linux_sigtramp_start.
10771 (amd64_linux_pc_in_sigtramp): Renamed from
10772 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10773 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10774 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10775 (amd64_linux_sigcontext_addr): Renamed from
10776 x86_64_linux_sigcontext_addr.
10777 (amd64_linux_sc_reg_offset): Renamed from
10778 x86_64_linux_sc_reg_offset.
10779 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10780 Adjust for renamed functions and variables.
10781 (_initialize_amd64_linux_tdep): Renamed from
10782 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10783 variables.
10784 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10785 Adjust for renamed functions.
10786
430eaf2e
MK
10787 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10788 from x86_64_linux_gregset64_reg_offset.
10789 (amd64_linux_gregset32_reg_offset): Rename from
10790 x86_64_linux_gregset64_reg_offset.
10791 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10792 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10793 (amd64_linux_dr_set_control): Renamed from
10794 x86_64_linux_dr_set_control. Adjust for renamed functions.
10795 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10796 Adjust for renamed functions.
10797 (amd64_linux_dr_reset_addr): Renamed from
10798 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10799 (amd64_linux_dr_get_status): Renamed from
10800 x86_64_linux_dr_get_status. Adjust for renamed functions.
10801 (_initialize_amd64_linux_nat): Renamed from
10802 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10803 functions.
10804 * config/i386/nm-x86-64linux.h: Update copyright year.
10805 Adjust for renamed functions.
10806
10fc94a4
MK
10807 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10808 amd64fbsd_sigtramp_start.
10809 (amd64fbsd_sigtramp_end_addr): Renamed from
10810 amd64fbsd_sigtramp_end.
10811 (amd64fbsd_init_abi): Adjust for renamed variables.
10812 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10813 variables.
10814 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10815 amd64fbsd_sigtramp_start.
10816 (amd64fbsd_sigtramp_end_addr): Renamed from
10817 amd64fbsd_sigtramp_end.
10818
343af405
AC
108192004-02-22 Andrew Cagney <cagney@redhat.com>
10820
537987fc
AC
10821 * hppa-tdep.c (hppa32_return_value): New function.
10822 (hppa64_return_value): New function.
10823 (hppa_gdbarch_init): Set return_value; keep disabled.
10824
fad850b2
AC
10825 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10826 struct-return and inferior function call methods.
10827
26d08f08
AC
10828 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10829 "frame-base.h".
10830 (struct hppa_frame_cache): Define.
10831 (hppa_frame_cache, hppa_frame_this_id): New functions.
10832 (hppa_frame_prev_register): New function.
10833 (hppa_frame_unwind, hppa_frame_base): New variables.
10834 (hppa_frame_unwind_sniffer): New function.
10835 (hppa_frame_base_address, hppa_unwind_pc): New function.
10836 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10837 sniffer, and frame base sniffer; keep disabled.
10838 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10839 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10840
e7d7bd65
AC
10841 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10842 to predicates for "seriously old code".
10843
e963316f
AC
10844 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10845 runtime if(0).
10846
56132691
AC
10847 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10848 unsigned.
10849 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 10850
343af405
AC
10851 * config/pa/tm-hppa.h: Update copyright.
10852 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10853 (deprecated_init_frame_pc_default): Delete declaration.
10854 (hppa_frame_init_saved_regs): Delete declaration.
10855 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10856 * hppa-tdep.c: Include "arch-utils.h".
10857 (hppa_gdbarch_init): Set deprecated init_frame_pc
10858 and deprecated frame_init_saved_regs.
10859 (hppa_frame_init_saved_regs): Make static.
10860
f5859b4d
MK
108612004-02-22 Mark Kettenis <kettenis@gnu.org>
10862
86f6f8e7 10863 Remove old 386BSD support.
cf7c5c23 10864 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
10865 * configure.host: Remove i[34567]86-*-bsd*.
10866 * configure.tgt: Remove i[34567]86-*-bsd*.
10867 * i386b-nat.c: Removed.
10868 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
10869 (i386b-nat.o): Remove dependencies.
10870
86f6f8e7
MK
10871 * config/i386/i386bsd.mh: Removed.
10872 * config/i386/i386bsd.mt: Removed.
10873 * config/i386/nm-i386bsd.h: Removed.
10874 * config/i386/tm-i386bsd.h: Removed.
10875 * config/i386/xm-i386bsd.h: Removed.
10876
971218cd
MK
10877 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10878
7e654c37
MK
10879 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10880 (amd64fbsd_init_abi): Set link map offsets.
10881 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10882 (amd64nbsd_init_abi): Set link map offsets.
10883 * amd64obsd-tdep.c: Include "solib-svr4.h".
10884 (amd64obsd_init_abi): Set link map offsets.
10885 * i386fbsd-tdep.c: Include "solib-svr4.h".
10886 (i386fbsd_init_abi): Set link map offsets.
10887 * i386nbsd-tdep.c: Include "solib-svr4.h".
10888 (i386nbsdelf_init_abi): Set link map offsets.
10889 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10890 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10891 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10892 solib-legacy.o and core-aout.o. Reformat.
10893 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10894 solib-svr4.o, solib-legacy.o. Reformat.
10895 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10896 * config/i386/nbsdelf.mh: Reformat.
10897 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10898 solib-svr4.o, solib-legacy.o and corelow.o.
10899 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10900 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10901 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10902 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10903 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10904 (TM_FILE): Set to tm-fbsd.h.
10905 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10906 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10907 solib-svr4.o.
10908 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10909 solib-svr4.o.
10910 (TM_FILE): Set to nm-nbsd.h.
10911 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10912 Simplify shared library support. Don't include "elf/common.h".
10913 (SVR4_SHARED_LIBS): Don't define.
10914 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10915 "solib.h".
10916 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10917 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10918 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10919 Don't include "i386/tm-i386.h". Include "solib.h".
10920 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10921 Don't include "i386/tm-i386.h".
10922 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10923 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10924 Include "i386/xm-i386.h".
10925 (HOST_LONG_DOUBLE_FORMAT): Remove.
10926
5d93ae8c
MK
10927 Fix OpenBSD/i386 sigtramp recognition.
10928 * i386-tdep.h: Update copyright year.
10929 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10930 (i386bsd_sigtramp_end): New prototypes.
10931 (i386fbsd_sigtramp_start_addr): Renamed from
10932 i386fbsd_sigtramp_start.
10933 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10934 (i386obsd_sigtramp_start_addr): Renamed from
10935 i386obsd_sigtramp_start.
10936 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10937 * i386bsd-tdep.c: Update copyright year.
10938 (i386bsd_pc_in_sigtramp): Make public.
10939 * i386fbsd-nat.c: Update copyright year.
10940 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10941 * i386fbsd-tdep.c: Update copyright year.
10942 (i386fbsd_sigtramp_start_addr): Renamed from
10943 i386fbsd_sigtramp_start.
10944 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10945 (i386fbsdaout_init_abi): Adjust for renamed variables.
10946 * i386obsd-nat.c: Update copyright year.
10947 (_initialize_i386obsd_nat): Adjust for renamed variables.
10948 * i386obsd-tdep.c: Include "target.h".
10949 (i386obsd_page_size): New variable.
10950 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10951 (i386obsd_sigtramp_end): New functions.
10952 (i386obsd_sigtramp_start_addr): Renamed from
10953 i386obsd_sigtramp_start.
10954 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10955 (i386obsd_init_abi): Adjust for renamed variables. Set
10956 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10957 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10958
84d04465
MK
10959 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10960 trampoline change in OpenBSD kernel.
10961
b053aceb
MK
10962 * amd64-nat.c: Update copyright year.
10963 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10964 architecture from REGCACHE.
10965
f5859b4d
MK
10966 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10967 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10968
e4bbbda8
MK
109692004-02-21 Mark Kettenis <kettenis@gnu.org>
10970
ba361932
MK
10971 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10972 i[34567]86-*-openbsd3.[0-3].
10973 * config/i386/obsdaout.mh: New file.
10974
d3e48264
MK
10975 * config/i386/obsd.mh (MH_FLAGS): Remove.
10976
60a6eeb6
MK
10977 Fix PR build/1549.
10978 * i386obsd-tdep.c: Update copyright years. Include
10979 "solib-svr4.h".
10980 (i386obsd_init_abi): Don't set regset_from_core_section here.
10981 (i386obsd_aout_init_abi): New function. Set
10982 regset_from_core_section here.
10983 (i386obsd_elf_init_abi): New function.
10984 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10985 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10986 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10987 (TM_FILE): Set to tm-nbsd.h.
10988
10989 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10990 solib-sunos.o.
10991
e4bbbda8
MK
10992 * solib-svr4.h: Update copyright year.
10993 (svr4_ilp32_fetch_link_map_offsets)
10994 (svr4_lp64_fetch_link_map_offsets): New prototype.
10995 * solib-svr4.c: Update copyright year.
10996 (svr4_ilp32_fetch_link_map_offsets)
10997 (svr4_lp64_fetch_link_map_offsets): New function.
10998
f6fe98ef
DJ
109992004-02-20 Daniel Jacobowitz <drow@mvista.com>
11000
11001 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11002 to the partial symbol table.
11003
589ca796
JB
110042004-02-20 J. brobecker <brobecker@gnat.com>
11005
11006 * PROBLEMS: Add description of problem documented under gdb/1560.
11007
2031c21a
MK
110082004-02-20 Mark Kettenis <kettenis@gnu.org>
11009
30b344b1
MK
11010 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11011 comments.
11012 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11013 functions.
11014 (amd64obsd_init_abi): Reorder initializations. Use
11015 amd64obsd_r_reg_offset to initialize the general-purpose register
11016 set details. Set regset_from_core_section.
11017 (_initialize_amd64obsd_tdep): Rename from
11018 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11019 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11020 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11021
2031c21a
MK
11022 * NEWS (New native configurations): Mention OpenBSD/alpha.
11023 * configure.tgt: Add alpha*-*-openbsd*.
11024 * configure.host: Add alpha*-*-openbsd*.
11025 * alphanbsd-tdep.c: Update copyright year.
11026 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11027
42471775
AC
110282004-02-20 Andrew Cagney <cagney@redhat.com>
11029
11030 Fix PR tdep/1372.
11031 * configure.tgt: Delete target "none-*-*".
11032 * configure.host: Delete host "none-*-*".
11033 * config/none/none.mh: Delete file.
11034 * config/none/none.mt: Delete file.
11035 * config/none/xm-none.h: Delete file.
11036 * config/none/tm-none.h: Delete file.
11037 * config/none/nm-none.h: Delete file.
11038
960ccd7d
FF
110392004-02-19 Fred Fish <fnf@redhat.com>
11040
11041 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11042 cache->uses_fp prior to setting it.
11043
5f883edd
FF
110442004-02-19 Fred Fish <fnf@redhat.com>
11045
11046 Fix for PR breakpoint/1558.
11047 * sh-tdep.c (IS_JSR): New macro.
11048 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11049
f98c22d5
JB
110502004-02-19 Jim Blandy <jimb@redhat.com>
11051
11052 * findvar.c (value_from_register): Doc fix.
11053
95051d27
JJ
110542004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11055
11056 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11057 type being greater than sizeof of host's LONGEST. Always use
11058 unpack_long() unless format 'f' chosen.
11059
ccefbec3
EZ
110602004-02-19 Joel Brobecker <brobecker@gnat.com>
11061
11062 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 11063
ccefbec3
EZ
11064 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11065 contains a symbol wich is the best, non-exact match for the given
11066 pc. Update comments.
11067
110682004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 11069
2ede629f
EZ
11070 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11071 macro, which was part of the now removed Mach 3 port.
11072 * utils.c (request_quit): Ditto.
11073
567ee972
MK
110742004-02-18 Mark Kettenis <kettenis@gnu.org>
11075
11076 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11077 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11078
50cca7bb
MK
110792004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11080
11081 Committed by Mark Kettenis <kettenis@gnu.org>.
11082
11083 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11084 Define.
11085
226361c4
AC
110862004-02-18 Andrew Cagney <cagney@redhat.com>
11087
11088 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11089 CONFIG_INSTALL and CONFIG_UNINSTALL.
11090 * configure: Re-generate.
11091 * interps.h (INTERP_TUI): Define.
11092 * Makefile.in: Update dependencies.
11093 (TUI): New macro.
11094 (tui-main.o): Specify dependencies.
11095 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11096 * tui/tui-main.c: New file.
11097
49cfa46f
MK
110982004-02-18 Mark Kettenis <kettenis@gnu.org>
11099
e2879ccb
MK
11100 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11101 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11102 dependencies.
11103 * configure.host: Add x86_64-*-openbsd*.
11104 * configure.tgt: Add x86_64-*-openbsd*.
11105 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11106
c43f4bec
MK
11107 * tui/tui.c: Don't include <malloc.h>.
11108
09ae75b6
MK
11109 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11110 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11111 amd64nbsd-tdep.c.
11112
49cfa46f 11113 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 11114 static. Remove extraneous whitespace.
49cfa46f
MK
11115 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11116 static.
11117
05957fdb
JB
111182004-02-17 Jim Blandy <jimb@redhat.com>
11119
11120 * findvar.c (value_from_register): Doc fix.
11121
d0f54f9d
JB
111222004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11123
11124 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 11125
8a1dac83 11126 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
11127 CORE_ADDR as type for selectors. Correct types for GNU run time
11128 message lookup function to use double indirection.
11129 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11130 * objc-lang.h (lookup_child_selector): Adapt prototype.
11131
9cbd5950
JB
11132 * s390-nat.c (SUBOFF): New macro.
11133 (supply_gregset, fill_gregset): Use it to handle debugging
11134 of 32-bit exectuables running under a 64-bit kernel.
11135 * s390-tdep.c: Include "solib-svr4.h".
11136 (s390_svr4_fetch_link_map_offset): New function.
11137 (s390x_svr_fetch_link_map_offset): Likewise.
11138 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11139 * Makefile.in (s390-tdep.o): Update dependencies.
11140
a8c99f38
JB
11141 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11142 "frame-unwind.h".
11143 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11144 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11145 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11146 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11147 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11148 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 11149 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
11150 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11151 (struct frame_extra_info): Remove.
11152 (s390_memset_extra_info): Remove.
f73b1eff
JB
11153 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11154 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11155 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
11156 (is_rse): Renamed to ...
11157 (is_rsy): ... this. Support long displacements.
11158 (is_rxe): Renamed to ...
11159 (is_rxy): ... this. Support long displacements.
11160 (compute_x_addr): Support long displacements.
11161 (struct s390_prologue_data): New data type.
11162 (s390_on_stack): Change API to use struct s390_prologue_data.
11163 (s390_store): Reimplement.
11164 (s390_load): New function.
11165 (s390_get_signal_frame_info): Remove.
11166 (s390_get_frame_info): Remove, replace by ...
11167 (s390_analyze_prolog): ... this new function.
11168 (s390_check_function_end): Remove.
11169 (s390_function_start): Remove.
11170 (s390_frameless_function_invokation): Remove.
11171 (s390_is_sigreturn): Remove.
11172 (s390_init_frame_pc_first): Remove.
11173 (s390_init_frame_extra_info): Remove.
11174 (s390_frame_init_saved_regs): Remove.
11175 (s390_frame_saved_pc_nofix): Remove.
11176 (s390_frame_saved_pc): Remove.
11177 (s390_frame_chain): Remove.
11178 (s390_fp_regnum, s390_read_fp): Remove.
11179 (s390_pop_frame_regular, s390_pop_frame): Remove.
11180 (s390_saved_pc_after_call): Remove.
11181 (s390_skip_prologue): Reimplement.
11182 (s390_in_function_epilogue_p): Support long displacements.
11183 (struct s390_unwind_cache): New data structure.
11184 (s390_frame_unwind_cache): New function.
11185 (s390_prologue_frame_unwind_cache): Likewise.
11186 (s390_backchain_frame_unwind_cache): Likewise.
11187 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11188 (s390_frame_unwind): Define.
11189 (s390_frame_sniffer): New function.
11190 (struct s390_pltstub_unwind_cache): New data structure.
11191 (s390_pltstub_frame_unwind_cache): New function.
11192 (s390_pltstub_frame_this_id): Likewise.
11193 (s390_pltstub_frame_prev_register): Likewise.
11194 (s390_pltstub_frame_unwind): Define.
11195 (s390_pltstub_frame_sniffer): New function.
11196 (struct s390_sigtramp_unwind_cache): New data structure.
11197 (s390_sigtramp_frame_unwind_cache): New function.
11198 (s390_sigtramp_frame_this_id): Likewise.
11199 (s390_sigtramp_frame_prev_register): Likewise.
11200 (s390_sigtramp_frame_unwind): Define.
11201 (s390_sigtramp_frame_sniffer): New function.
11202 (s390_frame_base_address, s390_local_base_address): New functions.
11203 (s390_frame_base): Define.
11204 (s390_unwind_pc, s390_unwind_sp): New function.
11205 (s390_push_dummy_call): Use new frame base location.
11206 (s390_unwind_dummy_id): Likewise.
11207 (s390_gdbarch_init): Remove calls to:
11208 set_gdbarch_frameless_function_invocation,
11209 set_gdbarch_deprecated_init_frame_pc,
11210 set_gdbarch_deprecated_frame_chain,
11211 set_gdbarch_deprecated_frame_init_saved_regs,
11212 set_gdbarch_deprecated_pop_frame,
11213 set_gdbarch_deprecated_init_extra_frame_info,
11214 set_gdbarch_deprecated_init_frame_pc_first,
11215 set_gdbarch_deprecated_target_read_fp,
11216 set_gdbarch_deprecated_frame_saved_pc,
11217 set_gdbarch_deprecated_saved_pc_after_call,
11218 set_gdbarch_deprecated_fp_regnum.
11219 Add calls to:
11220 set_gdbarch_in_solib_call_trampoline,
11221 frame_unwind_append_sniffer,
11222 frame_base_set_default,
11223 set_gdbarch_unwind_pc,
11224 set_gdbarch_unwind_sp.
11225 * Makefile.in (s390-tdep.o): Update dependencies.
11226
b0cf273e
JB
11227 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11228 (S390_STACK_FRAME_OVERHEAD): Remove.
11229 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11230 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11231 (s390_promote_integer_argument): Remove.
11232 (s390_cannot_extract_struct_value_address): Remove.
11233 (s390_use_struct_convention, s390_store_struct_return): Remove.
11234 (s390_extract_return_value, s390_store_return_value): Remove.
11235 (s390_return_value_convention, s390_return_value): New functions.
11236 (is_float_singleton): Handle typedefs.
8a1dac83 11237 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
11238 Remove, replace by ...
11239 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11240 s390_function_arg_integer): ... these new functions.
11241 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11242 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11243 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11244 Fill in tdep->abi.
11245 Remove calls to:
11246 set_gdbarch_deprecated_store_struct_return,
11247 set_gdbarch_deprecated_extract_return_value,
11248 set_gdbarch_deprecated_store_return_value,
11249 set_gdbarch_use_struct_convention,
11250 set_gdbarch_extract_struct_value_address,
11251 set_gdbarch_deprecated_pc_in_call_dummy,
11252 set_gdbarch_deprecated_push_arguments,
11253 set_gdbarch_deprecated_save_dummy_frame_tos,
11254 set_gdbarch_deprecated_push_return_address,
11255 set_gdbarch_deprecated_sizeof_call_dummy_words,
11256 set_gdbarch_deprecated_call_dummy_words,
11257 set_gdbarch_deprecated_dummy_write_sp.
11258 Add calls to:
11259 set_gdbarch_push_dummy_call,
11260 set_gdbarch_unwind_dummy_id,
11261 set_gdbarch_return_value.
8a1dac83 11262
e1457d83
JB
11263 * config/s390/nm-linux.h: Update comments.
11264 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11265 (STOPPED_BY_WATCHPOINT): Redefine.
11266 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11267 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11268 (s390_stopped_by_watchpoint): Likewise.
11269 (watch_area_cnt): Remove.
11270 * s390-nat.c: Update comments.
11271 (watch_area): Remove typedef.
11272 Global replace watch_area by struct watch_area.
11273 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 11274 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
11275 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11276 (s390_fix_watch_points): Remove pid argument,
11277 use s390_inferior_tid. Recompute area spanned by watchpoints.
11278 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11279 argument. Reimplement.
11280
d0f54f9d
JB
11281 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11282 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11283 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 11284 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
11285 core-regset.o.
11286 * config/s390/s390x.mt: Remove.
11287 * config/s390/tm-s390.h: Remove.
11288 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11289 (TARGET_ELF64): Remove.
11290 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11291 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11292 s390*-*-* case; always set gdb_target to s390.
11293 * regformats/reg-s390.dat: Remove control registers.
11294 * regformats/reg-s390x.dat: Likewise.
11295 * s390-tdep.h: New file.
8a1dac83 11296 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
11297 Include "inferior.h" and "s390-tdep.h".
11298 Remove private definition of offsetof.
11299 (s390_register_u_addr): Remove.
11300 (regmap_gregset, regmap_fpregset): Define.
11301 (supply_gregset, fill_gregset): Reimplement.
11302 (supply_fpregset, fill_fpregset): Likewise.
11303 (s390_inferior_tid): New function.
11304 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11305 (fetch_inferior_registers, store_inferior_registers): Likewise.
11306 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11307 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11308 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11309 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11310 (struct gdbarch_tdep): Define.
11311 (struct s390_register_info): Define.
11312 (s390_register_info): New variable.
11313 (s390_register_name): Reimplement.
11314 (s390_register_type): New function.
11315 (s390_register_raw_size, s390x_register_raw_size): Remove.
11316 (s390_cannot_fetch_register): Remove.
11317 (s390_register_byte): Remove.
11318 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11319 (s390_dwarf_regmap): New variable.
11320 (s390_dwarf_reg_to_regnum): New function.
11321 (s390_stab_reg_to_regnum): Remove.
11322 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11323 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11324 (s390_convert_register_p): Likewise.
11325 (s390_register_to_value, s390_value_to_register): Likewise.
11326 (s390_register_reggroup_p): Likewise.
11327 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11328 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11329 (s390_supply_regset, s390_regset_from_core_section): New functions.
11330 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11331 (S390_FPR_SIZE): Likewise.
11332 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11333 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11334 (S390_NUM_GPRS): Move here from tm-s390.h.
11335 (S390_NUM_FPRS): Likewise.
11336 (s390_in_function_epilogue_p): New function.
11337 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11338 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11339 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11340 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11341 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11342 Remove calls to:
11343 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
11344 set_gdbarch_deprecated_max_register_virtual_size,
11345 set_gdbarch_deprecated_register_byte,
d0f54f9d 11346 set_gdbarch_cannot_fetch_register,
8a1dac83 11347 set_gdbarch_cannot_store_register,
d0f54f9d
JB
11348 set_gdbarch_deprecated_register_size,
11349 set_gdbarch_deprecated_register_raw_size,
11350 set_gdbarch_deprecated_register_virtual_size,
11351 set_gdbarch_deprecated_register_virtual_type,
11352 set_gdbarch_deprecated_register_bytes.
11353 Add calls to:
11354 set_gdbarch_num_pseudo_regs,
11355 set_gdbarch_register_type,
11356 set_gdbarch_convert_register_p,
11357 set_gdbarch_register_to_value,
11358 set_gdbarch_value_to_register,
11359 set_gdbarch_register_reggroup_p,
11360 set_gdbarch_regset_from_core_section,
11361 set_gdbarch_pseudo_register_read,
11362 set_gdbarch_pseudo_register_write,
11363 set_gdbarch_in_function_epilogue_p.
11364 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11365 (s390_tdep_h): New variable.
11366
8cfe231d
JB
113672004-02-17 Jim Blandy <jimb@redhat.com>
11368
4589a601
JB
11369 * findvar.c (value_from_register): If the type has no length, just
11370 return an acceptable value --- don't report an internal error.
11371
8cfe231d
JB
11372 * stabsread.c (read_type): If we find any type numbers that are
11373 forward references, complain if the references aren't resolved by
11374 the time we're finished reading.
11375 (cleanup_undefined_types): Make error message more appropriate for
11376 a complaint.
11377
5bf0017e
EZ
113782004-02-17 Elena Zannoni <ezannoni@redhat.com>
11379
9d62932d
EZ
11380 * Makefile.in (defs_h): Remove dependency on progress_h.
11381 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11382 progress.h.
11383 * main.c (captured_main): Delete use of START_PROGRESS and
11384 END_PROGRESS.
11385
113862004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 11387
5bf0017e
EZ
11388 * objfiles.c (terminate_minimal_symbol_table): Add back
11389 initialization of MSYMBOL_TYPE.
11390
9fc9f5e2
AC
113912004-02-17 David Mosberger <davidm@hpl.hp.com>
11392
11393 Committed by Andrew Cagney.
11394 * Makefile.in (ia64_tdep_h): New macro.
11395 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11396 (ia64-tdep.o): Likewise.
11397 * ia64-tdep.h: New file.
11398 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11399 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11400 (ia64_aix_sigcontext_register_address): Likewise.
11401 (ia64_linux_getunwind_table): Delete declaration.
11402 * ia64-linux-tdep.c: Likewise.
11403
76cd2bd9
CV
114042004-02-17 Corinna Vinschen <vinschen@redhat.com>
11405
11406 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11407 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11408 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11409
634aa483
AC
114102004-02-17 Andrew Cagney <cagney@redhat.com>
11411
11412 * symtab.c (skip_prologue_using_sal): New function.
11413 * symtab.h (skip_prologue_using_sal): Declare.
11414 * frv-tdep.c: Include "symtab.h".
11415 (skip_prologue_using_sal): Delete function.
11416 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11417 * rs6000-tdep.c (refine_prologue_limit): Mention
11418 skip_prologue_using_sal.
11419 * ia64-tdep.c (refine_prologue_limit): Ditto.
11420 * Makefile.in: Update dependencies.
11421
114222004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 11423
39ce7b3f
AC
11424 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11425 START_INFERIOR_TRAPS_EXPECTED.
11426 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11427 START_INFERIOR_TRAPS_EXPECTED.
11428 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11429 Delete macro.
11430 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11431 macro, moved to "nm-osf.h". Update copyright.
11432 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11433 update copyright.
11434
19772a2c
AC
11435 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11436 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11437 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11438 frameless_look_for_prologue.
11439 * frame.h (legacy_frameless_look_for_prologue): Rename
11440 frameless_look_for_prologue.
11441 * gdbarch.h, gdbarch.c: Re-generate.
11442 * sh64-tdep.c (sh64_gdbarch_init): Update.
11443 * sh-tdep.c (sh_gdbarch_init): Update.
11444 * s390-tdep.c (s390_gdbarch_init): Update.
11445 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11446 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11447 * m68k-tdep.c (m68k_gdbarch_init): Update.
11448 (delta68_frame_args_address): Update.
11449 * m32r-tdep.c (m32r_gdbarch_init): Update.
11450 * hppa-tdep.c (hppa_gdbarch_init): Update.
11451 * h8300-tdep.c (h8300_gdbarch_init): Update.
11452 * frv-tdep.c (frv_gdbarch_init): Update.
11453 (frv_frameless_function_invocation): Update.
11454 * cris-tdep.c (cris_gdbarch_init): Update.
11455 (cris_frameless_function_invocation): Update.
11456 * avr-tdep.c (avr_gdbarch_init): Update.
11457 * arm-tdep.c (arm_gdbarch_init): Update.
11458 * stack.c (frame_info): Update, call predicate.
11459 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11460 * frame.c (legacy_get_prev_frame): Update, call predicate..
11461 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11462 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11463 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11464 invocation.
11465 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11466 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11467 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
11468
11469 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11470 function.
11471
7dcaac91
DJ
114722004-02-16 Daniel Jacobowitz <drow@mvista.com>
11473
11474 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11475 initializations.
11476
88289b6e
AC
114772004-02-16 Andrew Cagney <cagney@redhat.com>
11478
11479 * tui/tui-windata.c: Include "gdb_string.h".
11480 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11481 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11482 * Makefile.in: Update dependencies.
11483
9f976b41
DJ
114842004-02-16 Daniel Jacobowitz <drow@mvista.com>
11485
11486 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11487 * infrun.c: Include "gdb_assert.h".
11488 (singlestep_ptid, saved_singlestep_ptid)
11489 (stepping_past_singlestep_breakpoint): New variables.
11490 (resume): Set singlestep_ptid. Check for singlestep thread
11491 hop.
11492 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11493 (handle_inferior_event): Handle singlestep thread hop.
11494
c324d747
AC
114952004-02-16 Andrew Cagney <cagney@redhat.com>
11496
f090b9b1
AC
11497 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11498 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11499 (dwarf2_frame_init_reg): Ditto.
11500
fd33e6cb
AC
11501 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11502 suggested by Joshua Neuheisel
11503
c324d747
AC
11504 * configure.in: Always check for curses, including pdcurses.
11505 Warn, instead of error, when no curses are found. Enable TUI when
11506 curses is available.
11507 * configure: Re-generate.
11508
b66ba949
CV
115092004-02-16 Corinna Vinschen <vinschen@redhat.com>
11510
11511 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11512 sh_sh4_register_convert_to_virtual.
11513 (sh_register_convert_to_raw): Rename from
11514 sh_sh4_register_convert_to_raw.
11515 (sh_pseudo_register_read): Accomodate above name change.
11516 (sh_pseudo_register_write): Ditto.
11517
b58cbbf2
CV
115182004-02-16 Corinna Vinschen <vinschen@redhat.com>
11519
11520 * sh-tdep.c (sh_generic_register_name): Remove.
11521 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11522
5929a910
AC
115232004-02-15 Andrew Cagney <cagney@redhat.com>
11524
4566dfcf
AC
11525 * configure.in (build_warnings): Add -Wunused-function.
11526 * configure: Re-generate.
11527
db11ed55
AC
11528 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11529 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11530
46ac7a5d
AC
11531 * procfs.c (procfs_init_inferior): Assume that
11532 START_INFERIOR_TRAPS_EXPECTED is defined.
11533 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11534 * config/ns32k/tm-nbsd.h: Delete file,
11535 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11536
ba801595
AC
11537 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11538 * config/vax/tm-vax.h: Delete file.
11539
5929a910
AC
11540 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11541 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11542 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11543 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11544 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11545 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11546 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11547
8f22cb90
MK
115482004-02-15 Mark Kettenis <kettenis@gnu.org>
11549
11550 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11551 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11552 (struct dwarf2_frame_ops): New.
11553 (dwarf2_frame_default_init_reg): New function, based on
11554 dwarf2_frame_init_reg.
11555 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11556 (dwarf2_frame_init_reg): Call architecture-specific function.
11557 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11558 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11559 instead of dwarf2_frame_data.
11560 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11561 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11562
8132723e
AC
115632004-02-15 Andrew Cagney <cagney@redhat.com>
11564
046a4708
AC
11565 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11566 register_gdbarch_swap.
11567 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11568 * f-lang.c (_initialize_f_language): Update, use
11569 DEPRECATED_REGISTER_GDBARCH_SWAP.
11570 * remote.c (_initialize_remote): Ditto.
11571 * regcache.c (_initialize_regcache): Ditto.
11572 * parse.c (_initialize_parse): Ditto.
11573 * infrun.c (_initialize_infrun): Ditto.
11574 * mi/mi-main.c (_initialize_mi_main): Ditto.
11575 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 11576
549c1eea
AC
11577 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11578 poking .cacheable directly.
11579 * symfile.c (symfile_bfd_open): Ditto.
11580
0c0b39de
AC
11581 * Makefile.in: Update all dependencies.
11582
8132723e
AC
11583 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11584 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11585 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11586 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11587 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 11588
b9d26eb9
AC
115892004-02-14 Andrew Cagney <cagney@redhat.com>
11590
8e1f669a
AC
11591 * arch-utils.c (legacy_convert_register_p): Check
11592 DEPRECATED_REGISTER_CONVERTIBLE_P.
11593 * findvar.c (value_of_register): Ditto.
11594
cd0bfa36
AC
11595 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11596 * gdbarch.h, gdbarch.c: Re-generate.
11597 * arch-utils.c (deprecated_register_convertible_not): Delete.
11598 * arch-utils.h (deprecated_register_convertible_not): Delete.
11599 * mi/mi-main.c (get_register): Update. Update copyright.
11600 * infcmd.c (default_print_registers_info): Update.
11601
b9d26eb9
AC
11602 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11603 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11604 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 11605 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
11606 * frame.c (deprecated_get_next_frame_hack): Delete function.
11607 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11608 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11609 Update.
11610 * infcall.c (call_function_by_hand): Update.
11611
9ab9195f
EZ
116122004-02-14 Elena Zannoni <ezannoni@redhat.com>
11613
11614 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 11615 from here...
9ab9195f
EZ
11616 * objfiles.c (init_entry_point_info, entry_point_address):..to
11617 here.
11618 * symfile.h (init_entry_point_info, entry_point_address): Remove
11619 prototypes.
11620 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 11621 prototypes.
9ab9195f
EZ
11622 * cris-tdep.c: Remove include of symfile.h. Add include of
11623 objfiles.h.
11624 * infcall.c: Ditto.
11625 * mcore-tdep.c: Ditto.
11626 * mn10300-tdep.c: Ditto.
11627 * sh64-tdep.c: Ditto.
11628 * v850-tdep.c: Ditto.
11629 * arm-tdep.c: Remove include of symfile.h.
11630 * blockframe.c: Ditto.
11631 * coffread.c: Ditto.
11632 * dbxread.c: Ditto.
11633 * dwarf2read.c: Ditto.
11634 * dwarfread.c: Ditto.
8a1dac83 11635 * frv-tdep.c: Ditto.
9ab9195f
EZ
11636 * ia64-tdep.c: Ditto.
11637 * mdebugread.c: Ditto.
11638 * mipsread.c: Ditto.
8a1dac83 11639 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
11640 * s390-tdep.c: Ditto.
11641 * sh-tdep.c: Ditto.
8a1dac83 11642 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
11643 * gdbarch.sh: Remove include of symfile.h.
11644 * gdbarch.c: Regenerate.
11645 * solib-irix.c (enable_break): Use entry_point_address().
11646 Add comment about include file.
11647 * xcoffread.c: Add comment about include file.
8a1dac83
RM
11648 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11649 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11650 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11651 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
11652 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11653
c4c5b7ba
AC
116542004-02-13 Andrew Cagney <cagney@redhat.com>
11655
11656 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11657 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11658 copyright.
11659 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11660
3e7879de
FF
116612004-02-12 Fred Fish <fnf@redhat.com>
11662
11663 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11664 set_gdbarch_store_return_value.
11665
6a7760b6
AC
116662004-02-12 Andrew Cagney <cagney@redhat.com>
11667
11668 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11669 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11670 (interrupt_query): Ditto.
11671 (ofunc): Delete unused variable.
11672 * cris-tdep.c (cris_abi): Delete unused function.
11673 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11674 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11675 (cris_get_asr_quick_shift_steps): Ditto.
11676 (cris_skip_prologue_frameless_p): Ditto.
11677 * arm-tdep.c (arm_push_return_address): Delete unused function.
11678 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11679 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11680 * s390-tdep.c (s390_function_start): Delete unused function.
11681
31687c3c
AC
116822004-02-12 Andrew Cagney <cagney@redhat.com>
11683
11684 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11685 gdbarch.h, gdbarch.c: Re-generate.
11686 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11687 to generic_prologue_frameless_p.
11688 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11689 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11690
6de918a6
DJ
116912004-02-11 Daniel Jacobowitz <drow@mvista.com>
11692
11693 * mips-linux-tdep.c: Include "frame.h".
11694 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11695 (mips_linux_skip_resolver): New functions.
11696 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11697 and set_gdbarch_in_solib_call_trampoline.
11698 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11699 to after set_gdbarch_in_solib_return_trampoline. Only set the
11700 solib hooks to mips16 functions if the OS ABI is unknown.
11701 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11702 including "config/tm-linux.h".
11703 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11704 * Makefile.in (mips-linux-tdep.o): Update.
11705
87b3ede8
DC
117062004-02-11 David Carlton <carlton@kealia.com>
11707
11708 * linespec.c (decode_compound): Only look for a class symbol when
11709 considering all but the rightmost component.
11710
5979bc46
AC
117112004-02-11 Andrew Cagney <cagney@redhat.com>
11712
11713 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11714 abi code are are separatly grouped.
11715
5867a2fb
AC
117162004-02-11 Andrew Cagney <cagney@redhat.com>
11717
11718 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11719 * gdbarch.h, gdbarch.c: Re-generate.
11720 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11721 * v850-tdep.c (v850_gdbarch_init): Update.
11722 * sh64-tdep.c (sh64_gdbarch_init): Update.
11723 * sh-tdep.c (sh_gdbarch_init): Update.
11724 * s390-tdep.c (s390_gdbarch_init): Update.
11725 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11726 * mips-tdep.c (mips_gdbarch_init): Update.
11727 * mcore-tdep.c (mcore_gdbarch_init): Update.
11728 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11729 * m32r-tdep.c (m32r_gdbarch_init): Update.
11730 * ia64-tdep.c (ia64_gdbarch_init): Update.
11731 * hppa-tdep.c (hppa_gdbarch_init): Update.
11732 * h8300-tdep.c (h8300_gdbarch_init): Update.
11733 * frv-tdep.c (frv_gdbarch_init): Update.
11734 * d10v-tdep.c (d10v_gdbarch_init): Update.
11735 * cris-tdep.c (cris_gdbarch_init): Update.
11736 * avr-tdep.c (avr_gdbarch_init): Update.
11737 * arm-tdep.c (arm_gdbarch_init): Update.
11738 * alpha-tdep.c (alpha_gdbarch_init): Update.
11739
026a72f8
CV
117402004-02-11 Corinna Vinschen <vinschen@redhat.com>
11741
11742 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11743 comma.
11744 (sh_sh4al_dsp_register_name): Ditto.
11745
3903d437
AC
117462004-02-10 Andrew Cagney <cagney@redhat.com>
11747
11748 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11749 (mips_init_frame_pc_first): Delete function.
11750 (mips_frame_saved_pc): Delete function.
11751 (mips_frame_chain): Delete function.
11752 (mips_init_extra_frame_info): Delete function.
11753 (mips_xfer_register): Delete unused variable "reg".
11754 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11755 (mips_n32n64_return_value): Delete unused variable "reg".
11756 (mips_n32n64_return_value): Delete unused variable "pos".
11757 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11758 (mips_o32_return_value): Delete unused variable "pos".
11759 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11760 (mips_print_fp_register): Delete unused variable "namelen"
11761 (mips_print_fp_register): Delete unused variable "flt2"
11762 (get_frame_pointer): Delete function.
11763 (cached_proc_desc): Delete static variable.
11764 (mips_pop_frame): Delete function.
11765 (mips_find_saved_regs): Delete function.
11766 (mips_get_saved_register): Delete function.
11767 (mips_saved_pc_after_call): Delete function.
11768 (SIGFRAME_BASE): Delete macro.
11769 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11770 (SIGFRAME_PC_OFF): Delete macro.
11771 (SIGFRAME_REGSAVE_OFF): Delete macro.
11772 (mips_dump_tdep): Do not print deleted macro definitions.
11773
b9fb98bd
AC
117742004-02-10 Andrew Cagney <cagney@redhat.com>
11775
11776 * Makefile.in (SFILES): Remove explictly listed tui files.
11777 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11778
78ced177 117792004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 11780
78ced177
JJ
11781 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11782 to use paddr functions to format ia64 addresses and long values.
11783 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11784 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11785 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11786 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11787 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11788
6a83354a
AC
117892004-02-10 Andrew Cagney <cagney@redhat.com>
11790
11791 * defs.h: Do not include "tui.h".
11792 * gdb_curses.h: New file.
11793 * tui/tui-hooks.h: New file.
11794 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11795 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11796 (tui_initialize_io): Delete declaration.
11797 (tui_initialize_readline: Delete redundant declaration.
11798 (struct tui_point): Delete definition.
11799 * tui/tui-data.h (struct tui_point): Define.
11800 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11801 * utils.c: Include "tui/tui.h".
11802 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11803 * printcmd.c [TUI]: Include "tui/tui.h".
11804 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11805 * tui/tui-command.c: Include "gdb_curses.h".
11806 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11807 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11808 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11809 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11810 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11811 * Makefile.in: Update all dependencies.
11812 (tui_hooks_h, gdb_curses_h): Define.
11813 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11814
997470ef
EZ
118152004-02-10 Elena Zannoni <ezannoni@redhat.com>
11816
11817 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11818 auxf2. Add comments about some other rarely used fields.
11819
4ff2cc4d
AC
118202004-02-10 Andrew Cagney <cagney@redhat.com>
11821
11822 * Makefile.in (init.c): Fix script removing duplicates. Problem
11823 reported by Peter Schauer.
11824
1ab21617
EZ
118252004-02-09 Elena Zannoni <ezannoni@redhat.com>
11826
11827 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11828 obstack_specify_allocation.
11829 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 11830 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
11831 (allocate_rt_common_objfile): Ditto.
11832 * symfile.c (reread_symbols): Ditto.
11833 * gdb_obstack.h: Add comment.
11834
17763fd9
EZ
118352004-02-09 Elena Zannoni <ezannoni@redhat.com>
11836
11837 * linespec.c (decode_line_1, locate_first_half)
11838 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11839 commented out code.
11840
ec5cdd75
DJ
118412004-02-09 Daniel Jacobowitz <drow@mvista.com>
11842
11843 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11844 obstack_free.
11845
43b54b88
AC
118462004-02-09 Andrew Cagney <cagney@redhat.com>
11847
11848 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11849 fails, try find_pc_section. Fix PR c++/1267.
11850 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11851 instead of find_pc_mapped_section.
11852 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11853 not default to the section containing PC. Fix PR symtab/1519.
11854
edfae063
AC
118552004-02-09 Andrew Cagney <cagney@redhat.com>
11856
11857 * Makefile.in (mips-tdep.o): Update dependencies.
11858 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11859 "trad-frame.h".
11860 (mips_unwind_pc): Return the pseudo PC register.
11861 (mips_unwind_dummy_id): New function.
11862 (mips16_fetch_instruction): New function.
11863 (mips32_fetch_instruction): New function.
11864 (struct mips_frame_cache): Define.
11865 (mips_mdebug_frame_cache): New function.
11866 (mips_mdebug_frame_this_id): New function.
11867 (mips_mdebug_frame_prev_register): New function.
11868 (mips_mdebug_frame_unwind): Define.
11869 (mips_mdebug_frame_sniffer): New function.
11870 (mips_mdebug_frame_base_address): New function.
11871 (mips_mdebug_frame_base): Define.
11872 (mips_mdebug_frame_base_sniffer): New function.
11873 (mips_gdbarch_init): Append unwind and base sniffers. Set
11874 unwind_dummy_id.
11875
defc864c
AC
118762004-02-08 Andrew Cagney <cagney@redhat.com>
11877
6764ddad
AC
11878 * frame.c: Print both the register number and name.
11879
defc864c
AC
11880 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11881 and a sed into a single sed. Make .c and .o patterns more robust.
11882 (OBS): Delete.
11883 (INIT_FILES): Replace OBS with COMMON_OBS.
11884 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11885
645d6d10
MK
118862004-02-08 Mark Kettenis <kettenis@gnu.org>
11887
11888 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11889 the PT_WCOOKIE request.
11890
23e3c3fc
AC
118912004-02-08 Andrew Cagney <cagney@redhat.com>
11892
58dfe9ff
AC
11893 * mips-tdep.c (mips_unwind_pc): New function.
11894 (mips_gdbarch_init): Set mips_unwind_pc.
11895
1152e35e
AC
11896 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11897 (get_frame_id): Allow the UNKNOWN_FRAME.
11898 (frame_register_unwind, get_frame_type): Ditto.
11899
31b75dbf
AC
11900 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11901 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11902 unwind_dummy_id indicates a legacy frame.
11903
3483b318
AC
11904 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11905 * configure: Re-generate.
11906
23e3c3fc
AC
11907 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11908 methods.
11909
33f8ca73
AC
119102004-02-08 Andrew Cagney <cagney@redhat.com>
11911
11912 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11913 makefile macro.
11914 * configure: Re-generate.
11915 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11916 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11917 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11918 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11919 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11920 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11921 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11922 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11923 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11924 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11925
6ba8e26f 119262004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 11927
20d286a5
AC
11928 * Makefile.in: Update all dependencies.
11929
d836ee13
AC
11930 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11931 * configure: Re-generate.
11932 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11933 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11934 (COMMON_OBS): Add "main.o" and "annotate.o".
11935 (ANNOTATE_OBS): Delete.
11936 (OBS): Remove ANNOTATE_OBS.
11937 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11938 CONFIG_INITS.
11939 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11940 against CONFIG_OBS and "main.o".
11941 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11942 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11943
d02c80cd
AC
11944 * tui/tui-command.c: Include "gdb_string.h", delete register
11945 attribute, use ISO-C function signatures.
11946 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11947 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11948 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11949 * tui/tui.c: Ditto.
6ba8e26f
AC
11950
11951 * tui/tui-command.c: Change variable and function names to lower
11952 case.
11953 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11954 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11955 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11956 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11957 * tui/tui-winsource.c, tui/tui.c: Ditto.
11958
4a146b47
EZ
119592004-02-07 Elena Zannoni <ezannoni@redhat.com>
11960
11961 * buildsym.c (free_pending_blocks, finish_block)
11962 (record_pending_block, make_blockvector, end_symtab): Replace
11963 symbol_obstack with objfile_obstack.
8a1dac83 11964 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 11965 (coff_read_enum_type): Ditto.
8a1dac83 11966 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 11967 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 11968 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
11969 (dwarf2_symbol_mark_computed): Ditto.
11970 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11971 * elfread.c (elf_symtab_read): Ditto.
11972 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11973 (hpread_read_enum_type, hpread_read_function_type)
11974 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11975 Ditto.
8a1dac83 11976 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 11977 (java_link_class_type): Ditto.
8a1dac83 11978 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
11979 (new_symbol): Ditto.
11980 * minsyms.c (install_minimal_symbols): Ditto.
11981 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11982 (terminate_minimal_symbol_table): Replace symbol_obstack with
11983 objfile_obstack.
11984 (free_objfile): Remove freeing of symbol_obstack.
11985 * objfiles.h: Remove symbol_obstack field.
11986 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11987 objfile_obstack.
11988 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11989 symbol_obstack.
11990 (solib_add_common_symbols): Replace symbol_obstack with
11991 objfile_obstack.
11992 * somsolib.c (som_solib_add): Ditto.
11993 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11994 (common_block_start, common_block_end): Ditto.
11995 * symfile.c (reread_symbols): Remove freeing and init of
11996 symbol_obstack.
11997 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11998 * symfile.h: Update comment.
11999 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12000 stats printing.
12001 * symtab.c (symbol_set_names): Replace symbol_obstack with
12002 objfile_obstack.
12003 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12004 Update comments.
12005 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12006 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12007 objfile_obstack.
12008
6d012f14
AC
120092004-02-07 Andrew Cagney <cagney@redhat.com>
12010
12011 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12012 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12013 fields and variables.
12014 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12015 (m_beInvisible): Delete macro.
12016 * tui/tui-data.h: Fix case case fields and variables.
12017 (m_genWinPtrIsNull): Delete macro.
12018 (tui_win_list): Rename winList.
12019 (TUI_SRC_WIN): Rename srcWin.
12020 (TUI_DISASM_WIN): Rename disassemWin.
12021 (TUI_DATA_WIN): Rename dataWin.
12022 (TUI_CMD_WIN): Rename cmdWin.
12023 (m_genWinPtrNotNull): Delete macro.
12024 (m_winPtrIsNull): Delete macro.
12025 (m_winPtrNotNull): Delete macro.
12026 (tui_win_is_source_type): Replace m_winIsSourceType
12027 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12028 (tui_win_has_locator): Replace m_hasLocator.
12029 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12030 m_setWinHighlightOff.
12031 * tui/tui-data.c: Update references.
12032 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12033 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12034 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12035 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12036 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12037 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12038 * tui/tui-winsource.c, tui/tui.c: Ditto.
12039
7d34766b
MK
120402004-02-07 Mark Kettenis <kettenis@gnu.org>
12041
1c800673
MK
12042 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12043 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12044 StackGhost.
12045
7d34766b
MK
12046 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12047 variable `i6' to `i7'.
12048 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12049
22940a24
AC
120502004-02-07 Andrew Cagney <cagney@redhat.com>
12051
12052 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12053 (TuiPoint, TuiPointPtr): Ditto.
12054 (TuiStatus, TuiStatusPtr): Ditto.
12055 (TuiWinType, TuiWinTypePtr): Ditto.
12056 (struct tui_point): Rename _TuiPoint.
12057 (tui_get_low_disassembly_address): Rename
12058 tuiGetLowDisassemblyAddress.
12059 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12060 (tuiFree): Delete declaration.
12061 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12062 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12063 * tui/tui.c (tuiFree): Delete function.
12064 * cli/cli-cmds.c (disassemble_command): Update references.
12065 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12066 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12067 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12068 * tui/tui-winsource.c: Ditto.
12069
8b92e4d5
EZ
120702004-02-07 Elena Zannoni <ezannoni@redhat.com>
12071
12072 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12073 coffstab_build_psymtabs, elfstab_build_psymtabs)
12074 (stabsect_build_psymtabs): Replace psymbol_obstack with
12075 objfile_obstack.
12076 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12077 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12078 Ditto.
12079 * dwarfread.c (scan_compilation_units): Ditto.
12080 * elfread.c (elfstab_offset_sections): Ditto.
12081 * hppa-tdep.c (read_unwind_info): Ditto.
12082 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12083 (hpread_end_psymtab): Ditto.
12084 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12085 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12086 Ditto.
12087 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 12088 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
12089 (build_objfile_section_table): Ditto.
12090 (allocate_objfile): Remove init of psymbol_obstack.
12091 (free_objfile): Remove freeing of psymbol_obstack.
12092 * objfiles.h (struct objfile): Remove field
12093 psymbol_obstack. Update comments.
12094 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12095 psymbol_obstack with objfile_obstack.
12096 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12097 psymbol_obstack.
12098 * somread.c (som_symfile_offsets, init_import_symbols)
12099 (init_export_symbols): Replace psymbol_obstack with
12100 objfile_obstack.
12101 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12102 * symfile.c (default_symfile_offsets, syms_from_objfile)
12103 (reread_symbols): Remove freeing and init of psymbol_obstack.
12104 (cashier_psymtab): Update comment.
12105 * symmisc.c (print_objfile_statistics): Don't report stats for
12106 psymbol obstack.
12107 * symtab.h (struct general_symbol_info, struct partial_symtab):
12108 Update comments.
12109 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12110 (xcoff_symfile_offsets): Replace psymbol_obstack with
12111 objfile_obstack.
12112
b99607ea
EZ
121132004-02-07 Elena Zannoni <ezannoni@redhat.com>
12114
12115 * objfiles.h (struct objfile): Add objfile_obstack field.
12116 Remove type_obstack field.
12117
12118 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12119 read_structure_scope read_enumeration, new_symbol): Replace
12120 type_obstack with objfile_obstack.
12121 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 12122 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
12123 (lookup_fundamental_type): Ditto.
12124 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
12125 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12126 (hpread_read_doc_function_type, hpread_read_struct_type)
12127 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 12128 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 12129 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
12130 (java_link_class_type): Ditto.
12131 * mdebugread.c (parse_type): Ditto.
12132 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12133 * solib-sunos.c (solib_add_common_symbols): Ditto.
12134 * stabsread.c (define_symbol, read_type, read_member_functions,
12135 read_cpp_abbrev, read_one_struct_field): Ditto.
12136 * symfile.c (reread_symbols): Ditto.
12137 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 12138
2a8854a7
AC
121392004-02-07 Andrew Cagney <cagney@redhat.com>
12140
12141 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12142 (tui_exec_info_content): Rename TuiExecInfoContent.
12143 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12144 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12145 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12146 (TuiList, TuiListPtr): Ditto.
12147 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12148 (TuiDataType, TuiDataTypePtr): Ditto.
12149 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12150 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12151 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12152 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12153 (TuiDataElement, TuiDataElementPtr): Ditto.
12154 (TuiWinElement, TuiWinElementPtr): Ditto.
12155 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12156 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12157 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12158 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12159 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12160 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12161 * tui/tui-command.c, tui/tui-data.c: Update references.
12162 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12163 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12164 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12165 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 12166
05cbe71a
MK
121672004-02-07 Mark Kettenis <kettenis@gnu.org>
12168
12169 * dwarf2-frame.h: Update copyright.
12170 (enum dwarf2_frame_reg_rule): New.
12171 (struct dwarf2_frame_state_reg): New.
12172 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12173 * dwarf2-frame.c: Update copyright.
12174 (enum dwarf2_reg_rule): Remove.
12175 (struct dwarf2_frame_state): Remove defenition of `struct
12176 dwarf2_frame_state_reg'.
12177 (read_reg): Call get_frame_arch to get the architecture instead of
12178 using CURRENT_GDBARCH.
12179 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12180 DWARF2_FRAME_.
12181 (dwarf2_frame_init_reg): New function.
12182 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12183 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12184 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12185 tags with DWARF2_FRAME_.
12186 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12187 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12188 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12189
ec7d9e56
AC
121902004-02-06 Andrew Cagney <cagney@redhat.com>
12191
dd1abb8c
AC
12192 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12193 (enum tui_data_type): Rename _TuiDataType.
12194 (struct tui_layout_def): Rename _TuiLayoutDef.
12195 (struct tui_source_element): Rename _TuiSourceElement.
12196 (struct tui_data_element): Rename _TuiDataElement.
12197 (struct tui_command_element): Rename _TuiCommandElement.
12198 (struct tui_locator_element): Rename _TuiLocatorElement.
12199 (union tui_which_element): Define.
12200 (struct tui_win_element): Rename _TuiWinElement.
12201 (struct tui_data_info): Rename _TuiDataInfo.
12202 (struct tui_source_info): Rename _TuiSourceInfo.
12203 (struct tui_command_info): Rename _TuiCommandInfo.
12204 (tui_initialize_static_data): Rename initializeStaticData.
12205 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12206 (tui_alloc_win_info): Rename allocWinInfo.
12207 (tui_init_generic_part): Rename initGenericPart.
12208 (tui_init_win_info): Rename initWinInfo.
12209 (tui_alloc_content): Rename allocContent.
12210 (tui_add_content_elements): Rename addContentElements.
12211 (tui_init_content_element): Rename initContentElement.
12212 (tui_free_window): Rename freeWindow.
12213 (tui_free_win_content): Rename freeWinContent.
12214 (tui_free_data_content): Rename freeDataContent.
12215 (tui_free_all_source_wins_content): Rename
12216 freeAllSourceWinsContent.
12217 (tui_del_window): Rename tuiDelWindow.
12218 (tui_del_data_windows): Rename tuiDelDataWindows.
12219 (tui_partial_win_by_name): Rename partialWinByName.
12220 (tui_win_name): Rename winName.
12221 (tui_current_layout): Rename currentLayout.
12222 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12223 (tui_term_height): Rename termHeight.
12224 (tui_set_term_height_to): Rename setTermHeightTo.
12225 (tui_term_width): Rename termWidth.
12226 (tui_set_term_width_to): Rename setTermWidthTo.
12227 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12228 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12229 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12230 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12231 (tui_source_windows): Rename sourceWindows.
12232 (tui_clear_source_windows): Rename clearSourceWindows.
12233 (tui_clear_source_windows_detail): Rename
12234 clearSourceWindowsDetail.
12235 (tui_clear_win_detail): Rename clearWinDetail.
12236 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12237 (tui_default_tab_len): Rename tuiDefaultTabLen.
12238 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12239 (tui_win_with_focus): Rename tuiWinWithFocus.
12240 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12241 (tui_layout_def): Rename tuiLayoutDef.
12242 (tui_win_resized): Rename tuiWinResized.
12243 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12244 (tui_next_win): Rename tuiNextWin.
12245 (tui_prev_win): Rename tuiPrevWin.
12246 (tui_add_to_source_windows): Rename addToSourceWindows.
12247 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12248 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12249 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12250 * tui/tui.c, tui/tui-data.c: Ditto.
12251 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12252 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12253
a358af15
AC
12254 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12255 (struct symtab): Declare.
12256 (tui_set_source_content): Rename tuiSetSourceContent.
12257 (tui_show_symtab_source): Rename tuiShowSource.
12258 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12259 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12260 * tui/tui-source.c: Update copyright. Update references.
12261 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12262 * tui/tui-stack.c: Update references.
12263
a21fcd8f
AC
12264 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12265 (struct tui_win_info): Declare.
12266 (tui_scroll_forward): Rename tuiScrollForward.
12267 (tui_scroll_backward): Rename tuiScrollBackward.
12268 (tui_scroll_left): Rename tuiScrollLeft.
12269 (tui_scroll_right): Rename tuiScrollRight.
12270 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12271 (tui_resize_all): Rename tuiResizeAll.
12272 (tui_refresh_all_win): Rename tuiRefreshAll.
12273 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12274 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12275 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12276 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12277
edae1ccf
AC
12278 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12279 (tui_erase_data_content): Rename tuiEraseDataContent.
12280 (tui_display_all_data): Rename tuiDisplayAllData.
12281 (tui_check_data_values): Rename tuiCheckDataValues.
12282 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12283 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12284 (tui_first_data_element_no_in_line): Rename
12285 tuiFirstDataElementNoInLine.
12286 (tui_delete_data_content_windows): Rename
12287 tuiDeleteDataContentWindows.
12288 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12289 (tui_display_data_from): Rename tuiDisplayDataFrom.
12290 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12291 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12292 * tui/tui-win.c, tui/tui-regs.c: Update references.
12293 * tui/tui-layout.c, tui/tui.c: Update references.
12294
ec7d9e56
AC
12295 * tui/tui-wingeneral.h: Update copyright.
12296 (m_allBeVisible): Delete macro.
8a1dac83 12297 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
12298 (struct tui_gen_win_info): Declare.
12299 (struct tui_win_info): Declare.
12300 (tui_unhighlight_win): Rename unhighlightWin.
12301 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12302 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12303 (tui_make_window): Rename makeWindow.
12304 (tui_copy_win): Rename copyWin.
12305 (tui_box_win): Rename boxWin.
12306 (tui_highlight_win): Rename highlightWin.
12307 (tui_check_and_display_highlight_if_needed): Rename
12308 checkAndDisplayHighlightIfNeeded.
12309 (tui_refresh_all): Rename refreshAll.
12310 (tui_delete_win): Rename tuiDelwin.
12311 (tui_refresh_win): Rename tuiRefreshWin.
12312 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12313 (tui_make_visible, tui_make_invisible): New functions.
12314 (tui_make_all_visible, tui_make_all_invisible): New functions.
12315 (make_all_visible): Rename makeAllVisible.
12316 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12317 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12318 * tui/tui-windata.c, tui/tui-win.c: Update references.
12319 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12320 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12321
1e52e2eb
MK
123222004-02-06 Mark Kettenis <kettenis@gnu.org>
12323
12324 * proc-api.c (write_with_trace): Initialize local variable to
12325 silence compiler warning.
12326
f80bda8e
AC
123272004-02-06 Andrew Cagney <cagney@redhat.com>
12328
12329 * tui/tui-source.h: Do not include "defs.h".
12330 (struct tui_win_info): Declare.
12331 (tui_set_source_content_nil): Declare.
12332 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12333 (union tui_line_or_address): Rename _TuiLineOrAddress.
12334 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12335 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12336 (tui_update_source_window_as_is): Rename
12337 tuiUpdateSourceWindowAsIs.
12338 (tui_update_source_windows_with_addr): Rename
12339 tuiUpdateSourceWindowsWithAddr.
12340 (tui_update_source_windows_with_line): Rename
12341 tuiUpdateSourceWindowsWithLine.
12342 (tui_clear_source_content): Rename tuiClearSourceContent.
12343 (tui_erase_source_content): Rename tuiEraseSourceContent.
12344 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12345 (tui_show_source_content): Rename tuiShowSourceContent.
12346 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12347 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12348 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12349 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12350 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12351 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12352 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12353 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12354 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12355 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12356 (struct tui_win_info): Declare.
12357 * tui/tui-stack.c: Update references.
12358 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12359 * tui/tui-win.c, tui/tui-source.c: Ditto.
12360 * tui/tui.c, tui/tui-disasm.c: Ditto.
12361
9fbfb822
MK
123622004-02-06 Mark Kettenis <kettenis@gnu.org>
12363
12364 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12365 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12366
03cebad2
MK
123672004-02-05 Mark Kettenis <kettenis@gnu.org>
12368
12369 * infrun.c (handle_inferior_event): Allow for breakpoint
12370 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12371 and SIGEMT. Update comments.
12372 * NEWS (Revised SPARC target): Mention support for non-executable
12373 stack.
12374
290281b1
MK
123752004-02-04 Mark Kettenis <kettenis@gnu.org>
12376
12377 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12378 * inftarg.c: Update copyright year.
12379 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12380 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12381 (sparc_xfer_wcookie): New function.
12382 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12383 * Makefile.in (sparc-nat.o): Update dependencies.
12384 * config/sparc/nm-nbsd.h: Include "target.h".
12385 (NATIVE_XFER_WCOOKIE): New define.
12386 (sparc_xfer_wcookie): New prototype.
12387
212161df
AC
123882004-02-04 Andrew Cagney <cagney@redhat.com>
12389
12390 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12391 SYSCALL_TRAP function.
12392 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12393
6e4c6c91
DJ
123942004-02-04 Andrew Cagney <cagney@redhat.com>
12395 Daniel Jacobowitz <drow@mvista.com>
12396
12397 * objfiles.h: Delete comments refering to inside_entry_func and
12398 DEPRECATED_FRAME_CHAIN_VALID.
12399 * defs.h (inside_entry_func): Update prototype..
12400 * blockframe.c (inside_entry_func): Rename to
12401 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12402 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12403
cae688ec
JJ
124042004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12405
12406 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12407 outside of #ifdef SOLIB_ADD region.
12408 (do_restore_lang_radix_cleanup): Ditto.
12409 (resolve_pending_breakpoint): Ditto.
12410
19217676
AC
124112004-02-03 Andrew Cagney <cagney@redhat.com>
12412
12413 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12414 (process_note_abi_tag_sections): Delete unused function.
12415 (ia64_read_fp): Delete unused function.
12416 (gdbarch_extract_struct_value_address): Delete declaration.
12417
876753be
AC
124182004-02-02 Andrew Cagney <cagney@redhat.com>
12419
12420 * vax-tdep.c (vax_frame_chain): Delete call to
12421 deprecated_inside_entry_file.
12422 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12423
d4f10bf2
MK
124242004-02-02 Mark Kettenis <kettenis@gnu.org>
12425
12426 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12427 column that's "empty" or "same value" when eliminating REG_RA
12428 rules.
12429
cae688ec
JJ
124302004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12431
12432 * NEWS: Add information about new pending breakpoint support.
12433
0101ce28
JJ
124342004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12435
12436 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12437 and pending fields for pending breakpoint support.
12438 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12439 (condition_command): Only parse condition if not a pending
12440 breakpoint.
12441 (print_one_breakpoint): Add support for pending breakpoints.
12442 (describe_other_breakpoints): Add checks to verify we are not
12443 dealing with pending breakpoints.
12444 (check_duplicates): Don't check pending breakpoints.
12445 (set_raw_breakpoint): Initialize pending flag.
12446 (do_restore_lang_radix_cleanup): New cleanup routine.
12447 (resolve_pending_breakpoint): New function.
12448 (re_enable_breakpoints_in_shlibs): Try and resolve any
12449 pending breakpoints via resolve_pending_breakpoint.
12450 (mention): Add pending breakpoint support.
12451 (parse_breakpoint_sals): Add new parameter to pass to
12452 decode_line_1 to indicate silent errors when files or functions
12453 are not found. Change all callers.
12454 (do_captured_parse_breakpoint): New function.
12455 (break_command_1): Change prototype to return an rc value and to
12456 take an optional pending breakpoint pointer. Support creating
12457 a pending breakpoint if a "not found" form of error occurs when
12458 parsing the breakpoint. Also support resolving an existing pending
12459 breakpoint and be silent if the resolution fails.
12460 (create_breakpoints): Change prototype to take pending breakpoint
12461 pointer. When resolving a pending breakpoint, use the new pointer
12462 to provide a conditional or commands added by the end-user.
12463 (delete_breakpoint): Add appropriate check for pending.
12464 (breakpoint_re_set_one): Ditto.
12465 (do_enable_breakpoint): Ditto.
12466
8d577d32
DC
124672004-02-02 David Carlton <carlton@kealia.com>
12468
12469 * valops.c (enum oload_classification): New.
12470 (find_overload_match): Break implementation into separate
12471 functions; delete #if 0'd code; look for symbols within
12472 namespaces.
12473 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12474 (find_oload_champ,oload_method_static,classify_oload_match): New.
12475 * cp-support.h: Add declaration for cp_func_name; update
12476 declaration for make_symbol_overload_list.
12477 * cp-support.c (cp_func_name): New.
12478 (overload_list_add_symbol): Fix comment, use
12479 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12480 (make_symbol_overload_list): Take a function name and a namespace
12481 instead of a symbol; change implementation.
12482 (make_symbol_overload_list_using): New.
12483 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12484
22e8e3c7
FF
124852004-02-02 Fred Fish <fnf@redhat.com>
12486
12487 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 12488 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
12489 * remote-sim.c (gdb_os_write_stderr): Write output to
12490 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12491 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 12492 gdb_stderr stream and update copyright years.
22e8e3c7 12493
6b753f60
DJ
124942004-02-01 Daniel Jacobowitz <drow@mvista.com>
12495
12496 * Makefile.in (mips-linux-nat.o): Update dependencies.
12497 * mips-linux-nat.c: Include mips-tdep.h.
12498
124992004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
12500
12501 * sol-thread.c (sol_thread_xfer_partial): New function.
12502 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12503 (init_sol_core_ops): Likewise.
12504
12505 * procfs.c (procfs_xfer_partial): New function.
12506 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12507 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12508
12509 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12510 procfs_xfer_auxv function.
12511
12512 * procfs.c (procfs_make_note_section): If we can read
12513 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12514 * linux-proc.c (linux_make_note_section): Likewise.
12515
12516 * auxv.h: New file.
12517 * auxv.c: New file.
12518 * Makefile.in (auxv_h): New variable.
12519 (COMMON_OBS): Add auxv.o here.
12520 (auxv.o): New target.
12521
12522 * corelow.c (core_xfer_partial): New function.
12523 (init_core_ops): Use it for core_ops.to_xfer_partial.
12524
12525 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12526 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12527 macro if that is defined.
12528
fa5281d0
DJ
125292004-02-01 Daniel Jacobowitz <drow@mvista.com>
12530
12531 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12532 and check the specified thread for each breakpoint.
12533 * breakpoint.h (bpstat_stop_status): Update prototype.
12534 * infrun.c (handle_inferior_event): Update calls to
12535 bpstat_stop_status.
12536
26ee262d
DJ
125372004-02-01 Daniel Jacobowitz <drow@mvista.com>
12538
12539 * Makefile.in (cli-cmds.o): Add $(readline_h).
12540
d9b52655
DJ
125412004-02-01 Daniel Jacobowitz <drow@mvista.com>
12542
12543 * cli/cli-cmds.c: Include readline.h.
12544 (complete_command): Pass the start of the last word to
12545 complete_line.
12546
9709f61c
DJ
125472004-01-31 Daniel Jacobowitz <drow@mvista.com>
12548
12549 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12550 argument, and change first argument to a CORE_ADDR.
12551 * breakpoint.h (bpstat_stop_status): Update prototype.
12552 * infrun.c (adjust_pc_after_break): Add a new comment.
12553 (handle_inferior_event): Update calls to bpstat_stop_status.
12554
4f1280bb
DJ
125552004-01-31 Daniel Jacobowitz <drow@mvista.com>
12556
12557 * breakpoint.h: Update copyright years.
12558
4fa8626c
DJ
125592004-01-31 Daniel Jacobowitz <drow@mvista.com>
12560
12561 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12562 (bpstat_stop_status): Don't decrement PC.
12563 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12564 prototype.
12565 * infrun.c (adjust_pc_after_break): New function.
12566 (handle_inferior_event): Call it, early. Remove later references
12567 to DECR_PC_AFTER_BREAK.
12568 (normal_stop): Add commentary.
12569
fad0733a
DJ
125702004-01-31 Daniel Jacobowitz <drow@mvista.com>
12571
12572 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12573 2004-01-27 double-free fix.
12574
42cdca6c
MK
125752004-01-31 Mark Kettenis <kettenis@gnu.org>
12576
12577 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12578 (sparc32_frame_prev_register): Handle StackGhost.
12579 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12580
932d5416
RM
125812004-01-29 Roland McGrath <roland@redhat.com>
12582
12583 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12584 * configure: Regenerated.
12585
12586 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12587 * Makefile.in (procfs.o): Add dep.
12588
47d3492a
AC
125892004-01-28 Andrew Cagney <cagney@redhat.com>
12590
12591 * tui/tui-stack.h: Update copyright.
12592 (struct frame_info): Add opaque declaration.
12593 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12594 (tui_show_locator_content): Rename tuiShowLocatorContent.
12595 (tui_show_frame_info): Rename tuiShowFrameInfo.
12596 * tui/tui-stack.c: Update copyright. Update references.
12597 * tui/tui-winsource.c: Update references.
12598 * tui/tui-win.c: Update references.
12599 * tui/tui-layout.c: Update references.
12600 * tui/tui-hooks.c: Update copyright, update references.
12601 * tui/tui.c: Update copyright, update references.
12602 * tui/tui-disasm.c: Update references.
12603
5d51ca54
DC
126042004-01-28 David Carlton <carlton@kealia.com>
12605
12606 * dwarf2read.c (add_partial_structure): Use demangled name if
12607 namespace equals "".
12608
086ed43d
JB
126092004-01-27 Jim Blandy <jimb@redhat.com>
12610
12611 Clean up misapplied patch:
12612 * dwarf2read.c (determine_prefix): Change one of the two forward
12613 declarations for 'determine_prefix_aux' to a declaration for this.
12614 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12615 argument to 'die_specification'.
12616
2a35147e
JB
12617 * dwarf2read.c (read_func_scope): Re-indent comment.
12618
a355c7de 126192004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 12620
a355c7de
AC
12621 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12622 b->exp to NULL after freeing so that error during re-parsing or
12623 evaluation of expressions associated with breakpoint don't
12624 eventually lead to re-freeing of storage.
12625 Committed by Andrew Cagney.
12626
63ff5125
AC
126272004-01-27 Andrew Cagney <cagney@redhat.com>
12628
12629 * source.c (ambiguous_line_spec): Delete undefined declaration.
12630 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12631 (m32r_set_server_address, m32r_set_download_path): Ditto.
12632 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12633
e142c38c
DJ
126342004-01-27 Daniel Jacobowitz <drow@mvista.com>
12635
12636 * dwarf2read.c: Update calls to changed and renamed functions, and
12637 references to moved variables.
12638
12639 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12640 language, language_defn, list_in_scope, and ftypes members.
12641 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12642 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12643 (baseaddr): Remove globals.
12644
12645 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12646 (set_cu_language, die_is_declaration, die_specification)
12647 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12648 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12649 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12650 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12651
12652 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12653 cu.list_in_scope. Don't initialize cu_header_offset.
12654 (add_partial_symbol): Add local baseaddr.
12655 (psymtab_to_symtab_1): Add local baseaddr. Use
12656 objfile->section_offsets for consistency. Don't initialize
12657 cu_header_offset; do initialize cu.header.offset and
12658 cu.list_in_scope.
12659 (read_file_scope, read_func_scope, read_lexical_block_scope)
12660 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12661
c6e06ede
MC
126622004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12663
fb328ecc 12664 * PROBLEMS: Add gdb/1516.
c6e06ede 12665
48184fd4
AC
126662003-12-29 Robert Millan <robertmh@gnu.org>
12667
12668 Patch committed by Andrw Cagney.
12669 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12670 * configure.tgt: Match knetbsd*-gnu.
12671
c1321b30
AC
126722004-01-26 Andrew Cagney <cagney@redhat.com>
12673
f3699be3
AC
12674 * breakpoint.c (catch_command_1): Delete #ifdef code.
12675 (catch_fork_command_1): Delete #ifdef wrapper.
12676 (catch_exec_command_1): Ditto.
12677 (catch_load_command_1): Ditto.
12678 (catch_unload_command_1): Ditto.
12679
c1321b30
AC
12680 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12681 (catch_breakpoint): Delete #if0ed function.
12682 (disable_catch_breakpoint): Ditto.
12683 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12684 (disable_catch, enable_catch, delete_catch): Ditto.
12685
b4501125
AC
126862004-01-26 Andrew Cagney <cagney@redhat.com>
12687
12688 * remote.c (echo_check, quit_flag): Delete variables.
12689 (cisco_kernel_mode): Delete variable.
12690 (minitelnet_return, tty_input, escape_count): Delete variables.
12691 (remote_cisco_mode): Delete variable.
12692 (remote_cisco_open, remote_cisco_close): Delete function.
12693 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12694 (init_remote_cisco_ops): Delete function.
12695 (_initialize_remote): Do not install "remote cisco" code.
12696 (read_frame): Delete cisco specific code.
12697 (remote_info_process): Delete function.
12698 (remote_wait): Delete cisco specific code.
12699 (remote_cisco_section_offsets): Delete function.
12700 (remote_cisco_objfile_relocate): Delete function.
12701 (remote_async_wait): Delete cisco specific code.
12702 (minitelnet, readtty, readsocket): Delete function.
12703
74055713
AC
127042004-01-26 Andrew Cagney <cagney@redhat.com>
12705
12706 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12707 comments mentioning extract_returned_value_address.
12708 * infcmd.c (print_return_value): Update. Add comments on
12709 extract_returned_value_address.
12710 * stack.c (return_command): Add comments on
12711 extract_returned_value_address.
12712 * values.c: Update comment.
12713 * m32r-tdep.c: Update comment.
12714 * sparc-tdep.c: Update comment.
12715 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12716 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12717 * sh64-tdep.c (sh64_gdbarch_init): Update.
12718 * sh-tdep.c (sh_gdbarch_init): Update.
12719 * s390-tdep.c (s390_gdbarch_init): Update.
12720 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12721 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12722 * m68k-tdep.c (m68k_gdbarch_init): Update.
12723 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12724 * m32r-tdep.c (m32r_gdbarch_init): Update.
12725 * ia64-tdep.c (ia64_gdbarch_init): Update.
12726 * h8300-tdep.c (h8300_gdbarch_init): Update.
12727 * frv-tdep.c (frv_gdbarch_init): Update.
12728 * arm-tdep.c (arm_gdbarch_init): Update.
12729 * alpha-tdep.c (alpha_gdbarch_init): Update.
12730
a67af2b9
AC
127312004-01-26 Andrew Cagney <cagney@redhat.com>
12732
12733 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12734 SYMBOL_LOCATION_FUNCS
12735 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12736 "struct symbol_ops".
12737 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12738 type to "struct symbol_ops".
12739 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12740 (struct symbol): Replace ".aux_value.loc.funcs" and
12741 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12742 (SYMBOL_OBJFILE): Delete macro.
12743 (SYMBOL_LOCATION_FUNCS): Delete macro.
12744 (SYMBOL_LOCATION_BATON): Update.
12745 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12746 intead of SYMBOL_LOCATION_FUNCS.
12747 * ax-gdb.c (gen_var_ref): Ditto.
12748 * printcmd.c (address_info): Ditto.
12749 * findvar.c (read_var_value): Ditto.
12750 (symbol_read_needs_frame): Ditto.
12751
c034e007
AC
127522004-01-26 Andrew Cagney <cagney@redhat.com>
12753
12754 * dwarf2read.c (read_func_scope): Document frame-base hack.
12755
bb472c1e
MK
127562004-01-25 Mark Kettenis <kettenis@gnu.org>
12757
12758 * infcmd.c (print_return_value): Plug memory leak; delete
12759 ui_stream object. Rename argument `structure_return' to
12760 `struct_return'.
12761
c8e737d5
MK
127622004-01-25 Mark Kettenis <kettenis@gnu.org>
12763
f941662f
MK
12764 * infcmd.c (print_return_value): Wrap long lines.
12765 (finish_command_continuation, finish_command): Remove unused
12766 variable `funcaddr'. Fix some coding-standards problems.
12767
c558d81a 12768 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 12769 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
12770 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12771 TDEP->fpregset to zero.
12772
bf1e5861 12773 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
12774 floating-point registers for traditional NetBSD core files.
12775 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12776 TDEP->sizeof_fpregset here.
12777
4c72d57a
MK
127782004-01-25 Mark Kettenis <kettenis@gnu.org>
12779
566626fa
MK
12780 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12781 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12782 function with code split out from
12783 sparc32nbsd_sigcontext_frame_cache.
12784 (sparc32nbsd_sigcontext_frame_cache): Use
12785 sparc32nbsd_sigcontext_saved_regs.
12786 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12787 OpenBSD.
12788 * sparcobsd-tdep.c: New file.
12789 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12790 (sparcobsd-tdep.o): New dependency.
12791 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12792 * config/sparc/obsd.mt: New file.
12793
4c72d57a
MK
12794 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12795 TDEP->fpregset to be initialized to enable core file register
12796 sets.
12797
7e5e9f88
MK
127982004-01-24 Mark Kettenis <kettenis@gnu.org>
12799
f0f207fd 12800 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
12801 Add opaque declarations.
12802 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12803 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12804 function with code split out from
12805 sparc64nbsd_sigcontext_frame_cache.
12806 (sparc64nbsd_sigcontext_frame_cache): Use
12807 sparc64nbsd_sigcontext_saved_regs.
12808 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12809 OpenBSD.
12810 * sparc64obsd-tdep.c: New file.
12811 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12812 (sparc64obsd-tdep.o): New dependency.
12813 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12814 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12815 * config/sparc/obsd64.mt: New file.
12816
690668cc
MK
12817 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12818 read the instruction at PC.
12819
7e5e9f88
MK
12820 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12821 value of GDB_OSABI_DEFAULT.
12822 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12823 instead of GDB_OSABI_NETBSD_AOUT.
12824
68b6dce9
NR
128252004-01-24 Nick Roberts <nick@nick.uklinux.net>
12826
12827 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12828 copyright.
12829
080ce8c0
AC
128302004-01-23 Andrew Cagney <cagney@redhat.com>
12831
12832 * printcmd.c (display_command): Replace tui_set_display call with
12833 tui_set_layout_for_display_command.
12834 * tui/tui.h (enum tui_win_type): Define.
12835 (tui_set_layout): Delete declaration.
12836 (tui_set_layout_for_display_command): Rename set_tui_layout.
12837 * tui/tui-data.h (enum tui_layout_type): Define.
12838 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12839 "tui.h".
12840 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12841 (tui_default_win_height): Rename tuiDefaultWinHeight.
12842 (tui_default_win_viewport_height): Rename
12843 tuiDefaultWinViewportHeight.
12844 (tui_set_layout): RenametuiSetLayout.
12845 * tui/tui-layout.c: Update references.
12846 * tui/tui.c: Update references.
12847 * tui/tui-disasm.c: Update references.
12848
b368761e
DC
128492004-01-23 David Carlton <carlton@kealia.com>
12850
12851 Partial workaround for PR c++/1511:
12852 * cp-namespace.c: Include frame.h.
12853 (cp_lookup_transparent_type): New
12854 (cp_lookup_transparent_type_loop): New.
12855 * cp-support.h: Declare cp_lookup_transparent_type.
12856 * symtab.c (basic_lookup_transparent_type): Renamed from
12857 lookup_transparent_type.
12858 (lookup_transparent_type): Replace old body by a call to
12859 current_language->la_lookup_transparent_type.
12860 * symtab.h: Update copyright. Declare
12861 basic_lookup_transparent_type.
12862 * language.h: Update copyright.
12863 (struct language_defn): Add la_lookup_transparent_type.
12864 * language.c: Update copyright.
12865 (unknown_language_defn): Add basic_lookup_transparent_type.
12866 (auto_language_defn): Add basic_lookup_transparent_type.
12867 (local_language_defn): Add basic_lookup_transparent_type.
12868 * ada-lang.c: Update copyright.
12869 (ada_language_defn): Add basic_lookup_transparent_type.
12870 * c-lang.c: Update copyright.
12871 (c_language_defn): Add basic_lookup_transparent_type.
12872 (cplus_language_defn): Add basic_lookup_transparent_type.
12873 (asm_language_defn): Add basic_lookup_transparent_type.
12874 (minimal_language_defn): Add basic_lookup_transparent_type.
12875 * f-lang.c: Update copyright.
12876 (f_language_defn): Add basic_lookup_transparent_type.
12877 * jv-lang.c: Update copyright.
12878 (java_language_defn): Add basic_lookup_transparent_type.
12879 * m2-lang.c: Update copyright.
12880 (m2_language_defn): Add basic_lookup_transparent_type.
12881 * objc-lang.c: Update copyright.
12882 (objc_language_defn): Add basic_lookup_transparent_type.
12883 * p-lang.c: Update copyright.
12884 (p_language_defn): Add basic_lookup_transparent_type.
12885 * scm-lang.c: Update copyright.
12886 (scm_language_defn): Add basic_lookup_transparent_type.
12887 * Makefile.in (cp-namespace.o): Depend on frame.h.
12888
fdde2d81
DC
128892004-01-23 David Carlton <carlton@kealia.com>
12890
12891 Patch for PR c++/1520:
12892 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12893 properly if we have a specification die.
12894 (determine_prefix_aux): Rename from determine_prefix.
12895 (determine_prefix): Like the old determine_prefix, but never
12896 returns NULL.
12897
5b828b6b
TR
128982004-01-23 Theodore A. Roth <troth@openavr.org>
12899
12900 * avr-tdep.c: Update copyright.
12901 (avr_iaddr_p): Delete unused function.
12902 (avr_saddr_p): Delete unused function.
12903
a1b8c067
DC
129042004-01-23 David Carlton <carlton@kealia.com>
12905
12906 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12907 Fix for PR symtab/1534.
12908
f2cab569
MK
129092004-01-23 Mark Kettenis <kettenis@gnu.org>
12910
12911 * NEWS (New native configurations): Mention OpenBSD/sparc and
12912 OpenBSD/sparc64.
12913 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12914 * configure.host: Likewise.
12915 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12916 handler for OpenBSD.
12917 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12918
642d8300
MK
129192004-01-22 Mark Kettenis <kettenis@gnu.org>
12920
89aac506
MK
12921 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12922 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12923
36662fde
MK
12924 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12925 * cli/cli-cmds.c (shell_escape): Likewise.
12926
642d8300
MK
12927 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12928 OpenBSD .note.openbsd.ident sections.
12929
fae299cd
DC
129302004-01-22 David Carlton <carlton@kealia.com>
12931
12932 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12933 get_scope_pc_bounds.
12934 (read_file_scope): Ditto.
12935 (get_scope_pc_bounds): New function, produced by extracting code
12936 from the above two functions, consolidating it, and adding support
12937 for DW_TAG_namespace.
12938
a49d618c
MK
129392004-01-22 Mark Kettenis <kettenis@gnu.org>
12940
12941 * osabi.c (MAX_NOTESZ): New define.
12942 (check_note): New function.
12943 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12944 check_note.
12945
fe61caab
RM
129462004-01-21 Roland McGrath <roland@redhat.com>
12947
12948 * MAINTAINERS (write after approval): Add myself.
12949
ec145965
EZ
129502004-01-21 Eli Zaretskii <eliz@gnu.org>
12951
12952 * utils.c (init_page_info): Move declarations of `rows' and
12953 `cols' before the __GO32__-specific code. Move the closing brace
12954 outside the #ifdef __GO32__..#endif block.
12955 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12956
877522db
PB
129572004-01-21 Paul Brook <paul@codesourcery.com>
12958
12959 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12960 BPSTAT_WHAT_CHECK_SHLIBS.
12961
dbf5be1c
PB
129622004-01-21 Paul Brook <paul@codesourcery.com>
12963
12964 * MAINTAINERS: Add myself to write-after-approval.
12965
81f08b92
AC
129662004-01-20 Andrew Cagney <cagney@redhat.com>
12967
5a1efed7
AC
12968 * ax-gdb.c (print_axs_value): Delete unused function.
12969 * jv-lang.c (java_lookup_type): Delete unused function.
12970 * cli/cli-dump.c (dump_filetype): Delete unused function.
12971 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12972 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12973 (mips_getstring): Delete unused function.
12974 (pmon_insert_breakpoint): Delete #if0ed function.
12975 (PMON_MAX_BP): Delete #if0ed MACRO.
12976 (mips_pmon_bp_info): Delete #if0ed variable.
12977 (pmon_remove_breakpoint): Delete #if0ed function.
12978 * monitor.c (monitor_write_even_block): Delete unused function.
12979 (monitor_write_memory_block): Delete #if0ed code.
12980 * dink32-rom.c (dink32_load): Delete unused function.
12981 (_initialize_dink32_rom): Delete #if0ed code.
12982 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12983
b0a30fce
AC
12984 * tui/tui-command.c: Update references.
12985 * tui/tui-io.c: Update references.
12986 * tui/tui-command.h: Update copyright.
12987 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12988
81f08b92
AC
12989 * source.c (ambiguous_line_spec): Delete never-defined function.
12990 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12991 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12992 * cli/cli-cmds.c (validate_comname): Ditto.
12993
65f05602
AC
12994 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12995 "tui-data.h".
12996 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12997 (tui_show_disassem): Rename tuiShowDisassem.
12998 (tui_show_disassem_and_update_source): Rename
12999 tuiVerticalDisassemScroll.
13000 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13001 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13002 * tui/tui.h: Update copyright.
13003 (enum tui_status): Define.
13004 * tui/tui-data.h (enum tui_scroll_direction): Define.
13005 * tui/tui-disasm.c: Update copyright. Update references.
13006 * tui/tui-winsource.c: Update copyright. Update references.
13007 * tui/tui-win.c: Update references.
13008 * tui/tui-layout.c: Update references.
13009
6bb0384f
AC
130102004-01-20 Andrew Cagney <cagney@redhat.com>
13011
13012 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13013 sym2 to start of block.
13014
9175c9a3
MC
130152004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13016
13017 * MAINTAINERS: Delete mmalloc.
13018 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13019 * NEWS: Mention removal of --with-malloc.
13020 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13021 * config.in: Regenerate.
13022 * configure: Regenerate.
6bb0384f
AC
13023 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13024 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
13025 * gdbinit.in: Remove mmalloc.
13026 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13027 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13028 * config/i386/go32.mh: Likewise.
13029 * config/i386/interix.mh: Likewise.
13030 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13031
4fcef00a
JJ
130322004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13033
13034 * linespec.c (decode_variable, symtab_from_filename): Call
13035 error_silent with error message instead of throwing an exception
13036 directly.
13037 * defs.h (error_silent, error_output_message): Add prototypes.
13038 (catch_exceptions_with_msg): Ditto.
13039 * utils.c (error_silent, error_output_message): New functions.
13040 * top.c (catch_exceptions_with_msg): New function.
13041
8e94b928
NR
130422004-01-20 Nick Roberts <nick@nick.uklinux.net>
13043
13044 * mi/mi-cmds.h (enum print_values): Add definition.
13045
13046 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13047 type and value for simple data types and just the name and type
13048 for complex ones, if required.
13049
13050 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13051 children, if required.
13052
a02d6af8
KB
130532004-01-19 Kevin Buettner <kevinb@redhat.com>
13054
13055 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13056 unused declarations.
13057
78a4a9b9
AC
130582004-01-19 Andrew Cagney <cagney@redhat.com>
13059
13060 * top.h (mapped_symbol_files): Delete declaration.
13061 * main.c (captured_main): Delete option "m" and "mapped".
13062 * objfiles.c (mapped_symbol_files): Delete variable.
13063 * symfile.c (symbol_file_command): Delete mmap code.
13064 (symbol_file_add_with_addrs_or_offsets): Ditto.
13065 (add_symbol_file_command, reread_separate_symbols): Ditto.
13066 * objfiles.h (OBJF_MAPPED): Delete.
13067 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13068 (free_objfile) [USE_MMALLOC]: Ditto.
13069 (open_existing_mapped_file): Delete function.
13070 (open_mapped_file): Delete function.
13071 (map_to_file): Delete function.
13072
2dbd5e30
KB
130732004-01-19 Kevin Buettner <kevinb@redhat.com>
13074
13075 * infrun.c (step_into_function): Account for possible breakpoint
13076 adjustment when computing ``stop_func_start''.
13077
437b434f
KB
130782004-01-19 Kevin Buettner <kevinb@redhat.com>
13079
13080 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13081 the region size against the size of a pointer, not the size of
13082 a register as given by DEPRECATED_REGISTER_SIZE.
13083
55fb0713
AC
130842004-01-19 Andrew Cagney <cagney@redhat.com>
13085
13086 * tui/tui-regs.h: Include "tui-data.h".
13087 (tuiFirstRegElementNoInLine): Delete declaration.
13088 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13089 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13090 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13091 (tui_calculate_regs_column_count): Rename
13092 tuiCalculateRegsColumnCount.
13093 (tui_check_register_values): Rename tuiCheckRegisterValues.
13094 (tui_show_registers): Rename tuiShowRegisters.
13095 (tui_display_registers_from_line): Rename
13096 tuiDisplayRegistersFromLine.
13097 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13098 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13099 (tui_first_reg_element_no_inline): Rename
13100 tuiFirstRegElementNoInLine.
13101 * tui/tui-data.h: Update copyright.
13102 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13103 * tui/tui-windata.c: Update copyright, update references.
13104 * tui/tui-regs.c: Update copyright, update references.
13105 * tui/tui-win.c: Update copyright, update references.
13106 * tui/tui-layout.c: Update copyright, update references.
fe61caab 13107
cebe9500
AC
131082004-01-18 Andrew Cagney <cagney@redhat.com>
13109
bcdf1568
AC
13110 * tui/tui-io.c: Update copyright.
13111 (key_is_end_sequence, key_is_backspace): New functions.
13112 (key_is_command_char, key_is_start_sequence): New function.
13113 (tui_getc): Update references.
13114 * tui/tui-io.h: Update copyright.
13115 (m_tuiStartNewLine): Delete macro.
13116 (m_isBackspace, m_isDeleteChar): Delete macros.
13117 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13118 (m_isNextPage, m_isPrevPage): Delete macros.
13119 (m_isLeftArrow, m_isRightArrow): Delete macros.
13120 (m_isXdbStyleCommandChar): Delete macro.
13121 (key_is_start_sequence): Declare, replace m_isStartSequence.
13122 (key_is_end_sequence): Declare, replace m_isEndSequence.
13123 (key_is_backspace): Declare ,replace m_isBackspace.
13124 (key_is_command_char): Declare, replace m_isCommandChar.
13125 * tui/tui-command.c: Update copyright.
13126 (tuiDispatchCtrlChar): Update references.
13127
130d87e6
AC
13128 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13129 tuiSourceWin.h.
13130
d7b2e967
AC
13131 * tui/tui-command.c: Rename tui/tuiCommand.c.
13132 * tui/tui-command.h: Rename tui/tuiCommand.h.
13133 * tui/tui-data.c: Rename tui/tuiData.c.
13134 * tui/tui-data.h: Rename tui/tuiData.h.
13135 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13136 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13137 * tui/tui-io.c: Rename tui/tuiIO.c.
13138 * tui/tui-io.h: Rename tui/tuiIO.h.
13139 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13140 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13141 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13142 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13143 * tui/tui-source.c: Rename tui/tuiSource.c.
13144 * tui/tui-source.h: Rename tui/tuiSource.h.
13145 * tui/tui-stack.c: Rename tui/tuiStack.c.
13146 * tui/tui-stack.h: Rename tui/tuiStack.h.
13147 * tui/tui-win.c: Rename tui/tuiWin.c.
13148 * tui/tui-win.h: Rename tui/tuiWin.h.
13149 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13150 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13151 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13152 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13153 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13154 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13155 * tui/tui-file.c: Update includes.
13156 * tui/tui-hooks.c: Update includes.
13157 * tui/tui-interp.c: Update includes.
13158 * tui/tui.c: Update includes.
13159 * Makefile.in: Update all tui/ dependencies.
13160 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13161
b2100910
AC
13162 * Makefile.in: Update copyright. Update dependencies.
13163
cebe9500
AC
13164 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13165 problem.
13166
c6f0559b
AC
131672004-01-18 Andrew Cagney <cagney@redhat.com>
13168
43e9390b
AC
13169 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13170 instead of register_gdbarch_init.
13171
c6f0559b
AC
13172 * remote-sds.c (tohex): Delete unused function. Update copyright.
13173 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13174 * v850-tdep.c (v850_register_virtual_size): Ditto.
13175 * target.c (normal_target_post_startup_inferior): Ditto.
13176 * source.c (ambiguous_line_spec): Ditto.
13177 * remote.c (adapt_remote_get_threadinfo): Ditto.
13178 * mi/mi-out.c (out_field_fmt): Ditto.
13179 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13180 (output_control_change_notification): Ditto.
13181 * m68k-tdep.c (m68k_register_byte): Ditto.
13182 (m68k_remote_breakpoint_from_pc): Ditto.
13183 * ui-out.c (init_ui_out_state): Delete unused declaration.
13184 * stabsread.c (search_value): Ditto.
13185 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13186 * maint.c (print_section_table): Ditto.
13187 * infrun.c (set_follow_fork_mode_command): Ditto.
13188
a8504492
MK
131892004-01-18 Mark Kettenis <kettenis@gnu.org>
13190
13191 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13192 DW_CFA_def_cfa_exporession. Add support for
13193 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13194 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13195
0bd8997e
AC
131962004-01-18 Andrew Cagney <cagney@redhat.com>
13197
13198 * ocd.c: Update copyright.
13199 (bdm_read_register_command): Delete unused function.
13200 (_initialize_remote_ocd): Delete commented out reference.
13201 (get_quoted_char, reset_packet): Delete #if0ed function.
13202 (output_packet, put_quoted_char): Delete #if0ed function.
13203 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13204 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13205 (BDM_BREAKPOINT): Delete #if0ed macro.
13206 (remote_timeout): Delete #if0ed variable.
13207
31bb40e4
MK
132082004-01-18 Mark Kettenis <kettenis@gnu.org>
13209
13210 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13211 (core-sol2.o): Remove dependency.
13212 * core-sol2.c: Remove file.
13213
887432a5
AC
132142004-01-17 Andrew Cagney <cagney@redhat.com>
13215
13216 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13217 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13218 enums.
13219
29182b13
DJ
132202004-01-17 Daniel Jacobowitz <drow@mvista.com>
13221
13222 * remote.c: Update copyright years.
13223
2963ee1d
DJ
132242004-01-17 Daniel Jacobowitz <drow@mvista.com>
13225
13226 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13227
79d45cd4
AC
132282004-01-17 Andrew Cagney <cagney@redhat.com>
13229
ee300cd4
AC
13230 * mdebugread.c: Update copyright.
13231 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13232 (parse_type, parse_procedure): Ditto.
13233 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13234
fcacc9c2
AC
13235 * cris-tdep.c (cris_store_struct_return): Put back accidently
13236 deleted function.
13237
79d45cd4
AC
13238 * gdbarch.sh: Update copyright year.
13239 * gdbarch.h, gdbarch.c: Re-generate.
13240
b263358a
DJ
132412004-01-17 Daniel Jacobowitz <drow@mvista.com>
13242
13243 Suggested by George Anzinger.
13244 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13245 correct stack offset. Include unknown opcode numbers in the error
13246 message.
13247
931aecf5
AC
132482004-01-17 Andrew Cagney <cagney@redhat.com>
13249
13250 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13251 extract_struct_value_address, i386 does not set it.
13252 * sparc64-tdep.c (sparc64_init_abi): Do not set
13253 extract_struct_value_address, never called.
13254 (sparc64_extract_struct_value_address): Delete function.
13255 * m68hc11-tdep.c: Update copyright.
13256 (m68hc11_gdbarch_init): Delete redundant assignment of
13257 extract_struct_value_address.
13258 * i386-tdep.c: Update copyright.
13259 (i386_gdbarch_init): Do not set extract_struct_value_address,
13260 never called.
13261 (i386_extract_struct_value_address): Delete function.
13262 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13263 extract_struct_value_address, never called.
13264 (sparc32_extract_struct_value_address): #if 0 function. Add
13265 comments explaining its future.
13266
756fe439
DJ
132672004-01-17 Daniel Jacobowitz <drow@mvista.com>
13268
13269 * arm-tdep.c (arm_write_pc): New function.
13270 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13271
e74f0f02
DJ
132722004-01-17 Daniel Jacobowitz <drow@mvista.com>
13273
13274 * breakpoint.c (must_shift_inst_regs): Delete.
13275 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13276 and SHIFT_INST_REGS.
13277 * infcmd.c (step_1, step_1_continuation): Delete references to
13278 SHIFT_INST_REGS.
13279 * infrun.c (keep_going): Likewise.
13280 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13281 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13282
b6cb9035
AC
132832004-01-17 Andrew Cagney <cagney@redhat.com>
13284
444a1e2e
AC
13285 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13286 * gdbarch.h, gdbarch.c: Re-generate.
13287 * infcmd.c (print_return_value): Delete reference to
13288 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13289
def7e6ed
AC
13290 * cris-tdep.c (cris_gdbarch_init): Do not set
13291 deprecated_extract_struct_value_address.
13292
07be497a
AC
13293 * xstormy16-tdep.c: Update copyright.
13294 (xstormy16_extract_struct_value_address): Update to current
13295 extract struct value address interface.
13296 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13297 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13298 current extract struct value address interface.
13299 (sh64_gdbarch_init): Set extract_struct_value_address.
13300
6b4d5c91
AC
13301 * cris-tdep.c: Update copyright.
13302 (cris_extract_struct_value_address): Delete function.
13303 (struct_return_address): Delete variable.
13304 (cris_store_struct_return): Do not set struct_return_address.
13305
464e0365
AC
13306 * mcore-tdep.c: Update copyright.
13307 (mcore_extract_struct_value_address): Delete function. Update
13308 comments.
13309 (mcore_gdbarch_init): Update.
13310 * mn10300-tdep.c: Update copyright.
13311 (mn10300_extract_struct_value_address): Delete function.
13312 (mn10300_gdbarch_init): Update.
13313 * v850-tdep.c: Update copyright.
13314 (v850_extract_struct_value_address): Delete.
13315 (v850_gdbarch_init): Update.
13316 * ns32k-tdep.c: Update copyright.
13317 (ns32k_extract_struct_value_address): Delete.
13318 (ns32k_gdbarch_init): Update.
13319 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13320 (hppa_gdbarch_init): Update.
13321 * vax-tdep.c: Update copyright.
13322 (vax_extract_struct_value_address): Delete.
13323 (vax_gdbarch_init): Update.
13324
afb18d0f
AC
13325 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13326 * gdbarch.h, gdbarch.c: Re-generate.
13327 * procfs.c (procfs_fetch_registers): Delete reference to
13328 DEPRECATED_NPC_REGNUM.
13329 (procfs_store_registers): Ditto.
13330 * regcache.c (generic_target_write_pc): Simplify.
13331 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13332
a698f53e
AC
13333 * core-sol2.c (fetch_core_registers): Replace
13334 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13335
adc11376
AC
13336 * hppa-tdep.c: Update copyright year.
13337 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13338 NPC_REGNUM.
13339 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13340
b6cb9035
AC
13341 * mips-tdep.c (mips_write_pc): New function.
13342 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13343 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13344 (mips_find_saved_regs, mips_software_single_step: Ditto.
13345 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13346 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13347
6d82d43b
AC
133482004-01-17 Andrew Cagney <cagney@redhat.com>
13349
13350 * mips-tdep.c: Re-indent. Group functions by ABI.
13351
71bd6bd4
AC
133522004-01-17 Andrew Cagney <cagney@redhat.com>
13353
13354 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13355 * gdbarch.c: Re-generate.
13356 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13357 DECR_PC_AFTER_BREAK to zero.
13358 * vax-tdep.c (vax_gdbarch_init): Ditto.
13359 * v850-tdep.c (v850_gdbarch_init): Ditto.
13360 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13361 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13362 * sh-tdep.c (sh_gdbarch_init): Ditto.
13363 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13364 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13365 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13366 * mips-tdep.c (mips_gdbarch_init): Ditto.
13367 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13368 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13369 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13370 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13371 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13372 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13373 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13374 * frv-tdep.c (frv_gdbarch_init): Ditto.
13375 * cris-tdep.c (cris_gdbarch_init): Ditto.
13376 * avr-tdep.c (avr_gdbarch_init): Ditto.
13377 * arm-tdep.c (arm_gdbarch_init): Ditto.
13378 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13379
a02abb62
JB
133802004-01-17 J. Brobecker <brobecker@gnat.com>
13381
13382 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13383 Delete, no longer used.
13384 (read_subrange_type): New function, mostly extracted from
13385 read_array_type().
13386 (read_array_type): Replace extracted code by call to
13387 read_subrange_type().
13388 (dwarf2_get_attr_constant_value): New function.
13389 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13390 (add_partial_symbol): Likewise.
13391 (process_die): Likewise.
13392 (new_symbol): Likewise.
13393 (read_type_die): Likewise.
13394
cf5b2f1b
AC
133952004-01-16 Andrew Cagney <cagney@redhat.com>
13396
13397 * symfile.c: Update copyright year.
13398 (compare_symbols): Delete unused function.
13399 * stabsread.c: Update copyright year.
13400 (lrs_general_complaint): Delete unused function.
13401 (ref_search_value): Ditto.
13402 (get_substring): Delete declaration.
13403 * sh64-tdep.c: Update copyright year.
13404 (sh64_get_gdb_regnum): Delete unused function.
13405 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13406 Delete unused function.
13407
d33b9831
MK
134082004-01-17 Mark Kettenis <kettenis@gnu.org>
13409
13410 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13411 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13412
7aea86e6
AC
134132004-01-16 Andrew Cagney <cagney@redhat.com>
13414
13415 Changes from Peter Schauer.
13416 * rs6000-tdep.c: Update copyright year.
13417 (rs6000_push_dummy_call): Update the stack pointer before
13418 accessing the corresponding stack region.
13419 * rs6000-nat.c: Update copyright year.
13420 (set_host_arch): Set "info.abfd" to "exec_bfd".
13421
26b0da32
MK
134222004-01-15 Mark Kettenis <kettenis@gnu.org>
13423
13424 * blockframe.c: Update copyright year.
13425 (inside_entry_func): Don't treat a zero PC specially.
13426
86fbe6cc
EZ
134272004-01-14 Elena Zannoni <ezannoni@redhat.com>
13428
13429 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13430 variable.
13431 (gcore_create_callback): Ditto. Skip any memory segment that has
13432 no permissions set.
13433
63d06c5c
DC
134342004-01-14 David Carlton <carlton@kealia.com>
13435
13436 Change symbols for C++ nested types to contain the fully qualified
13437 name, if possible. (At least in the DWARF-2 case.) Partial fix
13438 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13439 c++/895.
13440 * c-exp.y (qualified_type): Handle types nested within classes.
13441 * cp-namespace.c: Update comments.
13442 (cp_set_block_scope): Delete #if 0.
13443 (cp_lookup_nested_type): Handle types nested within classes.
13444 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13445 when appropriate.
13446 (add_partial_symbol): Add the name of the enclosing namespace to
13447 types.
13448 (pdi_needs_namespace): New.
13449 (add_partial_namespace): Tweak comment.
13450 (add_partial_structure): New.
13451 (psymtab_to_symtab_1): Initialize processing_current_prefix
13452 here...
13453 (process_die): instead of here.
13454 (read_structure_scope): Try to figure out the name of the class or
13455 namespace that the structure might be defined within.
13456 (read_enumeration): Generate fully-qualified names, if possible.
13457 (read_namespace): Don't set name to NULL.
13458 (die_specification): New.
13459 (new_symbol): Generate fully-qualified names for types.
13460 (read_type_die): Determine appropriate prefix.
13461 (determine_prefix): New.
13462 (typename_concat): New.
13463 (class_name): New.
13464 * valops.c (value_aggregate_elt): Pass NOSIDE to
13465 value_struct_elt_for_reference.
13466 (value_struct_elt_for_reference): Make static, add NOSIDE
13467 parameter, call value_maybe_namespace_elt as a last resort.
13468 (value_namespace_elt): Break out code into
13469 value_maybe_namespace_elt.
13470 (value_maybe_namespace_elt): New.
13471
87783b8b
AC
134722004-01-12 Andrew Cagney <cagney@redhat.com>
13473
13474 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13475 cooked floating-point registers.
13476 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13477 and value_to_register.
13478
6503b91e
AC
134792004-01-13 Andrew Cagney <cagney@redhat.com>
13480
13481 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13482 * gdbarch.c: Re-generate.
13483 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13484 FUNCTION_START_OFFSET.
13485 * v850-tdep.c (v850_gdbarch_init): Ditto.
13486 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13487 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13488 * sh-tdep.c (sh_gdbarch_init): Ditto.
13489 * s390-tdep.c (s390_gdbarch_init): Ditto.
13490 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13491 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13492 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13493 * mips-tdep.c (mips_gdbarch_init): Ditto.
13494 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13495 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13496 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13497 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13498 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13499 * i386-tdep.c (i386_gdbarch_init): Ditto.
13500 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13501 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13502 * frv-tdep.c (frv_gdbarch_init): Ditto.
13503 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13504 * cris-tdep.c (cris_gdbarch_init): Ditto.
13505 * avr-tdep.c (avr_gdbarch_init): Ditto.
13506 * arm-tdep.c (arm_gdbarch_init): Ditto.
13507 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13508
ea1dd7bc
DJ
135092004-01-13 Daniel Jacobowitz <drow@mvista.com>
13510
13511 * infrun.c (follow_fork_mode_ask): Remove.
13512 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13513 (follow_fork): Simplify and remove internal error for
13514 follow_fork_mode_ask.
13515 (_initialize_infrun): Update "set follow-fork-mode" help text.
13516
0f0cffd2
AC
135172004-01-13 Andrew Cagney <cagney@redhat.com>
13518
13519 * configure.in: Update copyright year.
13520 (build_warnings): Add -Wunused-label.
13521 * configure: Re-generate.
13522
de38af99
AC
135232004-01-12 Andrew Cagney <cagney@redhat.com>
13524
954a7fba
AC
13525 * exec.h (exec_ops): Make "extern".
13526
de38af99
AC
13527 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13528 the function is void.
13529 (mips_pseudo_register_write): Ditto.
13530
1a111ce3
AC
135312004-01-12 Andrew Cagney <cagney@redhat.com>
13532
13533 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13534 call. Never defined.
13535 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13536 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13537 (struct sparc_gregset, struct regcache): Ditto.
13538 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13539
48efe704
AC
135402004-01-12 Andrew Cagney <cagney@redhat.com>
13541
13542 * mi/ChangeLog: Delete file. Renamed to ...
13543 * mi/ChangeLog-1999-2003: New file.
13544 * tui/ChangeLog: Delete file. Renamed to ...
13545 * tui/ChangeLog-1998-2003: New file.
fe61caab 13546
a54124c5
MK
135472004-01-11 Mark Kettenis <kettenis@gnu.org>
13548
2ca62865
MK
13549 * sparc64nbsd-tdep.c: Include "regset.h".
13550 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13551 Remove variables.
13552 (fetch_core_registers): Remove function.
13553 (sparc64nbsd_core_fns): Remove variable.
13554 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13555 functions.
13556 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13557 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13558 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13559
ca9d58e9
MK
13560 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13561 sparc_extract_struct_value_address.
13562 (sparc32_gdbarch_init): Set extract_struct_value_address.
13563 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13564 function.
13565 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13566 return_value_on_stack.
13567
3cc87ec0
MK
13568 * NEWS: Mention that %cs and %ss have been added to the AMD64
13569 configurations
13570
5bf00f29
MK
13571 * frame.c: Update copyright year.
13572 (get_prev_frame): Improve comment.
13573
4f7ec84e
MK
13574 * sparc64fbsd-tdep.c: Include "regset.h".
13575 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13576 Remove variables.
13577 (fetch_core_registers): Remove function.
13578 (sparc64fbsd_core_fns): Remove variable.
13579 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13580 functions.
13581 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13582 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 13583 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 13584
4e7b0cd3
MK
13585 * sparcnbsd-tdep.c: Include "regset.h".
13586 (fetch_core_registers): Remove function.
13587 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13588 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13589 functions.
13590 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13591 TDEP->fpregset.
46b58ce9 13592 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 13593
a54124c5
MK
13594 * sparc-tdep.h (struct regset): Provide opaque declaration.
13595 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13596 fpregset and sizeof_fpregset members.
13597 * sparc-tdep.c (struct regset): Provide opaque declaration.
13598 (sparc_regset_from_core_section): New function.
13599 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13600 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13601 Set regset_from_core_section when appropriate.
13602
29ff87c5
MK
136032004-01-10 Mark Kettenis <kettenis@gnu.org>
13604
79b1ab3d
MK
13605 * x86-64-tdep.c (amd64_non_pod_p): New function.
13606 (amd64_classify_aggregate): Return class memory for non-POD
13607 C++ structure types.
13608
6470d250
MK
13609 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13610 argument. Use it to reserve a register if necessary.
13611 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13612 amd64_push_arguments.
13613
562c50c2
MK
13614 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13615
af233647
MK
13616 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13617 register numbers in comments.
13618 * x86-64-tdep.h: Update copyright year.
13619 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13620 Adjust for addition of %cs and %ss.
13621 * amd64fbsd-nat.c: Update copyright year.
13622 (reg_offset): Add register offsets for %cs and %ss.
13623 * amd64fbsd-tdep.c: Update copyright year.
13624 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13625 (amd64fbsd_sc_reg_offset): Likewise.
13626 * x86-64-linux-nat.c: Update copyright year.
13627 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13628 and %ss.
13629 * amd64nbsd-nat.c: Update copyright year.
13630 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13631 * amd64nbsd-tdep.c: Update copyright year.
13632 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13633 * x86-64-linux-tdep.c: Update copyright year.
13634 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13635 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13636 * regformats/reg-x86-64.dat: Add %cs and %ss.
13637
29ff87c5
MK
13638 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13639 variables to prevent long lines. Update comments to reflect
13640 reality.
13641
38d518c9
EZ
136422004-01-09 David Carlton <carlton@kealia.com>
13643
13644 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13645 * dwarf2read.c (read_namespace): Pull out name-generating code
13646 into namespace_name. Rename previous_namespace to previous_prefix
13647 and processing_current_namespace to processing_current_prefix..
13648 (namespace_name): New function.
13649 (add_partial_symbol): Substitute uses of pdi->name with
13650 actual_name.
13651 * cp-support.h: Rename processing_current_namespace to
13652 processing_current_prefix.
13653 Update copyright year.
13654 * cp-namespace.c: Rename processing_current_namespace to
13655 processing_current_prefix.
13656 Update copyright year.
fe61caab 13657
1e4728e7
AC
136582004-01-09 Andrew Cagney <cagney@redhat.com>
13659
13660 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13661
c77c642a
MK
136622004-01-09 Mark Kettenis <kettenis@gnu.org>
13663
13664 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13665 complaining.
13666 (process_one_symbol): Deal with N_PATCH stabs.
13667
b44e9041
EZ
136682004-01-09 Elena Zannoni <ezannoni@redhat.com>
13669
13670 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13671 ifdeffed code.
13672 Update copyright year.
38d518c9 13673
eccfb640
MC
136742004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13675
13676 * config/pa/tm-hppa.h: Update extern declarations for
13677 hppa32_hpux_frame_saved_pc_in_sigtramp,
13678 hppa32_hpux_frame_base_before_sigtramp, and
13679 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13680
848c5feb
MC
136812004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13682
13683 * config/pa/tm-hppah.h: Update copyright years.
13684
3cc5d663
AC
136852004-01-08 Andrew Cagney <cagney@redhat.com>
13686
13687 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13688 (mips_o32_reg_struct_has_addr): Delete function.
13689 (mips_gdbarch_init): Update.
13690 (mips_extract_struct_value_address): Delete function.
13691
bfec0b41
JJ
136922004-01-08 David Mosberger <davidm@hpl.hp.com>
13693
13694 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13695 reality.
13696
16e109ca
AC
136972004-01-07 Andrew Cagney <cagney@redhat.com>
13698
6214a8a1
AC
13699 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13700 architecture's elf flags (when available).
13701
8d5838b5
AC
13702 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13703 FPU to the start, check the MIPS FPU when looking for an old
13704 architecture.
13705 (set_mipsfpu_single_command): Update the architecture.
13706 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13707
480d3dd2
AC
13708 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13709 (mips_mask_address_p): Add "tdep" parameter.
13710 (show_mask_address, mips_addr_bits_remove): Update.
13711 (mips_dump_tdep): Update.
13712 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13713 (MIPS_STACK_ARGSIZE): Delete macro.
13714 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13715 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13716 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13717 (mips_dump_tdep): Update.
13718 (MIPS_SAVED_REGSIZE): Delete macro.
13719 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13720 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13721 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13722 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13723 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13724 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13725 (mips_pop_frame, return_value_location): Update.
13726 (mips_n32n64_return_value, mips_dump_tdep): Update.
13727
ec03c1ac
AC
13728 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13729 MIPS ABI.
13730
16e109ca
AC
13731 * mips-tdep.c: Update copyright.
13732 (mips_gdbarch_init): Merge two code blocks handling the register
13733 name and number layout.
13734
15255275
MS
137352004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
13736
13737 * tracepoint.c (validate_actionline): Fix segv at EOF
13738
9f9057da
MC
137392004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13740
13741 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13742 properly for static fields.
13743
0127c0d3 137442004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 13745 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
13746
13747 * disasm.c: Update copyright to include 2004.
13748 (do_mixed_source_and_assembly): For uiout asm list
13749 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 13750 NULL and do so prior to loop. Only reset when we close off
0127c0d3 13751 the tuple/list. Move check for whether to close off the
fe61caab 13752 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
13753 on each loop iteration.
13754
5269965e
AC
137552004-01-05 Andrew Cagney <cagney@redhat.com>
13756
54f1137d
AC
13757 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13758 should be a switch case and not a label.
13759 * mips-tdep.c (mips32_next_pc): Delete unused labels
13760 "greater_equal_branch" and "less_zero_branch".
13761 * jv-valprint.c (java_print_value_fields): Delete unused label
13762 "flush_it".
13763
5269965e
AC
13764 * target.c (unpush_target): Only close a target that is in the
13765 target stack.
13766
dbc22fa1
MK
137672004-01-05 Mark Kettenis <kettenis@gnu.org>
13768
9515395e
MK
13769 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13770 address from [sp + 64] instead of %o2.
13771
dbc22fa1
MK
13772 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13773 fixes PR backtrace/1476.
13774
5439edaa
AC
137752004-01-05 Andrew Cagney <cagney@redhat.com>
13776
13777 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13778 move to start of file.
13779 * i386-tdep.h (struct regcache): Add opaque declaration.
13780 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13781 declaration.
13782 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13783 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13784 * win32-nat.c (fake_create_process): Use ISO C style definition.
13785 * stabsread.c (define_symbol): Delete #ifndef
13786 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13787 stabs_argument_has_addr call, macro never defined.
13788
19061abe
MC
137892004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13790
13791 * op50-rom.c: Delete.
13792 * w89k-rom.c: Delete.
13793 * Makefile.in: Remove references.
13794
e53bef9f
MK
137952004-01-04 Mark Kettenis <kettenis@gnu.org>
13796
13797 * x86-64-tdep.c: Update copyright year.
13798 (struct amd64_register_info): Rename from x86_64_register_info.
13799 (amd64_register_info): Rename from x86_64_register_info.
13800 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13801 (amd64_register_name): Rename from x86_64_register_name.
13802 (amd64_register_type): Rename from x86_64_register_type.
13803 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13804 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13805 (amd64_dwarf_reg_to_regnum): Rename from
13806 x86_64_dwarf_reg_to_regnum.
13807 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13808 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13809 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13810 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13811 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13812 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13813 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13814 (amd64_frame_cache): Rename from x86_64_frame_cache.
13815 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13816 (amd64_frame_prev_register): Rename from
13817 x86_64_frame_prev_register.
13818 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13819 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13820 (amd64_sigtramp_frame_cache): Rename from
13821 x86_64_sigtramp_frame_cache.
13822 (amd64_sigtramp_frame_prev_register): Rename from
13823 x86_64_sigtramp_frame_prev_register.
13824 (amd64_sigtramp_frame_unwind): Rename from
13825 x86_64_sigtramp_frame_unwind.
13826 (amd64_sigtramp_frame_sniffer): Rename from
13827 x86_64_sigtramp_frame_sniffer.
13828 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13829 (amd64_frame_base): Rename from x86_64_frame_base.
13830 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13831 (amd64_frame_align): Rename from x86_64_frame_align.
13832 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13833 (amd64_regset_from_core_section): Rename from
13834 x86_64_regset_from_core_section.
13835 (x86_64_init_abi): Update comments.
13836
fca6aa58
NR
138372004-01-04 Nick Roberts <nick@nick.uklinux.net>
13838
13839 * MAINTAINERS (write after approval): Add myself.
13840
8ada74e3
MK
138412004-01-04 Mark Kettenis <kettenis@gnu.org>
13842
13843 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13844 `float' arguments.
13845
5154b0cd
MK
138462004-01-04 Mark Kettenis <kettenis@gnu.org>
13847
13848 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13849 such that it mentions a specific version of GCC that exhibits this
13850 bug.
13851
fb316966
MK
138522004-01-03 Mark Kettenis <kettenis@gnu.org>
13853
200cc553
MK
13854 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13855 structure that has a single `float' member, store it in %f1 in
13856 addition to %f0.
13857
e226a4a0
MK
13858 * sparc-sol2-nat.c: Add missing '\'.
13859
b9d4c5ed
MK
13860 * sparc-tdep.c (sparc32_return_value): New function.
13861 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13862 Remove functions.
13863 (sparc32_gdbarch_init): Set return_value, don't set
13864 extract_return_value, store_return_value, use_struct_convention
13865 and return_value_on_stack.
13866
fb316966
MK
13867 * sparc-sol2-nat.c: Add missing ')'.
13868
1af510a8
JB
138692004-01-03 J. Brobecker <brobecker@gnat.com>
13870
13871 * infrun.c (handle_step_into_function): New function.
13872 (handle_inferior_event): Extract out some code into the new
13873 function above.
13874
5cf4d23a
JB
138752004-01-03 J. Brobecker <brobecker@gnat.com>
13876
13877 * infrun.c (handle_inferior_event): Move the declaration of
13878 real_stop_pc inside the if blocks where it is used.
13879
60af1db2
MK
138802004-01-03 Mark Kettenis <kettenis@gnu.org>
13881
13882 * sparc64-tdep.c (sparc64_16_byte_align_p)
13883 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13884 Use check_typedef to get subtypes of structures and unions.
13885 (sparc64_store_return_value): Fix calculation of the appropriate
13886 offset into VALBUF when storing a structure or union.
13887 (sparc64_return_value): New function.
13888 (sparc64_use_struct_convention): Remove function.
13889 (sparc64_init_abi): Set return_value, don't set
13890 extract_return_value, store_return_value and
13891 use_struct_convention.
13892
1a901d3f
EZ
138932004-01-03 Eli Zaretskii <eliz@elta.co.il>
13894
13895 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13896 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13897 gdb/config/alpha/xm-alphaosf.h,
13898 gdb/config/powerpc/tm-ppcle-eabi.h,
13899 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13900 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13901 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13902 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13903 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13904 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13905 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13906 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13907 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13908 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13909 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13910 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13911 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13912 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13913 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13914 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13915 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13916 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13917 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13918 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13919 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13920 Remove lines for .cvsignore files.
13921
ef52e463
JB
139222004-01-03 J. Brobecker <brobecker@gnat.com>
13923
13924 * infrun.c: Back out the previous change.
13925
cb1bf9dc
MK
139262004-01-03 Mark Kettenis <kettenis@gnu.org>
13927
f0424ef6
MK
13928 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13929 sparc-*-sunos4* to the list of REMOVED configurations.
13930
cb1bf9dc
MK
13931 * configure.tgt: Add back sparc-*-vxworks*.
13932 * remote-vxsparc.c: Remove all includes except for "defs.h",
13933 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13934 Include "sparc-tdep.h".
13935 (SPARC_R_G1): New define.
13936 (vxsparc_gregset): New variable.
13937 (ext_format_sparc): Remove extern declaration.
13938 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13939 sparc32_supply_fpregset.
13940 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13941 sparc_collect_rwindow and sparc32_collect_fpregset.
13942 * config/sparc/tm-vxworks.h: New file, based on recently removed
13943 tm-vxsparc.h.
13944 * config/sparc/vxworks.mt: New file, based on recently removed
13945 vxworks.mt.
fe61caab 13946
5e938f9f
JB
139472004-01-03 J. Brobecker <brobecker@gnat.com>
13948
13949 * infrun.c (handle_step_into_function): New function.
13950 (handle_inferior_event): Extract out some code into the new
13951 function above.
13952
386c036b
MK
139532004-01-02 Mark Kettenis <kettenis@gnu.org>
13954
13955 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13956 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13957 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13958 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13959 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13960 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13961 (sparc_nat_h): New variable.
13962 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13963 (tm-sun4os4.h): Remove dependency.
13964 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13965 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13966 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13967 sparc-tdep.o): Update dependencies.
13968 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13969 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13970 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13971 dependencies.
13972 * configure.host: Remove existing sparc-*-lynxos*,
13973 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13974 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13975 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13976 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13977 triplets.
13978 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13979 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13980 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13981 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13982 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13983 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13984 sparc64-*-solaris2* and sparc64-*-* triplets.
13985 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13986 "symtab.h" and "objfiles.h".
13987 (BIAS): Remove define.
13988 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13989 (X_DISP19): Remove macros.
13990 (sparc_fetch_instruction): Remove function.
13991 (struct gdbarch_tdep): Remove definition.
13992 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13993 (sparc_breakpoint_from_pc): Remove function.
13994 (struct sparc64_frame_cache): Remove definition.
13995 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13996 sparc64_unwind_pc): Remove functions.
13997 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13998 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13999 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14000 (sparc64_frame_cache): Change return type to `struct
14001 sparc_frame_cache *'. Simply call sparc_frame_cache.
14002 (sparc64_frame_this_id, sparc64_frame_prev_register,
14003 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14004 instead of `struct sparc64_frame_cache.
14005 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14006 sparc_analyze_control_transfer, sparc_software_single_step,
14007 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14008 _initialize_sparc64_tdep): Remove functions.
14009 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14010 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14011 macros.
14012 (sparc64_supply_gregset, sparc64_collect_gregset,
14013 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14014 (sparc64_init_abi): New function.
14015 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14016 inclusion guard. Include "sparc-tdep.h".
14017 (BIAS): Define.
14018 (r_tstate_offset, r_fprs_offset): New defines.
14019 (enum sparc_regnum): Remove defenition.
14020 (enum sparc64_regnum): Reformat.
14021 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14022 (sparc64_init_abi, sparc64_supply_gregset,
14023 sparc64_collect_gregset, sparc64_supply_fpregset,
14024 sparc64_collect_fpregset): New prototypes.
14025 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14026 Add extern declarations.
14027 (sparc64_sol2_init_abi): New prototype.
14028 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14029 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14030 prototypes.
14031 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14032 "sparnbsd-nat.h".
14033 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14034 functions.
14035 (_initialize_sparc64fbsd_nat): Remove initialization of
14036 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14037 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 14038 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
14039 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14040 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14041 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14042 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14043 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14044 (sparc64fbsd_r_y_offset): Remove variables.
14045 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14046 Make static and const.
14047 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14048 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14049 functions.
14050 (sparc64fbsd_gregset): New variable.
14051 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14052 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14053 and sparc64_supply_fpregset.
14054 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14055 (sparc64fbsd_sigtramp_frame_this_id)
14056 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14057 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14058 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14059 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14060 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14061 * sparcnbsd-tdep.c: Update copyright year. Include
14062 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14063 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14064 "value.h" and "sparcnbsd-tdep.h".
14065 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14066 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14067 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14068 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14069 defines.
14070 (sparcnbsd_gregset): New variable.
14071 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14072 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14073 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14074 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14075 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14076 variables.
14077 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14078 (sparc32nbsd_sigcontext_frame_this_id)
14079 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14080 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14081 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14082 (sparcnbsd_get_longjmp_target_32,
14083 sparcnbsd_get_longjmp_target_64): Remove functions.
14084 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14085 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14086 sparcnbsd_init_elf): Remove.
14087 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14088 (sparcnbsd_elf_init_abi): New functions.
14089 (_initialize_sparcnbsd_tdep): New prototype.
14090 (_initialize_sparnbsd_tdep): Update.
14091 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14092 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14093 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14094 * config/sparc/linux.mh: Update comment.
14095 (XM_FILE, HOST_IPC): Remove variables.
14096 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14097 sparc-linux-nat.o.
14098 * config/sparc/linux.mt: Update comment.
14099 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14100 * config/sparc/nbsd.mt: Reformat.
14101 * config/sparc/nbsd64.mh: Update comment.
14102 (NATDEPFILES): Add sparc-nat.o.
14103 * config/sparc/nbsd64.mt: Update comment.
14104 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14105 (TM_FILE): Set to tm-nbsd.h.
14106 * config/sparc/nbsdelf.mh: Update comment.
14107 (NATDEPFILES): Add sparc-nat.o.
14108 (XM_FILE): Delete.
14109 * config/sparc/nbsdaout.mh: Update comment.
14110 (NATDEPFILES): Add sparc-nat.o
14111 (XM_FILE): Delete.
14112 * config/sparc/nm-linux.h: Update copyright year. Don't include
14113 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14114 inclusion.
14115 (KERNEL_U_SIZE): Remove define.
14116 (kernel_u_size): Remove prototype.
14117 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14118 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14119 "regcache.h".
14120 (CHILD_PREPARE_TO_STORE): Remove define.
14121 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14122 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14123 sparcnbsd-nat.c: Rewrite files.
14124 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14125 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14126 sparcnbsd-tdep.h: Remove files.
14127 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14128 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14129 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14130 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14131 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14132 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14133 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14134 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14135 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14136 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14137 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14138 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14139 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14140 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14141 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14142 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14143 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14144 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14145 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14146
ee84457a
AC
141472004-01-02 Andrew Cagney <cagney@redhat.com>
14148
14149 From 2003-12-18 Kazuhiro Inaoka:
14150 * configure.host: Add m32r-linux target.
14151
0bc2134e
MC
141522004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14153
14154 * top.c (print_gdb_version): Update year to 2004.
14155
89a72f9c
MM
141562004-01-02 Mark Mitchell <mark@codesourcery.com>
14157
14158 * MAINTAINERS: Add myself to the write-after-approval category.
14159
86b013ed
DJ
141602004-01-02 Daniel Jacobowitz <drow@mvista.com>
14161
14162 From Bernardo Innocenti <bernie@develer.com>:
14163 * configure.tgt: Add uClinux target.
14164
e42c9534
AC
141652004-01-02 Andrew Cagney <cagney@redhat.com>
14166
14167 * utils.c (do_my_cleanups): Make static, add forward declaration.
14168 * defs.h (do_my_cleanups): Delete declaration.
14169
162467d3
EZ
141702004-01-02 Eli Zaretskii <eliz@elta.co.il>
14171
14172 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14173 bfd/ChangeLog-0203.
14174
78434e59
MK
141752004-01-02 Mark Kettenis <kettenis@gnu.org>
14176
14177 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14178 in <machine/reg.h>.
14179 * configure, config.in: Regenerate.
14180
48efe704
AC
14181For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14182tui/ChangeLog-1998-2003.
c906108c
SS
14183\f
14184Local Variables:
14185mode: change-log
14186left-margin: 8
14187fill-column: 74
14188version-control: never
14189End:
This page took 2.054758 seconds and 4 git commands to generate.