2004-11-12 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
89676665
RC
12004-11-12 Randolph Chung <tausq@debian.org>
2
3 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
4 so_lib_thread_start_addr.
5 * pa64solib.h (so_list): Forward declare.
6 (pa64_solib_thread_start_addr): Prototype.
7 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
8 (no_shared_libraries): Remove.
9 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
10 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
11 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
12 the elf solib handler to find the start address.
13
14 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
15 files to the target makefile.
16 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
17 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
18 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
19
20 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
b82f24bf 21 files for symbol reading and shared library handling here.
89676665 22 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
b82f24bf
RC
23 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
24 without bringing in 64-bit support.
89676665 25
df407dfe
AC
262004-11-12 Andrew Cagney <cagney@gnu.org>
27
4991999e
AC
28 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
29 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
30 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
31 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
32 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
33 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
34 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
35
9ee8fc9d
AC
36 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
37 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
38 (VALUE_REGNUM): Define.
39 (struct value): Delete location.regnum, rename "regno" to
40 "regnum".
41 * value.c, valops.c, valarith.c, findvar.c: Update.
42
df407dfe
AC
43 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
44 (VALUE_BITPOS): Delete.
45 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
46 * value.c (value_type, value_offset, value_bitpos)
47 (value_bitsize): New functions. Update references.
48 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
49 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
50 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
51 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
52 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
53 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
54 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
55 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
56 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
57
61c82a3b
AC
582004-11-12 Andrew Cagney <cagney@gnu.org>
59
60 * cris-tdep.c (cris_register_offset): Delete, never called.
61 (cris_spec_reg_applicable): Delete cris_ver_sim.
62 * MAINTAINERS: List d10v as OBSOLETE.
63 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
64 FOPEN_WB et.al., defined by "fopen-bin.h".
65
5aac166f
RC
662004-11-12 Randolph Chung <tausq@debian.org>
67
68 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
69 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
70 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
71 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
72
4fab48b9
MK
732004-11-12 Mark Kettenis <kettenis@jive.nl>
74
75 * tui/tui-io.c: Don't include "terminal.h".
76 * Makefile.in (tui-io.o): Update dependencies.
77
9b098f24
KI
782004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
79
80 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
81 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
82 set_gdbarch_regset_from_core_section for core file support.
83 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
84 New functions.
85
a71f8c30
RC
862004-11-11 Randolph Chung <tausq@debian.org>
87
88 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
89 stop_after_branch parameter and use it to determine if we should look
90 at the delay slot of the first branch insn to find prologue insns.
91 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
92 (hppa_frame_cache): Likewise.
93
50b2f48a
RC
942004-11-11 Randolph Chung <tausq@debian.org>
95
96 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
97 register so that it can be unwound from anywhere in the prologue.
98
be723e22
MS
992004-11-10 msnyder <msnyder@redhat.com>
100
101 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
102 must invalidate lr_reg (so we don't try to save it again).
103 Ditto for cr_offset and cr_reg.
104
d6f7abdf
AC
1052004-11-05 Jon Beniston <jon@beniston.com>
106
216c5547 107 Committed by Andrew Cagney.
d6f7abdf
AC
108 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
109 when an unexpected packet is received, as the target stubs
110 continually retransmit the same packet until ACKed.
111
1d225535
RC
1122004-11-10 Randolph Chung <tausq@debian.org>
113
114 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
d6f7abdf 115 frame's type.
1d225535 116
2315ffec
RC
1172004-11-10 Randolph Chung <tausq@debian.org>
118
119 * blockframe.c (inside_entry_func): Move to .....
120 * frame.c (inside_entry_func): ... here, and make static.
121 (backtrace_past_entry): New flag.
122 (get_prev_frame): Stop backtrace at the entry function if enabled
123 by flag. Update comments.
124 (_initialize_frame): Add command to set backtrace_past_entry flag.
125 * defs.h (inside_entry_func): Remove prototype.
126
917c78fc
MK
1272004-11-10 Mark Kettenis <kettenis@gnu.org>
128
129 * dwarf2read.c: Fix formatting.
130
994b9211
AC
1312004-11-10 Andrew Cagney <cagney@gnu.org>
132
133 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
134 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
135 macros with function declarations.
136 * value.c (coerce_ref, coerce_array, coerce_number)
137 (coerce_enum): New functions.
138 (value_as_long, value_as_address): Update.
139 * ada-lang.c (ada_coerce_ref, ada_value_binop)
140 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
141 * jv-lang.c (evaluate_subexp_java): Update.
142 * valarith.c (value_less, value_neg, value_complement)
143 (value_binop, value_add, value_subscript, value_x_binop)
144 (value_logical_not, value_sub): Update.
145 * valops.c (check_field, value_struct_elt, value_ind)
146 (value_find_oload_method_list, value_cast, value_assign): Update.
147 * eval.c (evaluate_subexp_standard): Update.
148
06987e64
MK
1492004-11-10 Mark Kettenis <kettenis@gnu.org>
150
151 * mips-tdep.c (mips32_relative_offset): Change return type to
152 LONGEST, change argument type to ULONGEST. Fix sign-extension.
153
4a302917
RC
1542004-11-10 Randolph Chung <tausq@debian.org>
155
156 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
157 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
158 (hppa_fetch_pointer_argument): Likewise.
159 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
160 deprecated_read_memory_nobpt.
161 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
162 add_set_cmd sequence with add_setshow_boolean_cmd.
163
390e974f
AC
1642004-11-09 Andrew Cagney <cagney@gnu.org>
165
166 GDB 6.3 released from GDB 6.3 branch.
167
92e023d6
AC
1682004-11-09 Andrew Cagney <cagney@gnu.org>
169
170 * values.c: Rename to ...
171 * value.c: ..., new file.
172 * Makefile.in: Update.
173
d10891d4
DJ
1742004-11-09 Daniel Jacobowitz <dan@debian.org>
175
176 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
177 size.
178
00a4c844
AC
1792004-11-09 Andrew Cagney <cagney@gnu.org>
180
c44523e7
AC
181 * TODO: Delete.
182
00a4c844
AC
183 * value.h (struct value): Delete field bfd_section.
184 (VALUE_BFD_SECTION): Delete macro.
185 (COERCE_REF): Update.
186 (value_at, value_at_lazy): Delete asection parameter.
187 * printcmd.c (print_formatted, x_command): Update.
188 (do_examine): Delete asection parameter.
189 (next_section): Delete variable.
190 * valops.c (value_cast, value_at, value_at_lazy)
191 (value_coerce_function, value_addr, value_ind, value_string)
192 (find_rt_vbase_offset, value_full_object): Update.
193 * hpacc-abi.c (hpacc_virtual_fn_field)
194 (hpacc_value_rtti_type): Update.
195 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
196 (gnuv3_baseclass_offset): Update.
197 * f-valprint.c (f_val_print): Update.
198 * c-valprint.c (c_val_print): Update.
199 * p-valprint.c (pascal_val_print): Update.
200 * jv-valprint.c (java_value_print): Update.
201 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
202 * ada-lang.c (ada_value_primitive_packed_val)
203 (ada_evaluate_subexp): Update.
204 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
205 * expprint.c (print_subexp_standard): Update.
206 * infcall.c (call_function_by_hand): Update.
207 * valarith.c (value_add): Update.
208 * eval.c (evaluate_subexp_standard): Update.
209 * values.c (allocate_value, value_copy, value_static_field): Update.
210 * findvar.c (read_var_value, locate_var_value): Update.
211
5cb2fe25
AC
2122004-11-09 Andrew Cagney <cagney@gnu.org>
213
214 * i386-linux-tdep.c: Include "dwarf2-frame.h".
215 * Makefile.in: Update all dependencies.
216
cbafadeb
AC
2172004-11-08 Andrew Cagney <cagney@gnu.org>
218
219 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
220 (sentinel_frame_unwinder): Add the prev_pc method.
221 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
222 available. Do not handle the sentinel-frame case.
223 * frame-unwind.h (frame_prev_register_ftype): Define.
224 (struct frame_unwind): Add prev_pc;
225
3b78cdbb
DA
2262004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
227
228 * configure.in: Check for ncurses/term.h.
229 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
230 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
231 * tui/tui.c: Don't include term.h.
232 * configure, config.in: Rebuilt.
233
bcfca652
MK
2342004-11-08 Mark Kettenis <kettenis@gnu.org>
235
236 * m68kbsd-nat.c: Include "inf-ptrace.h".
237 (_initialize_m68kbsd_nat): Fix pasto.
238 * Makefile.in (m68kbsd-nat.o): Update dependencies.
239
527159b7
RC
2402004-11-08 Randolph Chung <tausq@debian.org>
241
242 * infrun.c (debug_infrun): New variable.
243 (resume, proceed, wait_for_inferior): Annotate with debug messages.
244 (handle_inferior_event, keep_going): Likewise.
245 (_initialize_infrun): Register "set debug infrun" command.
246
c874c7fc
AS
2472004-11-08 Andreas Schwab <schwab@suse.de>
248
249 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
250 PTRACE_EVENT_VFORKDONE.
251 (child_follow_fork): Adjust.
252
3c8fa307
AC
2532004-11-08 Andrew Cagney <cagney@gnu.org>
254
5c26072a
AC
255 * README: Refer to 6.3, not 6.2, update directory listing droppng
256 references to intl/ and mmalloc/.
257 * PROBLEMS: Refer to 6.3 not 6.2.
258
3c8fa307
AC
259 * PROBLEMS: Delete no-longer applicable problems.
260
12b8a2cb
DJ
2612004-11-07 Andrew Cagney <cagney@redhat.com>
262 Daniel Jacobowitz <dan@debian.org>
263 Roland McGrath <roland@redhat.com>
264
265 * Makefile.in (symfile-mem.o): Update dependencies.
266 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
267 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
268 * inf-ptrace.c (inf_ptrace_attach): Call
269 observer_notify_inferior_created.
270 * inftarg.c (child_attach): Likewise.
271 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
272 (symbol_file_add_from_memory): Take NAME argument. Use it for
273 the new BFD's filename.
274 (add_symbol_file_from_memory_command): Update call to
275 symbol_file_add_from_memory.
276 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
277 (symbol_file_add_from_memory_wrapper): New.
278 (_initialize_symfile_mem): Register add_vsyscall_page as an
279 inferior_created observer.
280
abbc6945
MK
2812004-11-07 Mark Kettenis <kettenis@gnu.org>
282
283 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
284 fetch_inferior_registers. Make static.
285 (m68kbsd_store_inferior_registers): Rename from
286 store_inferior_registers. Make static.
287 (_initialize_m68kbsd_nat): Construct and add target vector.
288 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
289 inftarg.o. Add inf-ptrace.o.
290 (NAT_FILE): Set to tm-solib.h.
291 (LOADLIBES): New variable.
292 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
293 inftarg.o. Add inf-ptrace.o.
294 (NAT_FILE): Delete variable.
295 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
296 inftarg.o. Add inf-ptrace.o.
297 (NAT_FILE): Set to tm-solib.h.
298 * config/m68k/nm-nbsdaout.h: Remove file.
299
3ed09a32
DJ
3002004-11-07 Daniel Jacobowitz <dan@debian.org>
301
302 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
303 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
304 (dwarf2_signal_frame_unwind): New.
305 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
306 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
307
8e763687
MK
3082004-11-07 Mark Kettenis <kettenis@gnu.org>
309
4fb31ed0
MK
310 * Makefile.in (mips64obsd-tdep.o): Fix typo.
311
fabe86c8
MK
312 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
313 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
314 to only include the structure members we actually need.
315 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
316 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
317 only include the structure members we actually need.
318 (mipsnbsd_init_abi): Update.
319
366e93e8
MK
320 * mips64obsd-nat.c: Include "mips-tdep.h".
321 (MIPS64OBSD_NUM_REGS): Remove define.
322 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
323 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
324 floating-point registers correctly.
325 * Makefile.in (mips64obsd-nat.o): Update dependencies.
326
8e763687
MK
327 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
328 "gdb_assert.h".
329 (mips64obsd_sigframe_init): New function.
330 (mips64obsd_sigframe): New variable.
331 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
332 unwinder.
333 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
334
5f6a2351
JB
3352004-11-06 Joel Brobecker <brobecker@gnat.com>
336
337 * alpha-mdebug-tdep.c: #include mdebugread.h.
338 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
339 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
340
f059bf6f
AC
3412004-11-05 Andrew Cagney <cagney@gnu.org>
342
343 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
344 CFI and the init_reg method leave the register unspecified.
345 Include the register name in the "Incomplete CFI data" complaint.
346 Supress leading zeros in the address.
347
1234d960
MK
3482004-11-05 Mark Kettenis <kettenis@gnu.org>
349
350 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
351 skipping a personality routine in a CIE augmentation.
352
d75e3c94
JJ
3532004-11-05 Jeff Johnston <jjohnstn@redhat.com>
354
355 * defs.h (fatal, vfatal): New function prototypes.
356 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
357 via catch_errors.
358 (backtrace_command): Change to call backtrace_command_stub via
359 catch_errors instead of calling backtrace_command_1 directly.
360 (backtrace_full_command): Ditto.
361 * utils.c (error_stream_1): New static function.
362 (verror): Change to call error_stream_1 instead of error_stream.
363 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
364 (vfatal, fatal): New functions.
365
98f276a0
AC
3662004-11-05 Andrew Cagney <cagney@gnu.org>
367
368 * stack.c (parse_frame_specification_1): Clear selected_frame_p
369 when not using selected frame.
370
f724bf08
MK
3712004-11-05 Mark Kettenis <kettenis@jive.nl>
372
373 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
374 personality routine in a CIE augmentation.
375
c789492a
FL
3762004-11-05 Felix Lee <felix+log1@specifixinc.com>
377
378 * stack.c (set_current_sal_from_frame): New function.
379 (print_args_stub): Use it.
380 (print_frame_info): Don't set sal here.
381
a81b10ae
MK
3822004-11-04 Mark Kettenis <kettenis@gnu.org>
383
384 * dwarf2-frame.c (read_encoded_value): Change type of third
385 argument to `unsigned char *'. Add support for LEB128 encodings.
386
ad766c0a
JB
3872004-11-04 Jim Blandy <jimb@redhat.com>
388
389 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
390 prevent cross-objfile references.
391 (make_cv_type): Doc fix. Don't create cross-objfile references,
392 even for stub types.
393 (replace_type): Add assertion to prevent cross-objfile references.
394 (check_typedef): Never resolve a stub type by copying over a type
395 from another file.
396
c46b0409 3972004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
f16d97c9 398
c46b0409
KI
399 * Makefile.in (m32r-tdep.o): Update dependencies.
400 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
401 ABI-specific overrides.
402
9f0b0322 4032004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
f16d97c9 404
9f0b0322
KI
405 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
406 unnecessary parallel execution bit.
407 (m32r_memory_remove_breakpoint): Ditto.
408 (m32r_breakpoint_from_pc): Update.
409
d5c27f81
RC
4102004-11-03 Randolph Chung <tausq@debian.org>
411
412 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
9f0b0322 413 frame_func_unwind to locate the unwind entry.
d5c27f81
RC
414 (hppa_frame_this_id): Likewise.
415
4577593c
AC
4162004-11-03 Andrew Cagney <cagney@gnu.org>
417
418 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
419 packet, obsolete configurations, end-of-life deprecated_registers.
420
b04de778
MK
4212004-11-02 Mark Kettenis <kettenis@gnu.org>
422
423 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
424 encodings as well as unsigned encodings.
425
9f2feefc
AC
4262004-11-02 Andrew Cagney <cagney@gnu.org>
427
428 * value.h (COERCE_VARYING_ARRAY): Delete.
429 * valops.c (value_cast, value_slice): Delete use.
430 * valarith.c (value_subscript, value_concat): Delete use.
431
117ea3cf
PH
4322004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
433
434 * NEWS: GDB understands GNAT Ada.
435
0bbc026e
JM
4362004-11-01 Joseph S. Myers <joseph@codesourcery.com>
437
438 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
439 (amd64-sol2-tdep.o): Add dependencies.
440 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
441 config/i386/sol2-64.mt: New files.
442 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
443 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
444 (supply_gregset): Correct order of arguments to
445 amd64_supply_native_gregset.
446 (fill_gregset): Correct order of arguments to
447 amd64_collect_native_gregset.
448 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
449 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
450 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
451 for definition of NEW_PROC_API.
452 * configure: Regenerate.
453
3d38a0a5
JM
4542004-11-01 Joseph S. Myers <joseph@codesourcery.com>
455
456 * MAINTAINERS (Write After Approval): Add myself.
457
f81cd1cf
AC
4582004-11-01 Andrew Cagney <cagney@gnu.org>
459
460 * configure.tgt: Mark d10v-*-* as obsolete.
461 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
462
f4e88c8e
PH
4632004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
464
465 * values.c (modify_field): Correct handling of bit-fields that
466 don't fit in 32 bits. Use unsigned operations throughout and
467 simplify the code a bit. Document preconditions.
468
84674fe1
AC
4692004-10-31 Andrew Cagney <cagney@gnu.org>
470
96693b3a
AC
471 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
472 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
473 (in_plt_section): Delete.
474
6f296f8f
AC
475 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
476 (mips_gdbarch_init): Do not set same.
477
618501c0
AC
478 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
479 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
480
b22e8f02
AC
481 * gdbarch.sh (in_solib_call_trampoline): Delete.
482 * gdbarch.h, gdbarch.c: Re-generate.
483
84674fe1
AC
484 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
485 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
486 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
487 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
488 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
489
c6d1029f
MK
4902004-10-31 Mark Kettenis <kettenis@gnu.org>
491
492 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
493 (mipsnbsd_fetch_inferior_registers): Rename from
494 fetch_inferior_registers. Make static.
495 (mipsnbsd_store_inferior_registers): Rename from
496 store_inferior_registers. Make static.
497 (_initialize_mipsnbsd_nat): New function and prototype.
498 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
499 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
500 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
501 inf-ptrace.o.
502
bd9ca83f
AC
5032004-10-31 Andrew Cagney <cagney@gnu.org>
504
19d718a3
AC
505 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
506 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
507 delete corresponding unused function.
508 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
509 in_solib_call_trampoline.
510 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
511 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
512 * config/mips/tm-nbsd.h: Ditto.
513 * config/arm/tm-linux.h: Ditto.
514 * config/mips/tm-linux.h: Ditto.
515
e8ce19c0
AC
516 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
517 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
518 in_solib_call_trampoline, delete corresponding unused function.
519 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
520 (vaxnbsd_aout_init_abi): Ditto.
521 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
522 (sparc32nbsd_aout_init_abi): Ditto.
523 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
524 (ppc_linux_init_abi): Ditto.
525 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
526 (ns32knbsd_init_abi_aout): Ditto.
527 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
528 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
529 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
530 (m68kbsd_aout_init_abi): Ditto.
531 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
532 (i386_cygwin_init_abi): Ditto.
533 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
534 (i386bsd_init_abi): Ditto.
535
af380d61
AC
536 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
537 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
538 isn't used by this architecture.
539 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
540 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
541 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
542 * s390-tdep.c (s390_gdbarch_init): Ditto.
543 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
544 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
545 * i386-tdep.c (i386_svr4_init_abi): Ditto.
546 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
547 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
548 * amd64-tdep.c (amd64_init_abi): Ditto.
549
0528d9f7
AC
550 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
551 in_solib_call_trampoline to its default value of
552 generic_in_solib_call_trampoline.
553 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
554 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
555 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
556 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
557 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
558 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
559
f9f9eacb
AC
560 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
561
a4ffd1e7
AC
562 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
563
82e34d2f
AC
564 * config/mips/tm-mips.h: Delete file.
565 * remote-mips.c: Delete tm-mips.h from comment.
566 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
567 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
568 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
569 * config/mips/tm-linux.h: Don't include tm-mips.h.
570 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
571 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
572 * config/mips/tm-wince.h: Don't include.
573
75dec9cf
AC
574 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
575 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
576 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
577 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
578
bd9ca83f
AC
579 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
580 * mdebugread.c (ecoff_relocate_efi): Delete function.
581 * objfiles.c (objfile_relocate): Delete #ifdef
582 MDEBUG_EFI_SYMBOL_NAME code.
583
3352ef37
AC
5842004-10-31 Orjan Friberg <organ.friberg@axis.com>
585 Andrew Cagney <cagney@gnu.org>
586
587 * gdbarch.sh (single_step_through_delay): Add.
588 * gdbarch.h, gdbarch.c: Re-generate.
589 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
590 (mips_step_skips_delay): Delete.
591 * mips-tdep.c (mips_single_step_through_delay): Replace
592 mips_step_skips_delay.
593 (mips_gdbarch_init): Set single_step_through_delay.
594 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
595
2440b685
MK
5962004-10-31 Mark Kettenis <kettenis@gnu.org>
597
598 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
599 from TRAMP_FRAME frame type.
600
56a2fed5
AC
6012004-10-31 Andrew Cagney <cagney@gnu.org>
602
9b792b1d
AC
603 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
604
0a5e8d98
AC
605 * mips-tdep.c (mips_ignore_helper): Delete.
606 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
607 * infrun.c (handle_inferior_event): Delete #ifdef
608 DEPRECATED_IGNORE_HELPER_CALL code.
609
56a2fed5
AC
610 * config/mips/tm-mips.h (RA_REGNUM): Delete.
611
f69c55b2
MK
6122004-10-31 Mark Kettenis <kettenis@gnu.org>
613
614 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
615 (fill_fpregset): Do not compile for 64-bit systems.
616 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
617 * Makefile.in (i386-sol2-nat.o): Update dependencies.
618 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
619
d37cca3d
AC
6202004-10-30 Andrew Cagney <cagney@gnu.org>
621
36b8628e
AC
622 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
623 (struct mdebug_extra_func_info): Define.
624 * config/alpha/tm-alpha.h: Delete same.
625 * config/mips/tm-mips.h: Delete same.
626 * mdebugread.c: Delete same.
627 * Makefile.in: Update dependencies.
628 * mips-mdebug-tdep.c: Include "mdebugread.h".
629
5b123146
AC
630 * objfiles.c: Include "mdebugread.h".
631 * mdebugread.c: Include "mdebugread.h".
632 (ecoff_relocate_cfi): Delete.
633 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
634 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
635 * mdebugread.h (ecoff_relocate_efi): New file.
636 * Makefile.in: Update dependencies.
637
b9c3a7de
AC
638 * mips-tdep.c (struct frame_extra_info): Delete.
639 (temp_proc_desc): Delete.
640
f92761ec
AC
641 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
642 MIPS_EFI_SYMBOL_NAME.
643 (mips_extra_func_info_t, mips_extra_func_info): Delete.
644 (struct mdebug_extra_func_info): Replace struct
645 alpha_extra_func_info and alpha_extra_func_info_t.
646 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
647 MIPS_EFI_SYMBOL_NAME.
648 (struct mdebug_extra_func_info): Replace struct
649 alpha_extra_func_info and alpha_extra_func_info_t.
650 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
651 * mdebugread.c, alpha-mdebug-tdep.c:
652
0bb57b31
AC
653 Suggested by Mark Kettenis.
654 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
655 fields frame_adjust and high_addr.
656 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
657 (non_heuristic_proc_desc): Delete references.
658
a5c9623c
AC
659 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
660 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
661 * mips-tdep.c: Update.
662
607fc93c
AC
663 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
664 (MIPS_LAST_EMBED_REGNUM): Add.
665 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
666 (LAST_EMBED_REGNUM): Delete.
667 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
668
24e05951
AC
669 * config/mips/tm-mips.h (PS_REGNUM): Delete.
670 * mips-tdep.h (MIPS_PS_REGNUM): Add.
671 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
672 * mips-linux-nat.c: Update.
673
613e114f
AC
674 * mips-tdep.h: Add comments on registers.
675 (MIPS_UNUSED_REGNUM): Define.
676 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
677 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
678 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
679 * mips-linux-nat.c, remote-mips.c: Update.
680
d37cca3d
AC
681 * config/mips/tm-mips.h (t_insn): Delete.
682 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
683 Replace t_insn with ULONGEST.
684
ceb41096
MK
6852004-10-30 Mark Kettenis <kettenis@gnu.org>
686
d1180b0f
MK
687 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
688 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
689 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
690 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
691 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
692 (mipsnbsd_core_osabi_sniffer): New function.
693 (mipsnbsd_init_abi): Set regset_from_core_section.
694 (_initialize_mipsnbsd_tdep): Remove calls to
695 deprecated_add_core_fns.
696 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
697 (mipsnbsd_regset_from_core_section): New functions.
698 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
699 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
700
ceb41096
MK
701 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
702 Remove optimization for DEPRECATED_FP_REGNUM.
703
ec4045ea
AC
7042004-10-30 Andrew Cagney <cagney@gnu.org>
705
cd65c8f6
AC
706 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
707 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
708 (alpha_setup_arbitrary_frame): Delete.
709 * mips-tdep.c (setup_arbitrary_frame): Delete.
710 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
711 (setup_arbitrary_frame): Delete.
712 * stack.c (parse_frame_specification_1): When specified, call
713 create_new_frame with two parameters. Delete #ifdef
714 SETUP_ARBITRARY_FRAME.
715
95ac2dcf
AC
716 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
717 (MIPS_INSTLEN): Delete.
718 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
719 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
720 * remote-mips.c, mips-tdep.c: Update.
721
1a8da44d
AC
722 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
723 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
724 * mips-tdep.c (mips_mdebug_frame_cache)
725 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
726 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
727 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
728 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
729 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
730 (mips_gdbarch_init): Do not append mdebug sniffers.
731 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
732 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
733 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
734 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
735 * Makefile.in: Update dependencies.
736
e6bc2e8a
AC
737 * mips-tdep.h (mips_abi_regsize): Declare.
738 * mips-tdep.c (mips_abi_regsize): Make non-static.
739
ec4045ea
AC
740 * mips-tdep.c (gdb_print_insn_mips): Simplify.
741 (make_mips16_addr): Delete.
e6bc2e8a 742
6b16acab
MK
7432004-10-30 Mark Kettenis <kettenis@gnu.org>
744
745 * i386-sol2-nat.c: New file.
746 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
747 i386-sol2-tdep.c.
748 (i386-sol2-nat.o): Update dependencies.
749 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
750 i386-sol2-nat.o.
751
8b622e6a
AC
7522004-10-30 Andrew Cagney <cagney@gnu.org>
753
754 Total breakage identified by Joel Brobecker.
755 * mips-tdep.c (after_prologue): Delete.
756 (mips_skip_prologue): Use skip_prologue_using_sal.
757 (heuristic_proc_desc): Delete, unused.
758
772cf8be
MK
7592004-10-30 Mark Kettenis <kettenis@gnu.org>
760
761 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
762 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
763 Cleanup coding style.
764
9c8fdbfa
AC
7652004-10-30 Andrew Cagney <cagney@gnu.org>
766
0fe7e7c8
AC
767 * mips-tdep.h (mips_pc_is_mips16): Declare.
768 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
769 non-static. Update calls.
770
1b295c3d
AC
771 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
772 * command.h (add_setshow_enum_cmd): Declare.
773 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
774
6bcadd06
AC
775 * mips-tdep.c (_initialize_mips_tdep): Use
776 add_setshow_zinteger_cmd.
777
9c8fdbfa
AC
778 * mips-tdep.c (mips_eabi_extract_return_value)
779 (mips_o64_extract_return_value, mips_o64_store_return_value)
780 (return_value_location, mips_eabi_reg_struct_has_addr)
781 (mips_eabi_use_struct_convention)
782 (mips_eabi_store_return_value): Delete.
783 (mips_eabi_store_return_value): New function.
784 (mips_eabi_return_value): New function.
785 (mips_gdbarch_init): For O64 and EABI, delete
786 extract_return_value, store_return_value, use_struct_convention
787 and reg_struct_has_addr, add return_value.
788
1d93fe1a
AC
789 * mips-tdep.c (read_signed_register): Use
790 regcache_cooked_read_signed.
791
303d2914
MK
7922004-10-30 Mark Kettenis <kettenis@gnu.org>
793
794 * mipsread.c: Cleanup coding style.
795 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
796 (mipscoff_symfile_finish): Remove prototypes.
797
7982004-10-29 Mark Kettenis <kettenis@gnu.org>
799
800 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
801 (mips_mdebug_frame_cache, mips16_scan_prologue)
802 (mips32_scan_prologue, mips_stub_frame_cache)
803 (heuristic_proc_start, heuristic_proc_desc)
804 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
805 (mips_n32n64_return_value, mips_o32_push_dummy_call)
806 (mips_o32_return_value, mips_o64_push_dummy_call)
807 (mips_step_skips_delay, mips_skip_trampoline_code)
808 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
809 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
810 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
811 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
812 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
813 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
814 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
815 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
816 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
817 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
818 ZERO_REGNUM.
819 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
820 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
821 ZERO_REGNUM.
822 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
823 A0_REGNUM.
824 * mipsnbsd-nat.c: Include "mips-tdep.h".
825 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
826 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
827
1c8831c5
AC
8282004-10-29 Andrew Cagney <cagney@gnu.org>
829
830 * stack.c (parse_frame_specification_1): New function based on
831 parse_frame_specification. Add message and selected_frame_p
832 paramters. Truely always return non-NULL.
833 (parse_frame_specification): Call parse_frame_specification_1.
834 (frame_info): Update. Eliminate target_has_stack check.
835 (select_frame_command): Update.
836
b04f3ab4
AC
8372004-10-29 Andrew Cagney <cagney@gnu.org>
838
839 * frame.h (get_selected_frame): Add message parameter.
840 * frame.c (get_selected_frame): Add and use message parameter.
841 * stack.c (current_frame_command, return_command, locals_info)
842 (catch_info, args_info, up_silently_base, down_silently_base): Use
843 get_selected_frame with an explicit message.
844 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
845 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
846 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
847 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
848 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
849 * breakpoint.c: Update.
850
8512004-10-29 Andrew Cagney <cagney@gnu.org>
00b25ff3
AC
852
853 * trad-frame.c (trad_frame_get_prev_register): Use
854 frame_unwind_register instead of frame_register_unwind, do not
855 recurse the register's location.
856 * xstormy16-tdep.c (xstormy16_frame_prev_register):
857 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
858 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
859 * sh-tdep.c (sh_frame_prev_register): Ditto.
860 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
861 * i386-tdep.c (i386_frame_prev_register): Ditto.
862 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
863 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
864
7a952542
MK
8652004-10-28 Mark Kettenis <kettenis@jive.nl>
866
c18c06be
MK
867 * proc-events.c: Fix several coding-style issues. Consistently
868 use #ifdef instead of #if defined().
869 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
870 ARRAY_SIZE.
871 (_initialize_proc_events): New prototype.
872
7a952542
MK
873 * proc-why.c: Fix several coding-style issues.
874 (proc_prettyfprint_why): Use ARRAY_SIZE.
875
fcad0fa4
JB
8762004-10-27 Jim Blandy <jimb@redhat.com>
877
878 * remote.c (fetch_register_using_p): Construct 'p' packet in a
879 manner independent of the host byte order.
880
c163184f
MK
8812004-10-27 Mark Kettenis <kettenis@gnu.org>
882
883 * mips-tdep.c (id_delayed): Remove prototype.
884
9c46b6f0
MK
8852004-10-26 Mark Kettenis <kettenis@gnu.org>
886
887 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
888 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
889 to enum with register numbers.
890 (enum mips_insn_size): New enum.
891
0d0266c6
AC
8922004-10-26 Andrew Cagney <cagney@gnu.org>
893
e7d6a6d2
AC
894 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
895 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
896 (mips_gdbarch_init): Update.
897 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
898
c5115f39
AC
899 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
900 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
901 IN_SOLIB_RETURN_TRAMPOLINE.
902 * mips-tdep.c (mips_dump_tdep): Do not print
903 IN_SOLIB_RETURN_TRAMPOLINE.
904 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
905 (mips_gdbarch_init): Update.
906
0d0266c6
AC
907 * mips-tdep.h (mips_software_single_step): Move to here ...
908 * config/mips/tm-mips.h: ... from here.
909 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
910 (SOFTWARE_SINGLE_STEP): Delete.
911 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
912
156a53ca
AC
9132004-10-25 Andrew Cagney <cagney@gnu.org>
914
915 * NEWS: Add Changes since GDB 6.3 section.
916
f27cf670
AS
9172004-10-23 Andreas Schwab <schwab@suse.de>
918
156a53ca
AC
919 * ada-lang.c (grow_vect): Return the new array instead of
920 expecting pointer to pointer to avoid violation of aliasing rules.
f27cf670
AS
921 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
922
121d8485
UW
9232004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
924
925 * s390-tdep.c (enum pv_boolean): Remove.
926 (pv_is_array_ref): Remove.
927 (s390_on_stack): Remove.
928 (S390_NUM_SPILL_SLOTS): Remove.
929 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
930 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
931 (s390_store): Track all stores of orginal incoming registers to the
932 stack constant offsets relative to the CFA, instead of only tracking
933 stores into specific spill slots.
934 (s390_load): Likewise.
935 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
936 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
937 defined as call-saved by the ABI.
938 (s390_push_dummy_call): Use bottom of dummy call argument save area
939 as return value, not the top. Do not store to the called function's
940 register save area.
941 (s390_unwind_dummy_id): Adapt accordingly.
942
0a6ddd08
AC
9432004-10-23 Andrew Cagney <cagney@gnu.org>
944
945 * objfiles.h (struct objfile): Rename obj_private to
946 deprecated_obj_private, sym_private to deprecated_sym_private, and
947 sym_stab_info to deprecated_sym_stab_info.
948 * gdb-stabs.h: Update.
949 * elfread.c: Update.
950 * dbxread.c: Update.
951 * coffread.c: Update.
952 * xcoffread.c: Update.
953 * symfile.c: Update.
954 * somread.c: Update.
955 * nlmread.c: Update.
956 * mdebugread.c: Update.
957 * hpread.c: Update.
958 * coffread.c: Update.
959
abc08782
MK
9602004-10-23 Mark Kettenis <kettenis@gnu.org>
961
962 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
963 * configure.host: Add mips64*-*-openbsd*.
964 * configure.tgt: Add mips64*-*-openbsd*.
965 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
966 mips64obsd-tdep.c.
967 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
968 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
969
fc062ac6
JB
9702004-10-21 Joel Brobecker <brobecker@gnat.com>
971
972 * symtab.c (symbol_search_name): Minor reformatting.
973
5bccb4d1
JB
9742004-10-20 Joel Brobecker <brobecker@gnat.com>
975
976 * symtab.h: Fix typo in comment.
977
a738430d
MK
9782004-10-19 Mark Kettenis <kettenis@gnu.org>
979
980 * dwarf2read.c (struct comp_unit_head): Fix coding style.
981 (dwarf_decode_line_header): Likewise.
982
f2cb65ca
MC
9832004-10-19 Michael Chastain <mec.gnu@mindspring.com>
984
985 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
986
09e55376
AC
9872004-10-19 Andrew Cagney <cagney@gnu.org>
988
989 GDB 6.3 branch created.
990 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
991
bc5f45f8
JB
9922004-10-15 Joel Brobecker <brobecker@gnat.com>
993
994 * dwarf2read.c (set_cu_language): Set language to Ada for
995 DW_LANG_Ada83 and DW_LANG_Ada95.
996
2941da8c
MC
9972004-10-15 Michael Chastain <mec.gnu@mindspring.com>
998
999 From Andreas Schwab <schwab@suse.de>:
1000 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1001 for xmalloc and xrealloc.
1002
34a17005
AC
10032004-10-15 Andrew Cagney <cagney@gnu.org>
1004
1005 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1006 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1007 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1008 Update dependencies.
1009
714e53ab
PH
10102004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1011
1012 * ada-lang.c (ada_lookup_symbol): Correct comment.
1013 (ada_evaluate_subexp): Change error message for
1014 OP_FUNCALL case so as not to indicate an internal error.
1015
10162004-10-15 Joel Brobecker <brobecker@gnat.com>
1017
1018 Committed by Paul Hilfinger.
1019 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1020 type sizes in XVE/XVU types, and emit a warning when that happens,
1021 instead of rounding up the size of the resulting type.
1022 Some minor reformatting.
1023 (ada_is_aligner_type): Do not consider a type as an aligner type
1024 if there is a corresponding XVS type as well.
1025 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1026 have several levels of pointer indirection to the array.
1027
10282004-10-15 Jerome Guitton <guitton@gnat.com>
1029
1030 Committed by Paul Hilfinger.
1031 * ada-lang.c (check_size): New function.
1032 (coerce_unspec_val_to_type): call check_size to make sure
1033 that the object size is reasonable.
1034 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1035 Implements the case when we get a reference when we evaluate
1036 the expression of one of the bounds of the slice.
1037 (ada_value_struct_elt): when a packed array field is
1038 a reference, use ada_coerce_ref to dereference it; use
1039 ada_value_ind only if it is a pointer.
1040
29639122
JB
10412004-10-15 Joel Brobecker <brobecker@gnat.com>
1042
1043 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1044 a bit to avoid the necessity of an advance declaration. Remove
1045 declaration.
1046 (set_reg_offset): Move implemenation up.
1047 (mips16_get_imm): Likewise.
1048 (mips16_scan_prologue): Likewise.
1049 (reset_saved_regs): Likewise.
1050 (mips32_scan_prologue): Likewise.
1051
a65bbe44
JB
10522004-10-14 Joel Brobecker <brobecker@gnat.com>
1053
1054 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1055 Remove sp as a parameter, compute it internally instead. Move
1056 prologue scanning limit from heuristic_proc_desc to here.
1057 (mips16_scan_prologue): Likewise.
1058 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1059 by call to mips16_scan_prologue.
1060 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1061 by call to mips32_scan_prologue.
1062 (heuristic_proc_desc): Remove code that's no longer necessary.
1063 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1064 (mips_skip_prologue): Update calls to mips16_scan_prologue
1065 and mips32_scan_prologue.
1066
1c645fec
JB
10672004-10-14 Joel Brobecker <brobecker@gnat.com>
1068
1069 * mips-tdep.c (mips16_scan_prologue): Merge code from
1070 mips16_skip_prologue. Now return the address of the first
1071 instruction past the function prologue.
1072 (mips16_skip_prologue): Remove, no longer necessary.
1073 (mips_skip_prologue): Replace call to mips16_skip_prologue
1074 by call to mips16_scan_prologue.
1075
98b4dd94
JB
10762004-10-14 Joel Brobecker <brobecker@gnat.com>
1077
1078 * mips-tdep.c (mips32_scan_prologue): Merge code from
1079 mips32_skip_prologue. Now return the address of the first
1080 instruction past the function prologue.
1081 (mips32_skip_prologue): Remove. No longer necessary.
1082 (mips16_skip_prologue): Add parameter end_pc instead of
1083 computing it.
1084 (mips_skip_prologue): Compute the upper limit for the
1085 prologue scanning. Update call to mips16_skip_prologue.
1086 Replace call to mips32_skip_prologue by call to
1087 mips32_scan_prologue.
1088
ad4c72d2
MK
10892004-10-14 Mark Kettenis <kettenis@gnu.org>
1090
dfaf8edb
MK
1091 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1092 NetBSD system call stubs that store %rp in the ERP slot of the
1093 stack frame.
1094
3e3a28f1
MK
1095 * source.c: Always define O_BINARY to 0 if not defined already.
1096 (openp): Unconditionally use O_BINARY.
1097
ad4c72d2
MK
1098 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1099 * event-top.c (gdb_readline2): Likewise.
1100
52bd1401
OF
11012004-10-14 Orjan Friberg <orjanf@axis.com>
1102
1103 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1104 deprecated_add_core_fns which was removed by mistake.
1105
e0e25c6c
KB
11062004-10-13 Kevin Buettner <kevinb@redhat.com>
1107
1108 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1109 references to deprecated_registers[] with equivalent code.
1110
9f335945
KB
11112004-10-13 Kevin Buettner <kevinb@redhat.com>
1112
1113 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1114 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1115 instead of explicit test and print statement.
1116
06c2338d
MK
11172004-10-12 Mark Kettenis <kettenis@gnu.org>
1118
1b9445c2
MK
1119 * sparc-nat.c: Include "inf-ptrace.h".
1120 (sparc_target): New function.
1121 * sparc-nat.h: Update copyright year.
1122 (sparc_target): New prototype.
1123 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1124 (_initialize_sparcnbsd_nat): Construct and add target vector.
1125 * sparc64nbsd-nat.c: Include "target.h".
1126 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1127 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1128 Update dependencies.
1129 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1130 inftarg.o, add inf-ptrace.o.
1131 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1132 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1133 (NAT_FILE): Set to nm-bsd.h.
1134 (LOADLIBES): New variable.
1135 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1136 infarg.o, add inf-ptrace.o.
1137 * config/sparc/nm-nbsdaout.h: Remove file.
1138 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1139 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1140 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1141
06c2338d
MK
1142 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1143 "fopen-same.h". Update comment.
1144
3303a276
MK
11452004-10-11 Mark Kettenis <kettenis@gnu.org>
1146
1147 * i386gnu-nat.c: Include "gdb_string.h".
1148 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1149 registers when the floating-point state isn't initialized.
1150 * Makefile.in (i386gnu-nat.o): Update dependencies.
1151
04c663e3
DA
11522004-10-11 David Anderson <davea@sgi.com>
1153
1154 * regcache.c (regcache_raw_read): Comment was missing "to".
1155 Extraneous ' removed.
1156 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1157 comment now describes use.
1158
a5f6c8f5
OF
11592004-10-11 Orjan Friberg <orjanf@axis.com>
1160
1161 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1162 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1163 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1164 (cris_sigtramp_frame_sniffer): New functions.
1165 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1166 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1167 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1168 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1169 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1170 command.
1171 (cris_version_update): Remove, replace with ...
1172 (set_cris_version): New function.
1173 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1174 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1175 (_initialize_cris_tdep): Remove CRIS mode command.
1176 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1177 cris-fpless-backtrace command.
1178 (cris_scan_prologue): Fix prologue scanning limit.
1179 (cris_register_type): Update to reflect actual registers.
1180 (cris_register_bytes_ok) Remove.
1181 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1182 Remove set_gdbarch_deprecated_register_size,
1183 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1184
77109804
AC
11852004-10-10 Andrew Cagney <cagney@gnu.org>
1186
1187 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1188 comment.
1189
25652d4f
JB
11902004-10-10 Joel Brobecker <brobecker@gnat.com>
1191
1192 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1193
1e05a7bf
JB
11942004-10-10 Joel Brobecker <brobecker@gnat.com>
1195
1196 * mips-tdep.c (mips16_scan_prologue): Renames
1197 mips16_heuristic_proc_desc. Update comment.
1198 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1199 (heuristic_proc_desc): Update calls to the 2 functions above.
1200
c68a4142
JB
12012004-10-10 Joel Brobecker <brobecker@gnat.com>
1202
1203 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1204 Update comments. Also immediately return empty cache when the start
1205 address of our function could not be found.
1206 (mips_insn32_frame_cache): Likewise.
1207
0fce0821
JB
12082004-10-10 Joel Brobecker <brobecker@gnat.com>
1209
1210 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1211 (mips_insn16_frame_cache): Pass frame cache in call to
1212 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1213 Remove code that became redundant as a consequence.
1214 (mips32_heuristic_proc_desc): No longer compute a fake
1215 procedure descriptor. Compute the full frame cache instead.
1216 Some minor comment reformatting.
1217
b672553e
JB
12182004-10-10 Jim Blandy <jimb@redhat.com>
1219
1220 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1221 reader, tracing bytecode stuff): Remove self.
1222
9cc52bde
MK
12232004-10-10 Mark Kettenis <kettenis@gnu.org>
1224
cc9784b6
MK
1225 * sparc64-linux-tdep.c: Update copyright year. Don't include
1226 "solib-svr4.h".
1227 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1228 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1229 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1230
ee8aef23
MK
1231 * sparc-linux-tdep.c: Update copyright year.
1232 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1233 to struct frame_info *. Use safe_frame_unwind_memory instead of
1234 deprecated_read_memory_nobpt.
1235 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1236 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1237 changed signature of sparc_linux_sigtramp_start.
1238 (sparc32_linux_pc_in_sigtramp): Remove function.
1239 (sparc32_linux_sigtramp_p): New function.
1240 (sparc32_linux_sigtramp_frame_sniffer): Use
1241 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1242
bc73f8cc
MK
1243 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1244 Remove function.
1245 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1246
a2249542
MK
1247 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1248 (decode_packed_array_type, value_subscript_packed)
1249 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1250 argument in call to lim_warning.
1251
9cc52bde
MK
1252 * configure.in: Really disable the TUI if an enhanced curses
1253 library isn't found.
1254 * configure: Regenerate.
1255
151fc45b
MK
12562004-10-09 Mark Kettenis <kettenis@gnu.org>
1257
1258 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1259 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1260 * config/i386/nm-nbsdaout.h: Remove file.
1261 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1262 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1263 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1264 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1265 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1266 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1267 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1268 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1269 (ldd, ld_un, ld_2): Remove defines.
1270 * config/i386/nm-obsd.h: Likewise.
1271
375c0479
PH
12722004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1273
1274 * ada-lex.l: Remove useless rule whose right-context clause
1275 causes unreferenced static function warning for yyrealloc.
1276 (ada_flex_use): Remove the artificial reference to yyrealloc.
1277
c8e73a31
AC
12782004-10-08 Andrew Cagney <cagney@gnu.org>
1279
1280 * target.h (struct target_ops): Rename to_xfer_memory to
1281 deprecated_xfer_memory.
1282 * target.c: Update.
1283 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1284 * wince.c: Update.
1285 * win32-nat.c: Update.
1286 * v850ice.c: Update.
1287 * uw-thread.c: Update.
1288 * thread-db.c: Update.
1289 * sol-thread.c: Update.
1290 * remote.c: Update.
1291 * remote-vx.c: Update.
1292 * remote-st.c: Update.
1293 * remote-sim.c: Update.
1294 * remote-sds.c: Update.
1295 * remote-rdp.c: Update.
1296 * remote-rdi.c: Update.
1297 * remote-mips.c: Update.
1298 * remote-m32r-sdi.c: Update.
1299 * remote-e7000.c: Update.
1300 * procfs.c: Update.
1301 * ppc-bdm.c: Update.
1302 * nto-procfs.c: Update.
1303 * monitor.c: Update.
1304 * linux-nat.c: Update.
1305 * inftarg.c: Update.
1306 * hpux-thread.c: Update.
1307 * go32-nat.c: Update.
1308 * gnu-nat.c: Update.
1309 * exec.c: Update.
1310 * corelow.c: Update.
1311 * bsd-kvm.c: Update.
1312 * aix-thread.c: Update.
1313
aa869812
AC
13142004-10-08 Andrew Cagney <cagney@gnu.org>
1315
1316 * target.c (debug_target): Move to near start of file.
1317 (target_stopped_data_address_p): Re-org logic, add casts.
1318
8dcef9cf
MK
13192004-10-02 Mark Kettenis <kettenis@gnu.org>
1320
1321 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1322 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1323 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1324 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1325 New defines.
1326
4aa7a7f5
JJ
13272004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1328
1329 * target.h (to_stopped_data_address): Change prototype to
1330 take a CORE_ADDR pointer and return an int.
1331 * target.c (update_current_target): Change to_stopped_data_address
1332 to match new prototype.
1333 (debug_to_stopped_data_address): Change appropriately.
1334 * breakpoint.c (bpstat_stop_status): Change call to
1335 target_stopped_data_address to use new prototype.
1336 * frv-tdep.c (frv_have_stopped_data_address): New function.
1337 (frv_stopped_data_address): Change to new prototype and
1338 functionality.
1339 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1340 prototype and functionality.
1341 (ia64_stopped_by_watchpoint): New function.
1342 * i386-nat.c (i386_stopped_data_address): Change to new
1343 prototype and functionality.
1344 (i386_stopped_by_watchpoint): New function.
1345 * remote.c (remote_stopped_data_address): Change to new prototype
1346 and functionality.
1347 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1348 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1349 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1350 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1351 new i386_stopped_by_watchpoint function.
1352 (i386_stopped_by_watchpoint): New prototype.
1353 (i386_stoppped_data_address): Change to new prototype.
1354 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1355 new ia64_stopped_by_watchpoint function.
1356 (ia64_stopped_by_watchpoint): New prototype.
1357 (ia64_stopped_data_address): Ditto.
1358
61ee279c
PH
13592004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1360
1361 * ada-typeprint.c (ada_print_type): Use int_string for printing
1362 modulus of modular type.
1363 * ada-lang.h (ada_modulus): Change return type to unsigned.
1364 * ada-lang.c (ada_language_arch_info): Correct type of
1365 string_char_type.
1366 (ada_modulus): Return unsigned result.
1367 (ada_lookup_symbol): Remove user disambiguation and modify comment
1368 accordingly.
1369
13702004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1371
1372 Committed by Paul Hilfinger.
1373 * ada-lang.c (decode_packed_array): On big-endian targets,
1374 left-justify the value if it comes with a modular type.
1375
13762004-10-08 Joel Brobecker <brobecker@gnat.com>
1377
1378 Committed by Paul Hilfinger.
1379 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1380 (is_name_suffix): Add support for "___JM" suffixes.
1381 (ada_check_typedef): Renames ada_completed_type.
1382 Update all users of CHECK_TYPEDEF, check_typedef, and
1383 ada_complete_type to call ada_check_typedef.
1384 * ada-typeprint.c: Likewise.
1385 * ada-valprint.c: Likewise.
1386
b6c25a56
CV
13872004-10-08 Corinna Vinschen <vinschen@redhat.com>
1388
1389 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1390
83ca6a46
NR
13912004-10-08 Nick Roberts <nickrob@snap.net.nz>
1392
1393 * MAINTAINERS: Update e-mail address.
1394
1fd8cd20
DJ
13952004-10-07 Daniel Jacobowitz <dan@debian.org>
1396
1397 From Maciej W. Rozycki <macro@mips.com>:
1398 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1399 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1400
cea15572
KI
14012004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1402
1403 * m32r-tdep.c (decode_prologue): Support functions written
1404 in assembler language. Recognize trap instructions as the
1405 end of prologue.
1406 (m32r_frame_unwind_cache): Ditto.
1407 (m32r_skip_prologue): Extend search limit. Quit analyzing
1408 prologue if pc's location is not readable.
1409
23485554
PH
14102004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1411
1412 * Makefile.in (.l.c): Do conversions of names of alloc and free
1413 functions that are done for .y.c files, plus special one
1414 for yy_flex_realloc. Also, correct missing-file tests here.
1415 * ada-lex.l (malloc, free): Remove macros.
1416 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1417 xrealloc.
1418 (ada_flex_use): Dummy definition to remove warnings about unused
1419 functions.
1420 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1421 to suppress warning.
1422
c0409442
CV
14232004-10-06 Corinna Vinschen <vinschen@redhat.com>
1424
1425 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1426 RETURN_VALUE.
1427 (sh_return_value_fpu): Ditto for CPUs with FPU.
1428 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1429 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1430 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1431 RETURN_VALUE functions.
1432
9bed62d7
CV
14332004-10-06 Corinna Vinschen <vinschen@redhat.com>
1434
1435 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1436 (sh_pseudo_register_write): Ditto.
1437
03131d99
CV
14382004-10-06 Corinna Vinschen <vinschen@redhat.com>
1439
1440 * sh-tdep.c (IS_MACL_STS): New define.
1441 (IS_MOVI20): Ditto.
1442 (IS_MACL_LDS): Ditto.
1443 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1444 instructions in prologue.
1445 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1446 instructions in epilogue.
1447
da962468
CV
14482004-10-06 Corinna Vinschen <vinschen@redhat.com>
1449
1450 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1451 (sh_sh_register_name): Add eight empty register names.
1452 (sh_sh3_register_name): Ditto.
1453 (sh_sh3e_register_name): Ditto.
1454 (sh_sh2e_register_name): Ditto.
1455 (sh_sh2a_register_name): New function, defining SH2A register set.
1456 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1457 in nofpu case.
1458 (sh_sh_dsp_register_name): Add eight empty register names.
1459 (sh_sh3_dsp_register_name): Ditto.
1460 (sh_sh4_register_name): Ditto.
1461 (sh_sh4_nofpu_register_name): Ditto.
1462 (sh_sh4al_dsp_register_name): Ditto.
1463 (sh2a_show_regs): New function.
1464 (sh2a_nofpu_show_regs): New function.
1465 (sh_sh2a_register_type): New function.
1466 (do_bank_register_info): New function.
1467 (sh_print_pseudo_register): Call do_bank_register_info.
1468 Call sh_print_pseudo_register for valid "bank" register.
1469 (sh_sh2a_register_sim_regno): New function.
1470 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1471 Increment pseudo register count by one for all sh variants with
1472 pseudo registers to accomodate pseudo bank register.
1473 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1474 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1475 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1476 Increment pseudo register numbers.
1477
1326e61b
CV
14782004-10-06 Corinna Vinschen <vinschen@redhat.com>
1479
1480 * dwarf2read.c (read_subroutine_type): Call make_function_type
1481 instead of lookup_function_type.
1482
146c42e3
JB
14832004-10-05 Jim Blandy <jimb@redhat.com>
1484
1485 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1486 (Previous change missed some uses.)
1487
1df84f13
AC
14882004-10-05 Andrew Cagney <cagney@gnu.org>
1489
1490 * target.h (deprecated_child_ops): Rename child_ops.
1491 * wince.c: Update copyright. Rename child_ops.
1492 * win32-nat.c: Rename child_ops.
1493 * target.c: Rename child_ops.
1494 * rs6000-nat.c: Rename child_ops.
1495 * linux-nat.c: Rename child_ops.
1496 * infttrace.c: Rename child_ops.
1497 * inftarg.c: Rename child_ops.
1498 * infptrace.c: Rename child_ops.
1499 * hppah-nat.c: Update copyright. Rename child_ops.
1500 * hpux-thread.c: Update copyright. Rename child_ops.
1501
21e3b9b9
DJ
15022004-10-05 Daniel Jacobowitz <dan@debian.org>
1503
1504 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1505
de83afe7
AC
15062004-10-05 Andrew Cagney <cagney@gnu.org>
1507
1508 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1509
10b3939b
DJ
15102004-10-05 Daniel Jacobowitz <dan@debian.org>
1511
1512 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1513 (die_ref_table): Remove.
1514 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1515 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1516 the usage of this type.
1517 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1518 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1519 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1520 (dwarf2_create_include_psymtab): Update comment.
1521 (find_partial_die): Remove third argument. Remove unreachable call
1522 to error ().
1523 (dwarf2_find_containing_comp_unit): Update comments. Change one
1524 assertion to an error. Remove an unreachable error.
1525 (dwarf2_find_comp_unit): Update comments.
1526 (type_at_offset): Remove dead code.
1527 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1528 (store_in_ref_table): Add CU argument.
1529 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1530 inter-compilation-unit references.
1531 (load_full_comp_unit, process_full_comp_unit): New functions, based
1532 on psymtab_to_symtab_1.
1533 (psymtab_to_symtab_1): Use them.
1534 (dwarf2_add_dependence): New function.
1535 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1536 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1537 (partial_die_parent_scope, guess_structure_name): Update for changes
1538 to find_partial_die.
1539 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1540 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1541 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1542 (read_die_and_children): Update call to store_in_ref_table.
1543 (do_free_die_list_cleanup): Remove.
1544 (fixup_partial_die): Update for changes to find_partial_die.
1545 (read_full_die): Handle queueing absolute references.
1546 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1547 (dwarf2_attr, die_specification, die_type)
1548 (die_containing_type, dwarf2_extension): Update calls to
1549 follow_die_ref.
1550 (dump_die): Update DW_FORM_ref* handling.
1551 (dwarf2_get_ref_die_offset): Likewise.
1552 (free_one_comp_unit): Release the dies list.
1553 (dwarf2_mark_helper): New function.
1554 (dwarf2_mark): Use it.
1555
998bdd68
MK
15562004-10-05 Mark Kettenis <kettenis@jive.nl>
1557
1558 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1559 when writing to memory.
1560
14588880
KI
15612004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1562
1563 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1564 (m32r_extract_struct_value_address): Delete function.
1565 (m32r_return_value): New function.
1566 (m32r_gdbarch_init): Instead of store_return_value,
1567 extract_return_value, deprecated_extract_struct_value_address
1568 and deprecated_use_struct_convention, set return_value.
1569
dd5e6932
DJ
15702004-10-03 Daniel Jacobowitz <dan@debian.org>
1571
1572 * dwarf2read.c (read_subrange_type): Add comment for variable
1573 sized arrays.
1574
7dc1ef8d
PH
15752004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1576
1577 * Makefile.in (.l.c): Modify rule for compatibility with recent
1578 versions of flex, and remove most command-line options.
1579 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1580 options.
1581
1f8173e6
PH
15822004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1583
1584 Turn on initial Ada support (mainly expression evaluation).
1585
1586 * Makefile.in (SFILES): Remove ada-tasks.c.
1587 (HFILES_NO_SRCDIR): Add ada-lang.h.
1588 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1589 (YYOBJ): Add ada-exp.o.
1590 (rule .l.c): Generalize to not mention ada.
1591 * symtab.c: Include ada-lang.h.
1592 (symbol_natural_name, symbol_demangled_name)
1593 (symbol_search_name): Add Ada case.
1594
cb85a953
AC
15952004-10-01 Andrew Cagney <cagney@gnu.org>
1596
3f3db248
AC
1597 * Makefile.in (COMMON_OBS): Add inf-child.o.
1598 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1599 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1600 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1601 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1602 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1603 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1604 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1605 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1606 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1607 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1608 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1609 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1610 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1611
cb85a953
AC
1612 * target.c (xfer_using_stratum): Change return type to LONGEST.
1613 On each iteration offset, readbuf and writebuf.
1614 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1615 partial_length, and read/modify/write predicate, update comments.
1616 Pass buffer.word to ptrace write.
1617
963a6417
PH
16182004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1619
1620 * symfile.c (init_filename_language_table): Add extensions for
1621 Ada.
1622 * defs.h (enum language): Add language_ada.
1623 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1624 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1625 (add_symbols_from_enclosing_procs): Make a no-op for now.
1626 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1627 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1628 (find_line_in_linetable, find_next_line_in_linetable)
1629 (read_all_symtabs, is_plausible_func_for_line)
1630 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1631 (is_runtime_sym_defined, check_size): Remove declaration.
1632 (function_name_from_pc, ada_translate_error_message)
1633 (ada_lookup_minimal_symbol): Remove definition.
1634 (ada_add_block_symbols): Remove useless label.
1635 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1636 useless declaration.
1637 (ada_is_exception_sym): Likewise.
1638
9b32d526
KI
16392004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
1640
1641 Add m32r-linux support.
1642 * configure.tgt: Add m32r*-*-linux*.
1643 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1644 and m32r-linux-tdep.c.
1645 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1646 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1647 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1648 m32r-linux-tdep.c.
1649 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1650 config/m32r/linux.mh, config/m32r/linux.mt,
1651 config/m32r/nm-linux.h: New files.
1652
2de118d3
JB
16532004-09-30 Joel Brobecker <brobecker@gnat.com>
1654
1655 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1656 (mips32_fetch_instruction): Remove, unused.
1657
a9fe69d1
JB
16582004-09-30 Joel Brobecker <brobecker@gnat.com>
1659
1660 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1661 conditions that will always be true.
1662
bc8ffc12
MK
16632004-09-30 Mark Kettenis <kettenis@gnu.org>
1664
ba0cd111
MK
1665 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1666 (vaxbsd_fetch_inferior_registers): Rename from
1667 fetch_inferior_registers. Make static.
1668 (vaxbsd_store_inferior_registers): Rename from
1669 store_inferior_registers. Make static.
1670 (_initialize_vaxbsd_nat): Construct and add target vector.
1671 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1672 inftarg.o. Add inf-child.o and inf-ptrace.o.
1673 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1674 inftarg.o. Add inf-child.o and inf-ptrace.o.
1675 (NAT_FILE): Remove.
1676 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1677 inftarg.o. Add inf-child.o and inf-ptrace.o.
1678 (NAT_FILE): Remove.
1679 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1680
bc8ffc12
MK
1681 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1682 (m88kbsd_fetch_inferior_registers): Rename from
1683 fetch_inferior_registers. Make static.
1684 (m88kbsd_store_inferior_registers): Rename from
1685 store_inferior_registers. Make static.
1686 (_initialize_m88kbsd_nat): New prototype and function.
1687 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1688 inftarg.o. Add inf-child.o and inf-ptrace.o.
1689 (NAT_FILE): Remove.
1690 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1691
27394598
AC
16922004-09-30 Andrew Cagney <cagney@gnu.org>
1693
1694 * target.c (target_xfer_partial): New function.
1695 (target_read_memory_partial, target_write_memory_partial)
1696 (default_xfer_partial, target_read_partial, target_write_partial)
1697 (xfer_using_stratum): Use.
1698 (debug_to_xfer_partial): Delete function.
1699 (setup_target_debug): Do not override to_xfer_partial.
1700
74a4fe32
MK
17012004-09-30 Mark Kettenis <kettenis@chello.nl>
1702
1703 * fork-child.c: Update copyright year. Fix coding style.
1704
982526a1
MK
17052004-09-29 Mark Kettenis <kettenis@gnu.org>
1706
1707 * defs.h (msavestring, mstrsave): Remove prototypes.
1708 * utils.c (msavestring, mstrsave): Remove functions.
1709 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1710 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1711 of mstrsave.
1712 * source.c (find_and_open_source): Use xstrdup instead of
1713 mstrsave.
1714
b8eb5af0
AC
17152004-09-30 Andrew Cagney <cagney@gnu.org>
1716
0779438d
AC
1717 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1718 (inf_ptrace_xfer_memory): Delete.
1719 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1720 (target_read_memory, target_write_memory): Use xfer_using_stratum
1721 when target_xfer_partial_p.
1722 (debug_target): Move to start of file.
1723 (target_read_memory_partial, target_write_memory_partial): Use
1724 to_xfer_partial when target_xfer_partial_p.
1725
f929a579
AC
1726 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1727 inf_ptrace_xfer_memory with equivalent code.
1728 * inftarg.c (child_xfer_partial): When performing a write, pass
1729 writebuf to child_xfer_memory.
1730
b8eb5af0
AC
1731 * target.c (target_read_string): Use target_read_memory instead of
1732 target_xfer_memory.
1733
ee21b650
AC
17342004-09-29 Andrew Cagney <cagney@gnu.org>
1735
d3e05d0d
AC
1736 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1737 the address of status.
1738
ee21b650
AC
1739 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1740 (kill_inferior): Inline ptrace_wait call.
1741 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1742 * inftarg.c (child_wait): Inline ptrace_wait call.
1743
a182eed6
AC
1744 * target.h (struct target_ops): Delete field to_post_wait.
1745 (target_post_wait): Delete macro.
1746 (child_post_wait): Delete declaration.
1747 * target.c (update_current_target, update_current_target)
1748 (debug_to_post_wait, setup_target_debug): Delete functions and
1749 references.
1750 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1751 * inftarg.c (child_post_wait): Delete.
1752 (init_child_ops): Do not set to_post_wait.
1753 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1754 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1755 * inf-child.c (inf_child_post_wait): Delete.
1756 (inf_child_target): Do not set to_post_wait.
1757 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1758 (inf_ptrace_target): Do not set to_post_wait.
1759
ba0c540b
AC
1760 * wince.c (child_ops): Delete.
1761 * win32-nat.c (child_ops): Delete.
1762
81977402
AC
1763 * inftarg.c (inftarg_set_find_memory_regions)
1764 (inftarg_set_make_corefile_notes): Delete functions.
1765 (_initialize_linux_nat): Inline calls.
1766
5ac10fd1
AC
1767 * target.h (child_ops): Declare.
1768 * inftarg.c (child_ops): Move from here ...
1769 * target.c (child_ops): ... to here.
1770 * wince.c (child_ops): Delete extern declaration.
1771 * win32-nat.c (child_ops): Delete extern declaration.
1772 * linux-nat.c (child_ops): Delete extern declaration.
1773 * hpux-thread.c (child_ops): Delete extern declaration.
1774
663408c2 17752004-09-28 Mark Kettenis <kettenis@gnu.org>
890c8f4d
MK
1776
1777 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1778
0dad8a66
MK
17792004-09-28 Mark Kettenis <kettenis@gnu.org>
1780
1781 * configure.in: Only set host_makefile_frag when building a native
1782 debugger.
1783 * configure: Regenerate.
e8d74ed3
MK
1784
1785 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1786 for OpenBSD ELF.
1787
dba24537
AC
17882004-09-28 Andrew Cagney <cagney@gnu.org>
1789
e979516b
AC
1790 Problem identified by Paul Hilfinger.
1791 * Makefile.in (ada_lex_c): Define.
1792 (ada-lex.o): Delete rule.
1793
dba24537
AC
1794 * linux-proc.c: Delete file.
1795 * Makefile.in: Update.
1796 * config/sparc/linux64.mh (NATDEPFILES):
1797 * config/sparc/linux.mh (NATDEPFILES): Update.
1798 * config/s390/s390.mh (NATDEPFILES): Update.
1799 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1800 * config/powerpc/linux.mh (NATDEPFILES): Update.
1801 * config/pa/linux.mh (NATDEPFILES): Update.
1802 * config/mips/linux.mh (NATDEPFILES): Update.
1803 * config/m68k/linux.mh (NATDEPFILES): Update.
1804 * config/ia64/linux.mh (NATDEPFILES): Update.
1805 * config/i386/linux64.mh (NATDEPFILES): Update.
1806 * config/i386/linux.mh (NATDEPFILES): Update.
1807 * config/arm/linux.mh (NATDEPFILES): Update.
1808 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1809 * linux-nat.c: Update copyright. Include <sys/param.h>,
1810 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1811 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1812 (O_LARGEFILE): Possibly define.
1813 (_initialize_linux_nat, linux_proc_pending_signals)
1814 (add_line_to_sigset, linux_proc_xfer_memory)
1815 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1816 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1817 (struct linux_corefile_thread_data)
1818 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1819 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1820
d6b0e80f
AC
18212004-09-16 Andrew Cagney <cagney@gnu.org>
1822
1823 * lin-lwp.c: Delete file.
1824 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1825 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1826 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1827 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1828 (linux_nat_attach, detach_callback, linux_nat_detach)
1829 (resume_callback, resume_clear_callback, linux_nat_resume)
1830 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1831 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1832 (status_callback, running_callback, count_events_callback)
1833 (select_singlestep_lwp_callback, select_event_lwp_callback)
1834 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1835 (child_wait, stop_and_resume_callback, linux_nat_wait)
1836 (kill_callback, kill_wait_callback, linux_nat_kill)
1837 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1838 (linux_nat_xfer_memory, linux_nat_thread_alive)
1839 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1840 (_initialize_linux_nat): New functions.
1841 * Makefile.in: Update all dependencies.
1842 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1843 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1844 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1845 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1846 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1847 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1848 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1849 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1850 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1851 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1852 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1853 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1854 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1855
5a174d79
MK
18562004-09-27 Mark Kettenis <kettenis@gnu.org>
1857
2f604c28
MK
1858 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1859 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1860
5a174d79
MK
1861 * configure.in: Don't comment out NATDEPFILES in the generated
1862 Makefile if NAT_FILE is unset.
1863 * configure: Regenerate.
1864
b2ed1746
AC
18652004-09-27 Andrew Cagney <cagney@gnu.org>
1866
44cbf7b5
AC
1867 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1868 (insert_step_resume_breakpoint): Delete.
1869 (insert_step_resume_breakpoint_at_frame): New function.
1870 (insert_step_resume_breakpoint_at_sal): New function.
1871 (handle_inferior_event, step_into_function)
1872 (insert_step_resume_breakpoint): Simplify by using same.
1873
b2ed1746
AC
1874 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1875
3691b3be
MK
18762004-09-26 Mark Kettenis <kettenis@gnu.org>
1877
36f391e8
MK
1878 * fbsd-proc.c: Remove file.
1879 * Makefile.in (fbsd-proc.o): Remove dependency.
1880
771e236c
MK
1881 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1882 code together.
1883
3691b3be
MK
1884 * config/i386/nm-fbsd64.h: Remove file.
1885 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1886
6a5c78a3
MK
18872004-09-26 Mark Kettenis <kettenis@gnu.org>
1888
1889 * amd64-nat.h: Update copyright year.
1890 (amd64bsd_target): New prototype.
1891 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1892 (amd64bsd_target): New function.
1893 (amd64bsd_fetch_inferior_registers): Rename from
1894 fetch_inferior_registers. Make static.
1895 (amd64bsd_store_inferior_registers): Rename from
1896 store_inferior_registers. Make static.
1897 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1898 (_initialize_amd64fbsd_nat): Construct and add target vector.
1899 * amd64nbsd-nat.o: Include "target.h".
1900 (_initialize_amd64nbsd_nat): Construct and add target vector.
1901 * amd64obsd-nat.c: Include "target.h".
1902 (_initialize_amd64obsd_nat): Construct and add target vector.
1903 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1904 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1905 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1906 fbsd-nat.o.
1907 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1908 Remove infptrace.o and inftarg.o. Add inf-child.o and
1909 inf-ptrace.o.
1910 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1911 (amd64obsd-nat.o): Update dependencies.
1912
27acbe61
MK
19132004-09-25 Mark Kettenis <kettenis@gnu.org>
1914
509a5e7d
MK
1915 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1916 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1917 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1918 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1919 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1920
6e1e94ea
MK
1921 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1922 Inline attach call.
1923 (inf_ptrace_detach): Inline detach call.
1924
8b9cf735
MK
1925 * configure.in: Check for waddstr instead of mvwaddstr when
1926 searching for curses library. Check for wborder.
1927 * configure, config.in: Regenerate.
1928 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1929 available.
1930
27acbe61
MK
1931 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1932
b96ec7ac
AC
19332004-09-24 Robert Picco <Robert.Picco@hp.com>
1934
1935 Committed by Andrew Cagney.
1936 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1937 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1938 configuration.
1939 (fetch_register_using_p): Implement 'p' packet. Based on code by
1940 Fernando Nasser.
1941 (remote_fetch_registers): Call fetch_register_using_p.
1942 (init_all_packet_configs, show_remote_cmd)
1943 (_initialize_remote): Add p-packet.
1944
62ece330
MK
19452004-09-24 Mark Kettenis <kettenis@gnu.org>
1946
1947 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1948 instead of call_ptrace. Call wait directly instead of
1949 ptrace_wait.
1950 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1951 (inf_ptrace_wait): Inline ptrace_wait call.
1952
00937274
PH
19532004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1954
1955 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1956 rolled back instead.
1957
3f2c7a45
PH
19582004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1959
1960 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1961 the new argument order.
1962
b6fcb393
CV
19632004-09-23 Corinna Vinschen <vinschen@redhat.com>
1964
1965 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1966 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1967 (struct gdbarch_tdep): Remove.
1968 (struct xstormy16_frame_cache): New frame cache structure.
1969 (xstormy16_register_byte, xstormy16_register_raw_size)
1970 (xstormy16_reg_virtual_type, xstormy16_register_type)
1971 (xstormy16_push_arguments, xstormy16_push_return_address)
1972 (xstormy16_pop_frame, xstormy16_store_struct_return)
1973 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1974 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1975 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1976 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1977 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1978 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1979 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1980 (xstormy16_extract_return_value, xstormy16_store_return_value):
1981 Regcachify. Drop useless struct convention handling.
1982 (xstormy16_register_type, xstormy16_return_value)
1983 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1984 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1985 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1986 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1987 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1988 (xstormy16_unwind_dummy_id) : New functions.
1989 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1990 of xstormy16_scan_prologue.
1991 (xstormy16_frame_unwind): New frame_unwind structure.
1992 (xstormy16_frame_base): New frame_base structure.
1993 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1994 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1995
1285b746
MK
19962004-09-22 Mark Kettenis <kettenis@gnu.org>
1997
1998 * language.c (language_gdbarch_post_init): Fix off-by one error.
1999
1c379e20
DJ
20002004-09-21 Daniel Jacobowitz <dan@debian.org>
2001
2002 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2003 (struct dwarf2_offset_and_type): New.
2004 (set_die_type, reset_die_and_siblings_types, get_die_type)
2005 (offset_and_type_hash, offset_and_type_eq): New functions.
2006 (read_structure_type, read_enumeration_type, read_array_type)
2007 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2008 (read_tag_reference_type, read_tag_const_type)
2009 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2010 (read_typedef, read_base_type, read_subrange_type): Use
2011 set_die_type.
2012
ae038cb0
DJ
20132004-09-20 Daniel Jacobowitz <dan@debian.org>
2014
2015 * Makefile.in (dwarf2read.o): Update dependencies.
2016 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2017 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2018 and read_in_chain.
2019 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2020 mark, and has_form_ref_addr.
2021 (struct dwarf2_per_cu_data): New.
2022 (dwarf2_max_cache_age): New.
2023 (dwarf2_build_psymtabs_hard): Free cached compilation units
2024 after loading. Create and manage the list of compilation units.
2025 Remove unnecessary NULL initialization. Fix indentation.
2026 (psymtab_to_symtab_1): Initialize all of CU.
2027 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2028 (find_partial_die): Use dwarf2_find_containing_comp_unit
2029 and load_comp_unit.
2030 (free_stack_comp_unit): Update comments. Clear the per-cu
2031 pointer. Handle aging.
2032 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2033 (age_cached_comp_units, free_one_cached_comp_unit)
2034 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2035 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2036 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2037 (show_dwarf2_cmd): New.
2038 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2039 and "maint show dwarf2 max-cache-age".
2040 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2041 externs.
2042 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2043 global.
2044
987504bb
JJ
20452004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2046
2047 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2048 and dwarf2_cu struct pointer as arguments. Change function to use
2049 obstack if provided and use dwarf2_cu to determine language-specific
2050 separator.
2051 (partial_die_parent_scope): Change comment to include java. Use
2052 new version of typename_concat instead of obconcat.
2053 (partial_die_full_name): Use typename_concat.
2054 (read_namespace): Ditto.
2055 (read_enumeration_type): Use typename_concat instead of obconcat.
2056 (new_symbol): Ditto.
2057 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2058 (guess_structure_name): Ditto.
2059 (read_subroutine_type): Ditto.
2060 (read_structure_type): Ditto.
2061 (is_vtable_name): Add Java support.
2062 (determine_class_name): Switch to new typename_concat call.
2063 (determine_prefix): Switch to new typename_concat call.
2064 * jv-exp.y (FuncStart): New pattern.
2065 (MethodInvocation): Add support for simple function calls. Change
2066 warning message for other forms of inferior call currently not
2067 supported.
2068 * valarith.c (value_subscript): Treat an array with upper-bound
2069 of -1 as unknown size.
2070
d9c8471e
DJ
20712004-09-20 Daniel Jacobowitz <dan@debian.org>
2072
2073 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2074 (lookup_partial_symtab): Use symtab_to_fullname.
2075
d73f140a
JB
20762004-09-19 Jim Blandy <jimb@redhat.com>
2077
2078 * minsyms.c (lookup_minimal_symbol): Doc fix.
2079
adbef1f0
AC
20802004-09-20 Andrew Cagney <cagney@gnu.org>
2081
2082 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2083 CHILD_RESUME.
2084 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2085 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2086 KILL_INFERIOR.
2087 * infptrace.c: Update.
2088
d092d1a2
DJ
20892004-09-19 Daniel Jacobowitz <dan@debian.org>
2090
2091 * symtab.c (output_source_filename): Mark first argument as const.
2092 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2093 for "info sources" output.
2094
86d9e1d7
MK
20952004-09-20 Mark Kettenis <kettenis@gnu.org>
2096
2097 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2098 <machine/vmparam.h>.
2099 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2100 (register_u_addr): Remove prototype.
2101
9a6c8ef4
MK
21022004-09-19 Mark Kettenis <kettenis@gnu.org>
2103
9692934b
MK
2104 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2105 (i386bsd_fetch_inferior_registers): Rename from
2106 fetch_inferior_registers. Make static.
2107 (i386bsd_store_inferior_registers): Rename from
2108 store_inferior_registers. Make static.
2109 (i386bsd_target): New function.
2110 * i386bsd-nat.h: New file.
2111 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2112 "i386bsd-nat.h".
2113 (i386fbsd_resume): Rename from child_resume. Make static.
2114 (_initialize_i386fbsd_nat): Construct and add target vector.
2115 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2116 (_initialize_i386nbsd_nat): Construct and add target vector.
2117 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2118 Remove defines.
2119 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2120 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2121 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2122 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2123 (LOADLIBES): New variable.
2124 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2125 inf-ptrace.o. Remove inftarg.o.
2126 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2127 inf-ptrace.o. Remove inftarg.o.
2128 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2129 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2130 (LOADLIBES): New variable.
2131 * Makefile.in (i386bsd_nat_h): New variable.
2132 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2133 dependencies.
2134
3510d1f2
MK
2135 * sparc64nbsd-tdep.c: Include "objfiles.h".
2136 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2137 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2138 svr4_lp64_fetch_link_map_offsets.
2139 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2140 "nbsd-tdep.h".
2141 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2142 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2143 svr4_lp64_fetch_link_map_offsets.
2144 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2145 dependencies.
2146
578c1c03
MK
2147 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2148 * fbsd-nat.h: New file.
2149 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2150 (fbsd_nat_h): New variable.
2151 (fbsd-nat.o): New dependency.
2152
7a7b73b7
MK
2153 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2154 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2155
9a6c8ef4
MK
2156 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2157 comment.
2158
72d5681a
PH
21592004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2160
2161 * ada-exp.y (type_int): New function to add layer of abstraction
2162 around references to expression types.
2163 (type_long): Ditto.
2164 (type_long_long): Ditto.
2165 (type_float): Ditto.
2166 (type_double): Ditto.
2167 (type_long_double): Ditto.
2168 (type_char): Ditto.
2169 (type_system_address): Ditto.
2170 (simple_exp): Use type_* functions in place of builtin_*
2171 variables.
2172 (exp): Ditto.
2173 (write_var_from_name): Ditto.
2174 (write_object_renaming): Ditto.
2175 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2176 declaration.
2177 (build_ada_types): Remove, replacing with...
2178 (ada_language_arch_info): New function to initialize primitive
2179 type vector in language_arch_info.
2180 (ada_array_length): Remove use of builtin_type_ada_int.
2181 (value_pos_atr): Ditto.
2182 (ada_evaluate_subexp): Ditto.
2183 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2184 builtin_type_ada_long_long, builtin_type_ada_char,
2185 builtin_type_ada_float, builtin_type_ada_double,
2186 builtin_type_ada_long_double, builtin_type_ada_natural,
2187 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2188 (ada_builtin_types): Remove.
2189 (ada_language_defn): Remove entries for la_builtin_type_vector and
2190 string_char_type and use ada_language_arch_info.
2191 (_initialize_ada_language): Do type-vector initialization along
2192 the lines of c-lang.c.
2193 (ada_create_fundamental_type): Break up line.
2194 (ada_dump_symtab): Remove unused function.
2195 (enum ada_primitive_types): Define.
2196 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2197 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2198 builtin_type_ada_float, builtin_type_ada_double,
2199 builtin_type_ada_long_double, builtin_type_ada_natural,
2200 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2201 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2202 (processInt): Ditto.
2203 (processReal): Ditto.
2204 (name_lookup): Ditto.
2205 * ada-typeprint.c (print_range): Use builtin_type_int, not
2206 builtin_type_ada_int.
2207
4f0be353
MK
22082004-09-18 Mark Kettenis <kettenis@gnu.org>
2209
30b0e2d8
MK
2210 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2211
4f0be353
MK
2212 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2213 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2214 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2215 * configure.in: Improve checks for curses library by checking for
2216 mvwaddstr instead of initscr. Drop HP curses in favour of
2217 standard curses on HP-UX.
2218 * configure: Regenerated.
2219
72d5681a 22202004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
6c038f32
PH
2221
2222 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2223 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2224 Minor formatting changes.
2225 (empty_array): Slight rewrite for formatting.
2226 (emit_char,parse,ada_language_defn,build_ada_types,
2227 ada_is_exception_sym, _initialize_ada_language): Move
2228 definitions around.
2229 (ada_dump_symtab): Remove unused definition.
2230 (ada_maybe_exception_partial_symbol): Remove unused definition.
2231
1c8c7407
AC
22322004-09-16 Andrew Cagney <cagney@gnu.org>
2233
7681f339
AC
2234 * inf-child.c: Include "gdb_string.h".
2235 (inf_child_core_file_to_sym_file): Delete.
2236 (inf_child_target): Set to_fetch_registers and to_store_registers.
2237 * inf-ptrace.c: Include "gdb_string.h".
2238 * Makefile.in: Update all dependencies.
2239
1c8c7407
AC
2240 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2241 problem.
2242
65596487
JB
22432004-09-14 Joel Brobecker <brobecker@gnat.com>
2244
2245 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2246 call to heuristic_proc_desc. Remove code that became redundant
2247 as a consequence.
2248 (read_next_frame_reg): Remove special case for SP_REGNUM.
2249 (set_reg_offset): Fix small typo.
2250 (reset_saved_regs): New procedure.
2251 (mips32_heuristic_proc_desc): No longer compute a fake
2252 procedure descriptor. Compute the full frame cache instead.
2253 Some minor comment reformatting.
2254
95575b2e
AC
22552004-09-14 Andrew Cagney <cagney@gnu.org>
2256
f200c492
AC
2257 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2258 maintainer.
2259
95575b2e
AC
2260 * thread-db.c (thread_db_new_objfile): Assume that there is a
2261 child process.
2262
69657671
JB
22632004-09-13 Jim Blandy <jimb@redhat.com>
2264
2265 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2266 so that its storage isn't referenced after its lifetime ends.
2267
6c4182dd
JB
2268 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2269 and never assigned to. Delete it, and the 'if (use_buffer)'
2270 clauses. Delete 'raw_buffer', since it is now unused.
2271
ee31a58d
AC
22722004-09-13 Andrew Cagney <cagney@gnu.org>
2273
2c0fc042
AC
2274 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2275 * configure: Re-generate.
2276 * nlm/Makefile.in (TAGS): Update.
2277 * Makefile.in (TAGS): Update.
2278 * config/vax/nbsd.mt (TM_FILE): Update.
2279 * config/sparc/vxworks.mt (TM_FILE): Update.
2280 * config/sparc/sol2.mt (TM_FILE): Update.
2281 * config/sparc/sol2-64.mt (TM_FILE): Update.
2282 * config/sparc/obsd64.mt (TM_FILE): Update.
2283 * config/sparc/obsd.mt (TM_FILE): Update.
2284 * config/sparc/nbsd64.mt (TM_FILE): Update.
2285 * config/sparc/nbsd.mt (TM_FILE): Update.
2286 * config/sparc/linux64.mt (TM_FILE): Update.
2287 * config/sparc/linux.mt (TM_FILE): Update.
2288 * config/sparc/fbsd.mt (TM_FILE): Update.
2289 * config/sh/wince.mt (TM_FILE): Update.
2290 * config/sh/nbsd.mt (TM_FILE): Update.
2291 * config/sh/linux.mt (TM_FILE): Update.
2292 * config/sh/embed.mt (TM_FILE): Update.
2293 * config/s390/s390.mt (TM_FILE): Update.
2294 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2295 * config/rs6000/rs6000.mt (TM_FILE): Update.
2296 * config/rs6000/aix4.mt (TM_FILE): Update.
2297 * config/powerpc/vxworks.mt (TM_FILE): Update.
2298 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2299 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2300 * config/powerpc/obsd.mt (TM_FILE): Update.
2301 * config/powerpc/nbsd.mt (TM_FILE): Update.
2302 * config/powerpc/linux.mt (TM_FILE): Update.
2303 * config/powerpc/aix.mt (TM_FILE): Update.
2304 * config/pa/obsd.mt (TM_FILE): Update.
2305 * config/pa/linux.mt (TM_FILE): Update.
2306 * config/pa/hppahpux.mt (TM_FILE): Update.
2307 * config/pa/hppa64.mt (TM_FILE): Update.
2308 * config/pa/hppa.mt (TM_FILE): Update.
2309 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2310 * config/mips/wince.mt (TM_FILE): Update.
2311 * config/mips/vxmips.mt (TM_FILE): Update.
2312 * config/mips/nbsd.mt (TM_FILE): Update.
2313 * config/mips/linux.mt (TM_FILE): Update.
2314 * config/mips/irix6.mt (TM_FILE): Update.
2315 * config/mips/irix5.mt (TM_FILE): Update.
2316 * config/mips/embed.mt (TM_FILE): Update.
2317 * config/m68k/vxworks68.mt (TM_FILE): Update.
2318 * config/m68k/st2000.mt (TM_FILE): Update.
2319 * config/m68k/os68k.mt (TM_FILE): Update.
2320 * config/m68k/obsd.mt (TM_FILE): Update.
2321 * config/m68k/nbsd.mt (TM_FILE): Update.
2322 * config/m68k/monitor.mt (TM_FILE): Update.
2323 * config/m68k/linux.mt (TM_FILE): Update.
2324 * config/m68k/cisco.mt (TM_FILE): Update.
2325 * config/ia64/linux.mt (TM_FILE): Update.
2326 * config/ia64/aix.mt (TM_FILE): Update.
2327 * config/ia64/ia64.mt (TM_FILE): Update.
2328 * config/i386/vxworks.mt (TM_FILE): Update.
2329 * config/i386/obsd64.mt (TM_FILE): Update.
2330 * config/i386/obsd.mt (TM_FILE): Update.
2331 * config/i386/nto.mt (TM_FILE): Update.
2332 * config/i386/nbsd64.mt (TM_FILE): Update.
2333 * config/i386/nbsd.mt (TM_FILE): Update.
2334 * config/i386/linux64.mt (TM_FILE): Update.
2335 * config/i386/linux.mt (TM_FILE): Update.
2336 * config/i386/i386sol2.mt (TM_FILE): Update.
2337 * config/i386/i386lynx.mt (TM_FILE): Update.
2338 * config/i386/fbsd64.mt (TM_FILE): Update.
2339 * config/i386/fbsd.mt (TM_FILE): Update.
2340 * config/i386/cygwin.mt (TM_FILE): Update.
2341 * config/h8300/h8300.mt (TM_FILE): Update.
2342 * config/frv/frv.mt (TM_FILE): Update.
2343 * config/cris/cris.mt (TM_FILE): Update.
2344 * config/arm/wince.mt (TM_FILE): Update.
2345 * config/arm/nbsd.mt (TM_FILE): Update.
2346 * config/arm/linux.mt (TM_FILE): Update.
2347 * config/arm/embed.mt (TM_FILE): Update.
2348 * config/alpha/nbsd.mt (TM_FILE): Update.
2349 * config/alpha/fbsd.mt (TM_FILE): Update.
2350 * config/alpha/alpha.mt (TM_FILE): Update.
2351 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2352 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2353
362646f5
AC
2354 Eliminate event_loop_p, always has the value 1.
2355 * defs.h (event_loop_p): Delete macro.
2356 * breakpoint.c (until_break_command): Simplify.
2357 * utils.c (prompt_for_continue): Simplify.
2358 * tracepoint.c (read_actions): Simplify.
2359 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2360 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2361 (set_prompt, init_main): Simplify.
2362 (init_signals, disconnect): Delete, unused.
2363 * remote.c (remote_async_resume)
2364 (extended_remote_async_create_inferior): Simplify.
2365 * mi/mi-interp.c (mi_input): Delete, unused.
2366 (mi_interpreter_resume, mi_command_loop): Simplify.
2367 * interps.c (current_interp_command_loop): Simplify.
2368 * infrun.c (proceed): Simplify.
2369 * infcmd.c (run_command, continue_command, step_1, jump_command)
2370 (until_command, advance_command, finish_command)
2371 (interrupt_target_command): Simplify.
2372 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2373
ee31a58d
AC
2374 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2375 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2376 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2377 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2378 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2379 * mips-tdep.c (mips_dump_tdep): Do not print same.
2380
b7ffc4a8
AC
23812004-09-12 Andrew Cagney <cagney@gnu.org>
2382
2bfb72ee
AC
2383 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2384 const.
2385 * Makefile.in (valprint.o): Delete explict rule.
2386
4f17c3c1
AC
2387 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2388 reported by Dave Anderson.
2389
f810308b
AC
2390 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2391
b7ffc4a8
AC
2392 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2393
28b41c52
AC
23942004-09-12 Salvador E. Tropea <set@users.sf.net>
2395 Andrew Cagney <cagney@gnu.org>
2396
2397 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2398 (mi_cmd_data_list_register_values)
2399 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2400 the register number computation.
2401
5bf970f9
AC
24022004-09-12 Andrew Cagney <cagney@gnu.org>
2403
2404 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2405 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2406 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2407 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2408 target.
2409 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2410 inf-ptrace.o and inf-child.o.
2411 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2412 * Makefile.in: Update dependencies.
2413
0759e0bf
AC
24142004-09-11 Andrew Cagney <cagney@gnu.org>
2415
2416 * language.c (hex_string, hex_string_custom): Move from here ...
2417 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2418 (CELLSIZE): Increase to 50.
2419 * language.h (hex_string, hex_string_custom): Move from here ...
2420 * defs.h: ... to here.
2421 * Makefile.in: Update all dependencies.
2422
bb599908
PH
24232004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2424
2425 * language.c (local_hex_format_custom): Remove.
2426 (local_hex_string): Rename to hex_string, use C format, and move to
2427 utils.c
2428 (local_hex_string_custom): Rename to hex_string_custom and change
2429 interface. Now uses C format. Move to utils.c
2430 (local_octal_format_custom): Remove.
2431 (local_decimal_format_custom): Remove.
2432 (unknown_language_defn): Remove language-specific number
2433 formatting entries.
2434 (auto_language_defn): Ditto.
2435 (local_language_defn): Ditto.
2436 * language.h (struct language_format_info): Delete declaration.
2437 (struct language_defn): Remove language_format_info fields
2438 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2439 (local_binary_format): Remove macro.
2440 (local_binary_format_prefix): Remove macro.
2441 (local_binary_format_specifier): Remove macro.
2442 (local_binary_format_suffix): Remove macro.
2443 (local_octal_format): Remove macro.
2444 (local_octal_format_prefix): Remove macro.
2445 (local_octal_format_specifier): Remove macro.
2446 (local_octal_format_suffix): Remove macro.
2447 (local_decimal_format): Remove macro.
2448 (local_decimal_format_prefix): Remove macro.
2449 (local_decimal_format_specifier): Remove macro.
2450 (local_decimal_format_suffix): Remove macro.
2451 (local_hex_format): Remove macro.
2452 (local_hex_format_prefix): Remove macro.
2453 (local_hex_format_specifier): Remove macro.
2454 (local_hex_format_suffix): Remove macro.
2455 (local_decimal_format_custom): Remove.
2456 (local_octal_format_custom): Remove.
2457 (local_hex_format_custom): Remove.
2458 (local_hex_string): Rename to hex_string and move to defs.h.
2459 (local_hex_string_custom): Rename to hex_string_custom, change
2460 interface, and move to defs.h.
2461 * utils.c: (int_string): New function.
2462 (hex_string): New function (from language.c).
2463 (hex_string_custom): New function (from language.c).
2464 (octal2str): New function.
2465 (decimal2str): Add width parameter.
2466 (paddr_u): Use new decimal2str interface.
2467 (paddr_d): Ditto.
2468 * defs.h (hex_string): Declare.
2469 (hex_string_custom): Declare.
2470 (int_string): Declare.
2471 * printcmd.c (print_scalar_formatted): Remove localized binary
2472 formatting.
2473 * valprint.c (print_longest): Use int_string.
2474 (print_floating): Use C hex format.
2475 (print_hex_chars): Ditto.
2476 (print_binary_chars): Remove language-specific formatting.
2477 (print_octal_chars): Use C octal format.
2478 (print_decimal_chars): Delocalize format.
2479 (print_decimal): Remove.
2480 * ada-lang.c (ada_language_defn): Remove language-specific number
2481 formatting entries.
2482 * p-lang.c (pascal_language_defn): Ditto.
2483 * c-lang.c (c_language_defn): Ditto.
2484 (cplus_language_defn): Ditto.
2485 (asm_language_defn): Ditto.
2486 (minimal_language_defn): Ditto.
2487 * f-lang.c (f_language_defn): Ditto.
2488 * jv-lang.c (java_language_defn): Ditto.
2489 * m2-lang.c (m2_language_defn): Ditto.
2490 * scm-lang.c (scm_language_defn): Ditto.
2491 * objc-lang.c (objc_language_defn): Ditto.
2492 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2493 new interface.
2494 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2495 * ui-out.c (ui_out_field_core_addr): Ditto.
2496 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2497 * exec.c (print_section_info): Ditto.
2498 * i387-tdep.c (print_i387_status_word): Ditto.
2499 (print_i387_control_word): Ditto.
2500 (i387_print_float_info): Ditto.
2501 * maint.c (maint_print_section_info): Ditto.
2502 * solib.c (info_sharedlibrary_command): Ditto.
2503 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2504 * symtab.c (print_msymbol_info): Ditto.
2505 * tracepoint.c (tracepoints_info): Ditto.
2506 * solib-frv.c (lm_base): Ditto.
2507 (frv_current_sos): Ditto.
2508 (enable_break2): Ditto.
2509 (enable_break): Ditto.
2510 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2511 (process_one_symbol): Ditto.
2512 * infcmd.c (program_info): Ditto.
2513 * mdebugread.c (parse_partial_symbols): Ditto.
2514 * symfile.c (add_symbol_file_command): Ditto.
2515 * cli/cli-cmds.c (edit_command): Ditto.
2516 (list_command): Ditto.
2517 * infcall.c (call_function_by_hand): Ditto.
2518 * remote-vx.c (vx_run_files_info): Ditto.
2519 (vx_wait): Ditto.
2520 (vx_attach): Ditto.
2521 (vx_detach): Ditto.
2522 (vx_kill): Ditto.
2523 * aix-thread.c (pdc_symbol_addrs): Ditto.
2524 (pdc_read_regs): Ditto.
2525 (pdc_write_regs): Ditto.
2526 (pdc_read_data): Ditto.
2527 (pdc_write_data): Ditto.
2528 * d10v-tdep.c (display_trace): Ditto.
2529 * rs6000-nat.c (find_toc_address): Ditto.
2530 * aix-thread.c: Don't include language.h.
2531 * buildsym.c: Ditto.
2532 * dbxread.c: Ditto.
2533 * mdebugread.c: Ditto.
2534 * rs6000-nat.c: Ditto.
2535 * buildsym.c (make_blockvector): Use renamed hex_string.
2536
33f2d567
JM
25372004-09-10 Jason Molenda (jmolenda@apple.com)
2538
2539 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2540 chars after 'if' or 'while' commands in user-defined commands.
2541
7b90c3f9
JB
25422004-09-08 Jim Blandy <jimb@redhat.com>
2543
2544 Fix bug reported and analyzed by Olivier Crete:
2545 * symfile.c (copy_section_addr_info): New function.
2546 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2547 original set of address arguments, instead of handwritten code
2548 that uses one length to allocate and a different length to
2549 initialize. Use make_cleanup_free_section_addr_info.
2550 * symfile.h (copy_section_addr_info): New declaration.
2551 * utils.c: #include "symfile.h".
2552 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2553 New functions.
2554 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2555 * Makefile.in (utils.o): Update dependencies.
2556
b26a6851
AC
25572004-09-08 Andrew Cagney <cagney@gnu.org>
2558
2559 * thread-db.c (keep_thread_db): Delete.
2560 (thread_db_new_objfile, thread_db_create_inferior)
2561 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2562
be24b061
MK
25632004-09-08 Mark Kettenis <kettenis@gnu.org>
2564
f6792ef4
MK
2565 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2566 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2567 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2568 (i386_frameless_signal_p): Remove prototype.
2569 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2570 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2571 I386_SSE_NUM_REGS.
2572 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2573 instead of FP0_REGNUM.
2574 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2575 of FP0_REGNUM and FPC_REGNUM.
2576
eeefdaa7
MK
2577 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2578 (sunos_solib_create_inferior_hook): Don't call
2579 sunos_relocate_main_executable.
2580
be24b061
MK
2581 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2582 solib_svr4_fetch_link_map_offsets to
2583 svr4_ilp32_fetch_link_map_offsets.
2584 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2585 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2586 svr4_ilp32_fetch_link_map_offsets.
2587 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2588
7c679d16
JB
25892004-09-07 Jim Blandy <jimb@redhat.com>
2590
2591 * frame.h (frame_register): Doc fix.
2592
1f04aa62
AC
25932004-09-07 Andrew Cagney <cagney@gnu.org>
2594
2595 * vx-share/wait.h: Delete #ifdef USG.
2596 * utils.c (request_quit): Ditto.
2597 * tui/tui.c (tui_reset): Ditto.
2598 * remote.c: Ditto.
2599 * remote-sds.c: Ditto.
2600 * remote-rdi.c: Ditto.
2601 * mdebugread.c: Ditto.
2602 * m68klinux-nat.c: Ditto.
2603 * infttrace.c: Ditto.
2604 * infptrace.c: Ditto.
2605 * i386v-nat.c: Ditto.
2606 * exec.c: Ditto.
2607 * dbxread.c: Ditto.
2608 * core-aout.c: Ditto.
2609
90edbfbc
JB
26102004-09-05 Joel Brobecker <brobecker@gnat.com>
2611
2612 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2613 heuristic_proc_desc.
2614 (mips_insn32_frame_cache): Likewise.
2615
01f4bf2b
JB
26162004-09-04 Joel Brobecker <brobecker@gnat.com>
2617
2618 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2619 left behind by error.
2620
8511a048
JB
26212004-09-04 Joel Brobecker <brobecker@gnat.com>
2622
2623 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2624 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2625
649dfe9f
JB
26262004-09-04 Joel Brobecker <brobecker@gnat.com>
2627
2628 * config/rs6000/xm-aix4.h: Remove this file.
2629 * config/rs6000/aix4.mh (XM_FILE): Delete.
2630
6e50f889
JB
26312004-09-04 Joel Brobecker <brobecker@gnat.com>
2632
2633 * config/rs6000/xm-rs6000.h: Remove this file.
2634 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2635
b8c4aece
AC
26362004-09-03 Andrew Cagney <cagney@gnu.org>
2637
fb603883
AC
2638 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2639 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2640 only use.
2641
c9343fd1
AC
2642 * mips-tdep.c (temp_saved_regs): Delete.
2643 (set_reg_offset): Replace saved_regs parameter with this_cache.
2644 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2645 (mips32_heuristic_proc_desc): Add this_cache parameter.
2646 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2647 (after_prologue): Pass a NULL this_cache.
2648
9733cfe1
AC
2649 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2650 non-kernel trap prologues.
2651
0d5febcc
AC
2652 * mips-tdep.c (find_proc_desc): Delete function.
2653 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2654 simplify.
2655 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2656 mips_insn32_frame_cache.
2657
9733cfe1 2658 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
2659 Simplify as NEXT_FRAME is NULL.
2660 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2661
177f84a3
AC
2662 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2663 local variable.
2664 (mips_skip_prologue): Update.
2665
465f7520
AC
2666 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2667 "cur_frame" parameter.
177f84a3
AC
2668 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2669 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 2670
e38b8658
AC
2671 * config/vax/nm-obsd.h: Delete file.
2672 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2673 * config/vax/nm-nbsd.h: Delete file.
2674 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2675 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2676 * config/sh/nm-nbsd.h: Delete file.
2677 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2678 * config/rs6000/nm-rs6000ly.h: Delete file.
2679 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2680 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2681 * config/powerpc/nm-obsd.h: Delete file.
2682 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2683 * config/powerpc/nm-nbsd.h: Delete file.
2684 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2685 * config/pa/nm-obsd.h: Delete file.
2686 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2687 * config/mips/nm-nbsd.h: Delete file.
2688 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2689 * config/m88k/nm-obsd.h: Delete file.
2690 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2691 * config/m68k/nm-nbsd.h: Delete file.
2692 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2693 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2694 * config/i386/nm-nbsd.h: Delete file.
2695 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2696 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2697 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2698 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2699 * config/i386/nm-i386lynx.h: Delete file.
2700 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2701 * config/arm/nm-nbsd.h: Delete file.
2702 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2703 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2704
be1ed680
AC
2705 * config/i386/tm-fbsd.h: Delete file.
2706 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2707 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2708
4b392b26
AC
2709 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2710 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2711 * config/rs6000/aix4.mt (TM_FILE): Set to
2712 config/rs6000/tm-rs6000.h.
2713 * config/powerpc/tm-ppc-aix.h: Delete file.
2714 * config/powerpc/aix.mt (TM_FILE): Set to
2715 config/rs6000/tm-rs6000.h.
2716 * config/m68k/tm-linux.h: Delete file.
2717 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2718 * config/i386/tm-linux64.h: Delete file.
2719 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2720 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2721
f3219c75
AC
2722 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2723 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2724 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2725 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2726 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2727 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2728 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2729 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2730 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2731
b8c4aece
AC
2732 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2733 gdb_host_cpu.
2734
8ac2e020
JB
27352004-09-02 Joel Brobecker <brobecker@gnat.com>
2736
2737 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2738 Minor reformatting. Some code factoring.
2739
c185a355
AC
27402004-09-02 Andrew Cagney <cagney@gnu.org>
2741
63f22f0d
AC
2742 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2743 * config/vax/tm-nbsd.h: Delete file.
2744 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2745 * config/sparc/tm-vxworks.h: Delete file.
2746 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2747 * config/sparc/tm-nbsd.h: Delete file.
2748 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2749 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2750 * config/sparc/tm-linux.h: Delete file.
2751 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2752 * config/s390/tm-linux.h: Delete file.
2753 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2754 * config/pa/tm-bsd.h: Delete file.
2755 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2756 * config/m68k/tm-obsd.h: Delete file.
2757 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2758 * config/m68k/tm-nbsd.h: Delete file.
2759 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2760 * config/i386/tm-vxworks.h: Delete file.
2761 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2762 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2763 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2764 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2765 * config/i386/tm-nbsd.h: Delete file.
2766 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2767 * config/i386/tm-i386lynx.h: Delete file.
2768 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2769 * config/cris/tm-cris.h: Delete file.
2770
0f475e27
AC
2771 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2772 * configure: Re-generate.
2773 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2774 * config/arm/tm-nbsd.h: Delete file.
2775
458ed000
AC
2776 * config/powerpc/tm-ppcle-sim.h: Delete.
2777 * config/powerpc/tm-ppcle-eabi.h: Delete.
2778 * config/powerpc/tm-nbsd.h: Delete.
2779 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2780 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2781 tm-ppcle-eabi.h.
2782
f14375f3
AC
2783 * config/i386/nto.mh (NAT_FILE): Delete.
2784 * config/i386/nm-nto.h: Delete.
2785
c34d127c
AC
2786 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2787 * config/m68k/tm-os68k.h: Ditto.
2788 * config/m68k/tm-monitor.h: Ditto.
2789 * config/m68k/tm-cisco.h: Ditto.
2790 * config/m68k/st2000.mt (TM_FILE): Delete.
2791 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2792 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2793 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2794 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2795
f7f0fe03
AC
2796 * config/m68k/tm-st2000.h: Delete.
2797 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2798 * config/sparc/fbsd.mt (TM_FILE): Delete.
2799 * config/sparc/tm-fbsd.h: Delete.
2800
a2558533
AC
2801 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2802 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2803 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2804
b78960be
AC
2805 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2806 GDB_TM_FILE and GDB_XM_FILE.
2807 * gdbarch.c: Re-generate.
2808 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2809 quotes in macro definition.
2810 * configure.in: Re-generate.
2811
4d60522e
AC
2812 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2813 validating architecture methods.
2814 * gdbarch.c: Re-generate.
2815
5010d38b
AC
2816 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2817 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2818 GDB_MULTI_ARCH_PARTIAL.
2819 * gdbarch.h: Re-generate.
2820
c185a355
AC
2821 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2822 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2823 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2824 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2825 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2826 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2827 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2828 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2829 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2830 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2831 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2832 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2833
14aaa6ab
AC
28342004-09-01 Andrew Cagney <cagney@gnu.org>
2835
2836 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2837 and main_func_highpc.
2838 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2839 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2840 * nlmread.c (nlm_symfile_read): Update.
2841
a343eb3c
JB
28422004-09-01 Joel Brobecker <brobecker@gnat.com>
2843
2844 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2845 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2846 (find_proc_desc): Remove dead code.
2847
4fbbbd07
JB
28482004-09-01 Joel Brobecker <brobecker@gnat.com>
2849
2850 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2851
84acb35a
JJ
28522004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2853
2854 * observer.sh: Add struct so_list declaration.
2855 * Makefile.in: Add dependencies on observer.h for solib.c and
2856 breakpoint.c.
2857 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2858 function.
2859 (_initialize_breakpoint): Register
2860 disable_breakpoints_in_unloaded_shlib as an observer of the
2861 "solib unloaded" observation event.
2862 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2863 call decode_line_1 so unfound breakpoint errors are silent.
2864 * solib.c (update_solib_list): When a solib is discovered to have
2865 been unloaded by the program, notify all observers of the
2866 "solib unloaded" observation event.
2867
c8cd9f6c
AC
28682004-09-01 Andrew Cagney <cagney@gnu.org>
2869
2870 * frame.c: Include "objfiles.h".
2871 (inside_main_func): New function.
2872 (get_prev_frame): Use new inside_main_func.
2873 * Makefile.in (frame.o): Update dependencies.
2874 * defs.h (inside_main_func): Delete declaration.
2875 * blockframe.c (inside_main_func): Delete function.
2876
1168df01
JB
28772004-08-31 Jim Blandy <jimb@redhat.com>
2878
2879 * dwarf2read.c (is_vtable_name): New function, based on logic from
2880 read_structure_type, but passing the correct length to strncmp,
2881 and using 'sizeof' instead of 'strlen'.
2882 (read_structure_type): Call it.
2883
f14f9744
JB
28842004-08-31 Joel Brobecker <brobecker@gnat.com>
2885
2886 * config/powerpc/aix.mh: Add comment.
2887
386d4518
PG
28882004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2889
2890 * MAINTAINERS: Add self to Write-After-Approval.
2891
7d97d5e2
MI
28922004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2893
2894 * MAINTAINERS: Add self to Write-After-Approval.
2895
68f53502
AC
28962004-08-30 Andrew Cagney <cagney@gnu.org>
2897
2898 Fix PR breakpoints/1757.
2899 * infrun.c (struct execution_control_state): Replace
2900 remove_breakpoints_on_following_step with
2901 step_after_step_resume_breakpoint.
2902 (init_execution_control_state): Update.
2903 (handle_inferior_event): For signals, when stepping off a
2904 breakpoint, set step_after_step_resume_breakpoint. When
2905 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2906 (keep_going): Delete code handling
2907 remove_breakpoints_on_following_step.
2908
7ca2d3a3
DL
29092004-08-29 David Lecomber <david@streamline-computing.com>
2910
2911 Fix PR gdb/648
2912 * language.h (enum array_ordering): New enum.
2913 * language.h (struct language_defn): New la_array_ordering
2914 attribute.
2915 * language.c (unknown_language_defn, auto_language_defn)
2916 (local_language_defn): Ditto.
2917 * ada-lang.c (ada_language_defn): Ditto.
2918 * c-lang.c (c_language_defn, cplus_language_defn)
2919 (asm_language_defn, minimal_language_defn): Ditto.
2920 * f-lang.c (f_language_defn): Ditto.
2921 * jv-lang.c (java_language_defn): Ditto.
2922 * m2-lang.c (f_language_defn): Ditto.
2923 * objc-lang.c (objc_language_defn): Ditto.
2924 * p-lang.c (pascal_language_defn): Ditto.
2925 * scm-lang.c (scm_language_defn): Ditto.
2926 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2927 oriented large to small in type structure.
2928 * dwarf2read.c (read_array_order): New function.
2929 (read_array_type): Use read_array_order to check row/column
2930 major ordering.
2931
e354df01
NW
29322004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2933
2934 * target.c (target_resize_to_sections): Check
2935 current_target.to_sections for an old value when updating.
2936
9185ddce
JB
29372004-08-27 Joel Brobecker <brobecker@gnat.com>
2938
2939 * procfs.c (dbx_link_bpt_addr): New static global variable.
2940 (dbx_link_shadow_contents): New static global variable.
2941 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2942 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2943 if we just hit it.
2944 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2945 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2946 from run to run.
2947 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2948 after the inferior has been forked.
2949 (remove_dbx_link_breakpoint): New function.
2950 (dbx_link_addr): New function.
2951 (insert_dbx_link_bpt_in_file): New function.
2952 (insert_dbx_link_bpt_in_region): New function.
2953 (insert_dbx_link_breakpoint): New function.
2954 (proc_trace_syscalls_1): New function, extracted from
2955 proc_trace_syscalls.
2956 (proc_trace_syscalls): Replace extract code by call to
2957 proc_trace_syscalls_1.
2958 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2959 is no longer valid.
2960
e6742ace
JB
29612004-08-25 Jim Blandy <jimb@redhat.com>
2962
2963 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2964
8fb3e588
AC
29652004-08-25 Andrew Cagney <cagney@gnu.org>
2966
629a41ee
AC
2967 * infrun.c (struct execution_control_state): Delete field
2968 "stepping_through_sigtramp".
2969 (init_execution_control_state): Do not set same.
2970 (context_switch): Do not pass same to save_infrun_state and
2971 load_infrun_state.
2972 * gdbthread.h (struct thread_info): Delete field
2973 stepping_through_sigtramp.
2974 (save_infrun_state, load_infrun_state): Delete parameter
2975 stepping_through_sigtramp.
2976 * thread.c (load_infrun_state, save_infrun_state): Update.
2977
8fb3e588
AC
2978 * infrun.c: Re-indent. Move expression operators to the beginning
2979 of the line. Remove long disabled #if 0 code.
2980
49c54768
AC
29812004-08-24 Andrew Cagney <cagney@gnu.org>
2982
2983 * doublest.h (floatformat_ieee_quad): Rename
2984 floatformat_ia64_quad.
2985 * doublest.c (floatformat_ieee_quad): Rename
2986 floatformat_ia64_quad.
2987 (_initialize_doublest): Update.
2988
5ca2e327
JB
29892004-08-24 Jim Blandy <jimb@redhat.com>
2990
87808bd6
JB
2991 * dwarf2expr.h (struct dwarf_expr_context): New members
2992 'num_pieces' and 'pieces', for returning the result of an
2993 expression that uses DW_OP_piece.
2994 (struct dwarf_expr_piece): New struct type.
2995 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2996 pieces.
2997 (free_dwarf_expr_context): Free pieces, if any.
2998 (add_piece): New function.
2999 (execute_stack_op): Implement DW_OP_piece.
3000 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3001 expression is a list of pieces, print an error message.
3002 (dwarf2_loc_desc_needs_frame): If the expression yields
3003 pieces, and any piece is in a register, then we need a frame.
3004
5ca2e327
JB
3005 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3006 the stack until we've decided what sort of result the evaluation
3007 has produced. Use separate variables, with more specific names.
3008
2afeb6b8
RE
30092004-08-23 Richard Earnshaw <rearnsha@arm.com>
3010
3011 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3012 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3013 (arm_netbsd_init_abi_common): Register them.
3014
5885ab49
MK
30152004-08-22 Mark Kettenis <kettenis@gnu.org>
3016
fda820a6
MK
3017 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3018
1c5bf419
MK
3019 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3020 safe_frame_unwind_memory instead of target_read_memory.
3021
8cbba7c8
MK
3022 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3023 Reorder includes.
3024 (fetch_register, store_register): Remove prototypes.
3025 (child_resume): Reorganize code and comments such that it is
3026 grouped a bit more logically.
3027 (attach): Explicitly compare errno against 0.
3028 (detach): Likewise. Use perror_with_name instead of
3029 print_sys_errmsg.
3030 * Makefile.in (infptrace.o): Update dependencies.
3031
c5fa4245
MK
3032 * ia64-linux-nat.c: Update copyright year.
3033 (fetch_debug_register, store_debug_register)
3034 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3035 PTRACE_TYPE_ARG3.
3036 * config/ia64/nm-linux.h: Update copyright year.
3037 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3038
387c058c
MK
3039 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3040 from CORE_ADDR to struct frame_info *. Use
3041 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3042 (amd64_linux_sigtramp_p): Adjust for changed signature of
3043 and64_linux_sigtramp_start
3044
277215a6
MK
3045 * gdb_ptrace.h: GNU/Linux.
3046
25f6178e
MK
3047 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3048 Remove defines.
3049
652fc137
MK
3050 * infptrace.c: Include "gdb_assert.h".
3051 (PTRACE_XFER_TYPE): Remove define.
3052 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3053 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3054 Tweak comment.
3055 (fetch_inferior_registers, store_inferior_registers): Remove
3056 redundant culry braces. Tweak comment. s/regno/regnum.
3057 * Makefile.in (infptrace.o): Update dependencies.
3058
5885ab49
MK
3059 * configure.in: Change test for return type of ptrace to default
3060 to `long' instead of `int'.
3061 * configure: Regenerate.
3062
11003ae3
MK
30632004-08-21 Mark Kettenis <kettenis@gnu.org>
3064
6b95110c
MK
3065 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3066
bcb3dc3d
MK
3067 * configure.in: Check for ttrace function.
3068 * configure, config.in: Regenerate.
3069
11003ae3
MK
3070 * gdb_ptrace.h: New file.
3071 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3072 <sys/ptrace.h>.
3073 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3074 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3075 (attach): Don't define PT_ATTACH.
3076 (detach): Don't define PT_DETACH.
3077 * Makefile.in (gdb_ptrace_h): New variable.
3078 (infptrace.o): Update dependencies.
3079
f8707cac
MK
30802004-08-16 Mark Kettenis <kettenis@gnu.org>
3081
3082 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3083 instead of `int' if not already defined.
3084 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3085 PTRACE_TYPE_ARG3.
3086 * infptrace.c (call_ptrace): Revert change that replaced
3087 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3088
655c5466
MK
30892004-08-15 Mark Kettenis <kettenis@gnu.org>
3090
156e5ba7
MK
3091 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3092 Remove defines.
3093
de9a9e51
MK
3094 * linux-nat.c (kill_inferior): Add missing third and fourth
3095 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3096
88800403
MK
3097 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3098 PTRACE_TYPE_RET.
3099
849a1d7c
MK
3100 * proc-why.c (proc_prettyfprint_why): Fix format string.
3101
61ad16d1
MK
3102 * solib-osf.c (osf_current_sos): Remove unsused label.
3103
a6ed5501
MK
3104 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3105 curses headers.
3106 * configure, config.in: Regenerate.
3107 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3108 <ncurses/ncurses.h>.
3109
016ddeca
MK
3110 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3111 * config/nm-nbsd.h: Update copyright year.
3112 (PTRACE_ARG3_TYPE): Remove define.
3113
49ec097f
MK
3114 * sparc-nat.c (fetch_inferior_registers)
3115 (store_inferior_registers, sparc_xfer_wcookie):
3116 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3117
9f8e0089
MK
3118 * alphabsd-nat.c (fetch_inferior_registers):
3119 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3120 PTRACE_TYPE_ARG3.
3121 * amd64bsd-nat.c (fetch_inferior_registers)
3122 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3123 PTRACE_TYPE_ARG3.
3124 * armnbsd-nat.c: Update copyright year.
3125 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3126 (store_register, store_regs, store_fp_register, store_fp_regs):
3127 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3128 * hppabsd-nat.c (fetch_inferior_registers)
3129 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3130 PTRACE_TYPE_ARG3.
3131 * i386bsd-nat.c (fetch_inferior_registers)
3132 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3133 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3134 * m68kbsd-nat.c (fetch_inferior_registers)
3135 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3136 PTRACE_TYPE_ARG3.
3137 * m88kbsd-nat.c (fetch_inferior_registers)
3138 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3139 PTRACE_TYPE_ARG3.
3140 * mipsnbsd-nat.c: Update copyright year.
3141 (fetch_inferior_registers, store_inferior_registers):
3142 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3143 * ns32knbsd-nat.c: Update copyright year.
3144 (fetch_inferior_registers, store_inferior_registers):
3145 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3146 * ppcnbsd-nat.c (fetch_inferior_registers):
3147 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3148 PTRACE_TYPE_ARG3.
3149 * ppcobsd-nat.c (fetch_inferior_registers):
3150 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3151 PTRACE_TYPE_ARG3.
3152 * shnbsd-nat.c: Update copyright year.
3153 (fetch_inferior_registers, store_inferior_registers):
3154 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3155 * vaxbsd-nat.c (fetch_inferior_registers)
3156 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3157 PTRACE_TYPE_ARG3.
3158
655c5466
MK
3159 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3160 PTRACE_TYPE_ARG3.
3161 * infptrace.c (call_ptrace, child_resume, attach, detach)
3162 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3163 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3164 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3165 PTRACE_TYPE_ARG3.
3166
c40d0d10
MK
31672004-08-14 Mark Kettenis <kettenis@gnu.org>
3168
5cb0ff31
MK
3169 * defs.h: Remove out-of-date comment.
3170 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3171 [!GETENV_PROVIDED] (getenv): Remove prototype.
3172
5f0f34cb
MK
3173 * standalone.c: Remove file.
3174 * Makefile.in (standalone.o): Remove dependency.
3175
7532965f
MK
3176 * i386-linux-nat.c (dummy_sse_values): Remove function and
3177 prototype.
3178 (i386_linux_dr_get): Fix typo in comment.
3179 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3180
1bdc6c53
MK
3181 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3182
c40d0d10
MK
3183 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3184 from declaration.
3185 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3186 from definition.
3187
64218d3e
MK
31882004-08-13 Mark Kettenis <kettenis@gnu.org>
3189
3190 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3191 parenthesis in definition.
3192 * configure: Regenerated.
3193
926c94e7
MC
31942004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3195
3196 * PROBLEMS: Mention build/1411.
3197
69489883
NN
31982004-08-09 Robert Millan <robertmh@gnu.org>
3199
3200 Committed by Nathanael Nerode.
3201 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3202 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3203
ebb7c577
AC
32042004-08-12 Andrew Cagney <cagney@gnu.org>
3205
3206 * NEWS: Mention fixes in GDB 6.2.1.
3207 * PROBLEMS: Remove mention of mips-irix.
3208
232d697c
JB
32092004-08-11 Joel Brobecker <brobecker@gnat.com>
3210
3211 * config/powerpc/xm-aix.h: Delete.
3212 * config/powerpc/aix.mh (MH_FILE): Remove.
3213 * config/powerpc/aix432.mh (MH_FILE): Remove.
3214
72f4e82b
JB
32152004-08-11 Joel Brobecker <brobecker@gnat.com>
3216
3217 * config/powerpc/aix.mh: Remove obsolete comment.
3218 * config/powerpc/aix432.mh: Likewise.
3219
0687ccb2
JB
32202004-08-11 Joel Brobecker <brobecker@gnat.com>
3221
3222 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3223
dbf3ada7
JB
32242004-08-11 Joel Brobecker <brobecker@gnat.com>
3225
e08e1886
JB
3226 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3227 this file is now empty.
3228 * config/xm-aix4.h: Remove, this file is no longer included
3229 anywhere.
3230
32312004-08-11 Joel Brobecker <brobecker@gnat.com>
3232
3233 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3234 that file is now empty.
dbf3ada7
JB
3235 (termdef): Remove prototype, function no longer used.
3236
4c525ef6
JB
32372004-08-11 Joel Brobecker <brobecker@gnat.com>
3238
3239 * doc/gdbint.texinfo (Host Definition): Remove documentation
3240 for USE_O_NOCTTY, no longer used.
3241 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3242 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3243
82e0b968
JB
32442004-08-11 Joel Brobecker <brobecker@gnat.com>
3245
3246 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3247 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3248 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3249
f2acbe1c
MK
32502004-08-11 Mark Kettenis <kettenis@gnu.org>
3251
daa98270
MK
3252 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3253 instead of FIVE_ARG_PTRACE.
3254
f2acbe1c
MK
3255 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3256 (new_tty): Use O_NOCTTY unconditionally.
3257
cc377e6b
MK
32582004-08-10 Mark Kettenis <kettenis@gnu.org>
3259
3260 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3261 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3262 fflush on stdout.
3263
3bcc18fa
JB
32642004-08-10 Joel Brobecker <brobecker@gnat.com>
3265
3266 * xcoff_symfile_finish: Replace last call to xmfree by call
3267 to xfree.
3268
7936743b
AC
32692004-08-10 Andrew Cagney <cagney@gnu.org>
3270
cc503c8a
AC
3271 * main.c (captured_main): Delete call to init_malloc.
3272 * defs.h (init_malloc): Delete declaration.
3273 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3274 (init_malloc): Delete functions.
3275
2dc74dc1
AC
3276 * defs.h (xmfree): Delete.
3277 * utils.c (xmfree): Delete function.
3278 (xfree): Inline calls to xmfree and mfree.
3279 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3280 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3281 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3282 * somread.c (som_symfile_finish): Ditto.
3283 * objfiles.c (allocate_objfile, free_objfile):
3284 * nlmread.c (nlm_symfile_finish): Ditto.
3285 * hpread.c (hpread_symfile_finish): Ditto.
3286 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3287 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3288 * coffread.c (coff_symfile_finish): Ditto.
3289
aa2ee5f6
AC
3290 * defs.h (xmcalloc): Delete declaration.
3291 * utils.c (xmcalloc): Delete.
3292 (xcalloc): Inline calls to xmcalloc and mcalloc.
3293 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3294 xcalloc and xfree.
3295 * symtab.c (create_demangled_names_hash): Ditto.
3296
0efffb96
AC
3297 * defs.h (xmrealloc): Delete.
3298 * utils.c (xmrealloc): Delete.
3299 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3300 * symmisc.c (extend_psymbol_list): Use xrealloc.
3301 * source.c (find_source_lines): Ditto.
3302 * hpread.c (hpread_lookup_type): Ditto.
3303 * dbxread.c (add_bincl_to_list): Ditto.
3304
7936743b
AC
3305 * utils.c (xmmalloc): Delete.
3306 (xmalloc): Inline xmmalloc and mmalloc calls.
3307 (msavestring): Use xmalloc.
3308 * defs.h (xmmalloc): Delete declaration.
3309 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3310 xmmalloc.
3311 * symmisc.c (extend_psymbol_list): Ditto.
3312 * symfile.c (init_psymbol_list): Ditto.
3313 * source.c (find_source_lines): Ditto.
3314 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3315 * elfread.c (elf_symtab_read): Ditto.
3316 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3317 * coffread.c (coff_symfile_init): Ditto.
3318
252ab814
DC
33192004-08-10 David Carlton <carlton@bactrian.org>
3320
3321 * MAINTAINERS: Remove David Carlton from c++ testsuite
3322 maintainers.
3323
8f5ba92b
JG
33242004-08-10 Jerome Guitton <guitton@gnat.com>
3325
3326 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3327 print a line feed before the prompt.
3328
21749010
MK
33292004-08-10 Mark Kettenis <kettenis@gnu.org>
3330
3331 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3332
1f011ce2
JB
33332004-08-09 Joel Brobecker <brobecker@gnat.com>
3334
3335 General cleanup of the AIX xm include file:
3336 * config/xm-aix4.h (fd_set): Remove undefine.
3337 Remove include of <sys/select.h>.
3338 (HAVE_TERMIO): Remove define.
3339 (USG): Likewise.
3340 (NULL): Remove redefine.
3341 (alloca): Remove #pragma.
3342 (vfork): Remove define.
3343 (termdef): Remove.
3344 (SIGWINCH_HANDLER): Remove.
3345 (SIGWINCH_HANDLER_BODY): Remove.
3346
cf4e7692
MK
33472004-08-09 Mark Kettenis <kettenis@gnu.org>
3348
3349 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3350 GDB_OSABI_OPENBSD_ELF.
3351
ac5754fa
MK
33522004-08-07 Robert Millan <robertmh@gnu.org>
3353
3354 * bsd-kvm.c: Check for nlist.h before including it.
3355
086ec9eb
MK
33562004-08-09 Mark Kettenis <kettenis@gnu.org>
3357
bbe06c74
MK
3358 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3359 sigcontext' offset consistency checks for ancient BSD.
3360
3aa7b3b3
MK
3361 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3362
086ec9eb
MK
3363 * configure.in: Check for <sys/types.h>. Check return and
3364 argument types of ptrace.
3365 * configure, config.in: Regenerate.
3366
09991fa0
JB
33672004-08-09 Jim Blandy <jimb@redhat.com>
3368
3369 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3370 rs6000_register_sim_regno): Doc fixes.
3371
fed7ba43
JB
33722004-08-08 Joel Brobecker <brobecker@gnat.com>
3373
3374 * mips-tdep.c: Include "floatformat.h".
3375 (n32n64_floatformat_always_valid): New function.
3376 (floatformat_n32n64_long_double_big): New constant.
3377 (mips_gdbarch_init): Set size and format of long double
3378 for N32 and N64 ABIs.
3379 * Makefile.in (mips-tdep.o): Update dependencies.
3380
456fcf94
AC
33812004-08-08 Andrew Cagney <cagney@gnu.org>
3382
2f9b146e
AC
3383 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3384 print. Improve script's error messages.
3385 * gdbarch.h: Re-generate.
3386
456fcf94
AC
3387 * gdbarch.sh (pformat): New function.
3388 (float_format, double_format, long_double_format): List with bit
3389 members. Use pformat when printing.
3390 * gdbarch.c, gdbarch.h: Re-generate.
3391
69e9e646
NW
33922004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3393
3394 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3395 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3396 (ppcnbsd_supply_pcb): New function.
3397 (_initialize_ppcnbsd_nat): New prototype and function.
3398 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3399 (LOADLIBES): New variable.
3400 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3401
5ef2d0aa
AC
34022004-08-08 Andrew Cagney <cagney@gnu.org>
3403
3404 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3405 (builtin_type_ieee_double, builtin_type_ia64_quad)
3406 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3407 BE/LE floating-point types.
3408 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3409 (builtin_type_ieee_double, builtin_type_ia64_quad)
3410 (builtin_type_ia64_spill): Declare.
3411 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3412 (floatformat_ieee_double, floatformat_arm_ext)
3413 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3414 of LE/BE floatformats.
3415 * doublest.h: (struct floatformat, floatformat_ieee_single)
3416 (floatformat_ieee_double, floatformat_arm_ext)
3417 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3418
5c7f2947
MK
34192004-08-08 Mark Kettenis <kettenis@gnu.org>
3420
ecac404d
MK
3421 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3422
9b8607ce
MK
3423 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3424 instead of regcache_raw_supply when storing the registers.
3425
f6052080
MK
3426 * i386gnu-nat.c: Update copyright year.
3427 (gnu_store_registers): Don't use deprecated_registers and
3428 deprecated_registers_valid. Use regcache_valid_p and
3429 regcache_raw_supply instead.
3430
17777823
MK
3431 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3432 frame_pc_unwind.
3433
5240ceac
MK
3434 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3435 variables. Incapitalized "process".
3436
5c7f2947
MK
3437 * configure.in: Add cursesX to the list of possible curses libs.
3438 Add cursesX.h to the list of possible curses headers.
3439 * configure, config.in: Regenerate.
3440
da7d81e3
NW
34412004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3442
3443 * configure.in: Test for struct lwp in <sys/lwp.h>.
3444 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3445 the offset of l_addr in struct lwp.
3446
7f245d65
NW
34472004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3448
3449 * bsd-kvm.c: Include "gdbcore.h"
3450 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3451
47b3f456
AC
34522004-08-07 Andrew Cagney <cagney@gnu.org>
3453
70bd8e24
AC
3454 * gdbtypes.c (build_flt, build_complex): New functions.
3455 (gdbtypes_post_init): Use.
3456
9b0dea39
AC
3457 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3458
5cf7abac
AC
3459 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3460 through to builtin_type_uint128.
3461
64d2b26d
AC
3462 * c-exp.y: Use builtin_type function to obtain builtin types.
3463
7ad6570d
AC
3464 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3465 builtin_uint128.
3466 * gdbtypes.c (gdbtypes_post_init): Update.
3467 (build_gdbtypes): Move initialization of builtin_type_int0
3468 through to builtin_type_uint128 from here ...
3469 (_initialize_gdbtypes): ... to here.
3470 * d10v-tdep.c (d10v_register_type): Update.
3471
47b3f456
AC
3472 * doublest.c: Update copyright.
3473 (floatformat_from_length): Call error when floatformat is NULL.
3474 (extract_floating_by_length): Remove NULL fmt check.
3475 (store_floating_by_length): Ditto.
3476
0a8146bf
AC
34772004-08-07 Andrew Cagney <cagney@gnu.org>
3478
3479 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3480 that the register is valid.
3481
c0ccb908
MK
34822004-08-05 Mark Kettenis <kettenis@chello.nl>
3483
8e6bed05
MK
3484 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3485 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3486 struct frame_info *. Use safe_frame_unwind_memory instead of
3487 deprecated_read_memory_nobpt.
3488 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3489 changed signature of i386_linux_sigtramp_start and
3490 i386_linux_rt_sigtramp_start.
3491
24f9f5e3
MK
3492 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3493 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3494 instead of deprecated_read_memory_nobpt.
3495 (i386nbsd_sigtramp_p): Adjust for changed signature of
3496 i386nbsd_sigtramp_offset.
3497
c822af0c
MK
3498 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3499 safe_frame_unwind_memory instead of target_read_memory.
3500
c0ccb908
MK
3501 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3502 !NO_SYS_FILE.
3503 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3504 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3505 (_initialize_kernel_u_addr): Remove prototype and function.
3506 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3507 !NO_SYS_FILE.
3508 * xcoffread.c: Likewise.
3509
b9e1c0d6
MK
35102004-08-06 Mark Kettenis <kettenis@gnu.org>
3511
3512 * vax-nat.c: New file.
3513 * vaxbsd-nat.c: Tweak comment.
3514 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3515 vaxnbsd-tdep.c.
3516 (vax-nat.o): New dependency.
3517 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3518 (vax-*-ultrix2*): Remove.
3519 * config/vax/vax.mh: New file.
3520 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3521 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3522 (vax_register_u_addr): New prototype.
3523 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3524 * config/vax/vaxult2.mh: Remove file.
3525 * config/vax/vaxult.mh: Remove file.
3526 * config/vax/vaxbsd.mh: Remove file.
3527 * config/vax/vax.mt (TM_FILE): Remove.
3528 * config/vax/tm-vaxbsd.h: Remove file.
3529
9ad7bec7
JB
35302004-08-06 Joel Brobecker <brobecker@gnat.com>
3531
3532 * aix-thread.c (get_signaled_thread): New function.
3533 (iter_trap): Delete, no longer used.
3534 (iter_tid): New function.
3535 (pd_update): Find the thread that received the SIGTRAP signal
3536 by first locating the kernel thread, and then finding its
3537 associated thread.
3538
bf0d233d
UW
35392004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3540
3541 * lin-lwp.c (child_wait): Continue inferior after processing
3542 PTRACE_EVENT_CLONE event.
3543
d0f853e1
NN
35442004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3545
3546 * MAINTAINERS: Add self to Write-After-Approval.
3547
ab14aeb0
JJ
35482004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3549
3550 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3551 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3552
9c8dbfa9
AC
35532004-08-05 Andrew Cagney <cagney@gnu.org>
3554
c8f3ca46
AC
3555 * config/xm-sysv4.h: Delete file.
3556 * config/mips/xm-irix5.h: Delete file.
3557 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3558 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3559 * config/ia64/xm-aix.h: Delete file.
3560 * config/ia64/aix.mh (XM_FILE): Delete.
3561 * config/pa/xm-hppah.h: Delete file.
3562 * config/pa/hpux11w.mh (XM_FILE): Delete.
3563 * config/pa/hpux11.mh (XM_FILE): Delete.
3564 * config/pa/hpux1020.mh (XM_FILE): Delete.
3565 * config/pa/hppahpux.mh (XM_FILE): Delete.
3566
5f7daaff
AC
3567 * config/alpha/xm-alphalinux.h: Delete file.
3568 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3569 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3570 * config/alpha/xm-alphaosf.h: Delete file.
3571 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3572 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3573 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3574 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3575
69babf95
AC
3576 * config/i386/xm-i386v.h: Delete file.
3577 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3578 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3579 * config/i386/xm-i386sco.h: Delete file.
3580 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3581 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3582 * config/i386/xm-i386v4.h: Delete file.
3583 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3584 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3585 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3586 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3587
6f009c8a
AC
3588 * config/vax/xm-vax.h: Delete file.
3589 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3590 * config/vax/xm-vaxult2.h: Delete file.
3591 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3592 * config/vax/vaxult2.mh (XM_FILE): Delete.
3593 * config/vax/xm-vaxult.h: Delete file.
3594 * config/vax/vaxult.mh (XM_FILE): Delete.
3595 * config/vax/xm-vaxbsd.h: Delete file.
3596 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3597
9c8dbfa9
AC
3598 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3599 * gdbarch.h, gdbarch.c: Re-generate.
3600 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3601 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3602 * frame.h: Delete deprecated_read_fp from comments.
3603 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3604 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3605
84367a3e
MK
36062004-08-04 Mark Kettenis <kettenis@gnu.org>
3607
9c8e3411
MK
3608 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3609 trampoline in OpenBSD 3.5-current.
3610
b87bc0d8
MK
3611 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3612 SSE registers.
3613
84367a3e
MK
3614 * Makefile.in: Remove embedded page breaks.
3615
a44bddec
JB
36162004-08-04 Jim Blandy <jimb@redhat.com>
3617
7ab3286f
JB
3618 * regcache.c (regcache_raw_read): Assert that, after calling
3619 target_fetch_registers, the register we're reading is cached.
3620
a44bddec
JB
3621 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3622 a call to 'internal_error', with a more helpful error message.
3623 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 3624 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 3625
35124113
AC
36262004-08-04 Andrew Cagney <cagney@gnu.org>
3627
3628 * Makefile.in: Update dependencies.
3629
9f643768
JB
36302004-08-04 Jim Blandy <jimb@redhat.com>
3631
6ced10dd
JB
3632 Change the layout of the PowerPC E500 raw register cache to allow
3633 the lower 32-bit halves of the GPRS to be their own raw registers,
3634 not pseudoregisters.
3635 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3636 add ppc_ev0_upper_regnum flag.
3637 * rs6000-tdep.c: #include "reggroups.h".
3638 (spe_register_p): Recognize the ev upper half registers as SPE
3639 registers.
3640 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3641 registers.
3642 (e500_move_ev_register): New function.
3643 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3644 vector registers are the pseudo-registers now, formed by splicing
3645 together the gprs and the upper-half registers.
3646 (e500_register_reggroup_p): New function.
3647 (P): Macro deleted.
3648 (P8, A4): New macro.
3649 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3650 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3651 macros.
3652 (registers_e500): Rearrange register set so that the raw register
3653 set contains 32-bit GPRs and upper-half registers, and the SPE
3654 vector registers become pseudo-registers.
3655 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3656 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3657 register numbers are now the same for the E500 as they are for
3658 other PowerPC variants. Register e500_register_reggroup_p as the
3659 register group function for the E500.
3660 * Makefile.in (rs6000-tdep.o): Update dependencies.
3661
3662 Adapt PPC E500 native support to the new raw regcache layout.
3663 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3664 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3665 (fetch_spe_register, store_spe_register): Handle fetching/storing
3666 all the SPE registers at once, if regno == -1. These now take
3667 over the job of fetch_spe_registers and store_spe_registers.
3668 (fetch_spe_registers, store_spe_registers): Deleted.
3669 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3670 unconditionally; they're always raw. Fetch/store SPE upper half
3671 registers, if present, instead of ev registers.
3672 (fetch_register, store_register): Remove sanity checks: gprs are
3673 never pseudo-registers now, so we never need to even mention any
3674 registers that are ever pseudoregisters.
3675
9f643768
JB
3676 Use a fixed register numbering when communicating with the PowerPC
3677 simulator.
3678 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3679 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3680 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3681 New functions.
3682 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3683 init_sim_regno_table.
3684 * Makefile.in (gdb_sim_ppc_h): New variable.
3685 (rs6000-tdep.o): Update dependencies.
3686
1e2279c8
AC
36872004-08-02 Andrew Cagney <cagney@gnu.org>
3688
1d94326f
AC
3689 * cris-tdep.c (cris_register_size): Restore function, still used
3690 locally.
3691
331ae7ed
AC
3692 * gdbarch.sh (deprecated_target_read_fp)
3693 (deprecated_frame_locals_address, deprecated_frame_args_address)
3694 (deprecated_frame_chain_valid, deprecated_frame_chain)
3695 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3696 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3697 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3698 * gdbarch.h, gdbarch.c: Re-generate.
3699 * regcache.c (deprecated_read_fp): Do not call
3700 DEPRECATED_TARGET_READ_FP_P.
3701 * infcmd.c (default_print_registers_info): Do not call
3702 DEPRECATED_DO_REGISTERS_INFO.
3703 * frame-base.c (default_frame_locals_address): Do not call
3704 DEPRECATED_FRAME_LOCALS_ADDRESS.
3705 (default_frame_args_address): Do not call
3706 DEPRECATED_FRAME_ARGS_ADDRESS.
3707
1e2279c8
AC
3708 * gdbarch.sh (deprecated_register_raw_size)
3709 (deprecated_register_virtual_size:int): Delete.
3710 * gdbarch.h, gdbarch.c: Re-generate.
3711 * cris-tdep.c (cris_register_size): Delete.
3712 (cris_gdbarch_init): Update.
3713 * alpha-tdep.c (alpha_register_raw_size)
3714 (alpha_register_virtual_size): Delete.
3715 (alpha_gdbarch_init): Update.
3716
a90c06b4
AC
3717 * gdbarch.sh (deprecated_register_virtual_type)
3718 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3719 (deprecated_dummy_write_sp): Delete.
3720 * gdbarch.h, gdbarch.c: Re-generate.
3721
f42accbe
AC
3722 * gdbarch.sh (deprecated_register_bytes): Delete.
3723 * gdbarch.h, gdbarch.c: Re-generate.
3724 * regcache.c (deprecated_register_bytes): New function.
3725 * regcache.h (deprecated_register_bytes): Declare.
3726 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3727 * v850-tdep.c (v850_gdbarch_init): Update.
3728 * sh64-tdep.c (sh64_gdbarch_init): Update.
3729 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3730 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3731 * mcore-tdep.c (mcore_gdbarch_init): Update.
3732 * cris-tdep.c (cris_gdbarch_init): Update.
3733 * arm-tdep.c (arm_gdbarch_init): Update.
3734 * remote.c (init_remote_state): Update.
3735 * remote-vx.c (vx_prepare_to_store): Update.
3736 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3737 * irix5-nat.c (fetch_core_registers): Update.
3738 * cris-tdep.c (cris_register_bytes_ok): Update.
3739 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3740
45c9dd44
AC
3741 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3742 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3743 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3744 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3745 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3746 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3747 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3748 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3749 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3750 with mips_insn16 and mips_insn32.
3751
3acba339
AC
3752 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3753 * rs6000-tdep.c (rs6000_push_dummy_call)
3754 (rs6000_extract_return_value): Use register_size.
3755 * xstormy16-tdep.c (xstormy16_get_saved_register)
3756 (xstormy16_extract_return_value): Ditto.
3757 * valops.c (value_assign): Ditto.
3758 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3759 * v850-tdep.c (v850_extract_return_value): Ditto.
3760 * tracepoint.c (collect_symbol): Ditto.
3761 * target.c (debug_print_register): Ditto.
3762 * stack.c (frame_info): Ditto.
3763 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3764 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3765 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3766 (store_register_using_P): Ditto.
3767 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3768 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3769 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3770 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3771 * regcache.c (deprecated_read_register_bytes)
3772 (deprecated_write_register_bytes, read_register)
3773 (write_register): Ditto.
3774 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3775 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3776 * monitor.c (monitor_supply_register, monitor_fetch_register)
3777 (monitor_store_register): Ditto.
3778 * mn10300-tdep.c (mn10300_pop_frame_regular)
3779 (mn10300_print_register): Ditto.
3780 * mipsv4-nat.c (fill_fpregset): Ditto.
3781 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3782 (mips64_fill_fpregset): Ditto.
3783 * mi/mi-main.c (register_changed_p, get_register)
3784 (mi_cmd_data_write_register_values): Ditto.
3785 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3786 * irix5-nat.c (fill_gregset, fetch_core_registers):
3787 * infrun.c (write_inferior_status_register): Ditto.
3788 * infptrace.c (fetch_register, store_register): Ditto.
3789 * infcmd.c (default_print_registers_info): Ditto.
3790 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3791 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3792 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3793 * hpux-thread.c (hpux_thread_fetch_registers)
3794 (hpux_thread_store_registers): Ditto.
3795 * hppah-nat.c (store_inferior_registers, fetch_register):
3796 * findvar.c (value_from_register): Ditto.
3797 * dve3900-rom.c (fetch_bitmapped_register):
3798 * cris-tdep.c (cris_gdbarch_init): Ditto.
3799 * alpha-tdep.h: Ditto.
3800 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3801
01e1877c
AC
3802 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3803 DEPRECATED_REGISTER_RAW_SIZE from comments.
3804 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3805 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3806 DEPRECATED_REGISTER_RAW_SIZE.
3807 * findvar.c (value_of_register): Simplify by assuming that the
3808 registers raw and virtual sizes are identical.
3809 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3810 comment.
3811 * arch-utils.c (generic_register_size): Simplify by assuming
3812 register_type.
3813
73f458fb
AC
3814 * regcache.c (legacy_read_register_gen, real_register)
3815 (legacy_write_register_gen): Delete, not used.
3816
336a3131
AC
3817 * regcache.c (struct regcache_descr): Delete legacy_p.
3818 (init_legacy_regcache_descr): Delete function.
3819 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3820 Do not use deprecated register functions.
3821 (regcache_raw_read, deprecated_write_register_gen):
3822 (deprecated_read_register_gen, regcache_raw_write): Delete code
3823 predicated on legacy_p.
3824 (register_size): Delete check against register raw size.
3825
c1d546cd
AC
3826 * cris-tdep.c (cris_register_type): Replace
3827 cris_register_virtual_type.
3828 (cris_gdbarch_init): Update, set register_type.
3829
48c2c0a6
AC
3830 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3831 * gdbarch.h, gdbarch.c: Re-generate.
3832 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3833 (arm_gdbarch_init) Do not set frameless function invocation.
3834 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3835 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3836 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3837 (frv_gdbarch_init): Do not set frameless function invocation.
3838 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3839 * sh-tdep.c (sh_gdbarch_init): Ditto.
3840 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3841 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3842 * avr-tdep.c (avr_gdbarch_init): Ditto.
3843
474093a6
AC
3844 * blockframe.c (legacy_frame_chain_valid): Delete function.
3845
3c109c8b
AC
3846 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3847 and pc. Update comments.
3848 (pc_in_dummy_frame): Delete function.
3849 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3850 use the "id".
3851 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3852 call_hi, top and pc, use the id.
3853 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3854
96860204
AC
3855 * dummy-frame.c: Include "gdb_string.h".
3856 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3857 (generic_save_dummy_frame_tos): Delete.
3858 (dummy_frame_push): New function, replaces above.
3859 * dummy-frame.h: Update copyright.
3860 (dummy_frame_push): Declare.
3861 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3862 (generic_save_call_dummy_addr): Delete declarations.
3863 * infcall.c: Include "dummy-frame.h".
3864 (call_function_by_hand): Add locals caller_regcache,
3865 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3866 with call to frame_save_as_regcache plus cleanup. Delete calls to
3867 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3868 Move clear_proceed_status to just before the resume, add call to
3869 dummy_frame_push (discard cleanup).
3870 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3871 (dummy-frame.o): Add $(gdb_string_h).
3872
d67ec5db
AC
38732004-08-01 Andrew Cagney <cagney@gnu.org>
3874
3875 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3876 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3877 * dummy-frame.c (find_dummy_frame): Delete.
3878 (struct dummy_frame_cache, dummy_frame_sniffer)
3879 (dummy_frame_prev_register, dummy_frame_this_id)
3880 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3881 frame unwinder using a dummy_frame_cache.
3882
a81dcb05
AC
38832004-08-01 Andrew Cagney <cagney@gnu.org>
3884
3885 * frame.h (frame_save_as_regcache): Declare.
3886 * frame.c (frame_save_as_regcache): New function.
3887 (do_frame_read_register): Replace do_frame_unwind_register.
3888 (frame_pop): Use frame_save_as_regcache.
3889 * dummy-frame.c (generic_push_dummy_frame): Use
3890 frame_save_as_regcache.
3891
aa495d11
JB
38922004-08-01 Joel Brobecker <brobecker@gnat.com>
3893
3894 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3895 file as included until we record the first line in the linetable.
3896
ff65ac78
AC
38972004-08-01 Andrew Cagney <cagney@gnu.org>
3898
3899 * frame.h (deprecated_pop_dummy_frame)
3900 (deprecated_read_register_dummy)
3901 (deprecated_generic_find_dummy_frame): Delete.
3902 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3903 (deprecated_read_register_dummy)
3904 (deprecated_find_dummy_frame_regcache)
3905 (discard_innermost_dummy)
3906 (deprecated_pop_dummy_frame): Delete.
3907 (dummy_frame_this_id): Simplify.
3908 (struct dummy_frame): Delete "fp" and "sp".
3909 (find_dummy_frame): Simplify.
3910 (generic_push_dummy_frame): Do not set "fp" or "sp".
3911 (fprint_dummy_frames): Do not print "fp" and "sp"
3912
37bdc87e
MK
39132004-08-01 Mark Kettenis <kettenis@gnu.org>
3914
3915 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3916 (struct i386_insn): New structure.
3917 (i386_match_insn): New function.
3918 (i386_frame_setup_skip_insns): New variable.
3919 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3920 array i386_frame_setup_insns of instructions that should be
3921 skipped inside the frame setup sequence.
3922
8241eaa6
AC
39232004-08-01 Andrew Cagney <cagney@gnu.org>
3924
5bc602c7
AC
3925 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3926 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3927 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3928 * stack.c (frame_info): Delete references to
3929 DEPRECATED_FRAME_INIT_SAVED_REGS and
3930 deprecated_get_frame_saved_regs.
3931 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3932 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3933 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3934 (frame_unwind_register_signed)
3935 (frame_unwind_register_unsigned)
3936 (frame_unwind_unsigned_register): Use register_size.
3937 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3938 (deprecated_frame_xmalloc_with_cleanup)
3939 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3940 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3941
03d363a1
AC
3942 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3943 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3944 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3945 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3946
8241eaa6
AC
3947 * infcall.c (call_function_by_hand): Do not use
3948 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3949 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3950 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3951 DEPRECATED_STACK_ALIGN.
3952
f00df8b7
AC
39532004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3954
3955 Committed by Andrew Cagney.
3956 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3957
eec63939
AC
39582004-08-01 Andrew Cagney <cagney@gnu.org>
3959
3960 * mips-tdep.c (mips16_frame_cache)
3961 (mips16_frame_this_id, mips16_frame_prev_register)
3962 (mips16_frame_unwind, mips16_frame_sniffer)
3963 (mips16_frame_base_address, mips16_frame_base)
3964 (mips16_frame_base_sniffer, mips32_frame_cache)
3965 (mips32_frame_this_id, mips32_frame_prev_register)
3966 (mips32_frame_unwind, mips32_frame_sniffer)
3967 (mips32_frame_base_address, mips32_frame_base)
3968 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3969 separate heuristic mips16 and mips32 unwinders.
3970 (mips_stub_frame_cache, mips_stub_frame_this_id)
3971 (mips_stub_frame_prev_register)
3972 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3973 (mips_stub_frame_base_address, mips_stub_frame_base)
3974 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3975 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3976 match true mdebug frames.
3977 (non_heuristic_proc_desc): Add forward declaration.
3978
e66299b3
AC
39792004-08-01 Andrew Cagney <cagney@gnu.org>
3980
83cbbf3e
AC
3981 * config/mips/tm-irix6.h: Delete file.
3982 * config/mips/tm-irix5.h: Delete file.
3983 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3984 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3985
22d41b37
AC
3986 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3987 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3988 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3989 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3990 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3991 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3992 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3993 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3994 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3995 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3996 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3997 (TARGET_SIGNAL_RAW_VALUES): Delete.
3998 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3999 Delete.
4000 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4001 (TARGET_HW_WATCH_LIMIT): Delete.
4002 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4003 * minimon.h: Delete file.
4004
e66299b3
AC
4005 * trad-frame.c (trad_frame_get_this_base)
4006 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4007 functions.
4008 * trad-frame.h (trad_frame_set_this_base)
4009 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4010
1f67027d
AC
40112004-07-31 Andrew Cagney <cagney@gnu.org>
4012
4013 * trad-frame.c (trad_frame_get_prev_register): Rename
4014 trad_frame_get_prev_register.
4015 * vax-tdep.c (vax_frame_prev_register): Update.
4016 * trad-frame.h: Update.
4017 * trad-frame.c (trad_frame_get_register): Update.
4018 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4019 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4020 Update.
4021 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4022 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4023 Update.
4024 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4025 Update.
4026 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4027 Update.
4028 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4029 Update.
4030 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4031 Update.
4032 * s390-tdep.c (s390_frame_prev_register)
4033 (s390_stub_frame_prev_register)
4034 (s390_sigtramp_frame_prev_register): Update.
4035 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4036 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4037 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4038 * m88k-tdep.c (m88k_frame_prev_register)
4039 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4040 * m32r-tdep.c (m32r_frame_prev_register): Update.
4041 * hppa-tdep.c (hppa_frame_prev_register_helper)
4042 * frv-tdep.c (frv_frame_prev_register): Update.
4043 * d10v-tdep.c (d10v_frame_prev_register): Update.
4044 * cris-tdep.c (cris_frame_prev_register): Update.
4045 * avr-tdep.c (avr_frame_prev_register): Update.
4046 * arm-tdep.c (arm_prologue_prev_register)
4047 (arm_sigtramp_prev_register): Update.
4048
c1bf6f65
AC
40492004-07-31 Andrew Cagney <cagney@gnu.org>
4050
4051 * frame.h (legacy_saved_regs_unwind)
4052 (legacy_frame_chain_valid, legacy_frame_p)
4053 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
4054 * dummy-frame.c (dummy_frame_this_id): Simplify.
4055 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
4056 * frame.c (struct frame_info): Delete the field "type".
4057 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4058 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4059 (legacy_saved_regs_unwind, legacy_frame_p)
4060 (frame_type_from_pc): Delete.
4061 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4062 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4063
dc856692
MK
40642004-07-31 Mark Kettenis <kettenis@gnu.org>
4065
5a5effe1
MK
4066 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4067 indentation.
4068
d4fd50a6
MK
4069 * mips-nat.c: Remove file.
4070 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4071 (mips-nat.o): Remove dependency.
4072
2689df5a
MK
4073 * infptrace.c: Update copyright year.
4074 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4075 explicitly setting the buffer to all zeroes.
4076
dc856692
MK
4077 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4078 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4079
763910e0
AC
40802004-07-30 Andrew Cagney <cagney@gnu.org>
4081
4082 * GDB 6.2 released from gdb_6_2-branch.
4083
0b66e38c
EZ
40842004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4085
4086 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4087
4088 * exec.c (exec_file_attach):
4089 * nto-tdep.c (nto_find_and_open_solib):
4090 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4091 * solib.c (solib_open):
4092 * somsolib.c (som_solib_sizeof_symbol_table):
4093 * source.c (is_regular_file, openp, open_source_file):
4094 * symfile.c (symfile_bfd_open):
4095 * wince.c (upload_to_device): Differentiate between the search for
4096 binary and source files.
4097
be7d7357
AC
40982004-07-30 Andrew Cagney <cagney@gnu.org>
4099
4100 * complaints.c (_initialize_complaints): Pass NULL to
4101 add_setshow_zinteger_cmd for help_doc.
4102 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4103
ddc9cd0f
AC
41042004-07-30 Andrew Cagney <cagney@gnu.org>
4105
4106 Fix PR i18n/761.
4107 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4108 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4109 $(PACKAGE).pot and update-po.
4110 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4111 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4112 (update-po): New rules.
4113 (localedir): Define using autoconf.
4114 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4115 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4116 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4117 * configure.in: Generate CATALOGS and LINGUAS from contents of
4118 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4119 * configure: Re-generate.
4120 * po/gdbtext: New file
4121
e92f3704
JG
41222004-07-30 Jerome Guitton <guitton@gnat.com>
4123
4124 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4125 order.
4126
b0f35d58
DL
41272004-07-30 David Lecomber <dsl@sources.redhat.com>
4128
4129 * dwarf2read.c (read_file_scope): Set producer if attribute
4130 present.
4131 (struct dwarf2_cu): Added new member producer.
4132
ce7d4522
JG
41332004-07-30 Jerome Guitton <guitton@gnat.com>
4134
4135 * inflow.c (kill_command): release file handles in BFD.
4136 * exec.c (exec_file_attach): Ditto.
4137 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4138
05ee07c7
AC
41392004-07-29 Andrew Cagney <cagney@gnu.org>
4140
4141 * PROBLEMS (mips-irix): Note that it is broken.
4142
62eceb47
AC
41432004-07-29 Andrew Cagney <cagney@gnu.org>
4144
e57b8d41
AC
4145 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4146 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4147
d334389b
AC
4148 * config/xm-nbsd.h: Delete file.
4149 * config/arm/xm-nbsd.h: Delete file.
4150 * config/i386/xm-nbsd.h: Delete file.
4151 * config/ns32k/xm-nbsd.h: Delete file.
4152 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4153 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4154 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4155 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4156 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4157
e910f676
AC
4158 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4159 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4160 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4161 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4162 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4163 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4164
6fa856b9
AC
4165 * config/powerpc/xm-linux.h: Delete empty file.
4166 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4167 * config/powerpc/linux.mh (XM_FILE): Delete.
4168 * config/m68k/xm-linux.h: Delete empty file.
4169 * config/m68k/linux.mh (XM_FILE): Delete.
4170 * config/ia64/xm-linux.h: Delete empty file.
4171 * config/ia64/linux.mh (XM_FILE): Delete.
4172 * config/arm/xm-linux.h: Delete empty file.
4173 * config/arm/linux.mh (XM_FILE): Delete.
4174
471ae5ae
AC
4175 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4176 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4177 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4178 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4179 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4180 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4181 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4182 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4183
62eceb47
AC
4184 * config/m68k/xm-m68k.h: Delete file.
4185 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4186 copyright.
4187 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4188 * config/pa/xm-linux.h: Delete empty file.
4189 * config/pa/linux.mh (XM_FILE): Delete.
4190 * config/i386/xm-i386.h: Delete empty file.
4191 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4192 "i386/xm-i386.h".
4193 * config/i386/obsdaout.mh (XM_FILE): Delete.
4194 * config/i386/obsd64.mh (XM_FILE): Delete.
4195 * config/i386/fbsd64.mh (XM_FILE): Delete.
4196 * config/i386/nto.mh (XM_FILE): Delete.
4197 * config/i386/obsd.mh (XM_FILE): Delete.
4198 * config/i386/linux64.mh (XM_FILE): Delete.
4199 * config/i386/linux.mh (XM_FILE): Delete.
4200 * config/i386/i386sol2.mh (XM_FILE): Delete.
4201 * config/i386/i386gnu.mh (XM_FILE): Delete.
4202 * config/i386/fbsd.mh (XM_FILE): Delete.
4203 * config/i386/nbsd64.mh (XM_FILE): Delete.
4204
c35f4ffc
AC
42052004-07-29 Andrew Cagney <cagney@gnu.org>
4206
4207 * config/pa/xm-linux.h: Do not include "floatformat.h".
4208 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4209 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4210 * config/i386/xm-i386.h: Do not include "floatformat.h".
4211 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4212 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4213 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4214 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4215 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4216 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4217 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4218 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4219 * configure, config.in: Regenerate.
4220 * configure.host (gdb_host_float_format, gdb_host_double_format)
4221 (gdb_host_long_double_format): Set according to the host.
4222
624a44a3
AC
42232004-07-29 Andrew Cagney <cagney@gnu.org>
4224
4225 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4226
0dea2468
AC
42272004-07-28 Andrew Cagney <cagney@gnu.org>
4228
4229 * PROBLEMS: Mention threads/1650.
4230 * NEWS: Mention the NPTL fix.
4231
b3f42336
AC
42322004-07-28 Andrew Cagney <cagney@gnu.org>
4233
4234 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4235 (add_setshow_cmd_full): Make static.
4236 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4237 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4238 * cli/cli-decode.c (add_setshow_filename_cmd)
4239 (add_setshow_string_cmd): New functions.
4240 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4241 * mips-tdep.c (_initialize_mips_tdep): Update.
4242 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4243 * cli/cli-logging.c (_initialize_cli_logging): Update.
4244 * complaints.c (_initialize_complaints): Update.
4245 * remote.c (_initialize_remote): Update.
4246
3b64bf98
AC
42472004-07-28 Andrew Cagney <cagney@gnu.org>
4248
4249 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4250 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4251 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4252 print parameters. Make string parameters constant.
4253 * command.h: Update. Update copyright.
4254 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4255 * observer.c (_initialize_observer): Ditto.
4256 * frame.c (_initialize_frame): Ditto.
4257 * complaints.c (_initialize_complaints): Ditto.
4258 * maint.c (_initialize_maint_cmds): Ditto.
4259 * target.c (initialize_targets): Ditto.
4260 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4261 * infcall.c (_initialize_infcall): Ditto.
4262 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4263 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4264 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4265 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4266 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4267
e9667a65
AC
42682004-07-28 Andrew Cagney <cagney@gnu.org>
4269
54a5b07d
AC
4270 * gdbtypes.c (lookup_primitive_typename): Delete function.
4271 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4272 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4273 * gdbtypes.c (lookup_typename): Ditto.
4274 * f-exp.y (yylex): Ditto.
4275 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4276
e9667a65
AC
4277 * scm-lang.c (c_builtin_types): Delete extern declaration.
4278 (scm_language_defn): Replace
4279 string_char_type and primitive_type_vector with
4280 la_language_arch_info.
4281 * jv-lang.c (java_language_defn): Replace
4282 string_char_type and primitive_type_vector with
4283 la_language_arch_info.
4284 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4285 c_builtin_types in comment.
4286 * c-lang.h (struct language_arch_info): Declare opaque.
4287 (c_language_arch_info): Declare.
4288 (c_builtin_types): Delete declaration.
4289 * c-lang.c (c_language_arch_info): Set string_char_type to
4290 builtin_char, not builtin_true_char. Make global.
4291 (c_builtin_types): Delete array.
4292 (asm_language_defn, minimal_language_defn): Replace
4293 string_char_type and primitive_type_vector with
4294 la_language_arch_info.
4295
685419e2
AC
42962004-07-28 Andrew Cagney <cagney@gnu.org>
4297
4298 * gdbtypes.h (struct builtin_type): Rename true_char to
4299 builtin_true_char.
4300 * gdbtypes.c (gdbtypes_post_init): Update.
4301 * c-lang.c (arch_info): New function.
4302 (enum c_primitive_types): New enum.
4303 (c_language_defn): Instead of string_char_type and
4304 primitive_type_vector set la_language_arch_info.
4305
5a44ea29
AC
43062004-07-28 Andrew Cagney <cagney@gnu.org>
4307
4308 * language.h (struct language_arch_info): Fix typo
4309 s/primative/primitive/.
4310 * gdbtypes.c (lookup_primitive_typename): Ditto.
4311 * language.c (language_lookup_primitive_type_by_name)
4312 (unknown_language_arch_info): Ditto.
4313
f290d38e
AC
43142004-07-27 Andrew Cagney <cagney@gnu.org>
4315
4316 * defs.h (enum language): Add nr_languages.
4317 * language.h (struct language_arch_info): Define.
4318 (struct language_defn): Add la_language_arch_info.
4319 (language_lookup_primative_type_by_name): Declare.
4320 (language_string_char_type): Declare.
4321 * language.c (_initialize_language, language_gdbarch_post_init)
4322 (struct language_gdbarch, language_gdbarch_data): Implement
4323 per-architecture language information.
4324 (unknown_language_arch_info, language_string_char_type)
4325 (language_lookup_primative_type_by_name): New functions.
4326 (unknown_language_defn, auto_language_defn)
4327 (local_language_defn): Set la_language_arch_info to
4328 unknown_language_arch_info.
4329 (unknown_builtin_types): Delete.
4330 * gdbtypes.c (lookup_primitive_typename): Use
4331 language_lookup_primative_type_by_name.
4332 (create_string_type): Use language_string_char_type.
4333 * values.c (value_from_string): Use language_string_char_type.
4334 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4335 * p-lang.c (pascal_language_defn): Ditto.
4336 * m2-lang.c (m2_language_defn): Ditto.
4337 * jv-lang.c (java_language_defn): Ditto.
4338 * objc-lang.c (objc_language_defn): Ditto.
4339 * f-lang.c (f_language_defn): Ditto.
4340 * c-lang.c (c_language_defn, cplus_language_defn)
4341 (asm_language_defn, minimal_language_defn): Ditto.
4342
000177f0
AC
43432004-07-27 Andrew Cagney <cagney@gnu.org>
4344
4345 * gdbtypes.h (struct builtin_type): Declare.
4346 (builtin_type): Declare.
4347 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4348 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4349 (gdbtypes_post_init): New function.
4350 (builtin_type): New function.
4351
e22f895c
KI
43522004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4353
4354 * remote-m32r-sdi.c: Fix breakpoint bug.
4355 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4356 recv_char_data, recv_long_data): New functions to replace communication
4357 sequences.
4358
536517dd
MC
43592004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4360
4361 Document PR threads/1650.
4362 * PROBLEMS (Threads): Document problem with many threads
4363
a0a44d18
AC
43642004-07-26 Andrew Cagney <cagney@gnu.org>
4365
4366 * gdb-mi.el: Move from here ...
4367 * mi/gdb-mi.el: ... to here.
4368
7ac4ac06
AC
43692004-07-26 Andrew Cagney <cagney@gnu.org>
4370
4371 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4372 * main.c (captured_main): When in batch mode always detach.
4373
a1b461bf
AC
43742004-07-26 Andrew Cagney <cagney@gnu.org>
4375
4376 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4377 and h8300 as broken.
4378 * NEWS: END-OF-LIFE frame compatibility module.
4379 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4380 specific comments.
4381
cb1a6d5f
AC
43822004-07-26 Andrew Cagney <cagney@gnu.org>
4383
4384 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4385 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4386 * wince.c (_initialize_wince): Update.
4387 * win32-nat.c (_initialize_win32_nat): Update.
4388 * varobj.c (_initialize_varobj): Update.
4389 * valops.c (_initialize_valops): Update.
4390 * utils.c (initialize_utils, initialize_utils): Update.
4391 * tui/tui-win.c (_initialize_tui_win): Update.
4392 * top.c (init_main): Update.
4393 * symfile.c (_initialize_symfile): Update.
4394 * source.c (_initialize_source): Update.
4395 * somsolib.c (_initialize_som_solib): Update.
4396 * solib.c (_initialize_solib): Update.
4397 * solib-frv.c (_initialize_frv_solib): Update.
4398 * serial.c (_initialize_serial): Update.
4399 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4400 * remote.c (_initialize_remote, _initialize_remote): Update.
4401 * remote-vx.c (_initialize_vx): Update.
4402 * remote-utils.c (_initialize_sr_support): Update.
4403 * remote-sds.c (_initialize_remote_sds): Update.
4404 * remote-mips.c (_initialize_remote_mips): Update.
4405 * remote-e7000.c (_initialize_remote_e7000): Update.
4406 * proc-api.c (_initialize_proc_api): Update.
4407 * printcmd.c: Update.
4408 * parse.c (_initialize_parse): Update.
4409 * pa64solib.c (_initialize_pa64_solib): Update.
4410 * p-valprint.c (_initialize_pascal_valprint): Update.
4411 * monitor.c (_initialize_remote_monitors): Update.
4412 * mips-tdep.c (_initialize_mips_tdep): Update.
4413 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4414 * maint.c (_initialize_maint_cmds): Update.
4415 * lin-lwp.c (_initialize_lin_lwp): Update.
4416 * language.c (_initialize_language): Update.
4417 * kod.c (_initialize_kod): Update.
4418 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4419 * i386-tdep.c (_initialize_i386_tdep): Update.
4420 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4421 * gdbarch.sh: Update.
4422 * gdbarch.c: Re-generate.
4423 * gdb-events.sh: Update.
4424 * gdb-events.c: Re-generate.
4425 * frame.c (_initialize_frame): Update.
4426 * exec.c: Update.
4427 * demangle.c (_initialize_demangler): Update.
4428 * dcache.c (_initialize_dcache): Update.
4429 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4430 * cp-valprint.c (_initialize_cp_valprint): Update.
4431 * corefile.c (_initialize_core): Update.
4432 * command.h: Update.
4433 * cli/cli-decode.h: Update.
4434 * cli/cli-cmds.c (init_cli_cmds): Update.
4435 * charset.c (_initialize_charset): Update.
4436 * breakpoint.c (_initialize_breakpoint): Update.
4437 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4438 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4439 * aix-thread.c (_initialize_aix_thread): Update.
4440
b4632131
MK
44412004-07-24 Mark Kettenis <kettenis@gnu.org>
4442
4443 Partial fix for PR backtrace/1718.
4444 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4445 that GCC migrates into the prolugue. Don't handle any
4446 instructions that clobber %ebx.
4447
822c9732
AC
44482004-07-23 Andrew Cagney <cagney@gnu.org>
4449
4450 Use regcache_raw_collect instead of regcache_collect.
4451 * regcache.h (regcache_collect): Delete declaration.
4452 * regcache.c (regcache_colect): Delete function.
4453 * win32-nat.c (do_child_store_inferior_registers): Update.
4454 * sol-thread.c (sol_thread_store_registers): Update.
4455 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4456 * rs6000-nat.c (store_register): Update.
4457 * remote.c (store_register_using_P, remote_store_registers): Update.
4458 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4459 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4460 (fill_vrregset, store_spe_registers, fill_gregset)
4461 (fill_gregset): Update.
4462 * nto-procfs.c (procfs_store_registers): Update.
4463 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4464 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4465 * m68klinux-nat.c (store_register, fill_gregset): Update.
4466 * m68k-tdep.c (fill_gregset): Update.
4467 * infptrace.c (store_register): Update.
4468 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4469 * i386-linux-nat.c (store_register, fill_gregset): Update.
4470 * hppa-linux-nat.c (fill_gregset): Update.
4471 * go32-nat.c (store_register): Update.
4472 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4473 (store_fp_regs): Update.
4474 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4475 (store_nwfpe_extended, store_fpregister, store_fpregs)
4476 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4477 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4478 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4479 (store_regs_user_thread, store_regs_kernel_thread): Update.
4480
32b05c07
MK
44812004-07-24 Mark Kettenis <kettenis@gnu.org>
4482
4483 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4484 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4485 encoding.
4486 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4487 member of `struct comp_unit'.
4488
8567c30f
AC
44892004-07-23 Andrew Cagney <cagney@gnu.org>
4490
4491 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4492 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4493
f6da8dd8
MH
44942004-07-23 Martin Hunt <hunt@redhat.com>
4495 Kevin Buettner <kevinb@redhat.com>
4496
4497 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4498 alignment was being added to the offset instead of multiplied.
4499
bd921882
MK
45002004-07-23 Mark Kettenis <kettenis@gnu.org>
4501
24f033e8
MK
4502 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4503 changed signal trampoline in OpenBSD 3.5-current.
4504
90f3cecd
MK
4505 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4506 <machine/pcb.h> and "bsd-kvm.h".
4507 (sparc64nbsd_supply_pcb): New function.
4508 (_initialize_sparc64nbsd_nat): Renamed from
4509 _initialize_sparcnbsd_nat. Enable libkvm interface.
4510 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4511 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4512 (LOADLIBES): New variable.
4513
a4954a62
MK
4514 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4515
bd921882
MK
4516 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4517
23a6d369
AC
45182004-07-21 Andrew Cagney <cagney@gnu.org>
4519
4520 Use regcache_raw_supply instead of supply_register.
4521 * regcache.h (supply_register): Delete declaration.
4522 * regcache.c (supply_register): Delete function.
4523 * wince.c (do_child_fetch_inferior_registers): Update.
4524 * win32-nat.c (do_child_fetch_inferior_registers)
4525 (fetch_elf_core_registers): Update.
4526 * v850ice.c (v850ice_fetch_registers): Update.
4527 * thread-db.c (thread_db_store_registers): Update.
4528 * sol-thread.c (sol_thread_store_registers): Update.
4529 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4530 * rs6000-nat.c (fetch_register): Update.
4531 * rom68k-rom.c (rom68k_supply_one_register): Update.
4532 * remote.c (remote_wait, remote_async_wait): Update.
4533 * remote-st.c (get_hex_regs): Update.
4534 * remote-sim.c (gdbsim_fetch_register): Update.
4535 * remote-sds.c (sds_fetch_registers): Update.
4536 * remote-rdp.c (remote_rdp_fetch_register): Update.
4537 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4538 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4539 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4540 * remote-hms.c (init_hms_cmds): Update.
4541 * remote-est.c (init_est_cmds): Update.
4542 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4543 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4544 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4545 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4546 (fetch_register, supply_vrregset, supply_vrregset)
4547 (fetch_spe_registers): Update.
4548 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4549 * monitor.c (monitor_supply_register): Update.
4550 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4551 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4552 (mipsnbsd_supply_fpreg): Update.
4553 * mips-nat.c (fetch_inferior_registers)
4554 (fetch_core_registers): Update.
4555 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4556 (supply_fpregset, mips64_supply_gregset)
4557 (mips64_supply_fpregset): Update.
4558 * m68klinux-nat.c (fetch_register, supply_gregset)
4559 (supply_fpregset): Update.
4560 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4561 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4562 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4563 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4564 * infptrace.c (fetch_register): Update.
4565 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4566 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4567 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4568 (gnu_fetch_registers, gnu_store_registers): Update.
4569 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4570 * i386-linux-nat.c (fetch_register, supply_gregset)
4571 (dummy_sse_values): Update.
4572 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4573 * hppah-nat.c (fetch_register): Update.
4574 * hppa-linux-nat.c (fetch_register, supply_gregset)
4575 (supply_fpregset): Update.
4576 * go32-nat.c (fetch_register): Update.
4577 * dve3900-rom.c (fetch_bitmapped_register)
4578 (_initialize_r3900_rom): Update.
4579 * cris-tdep.c (supply_gregset): Update.
4580 * abug-rom.c (init_abug_cmds): Update.
4581 * core-aout.c (fetch_core_registers): Update.
4582 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4583 (fetch_register, fetch_fp_register): Update.
4584 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4585 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4586 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4587 * alphanbsd-tdep.c (fetch_core_registers): Update.
4588 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4589 * alpha-nat.c (fetch_osf_core_registers)
4590 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4591 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4592 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4593
73cc75f3
AC
45942004-07-21 Andrew Cagney <cagney@gnu.org>
4595
4596 * PROBLEMS: Mention breakpoints/1702.
4597 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4598 that is known to work.
4599
a53c66de
AC
46002004-07-21 Andrew Cagney <cagney@gnu.org>
4601
4602 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4603 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4604 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4605 (handle_inferior_event): Wrap call to deprecated
4606 IGNORE_HELPER_CALL in #ifdef.
4607 * config/mips/tm-nbsd.h: Update.
4608
708ff411
JB
46092004-07-20 Jim Blandy <jimb@redhat.com>
4610
412b3060
JB
4611 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4612 bfd_mach_ppc has no segment registers.
4613
13ac140c
JB
4614 Include PowerPC SPR numbers for special-purpose registers.
4615 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4616 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4617 new member in initializer.
4618 (S, S4, SN4, S64): New macros for defining special-purpose
4619 registers.
4620 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4621 registers_403, registers_403GC, registers_505, registers_860,
4622 registers_601, registers_602, registers_603, registers_604,
4623 registers_750, registers_e500): Use them.
4624
708ff411
JB
4625 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4626 replace references with expression used to initialize variable.
4627
1f602b35
AC
46282004-07-20 Andrew Cagney <cagney@gnu.org>
4629
4630 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4631 read_memory_nobpt.
4632 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4633 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4634 (s390_sigtramp_frame_sniffer): Update.
4635 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4636 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4637 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4638 (mips32_fetch_instruction): Update.
4639 * mcore-tdep.c (get_insn): Update.
4640 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4641 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4642 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4643 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4644 (i386_linux_rt_sigtramp_start): Update.
4645 * i386-linux-nat.c (child_resume): Update.
4646 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4647 * hppa-linux-tdep.c (insns_match_pattern): Update.
4648 * gdbcore.h: Update.
4649 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4650 * frame.c (safe_frame_unwind_memory): Update.
4651 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4652 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4653 * alpha-tdep.c (alpha_read_insn): Update.
4654
2cd8546d
AC
46552004-07-20 Andrew Cagney <cagney@gnu.org>
4656
4657 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4658 containing both bytes and mask. Add "frame_type".
4659 * tramp-frame.c (tramp_frame_start): Update.
4660 (tramp_frame_prepend_unwinder): Update.
4661 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4662 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4663 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4664 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4665
f928dd62
EZ
46662004-07-19 Eli Zaretskii <eliz@gnu.org>
4667
4668 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4669 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4670 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4671 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4672
d5c560f7
AC
46732004-07-17 Andrew Cagney <cagney@gnu.org>
4674
860660cb
AC
4675 * NEWS, PROBLEMS: Update for 6.2.
4676
8c266f54
AC
4677 * README: Update to 6.2.
4678
a552edd9
AC
4679 * utils.c (xvasprintf): Call xstrvprintf.
4680
c4a172b5
AC
4681 * parse.c: Update copyright.
4682 (null_post_parser): Eliminate ARGSUSED.
4683
da745b36
AC
4684 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4685 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4686 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4687
9cbc6ef0
AC
4688 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4689 * ppc-linux-nat.c: Use "Linux kernel".
4690 * hppa-linux-tdep.c: Use GNU/Linux.
4691 * hppa-linux-nat.c: Use GNU/Linux.
4692 * dwarfread.c: Add [sic] to use of Linux.
4693
1b89295f
AC
4694 * hppa-linux-nat.c: Do not include <string.h>.
4695 (supply_fpregset): Remove "register" attribute.
4696
d5c560f7
AC
4697 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4698
7ddd7709
MK
46992004-07-17 Mark Kettenis <kettenis@gnu.org>
4700
b1d19a62
MK
4701 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4702 * configure, config.in: Regenerated.
4703
7ddd7709
MK
4704 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4705 "bsd-kvm.h".
4706 (vaxbsd_supply_pcb): New function.
4707 (_initialize_vaxbsd_nat): New prototype and function.
4708 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4709 solib-sunos.o.
4710 (LOADLIBES): New variable.
4711 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4712 (LOADLIBES): New variable.
4713 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4714 (LOADLIBES): New variable.
4715 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4716
2c07db7a
AC
47172004-07-16 Andrew Cagney <cagney@gnu.org>
4718
4719 * defs.h (event_loop_p): Replace variable declaration with macro,
4720 always 1.
4721 * main.c (captured_main): Delete options "-async" and "-noasync".
4722 (event_loop_p): Delete variable.
4723 * NEWS: Mention that "-async" and "-noasync" were removed.
4724
717eb1cf
AC
47252004-07-16 Andrew Cagney <cagney@gnu.org>
4726
4727 * remote-m32r-sdi.c: Re-indent.
4728
c101bc14
JB
47292004-07-16 Jim Blandy <jimb@redhat.com>
4730
5109a438
JB
4731 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4732 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4733 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4734 missing MPC823 SPRs.
4735 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4736 incorrect. (This was corrected in GDB's register name tables on
4737 2004-07-14.)
4738
c101bc14
JB
4739 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4740 should be "esasrr" ("ESA Save and Restore Register").
4741
7ce450bd
AC
47422004-07-16 Andrew Cagney <cagney@gnu.org>
4743
4744 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4745 calls, no longer applicable. Update comments and rename parameter
4746 "step_frame" to "return_frame".
4747
ca73dd9d
AC
47482004-07-16 Andrew Cagney <cagney@gnu.org>
4749
4750 * frame.c (fprint_field): New function.
4751 (fprint_frame_id): Use fprint_field.
4752
31941f6d
JB
47532004-07-15 Joel Brobecker <brobecker@gnat.com>
4754
4755 * ada-lang.c (ada_language_defn): Remove commented out code.
4756
f86a7158
JB
47572004-07-15 Jim Blandy <jimb@redhat.com>
4758
4759 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4760 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4761
c24791ec
JB
47622004-07-14 Jim Blandy <jimb@redhat.com>
4763
29bb1356
JB
4764 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4765
cc98b5cc
JB
4766 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4767
8f088af7
JB
4768 * ppc-tdep.h (ppc_num_srs): New enum constant.
4769
0ea0ec5f
JB
4770 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4771 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4772 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4773 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4774 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4775 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4776 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4777 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4778 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4779 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4780 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4781 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4782 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4783 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4784 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4785 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4786 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4787 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4788 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4789 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4790 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4791 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4792 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4793 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4794 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4795 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4796 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4797 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4798 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4799 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4800 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4801 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4802 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4803 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4804 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4805 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4806 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4807 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4808 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4809 special-purpose register numbers.
4810
c24791ec
JB
4811 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4812 manual mentions 'md_twb', but many mention 'm_twb', and at that
4813 point in the register list.)
4814
d833db3b
AC
48152004-07-14 Andrew Cagney <cagney@gnu.org>
4816
4817 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4818 instead of "internal-error".
4819
080228b2
JB
48202004-07-10 Joel Brobecker <brobecker@gnat.com>
4821
4822 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4823 that was inserted inside a comment.
4824
c268433a
RC
48252004-07-10 Randolph Chung <tausq@debian.org>
4826
4827 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4828 function.
4829 (hppa_hpux_push_dummy_code): New function.
4830 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4831 Set find_global_pointer method.
4832
71009278
MK
48332004-07-10 Mark Kettenis <kettenis@gnu.org>
4834
4835 * NEWS: Mention BSD libkvm interface.
4836
b2fa5097
MS
48372004-07-10 Michael Snyder <msnyder@redhat.com>
4838
4839 * symfile.c (generic_load): Comment typo.
4840 * stack.c (get_selected_block): Ditto.
4841 * regcache.c (regcache_cooked_read): Ditto.
4842 * monitor.c (monitor_debug): Ditto.
4843 * mips-tdep.c (mips_read_pc): Ditto.
4844 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4845 * gdb_mbuild.sh: Ditto.
4846 * gdbarch.sh: Ditto.
4847 * gdbarch.h: Ditto.
4848
c3e5cd34
PH
48492004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4850
8a2225b2
PH
4851 * ada-tasks.c: Remove file.
4852
c3e5cd34
PH
4853 Remove ARI problems:
4854
4855 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4856 beginning of line.
4857
4858 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4859 Add comment.
4860 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4861 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4862 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4863 (UMIN_OF_SIZE): Remove.
4864 (max_of_type): New function to replace orphan macro in gdbtypes.h
4865 (min_of_type): Ditto.
4866 (discrete_type_high_bound): Use max_of_type.
4867 (discrete_type_low_bound): Use min_of_type.
4868 (possible_user_operator_p): Move operator to beginning of line.
4869 (ada_is_variant_part): Ditto.
4870 (ensure_lval): Rewrite to avoid deprecated operations.
4871 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4872 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4873 (ada_enum_name): Remove assignments in 'if' statements.
4874 (build_ada_types): Add gdbarch parameter.
4875 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4876 with gdbarch_data_register_post_init.
4877 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4878 add_show_from_set.
4879
4880 * ada-valprint.c (inspect_it): Remove declaration.
4881 (repeat_count_threshold): Remove declaration.
4882 (ada_print_floating): Remove assignments in 'if' statements.
4883 (print_str): Move operator to beginning of line.
4884
61ce229a
JB
48852004-07-08 Jim Blandy <jimb@redhat.com>
4886
4887 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4888
09bcec80
BR
48892004-07-08 Bob Rossi <bob@brasko.net>
4890
4891 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4892
31c27f77
JJ
48932004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4894
4895 * language.h (struct_language_defn): Add new function pointer:
4896 la_class_name_from_physname. Also add new prototype for
4897 language_class_name_from_physname.
4898 * language.c (language_class_name_from_physname): New function.
4899 (unk_lang_class_name): Ditto.
4900 (unknown_language_defn, auto_language_defn): Change
4901 to add unk_lang_class_name function pointer for
4902 la_class_name_from_physname.
4903 (local_language_defn): Ditto.
4904 * dwarf2read.c (guess_structure_name): Change to call
4905 language_class_name_from_physname.
4906 (determine_class_name): Ditto.
4907 * cp-support.c (class_name_from_physname): Renamed.
4908 (cp_class_name_from_physname): New name of function.
4909 * cp-support.h: Ditto.
4910 * c-lang.c (c_language_defn): Change to add NULL
4911 for class_name_from_physname function pointer.
4912 (cplus_language_defn): Change to add cp_class_name_from_physname.
4913 * jv-lang.c (java_class_name_physname): New function.
4914 (java_find_last_component): New static routine.
4915 (java_language_defn): Add java_class_name_from_physname pointer.
4916 * ada-lang.c (ada_language_defn): Change to add NULL
4917 for class_name_from_physname function pointer.
4918 * f-lang.c (f_language_defn): Ditto.
4919 * m2-lang.c (m2_language_defn): Ditto.
4920 * objc-lang.c (objc_language_defn): Ditto.
4921 * p-lang.c (pascal_language_defn): Ditto.
4922 * scm-lang.c (scm_language_defn): Ditto.
4923
ee28ca0f
AC
49242004-07-06 Andrew Cagney <cagney@gnu.org>
4925
4926 Patch from Bart Robinson.
4927 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4928 (O_LARGEFILE): Define to 0, if not defined.
4929
fdb1bf9d
MK
49302004-07-03 Mark Kettenis <kettenis@gnu.org>
4931
cb162ff6
MK
4932 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4933 <machine/pcb.h> and "bsd-kvm.h".
4934 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4935 (m68kbsd_supply_pcb): New function.
4936 (_initialize_m68kbsd_nat): New prototype and function.
4937 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4938 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4939 (LOADLIBES): New variable.
4940 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4941 (LOADLIBES): New variable.
4942
fdb1bf9d
MK
4943 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4944
963c4174
MK
49452004-07-03 Mark Kettenis <kettenis@gnu.org>
4946
4947 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4948 <sys/proc.h>.
4949 (bsd_kvm_cmdlist): New variable.
4950 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4951 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4952 command and "kvm proc" command.
4953 * Makefile.in (bsd-kvm.o): Update dependencies.
4954
533f1d8f
MK
49552004-07-02 Mark Kettenis <kettenis@gnu.org>
4956
4957 * osabi.c: Update copyright year.
4958 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4959 notes if EI_OSABI is set to ELFOSABI_HPUX.
4960
6780dcde
MS
49612004-07-01 Michael Snyder <msnyder@redhat.com>
4962
4963 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4964 that seems to have gotten whacked out of line.
4965
67bebe79
MK
49662004-07-01 Mark Kettenis <kettenis@gnu.org>
4967
4968 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4969 code.
4970
0b5d8877
PH
49712004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4972
4973 * ada-lang.c (decode_packed_array): Minor change to comment.
4974 (ada_value_slice_ptr): New function.
4975 (ada_value_slice): New function.
4976 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4977 test. Don't know why it is there.
4978 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4979 to avoid dereferencing huge arrays from which one is slicing.
4980 (empty_array): Correct to return an array rather than
4981 a subrange value.
4982 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4983 on empty arrays (let'em use 'FIRST instead).
4984
19c1ef65
PH
49852004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4986
4987 Address complaints from gdb_ari.sh:
4988
4989 * ada-exp.y: Include gdb_string.h rather than string.h.
4990 (convert_char_literal): Reformat declaration.
4991 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4992 * ada-lex.l: Change use of free to xfree (the macro would do so
4993 anyway, but this is harmless).
4994 Include gdb_string.h rather than string.h.
4995 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4996
4997 * ada-lang.c (parse): Remove K&Rism in parameter list.
4998 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4999
d81cbc94
MK
50002004-06-30 Mark Kettenis <kettenis@gnu.org>
5001
5002 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5003 dead code.
5004
07681759
MK
50052004-06-30 Mark Kettenis <kettenis@gnu.org>
5006
5007 * alphabsd-nat.c: Update copyright year.
5008 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5009
f7948b5f
JB
50102004-06-29 Joel Brobecker <brobecker@gnat.com>
5011
6e0cdd28 5012 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
5013 (i386_cygwin_in_solib_call_trampoline): New function.
5014 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5015 and skip_trampoline_code gdbarch methods.
5016
8f113c9a
JB
50172004-06-29 Jim Blandy <jimb@redhat.com>
5018
5019 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5020 name actually used in the dependency lists.
5021
97dc871c
RC
50222004-06-29 Randolph Chung <tausq@debian.org>
5023
5024 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5025
47216e51
CV
50262004-06-29 Corinna Vinschen <vinschen@redhat.com>
5027
5028 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 5029 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
5030 functionality.
5031
e623b504
AC
50322004-06-28 Andrew Cagney <cagney@gnu.org>
5033
5034 * defs.h (xstrvprintf): Declare.
5035 * utils.c (xstrvprintf): New function.
5036 (internal_vproblem, xstrprintf, xasprintf)
5037 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5038 * serial.c (serial_printf): Ditto.
5039 * complaints.c (vcomplaint): Ditto.
5040
79acc9b3
CV
50412004-06-29 Corinna Vinschen <vinschen@redhat.com>
5042
5043 * infcmd.c (attach_command): Move call to target_terminal_inferior
5044 behind loading symbol table.
5045
1daf35d9
AC
50462004-06-28 Andrew Cagney <cagney@gnu.org>
5047
5048 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5049 change - add back extern deprecated_ui_loop_hook declaration.
5050
b435e160
AC
50512004-06-28 Andrew Cagney <cagney@gnu.org>
5052
5053 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5054 xstrprintf.
5055 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5056 (c_value_of_variable): Ditto.
5057 * utils.c (internal_vproblem): Ditto.
5058 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5059 * remote.c (add_packet_config_cmd): Ditto.
5060 * remote-rdp.c (rdp_set_command_line): Ditto.
5061 * regcache.c (regcache_dump): Ditto.
5062 * frv-tdep.c (new_variant, new_variant): Ditto.
5063 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5064 (fbsd_find_memory_regions): Ditto.
5065 * breakpoint.c (create_thread_event_breakpoint)
5066 (create_breakpoints): Ditto.
5067 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5068 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5069
06d5cf63
JB
50702004-06-28 Joel Brobecker <brobecker@gnat.com>
5071
5072 * ada-lang.c: Re-indent file, with some massaging to help indent
5073 a bit when the result is otherwise really too ugly.
5074
35809fad
UW
50752004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5076
5077 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5078 code_addr_p and special_addr_p to 'unsigned int'.
5079
40e20472
MK
50802004-06-27 Mark Kettenis <kettenis@gnu.org>
5081
5082 * i386v4-nat.c: Update copyright year and tweak comment.
5083 (regmap): Remove trailing comma.
5084 (supply_gregset): Rename local variable i to regnum. Call
5085 regcache_raw_supply instead of supply_register.
5086 (fill_gregset): Rename argument regno to regnum. Call
5087 regcache_raw_collect instead of regcache_collect.
5088
12b0b6de
UW
50892004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5090
5091 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5092 and special_addr_p.
5093 (frame_id_build, frame_id_build_special): Update comments.
5094 (frame_id_build_wild): New prototype.
5095 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5096 struct frame_id fields.
5097 (frame_id_build_wild): New function.
5098 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5099
47b42a3e
MK
51002004-06-27 Mark Kettenis <kettenis@gnu.org>
5101
5102 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5103 hppabsd-tdep.c.
5104
1265e4aa
JB
51052004-06-27 Joel Brobecker <brobecker@gnat.com>
5106
5107 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5108
76a01679
JB
51092004-06-27 Joel Brobecker <brobecker@gnat.com>
5110
5111 * ada-lang.c: Re-indent file.
5112
7aca490a
JB
51132004-06-27 Joel Brobecker <brobecker@gnat.com>
5114
5115 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5116 (no_symtab_msg): Likewise.
5117
5e987968
AS
51182004-06-27 Andreas Schwab <schwab@suse.de>
5119
5120 * source.c: Fix whitespace.
5121
315c4276
MK
51222004-06-27 Mark Kettenis <kettenis@gnu.org>
5123
d15be926
MK
5124 * configure.in: Include <sys/param.h> for td_pcb test.
5125 * configure: Regenerated.
5126
9062529b
MK
5127 * i386nbsd-nat.c: New file.
5128 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5129 i386obsd-nat.c and i386obsd-tdep.c.
5130 (i386nbsd-nat.o): New dependency.
5131 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5132 bsd-kvm.o.
5133 (LOADLIBES): New variable.
5134 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5135 bsd-kvm.o.
5136 (LOADLIBES): New variable.
5137
8010310e
MK
5138 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5139 (LOADLIBES): New variable.
5140
efe1d7b9
MK
5141 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5142 fetching from BSD_KVM_PADDR. Correctly lookup address for
5143 "_thread0".
5144
315c4276
MK
5145 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5146 "bsd-kvm.h".
5147 (amd64fbsd_supply_pcb): New funcion.
5148 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5149
399cfac6
DL
51502004-06-27 <david@streamline-computing.com>
5151
5152 Partial fix for PR cli/1056.
5153 * valarith.c: Check for zero in division and remainder
5154 evaluation.
5155
6235f9c8
MK
51562004-06-27 Mark Kettenis <kettenis@gnu.org>
5157
5158 * i387-tdep.c: Remove excessive whitespace.
5159
2726dafc
AC
51602004-06-26 Andrew Cagney <cagney@gnu.org>
5161
5162 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5163 * gdb-events.h, gdb-events.c: Re-generate.
5164 * tui/tui-hooks.c (tui_install_hooks): Update.
5165 (tui_remove_hooks): Update.
5166 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5167
0e56aeaf
MK
51682004-06-26 Mark Kettenis <kettenis@gnu.org>
5169
cb461069
MK
5170 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5171 (gregset_t, fpregset_t): Remove typedefs.
5172 (REG_OFFSET): Rename argument.
5173 (amd64bsd_r_reg_offset): Rename from reg_offset.
5174 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5175 Remove functions.
5176 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5177 of reg_offset.
5178 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5179
ecba89de
MK
5180 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5181
4cd80476
MK
5182 * vax-tdep.c: Tweak comment.
5183
0e56aeaf
MK
5184 Add OpenBSD/hppa support.
5185 * NEWS (New native configurations): Mention OpenBSD/hppa.
5186 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5187 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5188 files.
5189 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5190 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5191 * configure.host: Add hppa*-*-openbsd*.
5192 * configure.tgt: Add hppa*-*-openbsd*.
5193
98bbd631
AC
51942004-06-25 Andrew Cagney <cagney@gnu.org>
5195
5196 * defs.h (deprecated_ui_loop_hook): Deprecated.
5197 * wince.c (child_wait): Update.
5198 * win32-nat.c (child_wait): Update.
5199 * v850ice.c (v850ice_wait): Update.
5200 * top.c (deprecated_ui_loop_hook): Update.
5201 * serial.h: Update.
5202 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5203 (do_unix_readchar): Update.
5204 * ser-tcp.c (net_open): Update.
5205 * remote-sim.c (gdb_os_poll_quit): Update.
5206 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5207
769d7dc4
AC
52082004-06-24 Andrew Cagney <cagney@gnu.org>
5209
5210 * defs.h (deprecated_pre_add_symbol_hook)
5211 (deprecated_post_add_symbol_hook): Deprecated.
5212 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5213 (symbol_file_add_with_addrs_or_offsets): Update references.
5214
11c949aa
AC
52152004-06-24 Andrew Cagney <cagney@gnu.org>
5216
5217 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5218 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5219 * wince.c (ui_loop_hook): Delete extern declaration.
5220 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5221 * v850ice.c (ui_loop_hook): Delete extern declaration..
5222 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5223 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5224 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5225 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5226 ui_loop_hook declaration.
5227
eedc19af
AC
52282004-06-24 Andrew Cagney <cagney@gnu.org>
5229
5230 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5231 entry_func_highpc fields.
5232 * objfiles.c (init_entry_point_info): Do not clear
5233 entry_func_lowpc and entry_func_highpc.
5234 (objfile_relocate): Do not relocate entry_func_lowpc and
5235 entry_func_highpc.
5236 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5237 entry_func_highpc.
5238 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5239 entry_func_highpc.
5240 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5241 entry_func_lowpc and entry_func_highpc with call to
5242 inside_entry_func.
5243
d47079be
MK
52442004-06-24 Mark Kettenis <kettenis@gnu.org>
5245
5246 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5247 quad-precision floating point arguments in registers.
5248
2107e348
MK
52492004-06-24 Mark Kettenis <kettenis@gnu.org>
5250
5251 From Michael Mueller <m.mueller99@kay-mueller.de>:
5252 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5253 account.
5254
46587c42
JJ
52552004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5256
5257 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5258 to -1.
5259 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5260 untriggered watchpoints to a separate if clause. Update function
5261 comment regarding STOPPED_BY_WATCHPOINT argument.
5262
226f5cf4
JB
52632004-06-22 Jim Blandy <jimb@redhat.com>
5264
5265 * gdbarch.sh: Doc fix.
5266
f10683bb
MH
52672004-06-21 Martin Hunt <hunt@redhat.com>
5268 Kevin Buettner <kevinb@redhat.com>
5269
5270 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5271 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5272 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5273 to set_gdbarch_sp_regnum(). Use cooked register number.
5274 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5275
412d5987
AC
52762004-06-21 Andrew Cagney <cagney@gnu.org>
5277
5278 * gdbarch.sh: When the macro field is empty, do not generate a
5279 macro definition. When the macro field is "=", generate the macro
5280 name from the upper-case function name.
5281 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5282 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5283 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5284 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5285 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5286 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5287 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5288 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5289 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5290 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5291 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5292 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5293 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5294 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5295 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5296 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5297 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5298 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5299 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5300 (DEPRECATED_USE_STRUCT_CONVENTION)
5301 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5302 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5303 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5304 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5305 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5306 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5307 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5308 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5309 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5310 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5311 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5312 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5313 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5314 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5315 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5316 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5317 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5318 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5319
68908a3e
AC
53202004-06-21 Andrew Cagney <cagney@gnu.org>
5321
48f7351b
AC
5322 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5323 macro name, and the function rather than macro value. Only wrap
5324 macro print statements in #ifdef. Move format logic to where it
5325 is needed.
5326 * gdbarch.c: Re-generate.
5327
283354d8
AC
5328 * gdbarch.sh (read): Delete "print_p" and "description", add
5329 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5330 Delete references to print_p.
5331 (TARGET_ARCHITECTURE): Delete print predicate.
5332 * gdbarch.c: Re-generate.
5333
68908a3e
AC
5334 * gdbarch.sh: Check that multi-arch methods do not provide a
5335 macro.
5336 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5337 (print_registers_info, print_float_info, print_vector_info)
5338 (adjust_breakpoint_address, remote_translate_xfer_address)
5339 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5340 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5341 name from the multi-arch definition.
5342
a2428dbe
AC
53432004-06-20 Andrew Cagney <cagney@gnu.org>
5344
5345 * gdbarch.sh: Sort by the function, instead of macro name.
5346 * gdbarch.c: Re-generate.
5347
750eb019
AC
53482004-06-20 Andrew Cagney <cagney@gnu.org>
5349
66d659b1
AC
5350 * gdbarch.sh: Use the function, instead of macro name in
5351 errors and the log file.
5352 (return_value): Remove stray ":" in spec.
5353
750eb019
AC
5354 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5355 * gdbarch.h, gdbarch.c: Re-generate.
5356 * Makefile.in (arch-utils.o): Update dependencies.
5357 * values.c (using_struct_return): Move code calling
5358 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5359 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5360 to legacy_return_value, simplify.
5361 * infcmd.c (print_return_value): Move code calling
5362 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5363 to legacy_return_value, simplify.
5364 * infcall.c (call_function_by_hand): Move code calling
5365 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5366 * arch-utils.c: Update copyright. Include "gdbcore.h".
5367 (legacy_return_value): New function.
5368 * arch-utils.h: Update copyright.
5369 (legacy_return_value): Declare.
5370
b5622e8d
AC
53712004-06-20 Andrew Cagney <cagney@gnu.org>
5372
5373 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5374 * gdbarch.h, gdbarch.c: Re-generate.
5375 * values.c (using_struct_return): Update call.
5376 * mcore-tdep.c: Update comment.
5377 * infcall.c (call_function_by_hand): Update comment.
5378 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5379 * arch-utils.h (always_use_struct_convention): Update.
5380 * v850-tdep.c (v850_gdbarch_init): Update.
5381 * sh64-tdep.c (sh64_gdbarch_init): Update.
5382 * sh-tdep.c (sh_gdbarch_init): Update.
5383 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5384 * mips-tdep.c (mips_gdbarch_init): Update.
5385 * mcore-tdep.c (mcore_gdbarch_init): Update.
5386 * m32r-tdep.c (m32r_gdbarch_init): Update.
5387 * ia64-tdep.c (ia64_gdbarch_init): Update.
5388 * h8300-tdep.c (h8300_gdbarch_init): Update.
5389 * frv-tdep.c (frv_gdbarch_init): Update.
5390 * cris-tdep.c (cris_gdbarch_init): Update.
5391 * arm-tdep.c (arm_gdbarch_init): Update.
5392 * alpha-tdep.c (alpha_gdbarch_init): Update.
5393
5191de37
MC
53942004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5395
5396 * PROBLEMS: Add more specific information, and a work-around,
5397 for PR gdb/1458.
5398
782263ab
AC
53992004-06-18 Andrew Cagney <cagney@gnu.org>
5400
5401 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5402 * gdbarch.h, gdbarch.c: Re-generate.
5403 * ada-lang.c (ada_finish_decode_line_1): Update.
5404 * infrun.c (handle_inferior_event): Update.
5405 * infcall.c (find_function_addr): Update.
5406 * linespec.c (minsym_found): Update.
5407 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5408 Update.
5409 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5410 * cli/cli-cmds.c (disassemble_command): Update.
5411 * vax-tdep.c (vax_gdbarch_init): Update.
5412
2f305df1
MK
54132004-06-18 Mark Kettenis <kettenis@gnu.org>
5414
5415 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5416
e5fe55f7
AC
54172004-06-17 Andrew Cagney <cagney@gnu.org>
5418
5419 GDB 6.1.1 released from the GDB 6.1 branch.
5420 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5421 * PROBLEMS: Ditto.
5422
473b7be6
DJ
54232004-06-16 Daniel Jacobowitz <dan@debian.org>
5424
5425 PR gdb/1658
5426 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5427 operation as a uleb128. Found by Michael Coulter.
5428
96d887e8
PH
54292004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5430
5431 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5432 make it non-static.
5433 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5434 to ada-lang.h; this is needed to be able to implement the kill command
5435 in multi-task mode.
5436 (task_ptid): Ditto.
5437 (task_entry): Ditto.
5438 (task_list): Ditto.
5439 (ada_build_task_list): Ditto.
5440
5441 * ada-lang.c: Conditionalize routines and data structures related
5442 to breakpoints, exceptions, completion, and symbol caching on
5443 GNAT_GDB, since these are not yet used in the submitted public sources.
5444 (ada_main_name): Editorial: Move definition out of exception-related
5445 code.
5446
31eef181
AC
54472004-06-15 Andrew Cagney <cagney@gnu.org>
5448
5449 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5450 deprecated_pc_in_call_dummy.
5451
2c500098
AM
54522004-06-15 Alan Modra <amodra@bigpond.net.au>
5453
5454 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5455 bfd_get_section_size_before_reloc or _raw_size.
5456 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5457 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5458 (dwarf2_read_section): Likewise.
5459 * elfread.c (elf_locate_sections): Likewise.
5460 * gcore.c (derive_heap_segment): Likewise.
5461 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5462 * remote-e7000.c (e7000_load): Likewise.
5463 * remote-m32r-sdi.c (m32r_load): Likewise.
5464 * remote-mips.c (mips_load_srec): Likewise.
5465 (pmon_load_fast): Likewise.
5466 * remote.c (compare_sections_command): Likewise.
5467 * symfile.c (add_section_size_callback): Likewise.
5468 (load_section_callback): Likewise.
5469 (pc_in_unmapped_range): Likewise.
5470 (pc_in_mapped_range): Likewise.
5471 (sections_overlap): Likewise.
5472 (list_overlays_command): Likewise.
5473 (simple_overlay_update_1): Likewise.
5474 (simple_overlay_update): Likewise.
5475 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5476 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5477
90f943f1
RC
54782004-06-14 Randolph Chung <tausq@debian.org>
5479
5480 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5481 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5482 static.
5483 (hppa_hpux_inferior_created): New function.
5484 (hppa_hpux_init_abi): Register observer.
5485 * symfile.c (hp_cxx_exception_support_initialized)
5486 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5487 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5488
700c15aa
RC
54892004-06-14 Randolph Chung <tausq@debian.org>
5490
3973a7d3
AC
5491 * MAINTAINERS (Write After Approval): Alphabetize my entry
5492 correctly.
700c15aa 5493
cea4838c
AC
54942004-06-14 Andrew Cagney <cagney@gnu.org>
5495
5496 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5497 testsuite maintainer.
5498
97092415
AC
54992004-06-13 Andrew Cagney <cagney@gnu.org>
5500
e8c3165b
AC
5501 * infcmd.c (print_return_value): Fix logic, allow
5502 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5503
bceabdd8
AC
5504 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5505 defining any macros.
5506 * gdbarch.h: Re-generate.
5507
57010b1c
AC
5508 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5509 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5510 * gdbarch.h: Re-generate.
5511
bc87dfa0
AC
5512 * values.c (generic_use_struct_convention): Don't check gcc_p.
5513
15ac804d
AC
5514 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5515 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5516 * gdbarch.h, gdbarch.c: Regenerate.
5517 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5518 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5519 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5520 deprecated_max_register_raw_size and
5521 deprecated_max_register_virtual_size.
5522 * v850-tdep.c (v850_gdbarch_init): Ditto.
5523 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5524 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5525 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5526 * cris-tdep.c (cris_gdbarch_init): Ditto.
5527
97092415
AC
5528 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5529 * gdbarch.h, gdbarch.c: Re-generate.
5530 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5531 (m68hc11_use_struct_convention): Delete function.
5532 (m68hc11_extract_struct_value_address): Delete function.
5533 (m68hc11_return_value): New function.
5534 (m68hc11_gdbarch_init): Instead of store_return_value,
5535 extract_return_value, return_value_on_stack,
5536 deprecated_extract_struct_value_address and use_struct_convention,
5537 set return_value.
5538 * values.c (using_struct_return): Do not call
5539 RETURN_VALUE_ON_STACK.
5540 * arch-utils.h (generic_return_value_on_stack_not): Delete
5541 declaration.
5542 * arch-utils.c (generic_return_value_on_stack_not): Delete
5543 function.
5544
44e5158b
AC
55452004-06-12 Andrew Cagney <cagney@gnu.org>
5546
5547 * values.c (register_value_being_returned): Delete function.
5548 * infcmd.c (legacy_return_value): Delete function.
5549 * infcall.c (call_function_by_hand): Inline
5550 "register_value_being_returned", simplify.
5551 * values.c (using_struct_return): Update comment, refer to
5552 print_return_value instead of register_value_being_returned.
5553 * infcmd.c (print_return_value): Inline calls to
5554 register_value_being_returned and legacy_return_value. Simplify.
5555
b887c273
RC
55562004-06-11 Randolph Chung <tausq@debian.org>
5557
5558 * somread.c (som_symtab_read): Exclude gcc local symbols.
5559
1b2bfbb9
RC
55602004-06-11 Randolph Chung <tausq@debian.org>
5561
3973a7d3
AC
5562 * infrun.c (handle_inferior_event): Handle the case when a
5563 trampoline ends up in the runtime resolver, and if the trampoline
5564 has no name. Rearrange the code so that all the trampoline
5565 processing happens before other step-out-of-range handling.
1b2bfbb9 5566
a9d61c86
MH
55672004-06-11 Martin Hunt <hunt@redhat.com>
5568
5569 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5570 has no fpu.
5571
2c87cf5a
AC
55722004-06-10 Andrew Cagney <cagney@gnu.org>
5573
5574 * blockframe.c (legacy_inside_entry_func): Delete.
5575 (legacy_frame_chain_valid): Inline call to
5576 legacy_inside_entry_func, simplify.
5577
0b67b468 55782004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
5579
5580 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
5581 * dwarf2read.c (partial_die_info): Add dirname field.
5582 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5583 (read_partial_die): Save away DW_AT_comp_dir.
5584 * defs.h (symtab_to_filename): Removed.
5585 * source.c (find_and_open_source): Added.
57c22c6c 5586 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
5587 (symtab_to_filename): Removed.
5588 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
5589 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5590 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5591 symtab_to_filename.
5592 * symtab.h (partial_symtab): Add dirname field.
5593 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
5594 (mi_cmd_file_list_exec_source_file): Call new function
5595 symtab_to_fullname to find fullname.
57c22c6c 5596 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 5597 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
5598 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5599
9a1dd1ad
AC
56002004-06-10 Andrew Cagney <cagney@gnu.org>
5601
239ae8c7
AC
5602 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5603 to generic_use_struct_convention, the default value.
5604
fc720350
AC
5605 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5606 of abort.
5607
9a1dd1ad
AC
5608 * ns32k-tdep.c (ns32k_push_arguments): New function.
5609 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5610 * infcall.c (call_function_by_hand): Call error instead of
5611 legacy_push_arguments.
5612 * value.h (legacy_push_arguments): Delete declaration.
5613 * valops.c (legacy_push_arguments): Delete function.
5614 (value_push): Delete function.
5615
fea25152
BF
56162004-06-10 Brian Ford <ford@vss.fsi.com>
5617
5618 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5619 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5620 info.
5621 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5622
30a4a8e0
AC
56232004-06-10 Andrew Cagney <cagney@gnu.org>
5624
5625 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5626 * gdbarch.h, gdbarch.c: Re-generate.
5627 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5628 parameters.
5629 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5630 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5631 deprecated_pc_in_call_dummy instead of
5632 DEPRECATED_PC_IN_CALL_DUMMY.
5633 (arm_skip_prologue): Ditto.
5634 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5635 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5636 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5637 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5638 Ditto.
5639 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5640 (sh64_init_extra_frame_info, sh64_get_saved_register)
5641 (sh64_pop_frame): Ditto.
5642 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5643 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5644 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5645 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5646 (h8300_pop_frame): Ditto.
5647 * blockframe.c (legacy_inside_entry_func)
5648 (legacy_frame_chain_valid): Ditto.
5649 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5650 to deprecated_pc_in_call_dummy.
5651
81cfbe54
AC
56522004-06-09 Andrew Cagney <cagney@gnu.org>
5653
a1f4a1b6
AC
5654 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5655 provide a default value.
5656 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5657 * gdbarch.h, gdbarch.c: Re-generate.
5658 * arch-utils.c (generic_convert_register_p): Rename
5659 legacy_convert_register_p
5660 (legacy_register_to_value, legacy_value_to_register): Delete
5661 functions.
5662 * arch-utils.h (generic_convert_register_p): Rename
5663 legacy_convert_register_p.
5664 (legacy_register_to_value, legacy_value_to_register): Delete
5665 declarations.
5666
9730f241
AC
5667 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5668 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5669 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5670 * gdbarch.h, gdbarch.c: Re-generate.
5671 * infcmd.c (default_print_registers_info): Simplify.
5672 * findvar.c (value_of_register): Simplify.
5673 * mi/mi-main.c (get_register): Simplify.
5674 * arch-utils.c (legacy_convert_register_p): Always return 0.
5675 (legacy_register_to_value, legacy_value_to_register): Always call
5676 internal_error.
5677
8a1bf479
AC
5678 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5679 #ifdef CLEAR_INSN_CACHE code.
5680 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5681 Delete #ifdef CLEAR_DEFERRED_STORES code.
5682
4b38d6f1
AC
5683 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5684
2d62ecc7
AC
5685 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5686 copyright.
5687 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5688
be4f7469
AC
5689 * config/mips/mipsv4.mh: Delete file.
5690
81cfbe54
AC
5691 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5692 unreferenced macro.
5693 (hpread_adjust_stack_address): Delete declaration.
5694
d966f0cb
AC
56952004-06-08 Andrew Cagney <cagney@gnu.org>
5696
5697 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5698 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5699 PTRACE_ATTACH / PTRACE_DETACH available call error.
5700 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5701 * infttrace.c (update_thread_state_after_attach, attach, detach):
5702 Remove #ifdef wrappers.
5703 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5704 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5705 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5706 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5707 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5708 * config/nm-linux.h (ATTACH_DETACH): Delete.
5709 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5710 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5711 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5712 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5713 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5714
d91670b9
CV
57152004-06-08 Corinna Vinschen <vinschen@redhat.com>
5716
5717 * configure.in: Set $configdir to the right OS specific value.
5718 Use value when setting $tcldir and $tkdir.
5719 * configure: Regenerate.
5720
28ba0b33
PB
57212004-06-06 Paul Brook <paul@codesourcery.com>
5722
5723 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5724 records.
5725
f26caa11
PH
57262004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5727
5728 * ada-lang.c (lookup_symbol_in_language): New function to allow
5729 re-use of another language's symbol lookup code. (Placed here
5730 temporarily while Ada support is being integrated into the public
5731 tree).
5732 (restore_language): New auxiliary function for
5733 lookup_symbol_in_language.
5734 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5735 temporarily while Ada support is being integrated into the public
5736 tree).
5737
d560a54b
AO
57382004-06-08 Alexandre Oliva <aoliva@redhat.com>
5739
e75d110c
AO
5740 * Makefile.in (check//%): New.
5741
d560a54b
AO
5742 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5743 (mn10300_store_return_value): Rewrite.
5744 (mn10300_type_align): New.
5745 (mn10300_use_struct_convention): Rewrite.
5746 (mn10300_return_value): New, using all of the above.
5747 (mn10300_pop_frame_regular): Add saved_regs_size.
5748 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5749
a72fbdb7
AO
5750 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5751 regs if PC is on movm.
5752
01904826
JB
57532004-06-07 Jim Blandy <jimb@redhat.com>
5754
5755 Add native Linux support for the PowerPC E500.
5756 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5757 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5758 all architectures except the E500.
5759 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5760 #definitions.
5761 (struct gdb_evrregset_t): New type.
5762 (have_ptrace_getsetevrregs): New variable.
5763 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5764 fetch_spe_registers): New functions.
5765 (fetch_register): Call fetch_spe_register as appropriate.
5766 Assert that we're only passed raw register numbers.
5767 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5768 Don't fetch gprs if they're pseudoregisters.
5769 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5770 store_spe_registers): New functions.
5771 (store_register): Call store_spe_register as appropriate.
5772 Assert that we're only passed raw register numbers.
5773 (store_ppc_registers): Call store_spe_registers as appropriate.
5774 Don't store gprs if they're pseudoregisters.
5775
f90ef764
JJ
57762004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5777
5778 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5779 struct if one exists, even if we are dealing with a zombie thread.
5780
45b75230
AC
57812004-06-07 Andrew Cagney <cagney@gnu.org>
5782
5783 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5784 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5785 Rename PC_REQUIRES_RUN_BEFORE_USE.
5786 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5787 #ifdef.
5788
1658da49
RC
57892004-06-07 Randolph Chung <tausq@debian.org>
5790
5791 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5792 unwinding after sp has been saved to the stack but before the end
5793 of the prologue, and after the fp has been modified but before it has
5794 been saved to the stack.
5795 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5796 Remove superfluous definitions.
5797 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5798
9a727a3c
RC
57992004-06-07 Guy Martin <gmsoft@gentoo.org>
5800
5801 Committed by Randolph Chung.
5802 * hppa-linux-nat.c: Include the correct version of the header file
5803 depending on the kernel version.
5804
9e500012
RC
58052004-06-06 Randolph Chung <tausq@debian.org>
5806
5807 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5808 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5809
3388d7ff
RC
58102004-06-06 Randolph Chung <tausq@debian.org>
5811
5812 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5813 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5814 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5815 * hppa-tdep.c (hppa_symbol_address): New function definition.
5816 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5817
d49771ef
RC
58182004-06-06 Randolph Chung <tausq@debian.org>
5819
5820 * hppa-tdep.h (struct value): Forward declaration.
5821 (gdbarch_tdep): Define tdep find_global_pointer method.
5822 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5823 associated with the function we are trying to call, and write it
5824 to the gp register.
5825 (hppa32_convert_from_funct_ptr_addr): New function.
5826 (hppa_find_global_pointer): New function.
5827 (hppa_gdbarch_init): Set default find_global_pointer method; set
5828 convert_from_func_ptr_addr method.
5829 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5830 (hppa_linux_init_abi): Set find_global_pointer method.
5831 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5832
7d9b040b
RC
58332004-06-06 Randolph Chung <tausq@debian.org>
5834
5835 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5836 to struct value *function.
5837 * gdbarch.c: Regenerate.
5838 * gdbarch.h: Likewise.
5839 * infcall.c (call_function_by_hand): Pass entire function value
5840 to push_dummy_call.
5841
5842 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5843 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5844 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5845 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5846 * arm-tdep.c (arm_push_dummy_call): Likewise.
5847 * avr-tdep.c (avr_push_dummy_call): Likewise.
5848 * cris-tdep.c (cris_push_dummy_call): Likewise.
5849 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5850 * frv-tdep.c (frv_push_dummy_call): Likewise.
5851 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5852 * hppa-tdep.c (hppa32_push_dummy_call)
5853 (hppa64_push_dummy_call): Likewise.
5854 * i386-tdep.c (i386_push_dummy_call): Likewise.
5855 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5856 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5857 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5858 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5859 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5860 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5861 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5862 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5863 (ppc64_sysv_abi_push_dummy_call): Likewise.
5864 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5865 (ppc64_sysv_abi_push_dummy_call): Likewise.
5866 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5867 * s390-tdep.c (s390_push_dummy_call): Likewise.
5868 * sh-tdep.c (sh_push_dummy_call_fpu)
5869 (sh_push_dummy_call_nofpu): Likewise.
5870 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5871 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5872 * vax-tdep.c (vax_push_dummy_call): Likewise.
5873
4a19ea35
JB
58742004-06-04 Jim Blandy <jimb@redhat.com>
5875
8327ccee
JB
5876 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5877 gdbarch argument to register_size.
5878
a3c001ce
JB
5879 * rs6000-tdep.c (rs6000_store_return_value): Use
5880 regcache_cooked_write_part instead of
5881 deprecated_write_register_bytes.
5882 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5883 not gdbarch_deprecated_store_return_value.
5884
4a19ea35
JB
5885 * ppc-linux-nat.c (store_register, fetch_register): Remove
5886 incorrect assertions. Simplify and generalize handling of
5887 transfers whose sizes are not multiples of, or less than, sizeof
5888 (PTRACE_XFER_TYPE).
5889
b9b5d7ea
JJ
58902004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5891
5892 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5893 as a new thread event.
720c7d64 5894 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 5895 zombie, return TD_THR_ZOMBIE.
720c7d64 5896 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
5897 TD_THR_ZOMBIE, check if the thread is still on the thread list
5898 and return a -1 ptid if not found.
5899 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5900 change the status to TARGET_WAITKIND_SPURIOUS.
5901
c8a3b559
CV
59022004-06-03 Corinna Vinschen <vinschen@redhat.com>
5903
5904 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5905 double values in little endian mode.
5906
20605361
AC
59072004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5908
5909 Committed by Andrew Cagney.
5910 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5911 after last enum constant to avoid error from IBM C
5912 compiler.
5913
bc97b3ba
JB
59142004-06-02 Jim Blandy <jimb@redhat.com>
5915
5916 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5917 to 'message', and make it local to the lone block that uses it.
5918
1da28ab0
JB
5919 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5920
4c4b4cd2
PH
59212004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5922
8a2225b2
PH
5923 * ada-exp.y: Update copyright notice.
5924 Include block.h.
5925
5926 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5927 SPECIAL_VARIABLE and unify the treatment of these cases.
5928
5929 (write_attribute_call0): Remove.
5930 (write_attribute_call1): Remove.
5931 (write_attribute_calln): Remove.
5932 (save_qualifier): Add missing semicolon.
5933
5934 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5935 temporarily disabled to allow compilation with FSF head version.
5936
5937 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5938 use individual operators (OP_*) for all attributes.
5939 (exp syntax): Use write_int.
5940 Handle STRING literals with OP_STRING.
5941 (variable syntax): Add limit parameter to calls to
5942 write_object_renaming.
5943
5944 (temp_parse_space): New definition to hold entities that need
5945 only live until the next call to ada_parse.
5946 (string_to_operator): Rename fields of ada_opname_table entries.
5947
5948 (write_var_from_sym): Record block.
5949 (write_var_from_name): Minor reformatting.
5950 Make sure saved name is properly encoded in the case of multiple
5951 matches, and set its language to Ada.
5952 Update comment.
5953 Modify to indicate unresolved name as symbol in the UNRESOLVED
5954 namespace, allocated in temp_parse_space.
5955 (write_int): New function.
5956
5957 (write_object_renaming): Add max_depth parameter to limit
5958 chains of object renamings.
5959 Handle case where root of renaming expression is itself a renaming.
5960 Use temp_parse_space for temporary name buffer.
5961 Handle renamings to dereferenced pointers (___XEXA suffices).
5962
5963 (ada_parse, yyerror, string_to_operator,
5964 write_var_from_sym, write_var_from_name, write_attribute_call0,
5965 write_attribute_call1, write_attribute_calln,
5966 write_object_renaming): Protoize.
5967
5968 (_initialize_ada_exp): New function.
5969
5970 * ada-lang.c: Update copyright notice.
5971 General terminology change to conform to GNAT compiler usage:
5972 mangle => encode, demangle => decode
5973 Include gdb_obstack.h.
5974 Include gdb_regex.h
5975 Include frame.h
5976 Include hashtab.h
5977 Include completer.h
5978 Include gdb_stat.h
5979 Include block.h
5980 Include infcall.h
5981
5982 (ADA_RETAIN_DOTS): Make sure this is defined.
5983 (TRUNCATION_TOWARDS_ZERO): Define.
5984 (struct string_vector): Define.
5985 (unresolved_names): Remove definition.
5986 (xnew_string_vector): New function.
5987 (string_vector_append): New function.
5988 (extract_string): Make static.
5989 (ada_unqualified_name): New function.
5990 (add_angle_brackets): New function.
5991 (function_name_from_pc): New function.
5992 (place_on_stack): Rename to ensure_lval.
5993
5994 (ensure_lval): Renamed from place_on_stack.
5995 Make identity on lvals.
5996 Update comment.
5997 (is_nonfunction): New interface.
5998 Only symbols in LOC_CONST class can be enumerals.
5999 (fill_in_ada_prototype): Remove; now independent of language.
6000 (add_defn_to_vec): Add obstack and symtab arguments.
6001 Use obstack to hold collected definitions.
6002 (num_defns_collected): New function.
6003 (defns_collected): New function.
6004 (ada_resolve_subexp): Rename to resolve_subexp.
6005 (resolve_subexp): Renamed from ada_resolve_subexp.
6006 (ada_op_name): Return non-const result.
6007 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6008 other purposes.
6009
6010 (to_fixed_array_type): Add declaration.
6011 (coerce_unspec_val_to_type): Remove offset parameter.
6012 (find_sal_from_funcs_and_line): New interface.
6013 (find_line_in_linetable): Ditto.
6014
6015 (all_sals_for_line): Rename to ada_sals_for_line and make
6016 global.
6017 Add new parameter. When set, do not ask the user to choose the
6018 instance, but use the first one found instead.
6019 Use given line number in returned sals.
6020 Fix comment.
6021 Skip the prologue if funfirstline is set.
6022 Correct for memory leak when 0 lines found.
6023
6024 (value_pos_atr): Use pos_atr.
6025 (pos_atr): New function.
6026 (standard_lookup): Add block parameter.
6027
6028 (makeTimeStart): Remove declaration and uses.
6029 (makeTimeStop): Remove declaration and uses.
6030
6031 (ada_completer_word_break_characters): Allow for VMS.
6032 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6033 (raise_sym_name): New constant.
6034 (raise_unhandled_sym_name): New constant.
6035 (raise_assert_sym_name): New constant.
6036 (process_raise_exception_name): New constant.
6037 (longest_exception_template): New constant.
6038 (warning_limit): New variable to limit warnings during expression
6039 evaluation.
6040 (warnings_issued): New variable to keep track of warnings issued.
6041 (known_runtime_file_name_patterns): New constant.
6042 (known_auxiliary_function_name_patterns): New constant.
6043 (symbol_list_obstack): New variable.
6044
6045 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6046 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6047 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6048 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6049 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6050 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6051 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6052 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6053 and strcmp.
6054
6055 (ada_get_field_index): New function.
6056 (lim_warning): New function.
6057 (ada_translate_error_message): New function.
6058 (MAX_OF_SIZE): New function.
6059 (MIN_OF_SIZE): New function.
6060 (UMAX_OF_SIZE): New function.
6061 (UMIN_OF_SIZE): New function.
6062 (discrete_type_high_bound): New function.
6063 (discrete_type_low_bound): New function.
6064 (base_type): New function.
6065 (do_command): Remove.
6066
6067 (ada_update_initial_language): Use language_ada, not language_unknown.
6068 (ada_encode): Renamed from ada_mangle.
6069 Obey ADA_RETAIN_DOTS.
6070 (ada_decode): Renamed from ada_demangle.
6071 Update coding conventions.
6072 (decoded_names_store): New hash table.
6073 (ada_decode_symbol): New function.
6074 (ada_la_decode): New function.
6075
6076 (modify_general_field): Correct computations of offset and bit
6077 position.
6078 (desc_base_type): Handle ref types, too.
6079 (ada_is_direct_array_type): New function.
6080
6081 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6082 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6083 (ada_is_bogus_array_descriptor,ada_type_of_array,
6084 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6085 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6086 ada_is_array_descriptor_type.
6087
6088 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6089 (ada_is_packed_array_type): Handle pointers or
6090 references to packed arrays as well.
6091 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6092 (decode_packed_array_type): Search for the packed array type
6093 symbol in the currently selected block and associated
6094 superblocks too.
6095 Use lookup_symbol again.
6096
6097 (decode_packed_array): Handle pointers and references.
6098 Update call to coerce_unspec_val_to_type.
6099 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6100 (ada_value_primitive_packed_val): Improve comment.
6101
6102 (ada_index_type): Substitute int type for "undefined".
6103 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6104 ada_array_langth, ada_is_string_type): Use renamed
6105 ada_is_simple_array_type.
6106 (empty_array): New function.
6107
6108 (ada_resolve): Rename to resolve.
6109 (resolve): Make static.
6110 Call renamed resolve_subexp.
6111 Update comment.
6112 (ada_resolve_subexp): Rename to resolve_subexp.
6113 (resolve_subexp): Update comment.
6114 Decomment disabled code.
6115 Add LOC_COMPUTED* cases.
6116 Modify to use temporary struct symbols (marked as being in
6117 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6118 OP_UNRESOLVED_VALUE.
6119 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6120 Add OP_STRING case.
6121 Remove OP_ARRAY.
6122 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6123 Use new ada_lookup_symbol_list interface.
6124 Use new ada_resolve_function interface.
6125 Remove OP_TYPE case.
6126
6127 (ada_args_match): Idiot proof against null actuals.
6128 Use intermediate variables to clarify.
6129 (ada_resolve_function): Update comment and interface.
6130 (mangled_ordered_before): Rename to encoded_ordered_before and
6131 update comment.
6132 (sort_choices): Update comment and interface.
6133 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6134 (user_select_syms): New interface.
6135 Use new sort_choices interface.
6136 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6137 (possible_user_operator_p): Idiot-proof against null values.
6138 (ada_simple_renamed_entity): Don't make cleanup; rely on
6139 caller to free result string.
6140 Remove const from return type.
6141 (make_array_descriptor): Rename uses of place_on_stack to
6142 ensure_lval.
6143 Make sure that arrays are on stack.
6144
6145 (HASH_SIZE): Define.
6146 (struct cache_entry): Define.
6147 (cache_space): Define.
6148 (cache): Define.
6149 (clear_ada_sym_cache): New function.
6150 (find_entry): New function.
6151 (lookup_cached_symbol): New function.
6152 (defn_vector_size): Define.
6153 (cache_symbol): New function.
6154 (defn_symbols): Remove.
6155
6156 (standard_lookup): Use lookup_symbol_in_language to get effect of
6157 C lookup.
6158 Cache results.
6159
6160 (symbol_completion_match): New function.
6161 (symbol_completion_add): New function.
6162 (ada_make_symbol_completion_list): New function.
6163
6164 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6165 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6166 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6167 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6168
6169 (ada_lookup_simple_minsym): New function.
6170 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6171
6172 (add_symbols_from_enclosing_procs): New interface.
6173 Conditionalize more helpfully.
6174 Don't bother if program isn't running.
6175 Use new interface to get_frame_block.
6176 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6177
6178 (remove_extra_symbols): New interface.
6179 (xget_renaming_scope): New function.
6180 (is_package_name): New function.
6181 (renaming_is_visible): New function.
6182 (remove_out_of_scope_renamings): New function.
6183
6184 (ada_lookup_symbol_list): New interface.
6185 Properly reinitialize the symbol list obstack.
6186 Don't call add_symbols_from_enclosing_procs if we start from a
6187 static or global block.
6188 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6189 add_symbols_from_enclosing_procs.
6190 Add symtab data to cached entries.
6191 Handle symbols prefixed with
6192 "standard__" specially; strip prefix and don't look in local symbols.
6193 Do not include out of scope renaming symbols in list of
6194 symbols returned.
6195 Add const to block parameter.
6196 Move check for non-local, non-global symbols earlier.
6197 Remove timing stuff.
6198 (ada_lookup_symbol): New interface.
6199 Find symtab as well.
6200 (ada_lookup_symbol_nonlocal): New function.
6201
6202 (is_name_suffix): Enhance suffix detection to recognize
6203 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6204 (is_dot_digits_suffix): New function.
6205 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6206
6207 (ada_add_block_symbols): New interface. Use obstack to return results
6208 in a vector of struct ada_symbol_infos. Add symtab argument.
6209 Use new interface to add_defn_to_vec.
6210 Remove calls to fill_in_ada_prototype.
6211 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6212
6213 (ada_finish_decode_line_1): Add const qualification to local to fix
6214 warning.
6215 Start looking in static block for functions to avoid attempts
6216 to search frame chain for up-level variables.
6217 Adapt to new ada_sals_for_line interface.
6218 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6219 Handle quoting of the function name inside the spec string.
6220 Skip prologue when funfirstline is set and update the
6221 function documentation to that effect.
6222
6223 (debug_print_lines, debug_print_block, debug_print_blocks,
6224 debug_print_symtab): Remove.
6225
6226 (ada_main_name): New function.
6227 (ada_exception_breakpoint_type): New function.
6228 (is_known_support_routine): New function.
6229 (ada_find_printable_frame): Renamed from find_printable_frame and made
6230 global.
6231 Remove level parameter.
6232 Use new interface to select_frame.
6233
6234 (begin_command): Remove.
6235 (ada_adjust_exception_stop): New function.
6236 (ada_print_exception_stop): New function.
6237 (exception_name_from_cond): New function.
6238 (ada_report_exception_break): Replace disabled code with
6239 conditionalization on GNAT_GDB.
6240 Get the exception name from the condition string.
6241 Remove and move functionality into new functions
6242 ada_print_exception_breakpoint_task and
6243 ada_print_exception_breakpoint_nontask.
6244 (error_breakpoint_runtime_sym_not_found): New function.
6245 (is_runtime_sym_defined): New function.
6246 (ada_breakpoint_rewrite): Uncomment suppressed code.
6247 Use symbolic error-message and runtime-symbol names.
6248 Surround runtime symbol names in quotes.
6249 Allow non-specific breakpoints on exceptions and assertions before
6250 program starts.
6251
6252 (ada_is_tagged_type): Add parameter.
6253 (ada_is_tag_type): New function.
6254 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6255 (ada_variant_discrim_type): Ditto.
6256 (value_tag_from_contents_and_address): New function.
6257 (type_from_tag): New function.
6258 (struct tag_args): New structure used to communicate with
6259 ada_tag_name_1.
6260 (ada_tag_name_1): New function.
6261 (ada_tag_name): New function.
6262
6263 (ada_scan_number): Update comment.
6264 (find_struct_field): New function.
6265 (ada_search_struct_field): Make static.
6266 (ada_value_struct_elt): New version that returns references when
6267 given pointers or references to structs.
6268 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6269 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6270 interface.
6271 (ada_value_ind): Use new ada_to_fixed_value interface.
6272 (ada_coerce_ref): Ditto.
6273 (field_offset): Remove.
6274
6275 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6276 (ada_find_renaming_symbol): New function.
6277 (ada_prefer_type): Prefer named types over unnamed ones.
6278 (variant_field_index): New function.
6279 (contains_variant_part): Removed: subsumed by variant_field_index.
6280 (ada_template_to_fixed_record_type): New function, mostly from
6281 template_to_fixed_record_type.
6282 (template_to_fixed_record_type):
6283 Do not scan the type fields beyond the last one; prevents a
6284 potential SEGV.
6285 Handle case where variant field is listed BEFORE discriminant it
6286 depends on.
6287 Fix calculation of record length when bit length is
6288 not evenly divisible by char length.
6289 Move code to ada_template_to_fixed_record_type and call it.
6290
6291 (template_to_static_fixed_type): Revise comment.
6292 Modify to work on ordinary record types as well as templates,
6293 so as to handle fields that use ___XVE or ___XVU encodings.
6294 (to_record_with_fixed_variant_part): Fill out comment.
6295 Initialize C++ stuff in right type.
6296 Allow case where DVAL is null.
6297 Handle case where variant field is not last.
6298 Fix typo concerning record length.
6299 (to_fixed_record_type): Decomment disabled code.
6300 (to_fixed_record_type): Use variant_field_index instead of
6301 contains_variant_part.
6302 (to_fixed_variant_branch_type): Ditto.
6303 (to_fixed_array_type): Decomment disabled code.
6304 (ada_to_fixed_type): Convert tagged types to the specific type.
6305 Deactivate the size-check for array types in order to avoid
6306 some false size alarms.
6307 (to_static_fixed_type): Decomment disabled code.
6308 Modify to call template_to_static_fixed_type
6309 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6310 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6311 Remove valaddr argument, as it is never really used.
6312 (ada_to_fixed_value): Change interface to act on single struct value*
6313 operand.
6314 (adjust_pc_past_prologue): New function.
6315 (ada_attribute_name): Modify to take enum exp_opcode argument.
6316
6317 (ada_enum_name): Recognize new homonym-distinguishing convention.
6318 Adjust local variable's type to remove compiler warning.
6319 Fix a small problem in the part that unqualifies the enumeration name.
6320 (ada_value_binop): New function.
6321 (ada_value_equal): New function.
6322
6323 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6324 Don't give error message when not doing normal evaluation
6325 and a tagged type doesn't seem to contain a structure member.
6326 Give error message for packed arrays.
6327 For indexing arrays, handle pointers to packed arrays correctly.
6328 Handle case of 'first and 'last attributes of bare integral type
6329 without encoded subtype info.
6330 Remove some unnecessary casts.
6331 Fix uninitialized value of type in computing 'first, 'last, or 'length
6332 of array object.
6333 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6334 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6335 calls.
6336 Attributes are now exp_opcode values.
6337 Correct treatment of 'modulus.
6338 Better error message for taking 'length of wrong kind of type;
6339 improve comment.
6340 Change EVAL_NORMAL to noside for consistency.
6341 Use ada_value_binop for DIV, MOD, REM.
6342 Make special case out of array of length 0, since an argument
6343 of 0 upsets some platforms' malloc.
6344 Use OP_STRING instead of OP_ARRAY.
6345 For slice, add check that we have an array type before extracting
6346 a slice out of it. Avoids a SEGV.
6347 When evaluating an array slice, if the array type is a reference to
6348 an aligner type, then replace the aligner type by the actual type.
6349 Decomment disabled code.
6350 Remove some dead code.
6351 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6352 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6353 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6354 and UNOP_MBR to UNOP_IN_RANGE.
6355 If an array type has a parallel ___XVE type, then use it.
6356 Turn arrays into pointers for lvalue arrays.
6357 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6358 bounds error and handle 0-length slices.
6359 Use lim_warning.
6360 When selecting fields, apply ada_to_fixed_value (because the fields
6361 might have ___XVU or ___XVE encodings even if not dynamic.)
6362 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6363 (ada_is_system_address_type): New function.
6364
6365 (get_var_value): Use new interface to ada_lookup_symbol_list.
6366 (get_int_var_value): New interface.
6367 (to_fixed_range_type): Allow unknown bound, with warning.
6368 (ada_is_modular_type): Decomment disabled code.
6369 (ADA_OPERATORS): New definition.
6370 (ada_operator_length): New function.
6371 (ada_expr_op_name): New function.
6372 (ada_forward_operator_length): New function.
6373 (ada_dump_subexp_body): New function.
6374 (ada_print_subexp): New function.
6375 (ada_exp_descriptor): New constant.
6376 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6377 (ada_language_defn): Add ada_exp_descriptor entry.
6378 Change ada_parse => parse.
6379 Add post-parser entry.
6380 Use ada-specific non-local symbol lookup.
6381 Don't use C-style arrays.
6382 String lower-bound is 1.
6383 Decomment disabled code.
6384 (parse): New function.
6385 New fields ada_translate_error_message, ada_lookup_symbol,
6386 ada_lookup_minimal_symbol.
6387
6388 * ada-lang.h: Update copyright dates.
6389 Replace the mangle/demangle terminology throughout by the
6390 more appropriate encode/decode one.
6391 Include breakpoint.h.
6392 Forward declare struct partial_symbol, struct block.
6393 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6394 (EXTRACT_ADDRESS): Remove.
6395 (EXTRACT_INT): Remove.
6396 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6397 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6398 (MAX_RENAMING_CHAIN_LENGTH): Define.
6399 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6400
6401 (enum task_states): Remove.
6402 ada_task_states: Remove.
6403 (fat_string): Remove.
6404 (struct entry_call): Remove.
6405 (struct task_fields): Remove.
6406 (struct task_entry): Remove.
6407
6408 (struct ada_symbol_info): Define.
6409 (enum ada_attribute): Remove.
6410 (enum ada_operator): Define.
6411
6412 (ada_get_field_index): Declare.
6413 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6414 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6415 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6416 (ada_lookup_symbol_list): New interface.
6417 (ada_decode_symbol): Declare.
6418 (ada_decode): Declare.
6419 (ada_lookup_symbol): New interface.
6420 (ada_update_initial_language): Declare.
6421 (ada_lookup_simple_minsym): Declare.
6422 (user_select_syms): New interface.
6423 (ada_sals_for_line): Declare.
6424 (ada_is_tagged_type): New interface.
6425 (ada_tag_name): Declare.
6426 (ada_lookup_struct_elt_type): Remove declaration.
6427 (ada_search_struct_field): Remove declaration.
6428 (ada_attribute_name): New interface.
6429 (ada_is_system_address_type): Declare.
6430 (ada_to_fixed_value): Remove declaration.
6431 (ada_template_to_fixed_record_type_1): Declare.
6432 (get_int_var_value): New interface.
6433 (ada_find_any_symbol): Declare.
6434 (ada_find_renaming_symbol): Declare.
6435 (ada_mangle): Rename to ada_encode.
6436 (ada_simple_renamed_entity): Remove const.
6437 (ada_main_name): Declare.
6438 (get_current_task): Rename to ada_get_current_task.
6439 (get_entry_number): Remove declaration.
6440 (ada_report_exception_break): Remove declaration.
6441 (ada_print_exception_breakpoint_nontask): Declare.
6442 (ada_print_exception_breakpoint_task): Declare.
6443 (ada_find_printable_frame): Declare.
6444
6445 * ada-lex.l: Update copyright notices.
6446 Use xmalloc and xfree instead of malloc and free.
6447 Use new interface to name_lookup.
6448 Use new interface to
6449 ada_mangle=>ada_encode.
6450 Redo handling of '$...' variable to parallel current treatment
6451 in c-exp.y.
6452 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6453 digit_to_int, strtoulst, processInt, processReal, processId,
6454 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6455 yywrap): Protoize.
6456
6457 (processInt): Use cast to remove harmless warning.
6458 (processReal): Modify to get rid of compiler warning on scan formats.
6459
6460 (processId): Replace xmalloc with obstack_alloc for name and remove
6461 call to ada_name_string_cleanup.
6462 Remove obsolete disabled code.
6463 (name_lookup): Ditto.
6464 New interface.
6465 Use obsavestring on temp_parse_space instead of savestring
6466 on name, and remove call to ada_name_string_cleanup.
6467 Free string returned from ada_simple_renamed_entity.
6468 Use new interface to ada_lookup_symbol_list.
6469 Decomment disabled code.
6470 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6471 not types.
6472 When a type name lookup succeeds as a result of
6473 lookup_primitive_typename, check for regular type entry that has not
6474 yet been read in.
6475 Limit length of chain of renamed symbols we are willing to follow.
6476 Do not break names beginning with "standard__" into segments.
6477 (block_lookup): Use new interface to ada_lookup_symbol_list.
6478
6479 * ada-typeprint.c: Update copyright notice.
6480 (demangled_type_name): Rename to decoded_type_name.
6481 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6482 (print_range_bound): Correct handling of negative
6483 bounds that make the index type looked unsigned under STABS.
6484 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6485 (print_range_type_named): Use the builtin int type if no type
6486 corresponding to the given type name could be found.
6487 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6488 Add some bullet-proofing.
6489 (print_variant_clauses): Allow for variant branches with ___XVU
6490 encodings that are not dynamic fields.
6491 Use new interface to ada_is_tagged_type.
6492 (print_record_type): Allow for fields with ___XVE encodings that
6493 are not dynamic fields.
6494 Use new interface to ada_is_tagged_type.
6495 (ada_print_type): ada_is_array_descriptor =>
6496 ada_is_array_descriptor_type.
6497
6498 * ada-valprint.c: Update copyright notice.
6499 Include gdb_string.h
6500 Include infcall.h
6501 (ui_memcpy): New function.
6502 (ada_print_floating): New function.
6503 (ada_print_str): Order arguments correctly.
6504 Correct handling of empty arrays and arrays of 0-length items.
6505 ada_is_array_descriptor => ada_is_array_descriptor_type
6506 Print values of type System.Address in hexadecimal format.
6507 Use ada_print_floating to print floating-point numbers in Ada format.
6508 Print class tag values with type names.
6509 No longer print the address of reference values. Avoids
6510 a potential confusion.
6511 (ada_value_print): Stop printing the object type for reference
6512 values, but preserve that behavior for access types. Avoids
6513 a potential confusion.
6514 Simplify one conditional expression, as the first part is now
6515 necessarily true.
6516 ada_is_array_descriptor => ada_is_array_descriptor_type
6517 Add check for arrays for null records, and print them by hand.
4c4b4cd2 6518
f65f91b5
JB
65192004-06-01 Jim Blandy <jimb@redhat.com>
6520
6521 * ppc-tdep.h: Delete unused 'regoff' member.
6522 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6523
d4687fa0
MC
65242004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6525
6526 Fix PR symtab/1661.
6527 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6528 (hpread_read_struct_type): Likewise.
6529
de169ec9
AC
65302004-06-01 Andrew Cagney <cagney@gnu.org>
6531
c6902d46
AC
6532 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6533 instead of xasprintf.
6534 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6535 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6536 (mi_cmd_data_list_register_names)
6537 (mi_cmd_data_list_changed_registers)
6538 (mi_cmd_data_list_register_values)
6539 (get_register, mi_cmd_data_write_register_values)
6540 (mi_cmd_data_write_register_values)
6541 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6542 (mi_cmd_target_download, mi_cmd_target_select)
6543 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6544 (mi_execute_cli_command, mi_execute_async_cli_command)
6545 (mi_execute_async_cli_command): Ditto.
6546 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6547 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6548
6085fc2d
AC
6549 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6550 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6551 error_last_message instead of mi_error_last_message.
6552 * mi/mi-main.c (mi_error_last_message): Delete function.
6553
de169ec9
AC
6554 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6555 "invalid number of columns" error. Delete redundant "out of
6556 memory" check.
6557
1fc7d519
MK
65582004-05-31 Mark Kettenis <kettenis@gnu.org>
6559
6cfb2041
MK
6560 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6561 (gregset_t, fpregset_t): Remove typedefs.
6562 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6563 (REG_OFFSET): Rename argument.
6564 (i386bsd_r_reg_offset): Rename from reg_offset.
6565 (REG_ADDR): Remove macro.
6566 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6567 functions.
6568 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6569 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6570 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6571 instead of supply_gregset.
6572 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6573 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6574 instead of fill_gregset.
6575 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6576
1fc7d519
MK
6577 * i386bsd-nat.c: Don't include "gregset.h".
6578 (supply_gregset, fill_gregset): Make static.
6579 (supply_fpregset, fill_fpregset): Remove.
6580 * Makefile.in (i386bsd-nat.o): Update dependencies.
6581
2c34abbe
MK
65822004-05-30 Mark Kettenis <kettenis@gnu.org>
6583
448724fb
MK
6584 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6585 "gdb_assert.h". Con't include "gregset.h".
6586 (fbsd_make_corefile_notes): Use regset-based core file support
6587 instead off fill_gregset and fill_fpregset.
6588 * Makefile.in (fbsd-proc.o): Update dependencies.
6589
5ca8ca7c
MK
6590 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6591 instructions.
6592 (m88k_frame_prev_register): Simplify code a bit.
6593
593adc23
MK
6594 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6595 (amd64_collect_fpregset): New function.
6596 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6597
8d1b517b
MK
6598 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6599
7fdafb5a
MK
6600 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6601 (i386_collect_gregset): New function.
6602 (i386_supply_fpregset): Adjust comment.
6603 (i386_collect_fpregset): New function.
6604 (i386_regset_from_core_section): Use i386_collect_gregset and
6605 i386_collect_fpregset.
6606
8693c419
MK
6607 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6608 handle VALUEP being null.
6609
2c34abbe
MK
6610 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6611
45d134d8
MK
66122004-05-29 Mark Kettenis <kettenis@gnu.org>
6613
1698f4e7
MK
6614 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6615
45d134d8
MK
6616 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6617 assembler in OpenBSD 3.5-current.
6618 (amd64obsd_sigcontext_addr): Likewise.
6619
691d145a
JB
66202004-05-28 Jim Blandy <jimb@redhat.com>
6621
6622 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6623 register set, so our regcache isn't declared "legacy" and our E500
6624 pseudoregister read and write functions aren't ignored.
6625 (rs6000_register_byte, rs6000_register_raw_size,
6626 rs6000_register_virtual_type, rs6000_register_convertible,
6627 rs6000_register_convert_to_virtual,
6628 rs6000_register_convert_to_raw): Deleted.
6629 (rs6000_register_type, rs6000_convert_register_p,
6630 rs6000_register_to_value, rs6000_value_to_register): New
6631 functions.
6632 (rs6000_gdbarch_init): Don't register
6633 gdbarch_deprecated_register_size,
6634 gdbarch_deprecated_register_bytes,
6635 gdbarch_deprecated_register_byte,
6636 gdbarch_deprecated_register_raw_size,
6637 gdbarch_deprecated_register_virtual_type,
6638 gdbarch_deprecated_register_convertible,
6639 gdbarch_deprecated_register_convert_to_virtual, or
6640 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6641 register gdbarch_register_type, gdbarch_convert_register_p,
6642 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6643
18ed0c4e
JB
66442004-05-26 Jim Blandy <jimb@redhat.com>
6645
6646 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6647 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6648 functions, updated to match the register numberings used in GCC.
6649 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6650 rs6000_dwarf2_reg_to_regnum as register number conversions
6651 functions for STABS and Dwarf2.
6652
779af9e3
RC
66532004-05-26 Randolph Chung <tausq@debian.org>
6654
6655 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6656 in header file.
6657
c23968a2
JB
66582004-05-25 Joel Brobecker <brobecker@gnat.com>
6659
6660 * NEWS: Document new "start" command.
6661
3a7d1c27
RC
66622004-05-25 Randolph Chung <tausq@debian.org>
6663
6664 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6665 hppa-linux.
6666
43613416
RC
66672004-05-25 Randolph Chung <tausq@debian.org>
6668
6669 * hppa-hpux-tdep.c (offsetof): Define.
6670 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6671 (hppa32_hpux_frame_base_before_sigtramp)
6672 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6673 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6674 (hppa64_hpux_frame_base_before_sigtramp)
6675 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6676 functions.
6677 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6678 (hppa_hpux_sigtramp_frame_unwind_cache)
6679 (hppa_hpux_sigtramp_frame_this_id)
6680 (hppa_hpux_sigtramp_frame_prev_register)
6681 (hppa_hpux_sigtramp_frame_unwind)
6682 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6683 (hppa_hpux_init_abi): Register sigtramp unwinder.
6684 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6685
6d1be3f1
RC
66862004-05-25 Randolph Chung <tausq@debian.org>
6687
6688 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6689 and multiple stack unwinds.
6690 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6691
97c34f65
AC
66922004-05-25 Andrew Cagney <cagney@gnu.org>
6693
6694 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6695 * symfile-mem.h: Delete file.
6696 * symfile-mem.c: Do not include "symfile-mem.h".
6697 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6698 "struct bfd_section". When an error do not bother returning NULL.
6699 (add_symbol_file_from_memory_command): Use "struct bfd" and
6700 "struct bfd_section".
6701 * Makefile.in (symfile_mem_h): Delete.
6702 (symfile-mem.o): Update dependencies.
6703
e23cbd82
NR
67042004-05-25 Nick Roberts <nickrob@gnu.org>
6705
6706 * gdb-mi.el: New file.
6707
20d2ca3e
AC
67082004-05-25 Andrew Cagney <cagney@gnu.org>
6709
6710 * inftarg.c: Include "observer.h".
6711 (child_attach, child_create_inferior): Notify inferior_created.
6712 * corelow.c: Include "observer.h".
6713 (core_open): Notify inferior_created.
6714 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6715
c27cda74
AC
67162004-05-25 Andrew Cagney <cagney@gnu.org>
6717
6718 * target.h (struct target_ops): Add from_tty to
6719 to_create_inferior.
6720 (target_create_inferior, find_default_create_inferior): Update.
6721 * infcmd.c (run_command): Update.
6722 * wince.c (child_create_inferior): Update.
6723 * win32-nat.c (child_create_inferior): Update.
6724 * uw-thread.c (uw_thread_create_inferior): Update.
6725 * thread-db.c (thread_db_create_inferior): Update.
6726 * target.c (debug_to_create_inferior)
6727 (find_default_create_inferior): Update.
6728 (maybe_kill_then_create_inferior): Update.
6729 * sol-thread.c (sol_thread_create_inferior): Update.
6730 * remote.c (extended_remote_async_create_inferior)
6731 (extended_remote_create_inferior): Update.
6732 * remote-vx.c (vx_create_inferior): Update.
6733 * remote-st.c (st2000_create_inferior): Update.
6734 * remote-sim.c (gdbsim_create_inferior): Update.
6735 * remote-sds.c (sds_create_inferior): Update.
6736 * remote-rdp.c (remote_rdp_create_inferior): Update.
6737 * remote-rdi.c (arm_rdi_create_inferior): Update.
6738 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6739 * remote-e7000.c (e7000_create_inferior): Update.
6740 * procfs.c (procfs_create_inferior): Update.
6741 * ocd.c (ocd_create_inferior): Update.
6742 * ocd.h (ocd_create_inferior): Update.
6743 * nto-procfs.c (procfs_create_inferior): Update.
6744 * monitor.c (monitor_create_inferior): Update.
6745 * lin-lwp.c (lin_lwp_create_inferior): Update.
6746 * inftarg.c (child_create_inferior): Update.
6747 * hpux-thread.c (hpux_thread_create_inferior): Update.
6748 * gnu-nat.c (gnu_create_inferior): Update.
6749
1db2a798
AC
67502004-05-25 Andrew Cagney <cagney@gnu.com>
6751
6752 * MAINTAINERS: Update e-mail address.
6753
007d08bb
RC
67542004-05-24 Randolph Chung <tausq@debian.org>
6755
6756 * thread.c (info_threads_command, thread_apply_all_command)
6757 (thread_apply_command, thread_command, do_captured_thread_select):
6758 Remove HPUXHPPA-specific code.
6759
69e7b95e
RC
67602004-05-24 Randolph Chung <tausq@debian.org>
6761
6762 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6763 unused symbols.
6764 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6765 references.
6766
a4d5f2e0
JB
67672004-05-24 Joel Brobecker <brobecker@gnat.com>
6768
6769 * infcmd.c (kill_if_already_running): New function, extracted
6770 from run_command().
6771 (run_command): Replace extracted code by call to
6772 kill_if_already_running().
6773 (start_command): New function.
6774 (_initialize_infcmd): Add "start" command.
6775
bf2ca189
MK
67762004-05-24 Mark Kettenis <kettenis@gnu.org>
6777
6778 Add OpenBSD/m88k support.
6779 * NEWS (New native configurations): Mention OpenBSD/m88k.
6780 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6781 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6782 * Makefile.in (m88k_tdep_h): New variable.
6783 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6784 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6785 * configure.host: Add m88*-*-openbsd*.
6786 * configure.tgt: Add m88*-*-openbsd*.
6787
80fadb11
JB
67882004-05-24 Jim Blandy <jimb@redhat.com>
6789
6790 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6791 to approve changes.
6792
19e2d14b
KB
67932004-05-24 Kevin Buettner <kevinb@redhat.com>
6794
6795 * symtab.c (fixup_section): Search section table when lookup by
6796 name fails.
6797
1b07b470
RC
67982004-05-24 Randolph Chung <tausq@debian.org>
6799
6800 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6801 be "small_struct".
6802
368702b1
MK
68032004-05-24 Mark Kettenis <kettenis@gnu.org>
6804
5df97fde
MK
6805 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6806 register number in regcache_raw_collect call.
6807 (m68kbsd_collect_fpregset): Likewise.
6808 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6809
368702b1
MK
6810 * regset.h (struct regset): Add back `regset' member.
6811
a770d4ec
MK
68122004-05-23 Mark Kettenis <kettenis@gnu.org>
6813
70f9f479
MK
6814 * configure.in: Check for td_pcb in `struct thread'.
6815 * configure, config.in: Regenerated.
6816
2e16d79e
MK
6817 * dpx2-nat.c: Remove file.
6818 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6819 (dpx2-nat.o): Remove dependencies.
6820
492cf391
MK
6821 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6822 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6823 (amd64obsd_supply_pcb): New function.
6824 (_initialize_amd64obsd_nat): Enable libkvm interface.
6825 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6826 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6827 (LOADLIBES): New variable.
6828
a770d4ec
MK
6829 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6830 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6831 (sparc32nbsd_supply_pcb): New function.
6832 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6833 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6834 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6835 (LOADLIBES): New variable.
6836
9ea75c57
MK
68372004-05-22 Mark Kettenis <kettenis@gnu.org>
6838
2e0c3539
MK
6839 * bsd-kvm.c, bsd-kvm.h: New files.
6840 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6841 "bsd-kvm.h".
6842 (i386fbsd_supply_pcb): New function.
6843 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6844 (i386fbsd-nat.o): Update dependencies.
6845 (bsd_kvm_h): New variable.
6846 (bsd-kvm.o): New dependency.
6847 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6848 (LOADLIBES): New variable.
6849
9ea75c57
MK
6850 * regset.c: Tweak comment.
6851 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6852 macro.
6853 * regset.h: Update copyright year.
6854 (struct regset): Remove `descr' member, add `gdbarch' member.
6855 (regset_alloc): Adjust prototype and comment.
6856 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6857 (i386_supply_fpregset): Likewise.
6858 (i386_regset_from_core_section): Update call to regset_alloc.
6859 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6860 REGSET->arch.
6861 (i386obsd_aout_regset_from_core_section): Update call to
6862 regset_alloc.
6863 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6864 REGSET->arch.
6865 (i386nbsd_aout_regset_from_core_section): Update call to
6866 regset_alloc.
6867 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6868 REGSET->arch.
6869 (amd64_regset_from_core_section): Update call to regset_alloc.
6870 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6871 REGSET->arch.
6872 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6873 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6874 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6875 (sparc32nbsd_init_abi): Update call to regset_alloc.
6876 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6877 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6878 (sparc64obsd_init_abi): Update call to regset_alloc.
6879 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6880 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6881 (sparc64nbsd_init_abi): Update call to regset_alloc.
6882 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6883 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6884 (sparc64fbsd_init_abi): Update call to regset_alloc.
6885
867e2dc5
JB
68862004-05-22 Jim Blandy <jimb@redhat.com>
6887
6888 * ppc-tdep.h (spe_register_p): New declaration.
6889 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6890 ppc_spefscr_regnum.
6891 * rs6000-tdep.c (spe_register_p): New function.
6892 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6893 spefscr.
6894 (rs6000_gdbarch_init): Initialize the new members of the tdep
6895 structure.
6896
617a4cba
JB
68972004-05-21 Jim Blandy <jimb@redhat.com>
6898
0397dee1
JB
6899 * ppc-linux-nat.c (fetch_register): Move code back to be next
6900 to the comment that describes it. (Moved code, instead of
6901 comment, for symmetry with store_register.)
6902
617a4cba
JB
6903 Allocate regset structures in the gdbarch's obstack, not using
6904 xmalloc.
6905 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6906 Add 'arch' argument. Allocate the regset on arch's obstack, not
6907 using xmalloc.
6908 * regset.h (regset_alloc): Update declaration.
6909 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6910 gdbarch argument.
6911 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6912 * i386-tdep.c (i386_regset_from_core_section): Same.
6913 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6914 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6915 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6916 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6917 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6918 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6919
9aa3914d
JB
69202004-05-21 Joel Brobecker <brobecker@gnat.com>
6921
6922 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6923
99c87dab
JB
69242004-05-21 Jim Blandy <jimb@redhat.com>
6925
6926 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6927 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6928
c2b6b4aa
JB
69292004-05-20 Jim Blandy <jimb@redhat.com>
6930
6931 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6932
144529d0
MK
69332004-05-20 Mark Kettenis <kettenis@gnu.org>
6934
6935 * regset.h: Make prototype const-correct.
6936 * regset.c (regset_xmalloc): Make const-correct.
6937
4725b721
PH
69382004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6939
6940 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6941 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6942 (symbol_search_name): Declare.
6943
6944 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6945 (iter_name_next_hashed): Ditto.
6946 (iter_name_next_linear): Ditto.
6947 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6948
6949 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6950 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6951 (symbol_search_name): New function.
6952
6953 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6954
6955 * minsyms.c (build_minimal_symbol_hash_tables): Change
6956 test for adding to demangled hash table to check for difference
6957 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6958
be07a590
JB
69592004-05-19 Jim Blandy <jimb@redhat.com>
6960
6961 Use a constructor function to create regset structures.
6962 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6963 (struct regset): Use supply_regset_ftype. Add new
6964 'collect_regset' member.
6965 (regset_xmalloc): New declaration.
6966 * regset.c: New file.
6967 * am64-tdep.c (amd64_regset_from_core_section): Use
6968 regset_xmalloc to construct regset structures.
6969 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6970 * i386-tdep.c (i386_regset_from_core_section): Same.
6971 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6972 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6973 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6974 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6975 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6976 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6977 * Makefile.in (COMMON_OBS): Add regset.o.
6978 (regset.o): New rule.
6979
604368f5
JB
69802004-05-19 Joel Brobecker <brobecker@gnat.com>
6981
6982 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6983 and pthread_cond_wait.c.
6984
82d69f8b
JB
69852004-05-18 Jim Blandy <jimb@redhat.com>
6986
6987 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6988 before the mach-specific switch, and then let the individual cases
6989 override the defaults, rather than leaving them uninitialized
6990 until the switch and then setting them in each case.
6991
5859efe5
RC
69922004-05-18 Randolph Chung <tausq@debian.org>
6993
6994 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6995 millicode functions.
6996
9ca80cf8
RC
69972004-05-18 Randolph Chung <tausq@debian.org>
6998
6999 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7000 references to dld_flags_buffer consistent.
7001
ed70ba00
RC
70022004-05-18 Randolph Chung <tausq@debian.org>
7003
7004 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7005 it for unwinding the stack.
7006
63100632
RC
70072004-05-18 Randolph Chung <tausq@debian.org>
7008
7009 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7010 Undefine these so we can overide them using gdbarch.
7011
090ccbb7
RC
70122004-05-18 Randolph Chung <tausq@debian.org>
7013
7014 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7015 handling for 64-bit HPUX (elf).
7016
594706e6
DJ
70172004-05-18 Daniel Jacobowitz <dan@debian.org>
7018
7019 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7020 constants.
7021 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7022 * ia64-tdep.c (examine_prologue): Likewise.
7023 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7024 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7025
e5483145
MK
70262004-05-18 Mark Kettenis <kettenis@gnu.org>
7027
7028 * vax-tdep.c (vax_return_value): Implement
7029 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7030
caed1a45
MK
70312004-05-17 Mark Kettenis <kettenis@gnu.org>
7032
7033 * vax-tdep.c (vax_return_value): Fix typo.
7034
3c0b7db2
AC
70352004-05-17 Andrew Cagney <cagney@redhat.com>
7036
5aae53e5
AC
7037 * MAINTAINERS: Mark Salter was also responsible for
7038 testsuite/config/
7039
3c0b7db2
AC
7040 * NEWS: Mention signal fixes.
7041
22b0923d
RC
70422004-05-17 Randolph Chung <tausq@debian.org>
7043
7044 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7045 check to see if we are unwinding an export stub. Export stubs clobber
7046 the %rp in the call path and stores the original rp in a stack slot.
7047
22f2b2f3
JB
70482004-05-17 Jim Blandy <jimb@redhat.com>
7049
7050 * MAINTAINERS: Update address for J.T. Conklin.
7051
cea96d64
RC
70522004-05-17 Randolph Chung <tausq@debian.org>
7053
7054 * hppa-tdep.c: Remove superfluous #include's.
7055 * Makefile.in (hppa-tdep.o): Update dependencies.
7056
f08f6a4a
RC
70572004-05-17 Randolph Chung <tausq@debian.org>
7058
7059 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7060 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7061 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7062 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7063 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7064 Remove static function declarations.
7065
51da707a
MK
70662004-05-17 Mark Kettenis <kettenis@gnu.org>
7067
caed1a45
MK
7068 * alphabsd-nat.c: Update copyright year.
7069 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7070
c0c2b0db
MK
7071 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7072 and M68K_A2_REGNUM.
7073
51da707a
MK
7074 * m68k-tdep.c (m68k_svr4_return_value): Implement
7075 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7076
8d027a04
MK
70772004-05-16 Mark Kettenis <kettenis@gnu.org>
7078
7079 * sol-thread.c Update copyright year. Fix various coding
7080 standards violations. Tweak a few comments.
7081 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7082 Delete prototypes.
7083
0d99fdb9
RC
70842004-05-15 Randolph Chung <tausq@debian.org>
7085
7086 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7087 as pointer instead of array reference since HPUX compiler does
7088 not accept unsized array arguments.
7089 * somsolib.c (dld_flags_buffer): Use constant array size.
7090
f7e3843a
MK
70912004-05-15 Mark Kettenis <kettenis@gnu.org>
7092
0fe85704
MK
7093 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7094 offset with decimal offset.
7095 (amd64obsd_sigcontext_addr): Return correct address for entire
7096 signal trampoline.
7097
a54f9a00
MK
7098 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7099 instead of get_frame_base.
7100
feae6502
MK
7101 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7102 (fill_gregset): Use regcache_raw_collect.
7103
0382d099
MK
7104 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7105 ppcobsd-tdep.c.
7106
f7e3843a
MK
7107 * config/sparc/tm-nbsd64.h: Remove file.
7108 * config/tm-sunos.h: Remove file.
7109
773df3e5
JB
71102004-05-15 Joel Brobecker <brobecker@gnat.com>
7111
7112 * rs6000-tdep.c (store_param_on_stack_p): New function,
7113 an improved version of some code extracted from skip_prologue().
7114 (skip_prologue): Use store_param_on_stack_p() to detect
7115 instructions saving a parameter on the stack. Detect when r0
7116 is used to save a parameter.
7117 Do not mark "li rx, SIMM" instructions as part of the prologue,
7118 unless the following instruction is also part of the prologue.
7119
95918acb
AC
71202004-05-14 Andrew Cagney <cagney@redhat.com>
7121
06f32659
AC
7122 * infrun.c (handle_inferior_event): Simplify
7123 STEP_OVER_UNDEBUGGABLE.
7124
95918acb
AC
7125 * infrun.c (handle_step_into_function): Delete function.
7126 (handle_inferior_event): Inline calls to
7127 handle_step_into_function.
7128
40711ff1 71292004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
7130
7131 * rs6000-nat.c: Fix a comment.
7132
02f60eae
JB
71332004-05-12 David Anderson <davea@sgi.com>
7134
7135 Committed by Jim Blandy <jimb@redhat.com>:
7136 * regcache.c (struct regcache_descr): fix comment spelling.
7137
552e377b
JB
71382004-05-13 J. Brobecker <brobecker@gnat.com>
7139
7140 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7141 Fixes a link link failure.
7142
349766b2
JB
71432004-05-13 J. Brobecker <brobecker@gnat.com>
7144
7145 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7146 error that was causing the build to fail.
7147
0d4d5484
JB
71482004-05-13 J. Brobecker <brobecker@gnat.com>
7149
7150 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7151 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7152
0b30808c
AC
71532004-05-13 Andrew Cagney <cagney@redhat.com>
7154
7155 * infrun.c (handle_inferior_event): Check for
7156 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7157 calls. Update comments.
7158
cdf2c5f5
JB
71592004-05-13 Jim Blandy <jimb@redhat.com>
7160
063715bf
JB
7161 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7162 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7163 (store_regs_user_thread, store_regs_kernel_thread): Use
7164 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7165 * ppc-linux-nat.c (fill_gregset): Same.
7166 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7167 (ppc_linux_sigtramp_cache): Same.
7168 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7169 (ppcnbsd_sigtramp_cache_init): Same.
7170 * rs6000-nat.c (fetch_core_registers): Same.
7171 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7172 (rs6000_frame_cache): Same.
7173
cdf2c5f5
JB
7174 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7175 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7176 of assuming that the gprs are numbered starting with zero.
7177 * ppc-linux-nat.c (fill_gregset): Same.
7178 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7179 * ppcnbsd-nat.c (getregs_supplies): Same.
7180 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7181 * rs6000-nat.c (fetch_core_registers): Same.
7182 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7183
450bd37b
MS
71842004-05-07 Michael Snyder <msnyder@redhat.com>
7185
7186 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7187 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7188
4a72a2a6
AC
71892004-05-13 Andrew Cagney <cagney@redhat.com>
7190
7191 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7192
8edfa926
BM
71932004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7194
7195 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7196 base_address for shared libraries.
7197
723e0e3d
BM
71982004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7199
7200 * MAINTAINERS (write after approval): Add myself.
7201
00d4360e
UW
72022004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7203
7204 * breakpoint.c (bpstat_stop_status): Add new argument
7205 STOPPED_BY_WATCHPOINT. Use it instead of testing
7206 target_stopped_data_address agaist 0 to check whether
7207 or not we stopped due to a hardware watchpoint.
7208 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7209 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7210 with new argument.
7211
ec76baa5
JB
72122004-05-12 Jim Blandy <jimb@redhat.com>
7213
7214 * configure.in: When checking whether we should use the -bbigtoc
7215 option, don't forget to restore the original value of LDFLAGS.
7216 * configure: Regenerated.
7217
f2c9ca08
AC
72182004-05-12 Andrew Cagney <cagney@redhat.com>
7219
7220 * thread.c (load_infrun_state): Delete step_sp.
7221 * infrun.c (context_switch): Ditto.
7222 * inferior.h (step_sp): Ditto.
7223 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7224 * gdbthread.h (struct thread_info, save_infrun_state)
7225 (restore_infrun_state): Ditto.
7226
090ddb2a
UW
72272004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7228
7229 * MAINTAINERS (write after approval): Add myself.
7230
8aad930b
AC
72312004-05-12 Andrew Cagney <cagney@redhat.com>
7232
7233 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7234 eliminate reference to step_sp.
7235 (struct execution_control_state, init_execution_control_state)
7236 (handle_inferior_event, keep_going): Delete update_step_sp and
7237 step_sp.
7238 * infcmd.c (step_sp): Note that variable is unused.
7239
922d5ae0
AC
72402004-05-11 Andrew Cagney <cagney@redhat.com>
7241
7242 * infrun.c (step_over_function): Delete function.
7243 (handle_step_into_function): Use insert_step_resume_breakpoint.
7244 (insert_step_resume_breakpoint): Fix assertion.
7245
017c5ca5
NR
72462004-05-11 Nick Roberts <nickrob@gnu.org>
7247
7248 * utils.c (defaulted_query): Just use the normal query input type
7249 when printing the annotations.
7250
42edda50
AC
72512004-05-11 Andrew Cagney <cagney@redhat.com>
7252
7253 * infrun.c (handle_inferior_event): Simplify code handling
7254 step-into or return-from a signal trampoline.
7255
d28b44a7
AC
72562004-05-11 Andrew Cagney <cagney@redhat.com>
7257
7258 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7259 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7260
383f0f5b
JB
72612004-05-10 Jim Blandy <jimb@redhat.com>
7262
d0b57c3a
JB
7263 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7264 with a call to internal_error.
7265
383f0f5b
JB
7266 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7267 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7268 processor variant lacks those registers.
7269 (ppc_floating_point_unit_p): Change description to make it clear
7270 that this returns info about the ISA, not the ABI.
7271 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7272 return true or false by checking tdep->ppc_fp0_regnum and
7273 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7274 arch/mach switching done in rs6000_gdbarch_init; it's better to
7275 keep that logic there, and just check the results here.
7276 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7277 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7278 floating-point registers.
7279 (ppc_supply_fpregset, ppc_collect_fpregset)
7280 (rs6000_push_dummy_call, rs6000_extract_return_value)
7281 (rs6000_store_return_value): Assert that we have floating-point
7282 registers.
7283 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7284 (rs6000_frame_cache): Don't note the locations at which
7285 floating-point registers were saved if we have no fprs.
7286 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7287 registers.
7288 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7289 (store_regs_user_thread, store_regs_kernel_thread): Only call
7290 supply_fprs / fill_fprs if we actually have floating-point
7291 registers.
7292 (special_register_p): Check ppc_fpscr_regnum before matching
7293 against it.
7294 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7295 supply / collect fpscr if we don't have it.
7296 * ppc-bdm.c: #include "gdb_assert.h".
7297 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7298 have floating-point registers, since I can't test this code on
7299 FP-free systems to adapt it.
7300 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7301 fpscr and floating point register numbers if they don't exist.
7302 (fetch_register): Assert that we have floating-point registers
7303 before we reach the code that handles them.
7304 (store_register): Same. And use tdep instead of calling
7305 gdbarch_tdep again.
7306 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7307 don't have them.
7308 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7309 fprs and fpscr if we don't have them.
7310 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7311 don't have them.
7312 * ppcnbsd-nat.c: #include "gdb_assert.h".
7313 (getfpregs_supplies): Assert that we have floating-point registers.
7314 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7315 * ppcobsd-tdep.c: #include "gdb_assert.h".
7316 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7317 have floating-point registers.
7318 * rs6000-nat.c (regmap): Don't match against the fpscr and
7319 floating point register numbers if they don't exist.
7320 (fetch_inferior_registers, store_inferior_registers,
7321 fetch_core_registers): Only fetch / store / supply the
7322 floating-point registers and the fpscr if we have them.
7323 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7324 (ppcobsd-tdep.o): Update dependencies.
7325
15960608
AC
73262004-05-10 Andrew Cagney <cagney@redhat.com>
7327
7328 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7329 (context_switch): Do not switch through_sigtramp_breakpoint.
7330 * gdbthread.h (save_infrun_state, load_infrun_state)
7331 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7332 and structure member.
7333 * thread.c (load_infrun_state, save_infrun_state): Update.
7334
5ab5aa0f
MK
73352004-05-10 Mark Kettenis <kettenis@gnu.org>
7336
7337 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7338
da78b0e7
DJ
73392004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7340
7341 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7342 throughout.
7343 * aclocal.m4: Regenerate.
7344
cca0d3b0
NW
73452004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7346
7347 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7348
d303a6c7
AC
73492004-05-10 Andrew Cagney <cagney@redhat.com>
7350
7351 * infrun.c (check_sigtramp2): Delete function.
7352 (handle_inferior_event): When single stepping, and taking a
7353 signal, set a breakpoint at the signal return address. Delete
7354 redundant calls to check_sigtramp2.
7355 (insert_step_resume_breakpoint): New function.
7356 (through_sigtramp_breakpoint, handle_inferior_event)
7357 (follow_exec, wait_for_inferior, fetch_inferior_event)
7358 (currently_stepping, keep_going): Delete most uses of
7359 through_sigtramp_breakpoint, not that it should be deleted.
7360 (delete_breakpoint_current_contents): Delete function.
7361
03f4cc20
RC
73622004-05-10 Randolph Chung <tausq@debian.org>
7363
7364 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7365 target.
7366 * config/pa/tm-linux.h: New file.
7367
37fc812e
DJ
73682004-05-10 Daniel Jacobowitz <drow@mvista.com>
7369
7370 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7371 of prefixes. Don't print the prefix twice in the CLI.
7372
26c0b942
JB
73732004-05-10 Jim Blandy <jimb@redhat.com>
7374
2e56e9c1
JB
7375 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7376 collect all the gprs.
7377
26c0b942
JB
7378 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7379 loop collecting gprs.
7380
dc497459
AC
73812004-05-09 Andrew Cagney <cagney@redhat.com>
7382
7383 * remote-vx.c (net_step): Delete step-range code.
7384 * remote.c (remote_resume, init_all_packet_configs)
7385 (set_remote_protocol_E_packet_cmd)
7386 (show_remote_protocol_E_packet_cmd)
7387 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7388 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7389 (show_remote_protocol_e_packet_cmd): Ditto.
7390
0543f387
MK
73912004-05-09 Mark Kettenis <kettenis@gnu.org>
7392
c481d1ca
MK
7393 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7394
f626a069
MK
7395 * hppa-tdep.h: Update copyright year.
7396 (struct trad_frame_saved_reg): Add opaque declaration.
7397
6fa57a7d
MK
7398 * amd64-tdep.c (amd64_return_value): Implement
7399 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7400
e47577ab
MK
7401 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7402 (m68k_value_to_register): New functions.
7403 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7404 value_to_register.
7405
31db7b6c
MK
7406 * defs.h (enum return_value_convention): Add
7407 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7408 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7409 * infcmd.c (legacy_return_value): New function.
7410 (print_return_value): Rwerite to implement
7411 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7412 * values.c (using_struct_return): Check for inequality to
7413 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7414 RETURN_VALUE_STRUCT_CONVENTION.
7415 * i386-tdep.c (i386_return_value): Implement
7416 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7417
0543f387
MK
7418 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7419 include "symtab.h", "opcode/vax.h" and "inferior.h".
7420 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7421 to read_memory_unsigned_integer.
7422 (vax_gdbarch_init): Reorder.
7423 (_initialize_vax_tdep): Spell out prototype.
7424 * Makefile.in (vax-tdep.o): Update dependencies.
7425
0c93b7b6
AC
74262004-05-08 Andrew Cagney <cagney@redhat.com>
7427
e6b55ae2
AC
7428 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7429 * target.c (target_detach, target_disconnect): Ditto.
7430
1ac839b8
AC
7431 * infcall.c (call_function_by_hand): When no
7432 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7433 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7434 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7435 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7436 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7437
28954179
AC
7438 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7439 * gdbarch.h, gdbarch.c: Re-generate.
7440 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7441 deprecated_fix_call_dummy.
7442 * v850-tdep.c (v850_gdbarch_init): Ditto.
7443 * infcall.c (call_function_by_hand): Do not call
7444 DEPRECATED_FIX_CALL_DUMMY.
7445
434b87dd
AC
7446 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7447 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7448 * gdbarch.h, gdbarch.c: Re-generate.
7449 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7450 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7451 deprecated_sizeof_call_dummy_words.
7452 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7453 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7454 * v850-tdep.c (v850_gdbarch_init): Ditto.
7455 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7456 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7457 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7458 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7459 * arch-utils.h (legacy_call_dummy_words)
7460 (legacy_sizeof_call_dummy_words): Delete declarations.
7461 * arch-utils.c (legacy_call_dummy_words)
7462 (legacy_sizeof_call_dummy_words): Delete variables.
7463
58d28df8
AC
7464 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7465 * gdbarch.h, gdbarch.c: Re-generate.
7466 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7467 * infcall.c (call_function_by_hand): Eliminate call to
7468 DEPRECATED_PUSH_DUMMY_FRAME.
7469 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7470 push_dummy_frame.
7471 (ns32k_push_dummy_frame): Delete function.
7472
e4a2df64
AC
7473 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7474 deprecated_call_dummy_breakpoint_offset or
7475 deprecated_call_dummy_start_offset.
7476 * dummy-frame.c, arm-tdep.c: Update comments.
7477 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7478 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7479 * gdbarch.h, gdbarch.c: Re-generate.
7480
d3712828
AC
7481 * infcall.c (legacy_push_dummy_code): Delete function.
7482 (push_dummy_code): Delete call.
7483
7a882905
AC
7484 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7485 * gdbarch.h, gdbarch.c: Re-generate.
7486 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7487 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7488 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7489 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7490
0ec5872b
AC
7491 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7492 (struct frame_info): Delete opaque declaration.
7493 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7494 * frame.c (get_frame_type): Delete call.
7495
0c93b7b6
AC
7496 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7497 pc_in_call_dummy.
7498 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7499 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7500
75536971
MK
75012004-05-08 Mark Kettenis <kettenis@gnu.org>
7502
527ca6bb
MK
7503 * alphanbsd-tdep.c: Include "gdb_string.h".
7504 * armnbsd-tdep.c: Update copyright year.
7505 Include "gdb_string.h".
7506 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7507 dependencies.
7508
d39fdc61
MK
7509 * delta68-nat.c: Remove file.
7510 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7511 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7512 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7513 (delta68-nat.o): Remove dependency.
7514
75536971
MK
7515 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7516 function.
7517 (m68k_gdbarch_init): Don't set
7518 deprecated_frameless_function_invocation.
7519
f4ca1d1f
RC
75202004-05-07 Randolph Chung <tausq@debian.org>
7521
7522 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7523 read_memory_nobpt for code reading when doing frame unwinding.
7524 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7525
2f0e8c7a
RC
75262004-05-07 Randolph Chung <tausq@debian.org>
7527
7528 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7529 instead of sp, handle sigaltstack case.
7530 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7531 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7532 signal handler and not that of the caller.
7533 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7534 hppa_linux_sigtramp_find_sigcontext.
7535
959464ff
RC
75362004-05-07 Randolph Chung <tausq@debian.org>
7537
7538 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7539 hppa-linux-nat.c.
7540 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7541 * hppa-linux-nat.c (fetch_register, store_register): Define.
7542 (fetch_inferior_registers, store_inferior_registers): Define.
7543 (supply_gregset): Add comment and clean up some unneeded code.
7544 (fill_gregset): Add comment and fix so that it saves registers in
7545 the right place in the gregset.
7546 (fill_fpregset): Fix buffer overrun problem.
7547 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7548
0da28f8a
RC
75492004-05-07 Randolph Chung <tausq@debian.org>
7550
7551 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7552 do common handling of the pcoqt register.
7553 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7554 to use helper function.
7555 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7556 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7557 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7558 generic fallback unwinder when all else fails.
7559 (hppa_gdbarch_init): Add fallback sniffer.
7560 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7561 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7562 to use helper function.
7563
b9ec757a
JB
75642004-05-08 Joel Brobecker <brobecker@gnat.com>
7565
7566 * config/djgpp/fnchange.lst: Add translation rules for
7567 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7568
756e95f1
MK
75692004-05-08 Mark Kettenis <kettenis@gnu.org>
7570
7571 * frame.c (get_prev_frame_1): Work around GCC bug.
7572 * frame.h: Add comment about GCC bug.
7573
2b4855ab
AC
75742004-05-07 Andrew Cagney <cagney@redhat.com>
7575
7576 * observer.c: Include "commands.h" and "gdbcmd.h".
7577 (observer_debug, _initialize_observer): Add the
7578 command "set/show debug observer".
7579 * observer.sh: When observer debugging, log notify calls.
7580 * Makefile.in (observer.o): Update dependencies.
7581
ba3e8e46
JM
75822004-05-07 Jason Molenda (jmolenda@apple.com)
7583
7584 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7585
16796152
JB
75862004-05-07 Jim Blandy <jimb@redhat.com>
7587
daf6dc85
JB
7588 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7589 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7590 to recognize gpr regnums, instead of assuming that
7591 tdep->ppc_fp0_regnum marks the end of the general-purpose
7592 registers.
7593
16796152
JB
7594 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7595 the given architecture has floating-point registers.
7596
c69b8bfc
AC
75972004-05-07 Andrew Cagney <cagney@redhat.com>
7598
7599 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7600 macro defined to 1.
7601 * gdbarch.h, gdbarch.c: Re-generate.
7602 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7603 deprecated_use_generic_dummy_frames.
7604
7243600a
BF
76052004-05-07 Brian Ford <ford@vss.fsi.com>
7606
7607 * NEWS: Mention Cygwin DWARF 2 support.
7608
73c1e0a1
AC
76092004-05-07 Andrew Cagney <cagney@redhat.com>
7610
7611 * objfiles.h (struct entry_info): Delete unused fields
7612 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7613 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7614 * mipsread.c (mipscoff_symfile_read): Update.
7615 * mdebugread.c (parse_partial_symbols): Update.
7616 * dwarfread.c (read_file_scope): Update.
7617 * dwarf2read.c (read_file_scope): Update.
7618 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7619 * coffread.c (complete_symtab): Update.
7620
1d3056ac
MK
76212004-05-07 Mark Kettenis <kettenis@gnu.org>
7622
7623 * infcall.c (_initialize_infcall): Fix typo.
7624
15170568
AC
76252004-05-07 Andrew Cagney <cagney@redhat.com>
7626
7627 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7628 * command.h (add_setshow_zinteger_cmd): Declare.
7629
34f75cc1
RC
76302004-05-06 Randolph Chung <tausq@debian.org>
7631
7632 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7633 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7634 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7635 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7636 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7637 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7638 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7639 definitions ...
7640 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7641 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7642 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7643 (hppa64_hpux_frame_find_saved_regs_in_sig)
7644 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7645 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7646 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7647 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7648 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7649 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7650 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7651 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7652 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7653 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7654 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7655 (hppa32_register_type, hppa_cannot_store_register)
7656 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7657 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7658 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7659 * pa64solib.c (pa64_solib_have_load_event)
7660 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7661 (pa64_solib_unloaded_library_pathname): Likewise.
7662 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7663 (som_solib_library_pathname): Likewise.
7664
0a5e7efe
JI
76652004-05-05 Jim Ingham <jingham@apple.com>
7666
7667 * breakpoint.c (create_breakpoints): Copy the ignore count and
7668 thread id over from the pended breakpoint to the actual
7669 breakpoint.
7670
10a4b113
AC
76712004-05-05 Andrew Cagney <cagney@redhat.com>
7672
7673 * gdbarch.sh (PARM_BOUNDARY): Delete.
7674 gdbarch.h, gdbarch.c: Re-generate.
7675 * valops.c (PARM_BOUNDARY): Delete macro.
7676 (value_push): Delete PARM_BOUNDARY code.
7677 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7678
366f009f
JB
76792004-05-04 Jim Blandy <jimb@redhat.com>
7680
32b99774
JB
7681 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7682 Don't assume that the gprs, fprs, and UISA sprs are
7683 contiguous, start at register number zero, and end with fpscr.
7684 Instead, use the numbers from the tdep structure.
7685
366f009f
JB
7686 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7687 should no longer be used in code specific to the RS6000 and its
7688 derivatives.
7689 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7690 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7691 tdep->ppc_fp0_regnum.
7692 (ppc_supply_fpregset, ppc_collect_fpregset)
7693 (rs6000_push_dummy_call, rs6000_extract_return_value)
7694 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7695 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7696 FP0_REGNUM.
7697 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7698 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7699 Same.
7700 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7701 bdm_ppc_store_registers): Same.
7702 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7703 (store_register, fill_fpregset): Same.
7704 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7705 (ppc_linux_supply_fpregset): Same.
7706 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7707 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7708 Same.
7709 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7710 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7711 ppc64_sysv_abi_return_value): Same.
7712 * rs6000-nat.c (regmap, fetch_inferior_registers)
7713 (store_inferior_registers, fetch_core_registers): Same.
7714
827f338d
MK
77152004-05-01 Mark Kettenis <kettenis@gnu.org>
7716
7717 * m68knbsd-nat.c: Remove file.
7718 * m68knbsd-tdep.c: Remove file.
7719 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7720 dependencies.
7721 * configure.host: Add m68k-*-netbsdelf*.
7722 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7723 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7724 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7725 (XM_FILE): Remove.
7726 * config/m68k/nbsdelf.mh: New file.
7727 * config/m68k/nbsd.mt: New file.
7728 * config/m68k/nbsdaout.mt: Remove file.
7729 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7730 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7731 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7732 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7733 (use_struct_convention): Remove prototype.
7734 (USE_STRUCT_CONVENTION): Remove define.
7735 * config/m68k/xm-nbsd.h: Remove file.
7736
66894781
MS
77372004-05-04 Michael Snyder <msnyder@redhat.com>
7738
7739 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7740 reg_struct_return method (as gcc usually does for cross targets).
7741
f0f63663
AC
77422004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7743
7744 Committed by Andrew Cagney.
7745 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7746 alignment padding when accessing ucontext struct members.
7747
edf61169
JB
77482004-05-04 Jim Blandy <jimb@redhat.com>
7749
8bf659e8
JB
7750 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7751 'ppc_gplast_regnum' member.
7752 (ppc_num_gprs): New enum constant.
7753 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7754 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7755 * rs6000-nat.c (regmap, fetch_inferior_registers,
7756 store_inferior_registers): Same.
7757 * rs6000-tdep.c (e500_pseudo_register_read)
7758 (e500_pseudo_register_write): Same.
7759 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7760
b967e06f
JB
7761 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7762 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7763 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7764 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7765 FPLAST_REGNUM.
7766 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7767 Same.
7768 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7769 * rs6000-nat.c (regmap, fetch_inferior_registers)
7770 (store_inferior_registers): Same.
7771
edf61169
JB
7772 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7773 with FPLAST_REGNUM.
7774
58a9656e
JB
77752004-05-03 Joel Brobecker <brobecker@gnat.com>
7776
7777 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7778 failure detected by recent versions of GCC.
7779 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7780 to be consistent with the usage in dwarf2_create_include_psymtab.
7781
dc305454
MS
77822004-05-03 Michael Snyder <msnyder@redhat.com>
7783
7784 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7785 (heuristic_proc_start): Whitespace cleanup.
7786
29972665
MK
77872004-05-04 Mark Kettenis <kettenis@gnu.org>
7788
6b57680d
MK
7789 * sun3-nat.c: Remove file.
7790 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7791 dependencies.
7792 (ALLDEPFILES): Remove sun3-nat.c.
7793 (sun3-nat.o): Remove dependencies.
7794
29972665
MK
7795 * i386-interix-nat.c, i386-interix-tdep.c,
7796 config/i386/nm-interix.h, config/i386/interix.mh,
7797 config/i386/interix.mt: Remove files.
7798 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7799 dependencies.
7800
f595cb19
MK
78012004-05-03 Mark Kettenis <kettenis@gnu.org>
7802
7803 * m68k-tdep.h (struct gdbarch_tdep): Add member
7804 struct_value_regnum.
7805 (m68k_svr4_init_abi): New prototype.
7806 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7807 different calling conventions.
7808 (m68k_extract_return_value): Remove code dealing with single-field
7809 structs.
7810 (m68k_store_return_value): Remove code dealing with single-field
7811 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7812 (m68k_extract_struct_value_address): Remove function.
7813 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7814 (m68k_reg_struct_return_p, m68k_return_value)
7815 (m68k_svr4_return_value): New functions.
7816 (m68k_use_struct_convention): Remove function.
7817 (m68k_push_dummy_call): Use new struct_value_regnum member of
7818 `struct gdbarch_tdep' instead of hardcoded register number to
7819 store STRUCT_ADDR.
7820 (m68k_svr4_init_abi): New function.
7821 (m68k_gdbarch_init): Don't set extract_return_value,
7822 store_return_values, deprecated_extract_struct_value_address and
7823 use_struct_convention. Set return_value instead. Initialize new
7824 struct_value_regnum member of `struct gdbarch_tdep'.
7825 * m68klinux-tdep.c: Update copyright year.
7826 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7827 (m68k_linux_extract_struct_value_address): Remove function.
7828 (m68k_linux_init_abi): Don't set extract_return_value,
7829 store_return_values, deprecated_extract_struct_value_address and
7830 use_struct_convention. Call m68k_svr4_init_abi but override the
7831 new struct_value_regnum member of `struct gdbarch_tdep'.
7832 * Makefile.in (m68k-tdep.o): Update dependencies.
7833
aaa75496
JB
78342004-05-03 J. Brobecker <brobecker@gnat.com>
7835
7836 * dwarf2read.c (line_header): Add new included_p field in
7837 field file_names.
7838 (partial_die_info): New field has_stmt_list. New field line_offset.
7839 (dwarf2_create_include_psymtab): New function.
7840 (dwarf2_build_include_psymtabs): New function.
7841 (add_file_name): Add forward declaration. Initialize new field.
7842 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7843 to be able to determine the list of files included by the
7844 given unit, and build their associated psymtabs.
7845 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7846 files as well.
7847 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7848 (read_file_scope): Update call to dwarf_decode_lines.
7849 (read_partial_die): Handle DW_AT_stmt_list attributes.
7850
c848556f
MC
78512004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7852
7853 Unfix PR gdb/1626.
7854 * configure.in: Revert special case for osf5.*.
7855 * configure: Regenerate.
7856
eb4556d7
JB
78572004-05-02 Jim Blandy <jimb@redhat.com>
7858
7859 Move the symbol-file-from-memory functions into their own file.
7860 * symfile-mem.c, symfile-mem.h: New files.
7861 * symfile.c (symbol_file_add_from_bfd): New function.
7862 (symbol_file_add): Call symbol_file_add_from_bfd.
7863 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7864 Moved to symfile-mem.c.
7865 (_initialize_symfile): Move definition of
7866 add-symbol-file-from-memory command to symfile-mem.c.
7867 * symfile.h (symbol_file_add_from_bfd): New declaration.
7868 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7869 * config/powerpc/linux.mt (TDEPFILES): Same.
7870 * Makefile.in (SFILES): Add symfile-mem.c.
7871 (symfile_mem_h): New variable.
7872 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7873 (symfile-mem.o): New rule.
7874
80bb239e
AC
78752004-05-01 Andrew Cagney <cagney@redhat.com>
7876
7789d0fa
AC
7877 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7878 frame_find_by_id instead of frame_relative_level.
7879 (do_enable_breakpoint): Ditto.
7880 * thread.c: Update copyright.
7881 (info_threads_command): Ditto, simplify.
7882
80bb239e
AC
7883 * frame.c (deprecated_generic_get_saved_register): Delete
7884 function, moved to "xstormy16-tdep.c".
7885 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7886 deprecated_generic_get_saved_register from "frame.c".
7887 (xstormy16_frame_saved_register): Call
7888 xstormy16_get_saved_register.
7889 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7890 static.
7891 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7892 * frame.h (deprecated_generic_get_saved_register): Delete.
7893
b2a871dd
MC
78942004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7895
7896 * dwarfread.c: Update documentation on the state of dwarf-1.
7897
0e100dab
AC
78982004-05-01 Andrew Cagney <cagney@redhat.com>
7899
acd8056e
AC
7900 * stack.c (select_frame_command): Delete call to
7901 frame_relative_level.
7902 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7903 Delete #if0 code.
7904 (frame_info): Do not print FRAMELESS.
7905 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7906 (catch_info): Delete #if0 code.
7907
0e100dab
AC
7908 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7909 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7910 of frame_relative_level.
7911 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7912 to SENTINEL_FRAME.
7913 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7914 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7915 frame_relative_level.
7916
55699d59
AC
7917 * frame.h (deprecated_set_frame_type): Delete declaration.
7918 * frame.c (deprecated_set_frame_type): Delete function, update
7919 comments.
7920
fcf70625
AC
7921 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7922 * gdbarch.h, gdbarch.c: Re-generate.
7923 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7924 (shnbsd_pc_in_sigtramp): Delete.
7925 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7926 pc_in_sigtramp.
7927 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7928 pc_in_sigtramp.
7929 * frame.h: Update comments.
7930 * ppc-linux-tdep.c: Update comments.
7931 * breakpoint.c (bpstat_what): Update comments.
7932
ac5eccb7
AC
7933 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7934 m68klinux-tdep.o's dependencies, were previously added to
7935 m68klinux-nat.o.
7936
f2524b93
AC
7937 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7938 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7939 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7940 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7941 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7942
17e20bce
AC
7943 * Makefile.in (m68klinux-nat.o): Update dependencies.
7944 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7945 (m68k_linux_sigtramp_frame_cache)
7946 (m68k_linux_sigtramp_frame_this_id)
7947 (m68k_linux_sigtramp_frame_prev_register)
7948 (m68k_linux_sigtramp_frame_unwind)
7949 (m68k_linux_sigtramp_frame_sniffer)
7950 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7951 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7952 names, use trad-frame.h.
7953 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7954 (struct m68k_sigtramp_info): Delete.
7955 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7956 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7957 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7958 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7959 "m68klinux-tdep.c".
7960
c8864fa2
AC
7961 * infrun.c (check_sigtramp2): Delete check for
7962 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7963
511dd2cd
MK
79642004-05-01 Mark Kettenis <kettenis@gnu.org>
7965
7966 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7967
8c6b0e06
AC
79682004-05-01 Andrew Cagney <cagney@redhat.com>
7969
9df0bb3f
AC
7970 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7971 (frv_linux_sigtramp_frame_cache)
7972 (frv_linux_sigtramp_frame_this_id)
7973 (frv_linux_sigtramp_frame_prev_register)
7974 (frv_linux_sigtramp_frame_unwind)
7975 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7976 include "linux" in function and variable names, directly call
7977 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7978 the latest trad-frame code.
7979 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7980 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7981 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7982 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7983 * frv-tdep.c (frv_sigtramp_frame_cache)
7984 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7985 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7986 frv-linux-tdep.c.
7987 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7988 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7989 (frv_set_sigcontext_reg_addr): Delete function.
7990
8c6b0e06
AC
7991 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7992 (DEPRECATED_SIGTRAMP_END): Delete.
7993 * gdbarch.h, gdbarch.c: Re-generate.
7994 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7995 * config/vax/tm-vaxbsd.h: Update copyright.
7996 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7997 (DEPRECATED_IN_SIGTRAMP): Define.
7998 * config/m68k/tm-nbsd.h: Update copyright.
7999 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8000 (DEPRECATED_IN_SIGTRAMP): Define.
8001
50ea7769
MK
80022004-05-01 Mark Kettenis <kettenis@gnu.org>
8003
03ac2a74
MK
8004 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8005 encondings. Fixes PR gdb/1628.
8006
50ea7769
MK
8007 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8008 DW_CFA_restore state without a matching DW_CFA_remember_state
8009 instead of aborting. Fixes PR backtrace/1589.
8010
9a5d7be1
JB
80112004-04-30 Joel Brobecker <brobecker@gnat.com>
8012
8013 * MAINTAINERS: Add self as AIX maintainer.
8014 Update my e-mail address in write-after-approval section.
8015
2593d1cd
AC
80162004-04-30 Andrew Cagney <cagney@redhat.com>
8017
ce12bbf9
AC
8018 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8019 (legacy_get_prev_frame): Ditto.
8020
36710c63
AC
8021 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8022 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8023 * mipsread.c (sigtramp_address): Delete extern variable.
8024 (mipscoff_new_init): Delete reference.
8025 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8026 (fixup_sigtramp): Delete function.
8027 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8028 (fixup_sigtramp): Delete declarations.
8029
2593d1cd
AC
8030 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8031 deprecated_pc_in_sigtramp.
8032 (ppcnbsd_pc_in_sigtramp): Delete function.
8033
2a25f91c
MK
80342004-05-01 Mark Kettenis <kettenis@gnu.org>
8035
8036 * config/m68k/nm-nbsd.h: Tweak comments.
8037 * config/m68k/nm-nbsdaout.h: Likewise.
8038
0b281939
AC
80392004-04-30 Andrew Cagney <cagney@redhat.com>
8040
8041 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8042 legacy_pc_in_sigtramp.
8043 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8044
8f2d3ea0
MK
80452004-05-01 Mark Kettenis <kettenis@gnu.org>
8046
8047 Add OpenBSD/m68k support.
8048 * NEWS (New native configurations): Mention OpenBSD/m68k.
8049 * m68kbsd-tdep.c: New file.
8050 * m68kbsd-nat.c: New file.
8051 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8052 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8053 * configure.host: Add m68k-*-openbsd.
8054 * configure.tgt: Add m68k-*-openbsd.
8055 * config/m68k/tm-obsd.h: New file.
8056 * config/m68k/obsd.mt: New file.
8057 * config/m68k/obsd.mh: New file.
8058 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8059 m68kbsd-tdep.c.
8060
c40f49a4
AC
80612004-04-30 Andrew Cagney <cagney@redhat.com>
8062
8063 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8064 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8065
e81554cd
MK
80662004-04-30 Mark Kettenis <kettenis@gnu.org>
8067
8068 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8069 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8070
d4dc1a91
BF
80712004-04-30 Brian Ford <ford@vss.fsi.com>
8072
8073 Revert 2004-04-16 change.
8074 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8075 (i386_coff_init_abi): Remove.
8076 * i386-tdep.h (i386_coff_init_abi): Remove.
8077 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8078
2f72f850
AC
80792004-04-30 Andrew Cagney <cagney@redhat.com>
8080
e492f9d6
AC
8081 * blockframe.c (find_pc_partial_function): Delete use of
8082 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8083 DEPRECATED_SIGTRAMP_END.
8084
7b7adad0
AC
8085 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8086 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8087 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8088 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8089 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8090
2f72f850
AC
8091 * defs.h (deprecated_inside_entry_file): Delete declaration.
8092 * blockframe.c (deprecated_inside_entry_file): Delete function.
8093 (legacy_frame_chain_valid): Delete call.
8094 * sh64-tdep.c (sh64_frame_chain): Delete call.
8095 * objfiles.h: Update comments.
8096 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8097 call.
8098 * frame.c (get_prev_frame): Delete call, update comments.
8099
283f90a7
BF
81002004-04-30 Brian Ford <ford@vss.fsi.com>
8101
8102 * MAINTAINERS (Write After Approval): Add myself.
8103
8ee56bcf
AC
81042004-04-30 Andrew Cagney <cagney@redhat.com>
8105
8106 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8107 * gdbarch.h, gdbarch.c: Re-generate.
8108 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8109 code.
8110
ee27e1b6
AC
81112004-04-30 Andrew Cagney <cagney@redhat.com>
8112
8113 * gdb-events.sh (selected_thread_changed)
8114 (selected_frame_level_changed, target_changed): Delete.
8115 * gdb-events.h, gdb-events.c: Re-generate.
8116 * valops.c (value_assign): Update.
8117 * stack.c (select_frame_command, up_silently_base)
8118 (down_silently_base): Update.
8119
d5ac5a39
AC
81202004-04-29 Andrew Cagney <cagney@redhat.com>
8121
8122 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8123 registers correctly.
8124 (print_gp_register_row, mips32_heuristic_proc_desc)
8125 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8126 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8127 references to mips_isa_regsize.
8128
ceae6e75
AC
81292004-04-29 Andrew Cagney <cagney@redhat.com>
8130
8131 * mips-tdep.c (struct gdbarch_tdep): Delete
8132 mips_fp_register_double.
8133 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8134 mips_abi_regsize.
8135 (mips_gdbarch_init): Do not set mips_fp_register_double.
8136 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8137
a587af0b
AC
81382004-04-29 Joel Brobecker <brobecker@gnat.com>
8139
8140 Committed by Andrew Cagney.
8141 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8142 function calls.
8143
13326b4e
AC
81442004-04-29 Andrew Cagney <cagney@redhat.com>
8145
8146 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8147 gdbarch, use mips_abi, update callers.
8148 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8149 mips_abi_regsize, update callers.
8150 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8151 mips_default_abi_regsize.
8152 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8153 mips_default_abi_regsize.
8154
711cc5cd
AC
81552004-04-29 Andrew Cagney <cagney@redhat.com>
8156
1b13c4f6
AC
8157 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8158 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8159 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8160 mips_default_abi_regsize.
8161 (mips_isa_regsize): Rename mips_regisze.
8162 * mipsnbsd-tdep.c: Update.
8163 * mips-linux-tdep.c: Update.
8164 * irix5-nat.c: Update.
8165 * mips-tdep.h (mips_isa_regsize): Update.
8166
711cc5cd
AC
8167 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8168 Delete all disabled code.
8169 * gdb-events.h, gdb-events.c: Re-generate.
8170
e63bbc88
MK
81712004-04-19 Jerome Guitton <guitton@gnat.com>
8172 Mark Kettenis <kettenis@gnu.org>
8173
8174 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8175 the function begins with a branch instruction.
8176
fd35795f
MK
81772004-04-29 Mark Kettenis <kettenis@gnu.org>
8178
8179 * i386-tdep.c: Fix spelling mistakes.
8180
c960c18f
AC
81812004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8182 Andrew Cagney <cagney@redhat.com>
8183
8184 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8185 <sys/proc.h>.
8186 * acconfig.h: Provide default _KMEMUSER value.
8187 * config.in, configure: Re-generate.
8188 * NEWS: Mention fix.
8189
50306a9d
RC
81902004-04-24 Randolph Chung <tausq@debian.org>
8191
8192 * configure.host (hppa*-*-linux*): New target.
8193 * configure.tgt (hppa*-*-linux*): Likewise.
8194 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8195 gdbarch_init_osabi() call earlier so that osabi-specific frame
8196 unwinders can be registered first.
8197 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8198 hppa-linux-nat.c.
8199 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8200 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8201 * config/pa/linux.mh: New file.
8202 * config/pa/linux.mt: New file.
8203 * config/pa/nm-linux.h: New file.
8204 * config/pa/xm-linux.h: New file.
8205 * hppa-linux-nat.c: New file.
8206 * hppa-linux-tdep.c: New file.
8207
2a6228ef
RC
82082004-04-28 Randolph Chung <tausq@debian.org>
8209
8210 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8211 return values.
8212 (hppa32_push_dummy_call): Fix small struct and floating point argument
8213 passing, and make sure the stack frame is properly aligned.
8214
82c10df6
AC
82152004-04-28 Andrew Cagney <cagney@redhat.com>
8216
d762c46a
AC
8217 * stack.c (print_stack_frame): Fix description.
8218
82c10df6
AC
8219 * NEWS: Mention gdb/gdbserver/configure execute permission
8220 changed. PR server/519.
8221
0faf0076
AC
82222004-04-28 Andrew Cagney <cagney@redhat.com>
8223
8224 * stack.c (print_stack_frame_stub): Delete declaration.
8225 (struct print_stack_frame_args, print_stack_frame)
8226 (print_frame_info, print_frame): Replace "source" with print what.
8227 Replace "print" with "print_level". Replace "args" with
8228 "print_args".
8229 * frame.h (show_and_print_stack_frame, print_stack_frame)
8230 (print_frame_info): Update declarations.
8231 * stack.c (select_and_print_frame, frame_command)
8232 (current_frame_command, up_command, down_command): Update calls -
8233 use get_selected_frame, pass "enum print_what" for source, do not
8234 call frame_relative_level.
8235 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8236 * remote-rdp.c (remote_rdp_open): Ditto.
8237 * remote-mips.c (common_open): Ditto.
8238 * remote-e7000.c (e7000_start_remote): Ditto.
8239 * ocd.c (ocd_start_remote): Ditto.
8240 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8241 * infrun.c (normal_stop): Ditto.
8242 * inflow.c (kill_command): Ditto.
8243 * infcmd.c (finish_command): Ditto.
8244 * corelow.c (core_open): Ditto.
8245 * tracepoint.c (finish_tfind_command): Ditto.
8246 * thread.c (info_threads_command, info_threads_command)
8247 (restore_current_thread, do_captured_thread_select): Ditto.
8248 * ada-tasks.c (task_command): Ditto.
8249
f4c5303c
OF
82502004-04-26 Orjan Friberg <orjanf@axis.com>
8251
8252 * frame.c: Include "observer.h".
8253 (frame_observer_target_changed): New function.
8254 (_initialize_frame): Attach target_changed observer.
8255 * regcache.c: Include "observer.h".
8256 (regcache_observer_target_changed): New function.
8257 (_initialize_regcache): Attach target_changed observer.
8258 * valops.c: Include "observer.h".
8259 (value_assign): Notify target_changed event when modifying register.
8260 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8261
7270d8f2
OF
82622004-04-26 Orjan Friberg <orjanf@axis.com>
8263
8264 From Paul Koning <pkoning@equallogic.com>:
8265 * breakpoint.c (free_valchain): New function.
8266 (insert_bp_location, delete_breakpoint): Use free_valchain.
8267 (remove_breakpoint): Do not remove the valchain.
8268 (bpstat_stop_status): If not stopped by watchpoint, skip
8269 watchpoints when generating stop status list.
8270 * infrun.c (handle_inferior_event): Make
8271 stepped_after_stopped_by_watchpoint a global variable.
8272 * remote.c (remote_stopped_data_address): Return watch data
8273 address rather than zero if stepped_after_stopped_by_watchpoint is
8274 set.
8275
02d62932
MC
82762004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8277
8278 Fix PR gdb/1626.
8279 * configure.in: Check for curses after termcap.
8280 On osf5.*, do not check for ncurses.
8281 * configure: Regenerate.
8282
3e9a183c
MK
82832004-04-25 Mark Kettenis <kettenis@gnu.org>
8284
c79ac407
MK
8285 * ppcobsd-nat.c: Include "ppc-tdep.h".
8286 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8287
3e9a183c
MK
8288 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8289 Fixes PR tdep/1623 and PR tdep/1624.
8290
38cc9c28
MC
82912004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8292
8293 * xmodem.h, xmodem.c: Remove files.
8294 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8295
7f07c5b6
RC
82962004-04-23 Randolph Chung <tausq@debian.org>
8297
8298 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8299 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8300 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8301 for handling stackless frames.
8302 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8303
9f7194c3
RC
83042004-04-23 Randolph Chung <tausq@debian.org>
8305
8306 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8307 starts at a pc before the frame is created.
8308
dcff6009
JB
83092004-04-23 Joel Brobecker <brobecker@gnat.com>
8310
8311 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8312
40711ff1 83132004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
8314
8315 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8316 use convert_typed_floating to get the appropriate format.
8317
abc485a1
RC
83182004-04-22 Randolph Chung <tausq@debian.org>
8319
8320 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8321 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8322 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8323 (hppa_sign_extend): Add prototype.
8324 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8325 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8326 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8327 hppa targets will also use these functions.
8328 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8329 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8330 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8331 (hppa_gdbarch_init): Remove gdbarch setting of
8332 skip_trampoline_code, in_solib_call_trampoline and
8333 in_solib_return_trampoline.
8334 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8335 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8336 hppa_in_solib_call_trampoline.
8337 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8338 Moved from hppa-tdep.c.
8339 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8340 in_solib_call_trampoline and in_solib_return_trampoline.
8341
369aa520
RC
83422004-04-22 Randolph Chung <tausq@debian.org>
8343
8344 * hppa-tdep.c (hppa_debug): New variable.
8345 (find_unwind_entry, hppa_frame_cache): Add debug output.
8346 (_initialize_hppa_tdep): Add command to set debug flag.
8347
476be15e
AC
83482004-04-22 Andrew Cagney <cagney@redhat.com>
8349
8350 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8351 "trad-frame.h".
8352 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8353 signal trampoline unwinder.
8354 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8355
d195bc9f
MK
83562004-04-22 Mark Kettenis <kettenis@gnu.org>
8357
8358 Add OpenBSD/powerpc support.
8359 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8360 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8361 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8362 (ppc_collect_fpregset): New prototypes.
8363 * ppcobsd-nat.c: New file.
8364 * ppcobsd-tdep.c: New file.
8365 * ppcobsd-tdep.h: New file.
8366 * rs6000-tdep.c: Include "regset.h".
8367 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8368 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8369 New functions.
8370 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8371 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8372 (rs6000-tdep.o): Update dependencies.
8373 * configure.host: Add powerpc-*-openbsd.
8374 * configure.tgt: Add powerpc-*-openbsd.
8375 * config/powerpc/obsd.mh: New file.
8376 * config/powerpc/nm-obsd.h: New file.
8377 * config/powerpc/obsd.mt: New file.
8378
6f14cc33
AC
83792004-04-22 Andrew Cagney <cagney@redhat.com>
8380
fcf29e5f
AC
8381 * frame.h (show_frame_info): Delete declaration.
8382
6f14cc33
AC
8383 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8384 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8385 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8386 * frv-tdep.c (frv_frame_this_id): Ditto.
8387 * avr-tdep.c (avr_frame_this_id): Ditto.
8388
e5786a5c
EZ
83892004-04-22 Elena Zannoni <ezannoni@redhat.com>
8390
8391 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8392
26e75e5c
JB
83932004-04-22 Jim Blandy <jimb@redhat.com>
8394
8395 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8396 register number zero.
8397
d8d65dd3
MS
83982004-04-21 Michael Snyder <msnyder@redhat.com>
8399
8400 * mips-tdep.c (heuristic_proc_start):
8401 Warning() already prefixes "Warning: ".
8402
9a4105ab
AC
84032004-04-21 Andrew Cagney <cagney@redhat.com>
8404
8405 * annotate.h (deprecated_annotate_starting_hook)
8406 (deprecated_annotate_stopped_hook)
8407 (deprecated_annotate_exited_hook)
8408 (deprecated_annotate_signal_hook)
8409 (deprecated_annotate_signalled_hook): Deprecate.
8410 * tracepoint.h (deprecated_create_tracepoint_hook)
8411 (deprecated_delete_tracepoint_hook)
8412 (deprecated_modify_tracepoint_hook)
8413 (deprecated_trace_find_hook)
8414 (deprecated_trace_start_stop_hook): Deprecate.
8415 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8416 * remote.h (deprecated_target_resume_hook)
8417 (deprecated_target_wait_loop_hook): Deprecate.
8418 * gdbcore.h (deprecated_exec_file_display_hook)
8419 (deprecated_file_changed_hook): Deprecate.
8420 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8421 * defs.h (deprecated_modify_breakpoint_hook)
8422 (deprecated_command_loop_hook, deprecated_show_load_progress)
8423 (deprecated_print_frame_info_listing_hook)
8424 (deprecated_query_hook, deprecated_warning_hook)
8425 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8426 (deprecated_delete_breakpoint_hook)
8427 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8428 (deprecated_readline_begin_hook, deprecated_readline_hook)
8429 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8430 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8431 (deprecated_context_hook, deprecated_target_wait_hook)
8432 (deprecated_attach_hook, deprecated_detach_hook)
8433 (deprecated_call_command_hook, deprecated_set_hook)
8434 (deprecated_error_hook, deprecated_error_begin_hook)
8435 (deprecated_ui_load_progress_hook): Deprecate.
8436 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8437 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8438 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8439 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8440 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8441 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8442 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8443 * annotate.c, aix-thread.c: Update.
8444
62cf13cc
AC
84452004-04-21 Andrew Cagney <cagney@redhat.com>
8446
b2e31a62
AC
8447 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8448 * vaxnbsd-tdep.c: Include "gdb_string.h".
8449
62cf13cc
AC
8450 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8451 (add_symbol_file_from_memory_command): #if 0 function body, call
8452 error instead.
8453
00e32a35
AC
84542004-04-21 Andrew Cagney <cagney@redhat.com>
8455
8456 * gdbcore.h: Update copyright.
8457 (deprecated_add_core_fns): Rename add_core_fns.
8458 * win32-nat.c (_initialize_core_win32): Update.
8459 * sun3-nat.c (_initialize_core_sun3): Update.
8460 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8461 * rs6000-nat.c (_initialize_core_rs6000): Update.
8462 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8463 * nto-tdep.c (_initialize_nto_tdep): Update.
8464 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8465 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8466 * mips-nat.c (_initialize_core_mips): Update.
8467 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8468 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8469 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8470 * lynx-nat.c (_initialize_core_lynx): Update.
8471 * irix5-nat.c (_initialize_core_irix5): Update.
8472 * i386-interix-nat.c (_initialize_core_interix): Update.
8473 * cris-tdep.c (_initialize_cris_tdep): Update.
8474 * corelow.c (deprecated_add_core_fns): Update.
8475 * core-regset.c (_initialize_core_regset): Update.
8476 * core-aout.c (_initialize_core_aout): Update.
8477 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8478 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8479 * alpha-nat.c (_initialize_core_alpha): Update.
8480
13c7b1ca
JB
84812004-04-21 Jim Blandy <jimb@redhat.com>
8482
8483 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8484
7b5a2f43
DJ
84852004-04-19 Daniel Jacobowitz <drow@mvista.com>
8486
8487 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8488 Delete.
8489 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8490 (read_attribute_value): Update calls to dwarf_alloc_block.
8491 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8492 dwarf2_tmp_obstack.
8493 (psymtab_to_symtab_1): Likewise. Clean up using
8494 free_stack_comp_unit.
8495 (add_to_cu_func_list): Use the comp_unit_obstack.
8496
05cf31d1
JB
84972004-04-19 Joel Brobecker <brobecker@gnat.com>
8498
8499 * dwarf2read.c (dwarf2_flag_true_p): New function.
8500 (die_is_declaration): Use the function above. Add some comments.
8501
adf93a2f
MK
85022004-04-19 Mark Kettenis <kettenis@gnu.org>
8503
8504 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8505 architecture when registering sparcnbsd_core_osabi_sniffer.
8506 Adjust comment.
8507
748894bf
MK
85082004-04-18 Mark Kettenis <kettenis@gnu.org>
8509
f622ad42
MK
8510 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8511 return value.
8512
c4fc7f1b
MK
8513 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8514 * i386-tdep.c: Correct register numbering scheme comments
8515 throughout.
8516 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8517 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8518 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8519 (i386_gdb_arch_init): Likewise.
8520
b4ead1bd
MK
8521 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8522 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8523 ppcnbsd-tdep.o.
8524
748894bf
MK
8525 * m68k-tdep.h: Tweak comments.
8526 * m68k-tdep.c: Tweak comment.
8527
fdd72f95
RC
85282004-04-17 Randolph Chung <tausq@debian.org>
8529
8530 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8531 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8532 (hppa_hpux_som_init_abi): Set is_elf to 0.
8533 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8534 * hppa-tdep.c (low_text_segment_address): Remove global.
8535 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8536 section offset to calculate segment address.
8537 (internalize_unwinds): Define low_text_segment_address as local and
8538 pass to record_text_segment_lowaddr for ELF targets.
8539 (hppa_gdbarch_init): Zero fill tdep structure.
8540 (hppa_dump_tdep): Print tdep structure.
8541 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8542
0f8d9d59
RC
85432004-04-17 Randolph Chung <tausq@debian.org>
8544
8545 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8546 (hppa_gdbarch_init): Set pseudo_register_read.
8547 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8548 * regcache.c (supply_register): Remove check for
8549 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8550
7c46b9fb
RC
85512004-04-17 Randolph Chung <tausq@debian.org>
8552
8553 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8554 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8555 (hpread_adjust_stack_address): Move to hpread.c.
8556 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8557 obj_private_struct): Move from tm-hppa.h.
8558 * hpread.c (hppa-tdep.h): Include.
8559 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8560 (hpread_read_function_type, hpread_read_doc_function_type)
8561 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8562 directly.
8563 * pa64solib.c (hppa-tdep.h): Include.
8564 * somsolib.c (hppa-tdep.h): Include.
8565 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8566 inferior_status): Remove unused forward declarations.
8567 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8568 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8569 obj_private_struct): Move to hppa-tdep.h.
8570 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8571
8d153463
RC
85722004-04-17 Randolph Chung <tausq@debian.org>
8573
8574 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8575 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8576 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8577 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8578 Remove forward declaration and make static.
8579 (hppa_reg_struct_has_addr): Remove.
8580
350c2e5b
JB
85812004-04-16 Joel Brobecker <brobecker@gnat.com>
8582
8583 * observer.sh: Move comments in sed command to first column.
8584
bbde78fa
JM
85852004-04-16 Jason Molenda (jmolenda@apple.com)
8586
8587 * frame.c: Minor typeo corrections in comments.
8588
e0270fd9
JB
85892004-04-16 Joel Brobecker <brobecker@gnat.com>
8590
8591 * observer.c (observer_test_first_notification_function): Update
8592 function profile.
8593 (observer_test_second_notification_function): Likewise.
8594 (observer_test_third_notification_function): Likewise.
8595
3d049254
MK
85962004-04-16 Mark Kettenis <kettenis@gnu.org>
8597
8598 From Brian Ford <ford@vss.fsi.com>:
8599 * i386-tdep.c (i386_coff_init_abi): New function.
8600 * i386-tdep.h (i386_coff_init_abi): New prototype.
8601 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8602 register number translation functions for DWARF and DWARF 2.
8603
7867684d
JB
86042004-04-16 Joel Brobecker <brobecker@gnat.com>
8605
8606 * dwarf2read.c: Back out my previous change, it was incorrect.
8607
72bf9492
DJ
86082004-04-16 Daniel Jacobowitz <drow@mvista.com>
8609
8610 * dwarf2read.c: Include "hashtab.h".
8611 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8612 has_namespace_info.
8613 (struct partial_die_info): Add comments. Use bitfields to reduce
8614 memory footprint. Add scope, scope_set, has_specification,
8615 spec_offset, die_parent, die_child, and die_sibling.
8616 (peek_die_abbrev): Add prototype.
8617 (partial_read_comp_unit_head): New function, broken out from
8618 dwarf2_build_psymtabs_hard.
8619 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8620 Use partial_read_comp_unit_head. Initialize the CU and
8621 comp_unit_obstack. Update calls to read_partial_die and
8622 scan_partial_symbols. Use free_stack_comp_unit and
8623 load_partial_dies.
8624 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8625 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8626 Update calls to helper functions. Remove NAMESPACE argument.
8627 Update comments.
8628 (partial_die_parent_scope, partial_die_full_name): New functions.
8629 (add_partial_symbol): Remove namespace argument. Update call to
8630 pdi_needs_namespace. Use partial_die_full_name. Handle
8631 DW_TAG_namespace. Check has_namespace_info flag.
8632 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8633 tag. Handle namespaces.
8634 (add_partial_namespace, add_partial_enumeration): Simplify.
8635 (guess_structure_name): New function, derived from
8636 add_partial_structure.
8637 (add_partial_structure): Remove.
8638 (determine_class_name): Update comment.
8639 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8640 (is_type_tag_for_partial, load_partial_dies): New functions.
8641 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8642 Record specifications instead of following them immediately.
8643 (find_partial_die_in_comp_unit, find_partial_die)
8644 (fixup_partial_die, free_stack_comp_unit)
8645 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8646 (partial_die_hash, partial_die_eq): New functions.
8647 * Makefile.in (hashtab_h): Define.
8648 (dwarf2read.o): Update dependencies.
8649 (observer_inc, observer_h): Move to the correct section.
8650
fdc860a3
JB
86512004-04-15 Joel Brobecker <brobecker@gnat.com>
8652
8653 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8654 (die_is_declaration): Use the function above. Add comment.
8655
dc718098
JB
86562004-04-15 Joel Brobecker <brobecker@gnat.com>
8657
8658 * dwarf2read.c (read_structure_scope): Identify stub types
8659 using die_is_declaration() only.
8660
8718a420
RM
86612004-04-15 Roland McGrath <roland@redhat.com>
8662
8663 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8664 argument instead of NAME.
8665 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8666 in call to symbol_file_add_with_addrs_or_offsets.
8667 (build_addr_info): New function, helper for ...
8668 (symbol_file_add_from_memory): New function.
8669 (add_symbol_file_from_memory_command): New function using that.
8670 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8671 (pre_add_symbol_hook): Add const to argument type.
8672 * symfile.h (symbol_file_add_from_memory): Declare it.
8673
8b910bab
MK
86742004-04-15 Mark Kettenis <kettenis@gnu.org>
8675
9f076e7a
MK
8676 * NEWS (New native configurations): Mention OpenBSD/vax.
8677 * configure.host: Add vax-*-openbsd*.
8678 * config/vax/obsd.mh: New file.
8679 * config/vax/nm-obsd.h: New file.
8680
8b910bab
MK
8681 * vax-tdep.c: Include "regset.h".
8682 (vax_supply_gregset): New function.
8683 (vax_gregset): New variable.
8684 (vax_regset_from_core_section): New function.
8685 (vax_gdbarch_init): Set regset_from_core_section.
8686 * Makefile.in (vax-tdep.o): Update dependencies.
8687
7a464420
AC
86882004-04-15 Andrew Cagney <cagney@redhat.com>
8689
8690 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8691 (observer_normal_stop_notification_stub)
8692 (observer_attach_normal_stop, observer_detach_normal_stop):
8693 Delete, replaced by #include "observer.inc".
8694 * infrun.c (normal_stop): Pass "stop_bpstat" to
8695 observer_notify_normal_stop.
8696 * Makefile.in (observer_inc): Define.
8697 (observer.o): Update dependencies.
8698 (observer.h, observer.inc): New rules.
8699 * observer.h: Delete file.
8700 * observer.sh: New file.
8701
e36ad527
MK
87022004-04-15 Mark Kettenis <kettenis@gnu.org>
8703
8704 * vax-tdep.c (vax_frame_cache): Fix typo.
8705
67b441e1
MK
87062004-04-14 Mark Kettenis <kettenis@gnu.org>
8707
6f606e1c
MK
8708 * NEWS (New native configurations): Mention NetBSD/vax.
8709 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8710 * config/vax/nbsdelf.mh: New file.
8711 * config/vax/nbsdaout.mh: New file.
8712 * config/vax/nm-nbsd.h: New file.
8713 * config/vax/nm-nbsdaout.h: New file.
8714
9c5519a5
MK
8715 * vaxnbsd-tdep.c: New file.
8716 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8717 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8718 * config/vax/nbsd.mt: New file.
8719 * config/vax/tm-nbsd.h: New file.
8720
4844a614
MK
8721 * Makefile.in (vaxbsd-nat.o): New dependency.
8722
67b441e1
MK
8723 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8724 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8725 struct_addr arguments. Don't push return value address.
8726 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8727 arguments to vax_store_arguments. Store return value address in
8728 R1.
8729 (vax_store_struct_return, vax_extract_return_value)
8730 (vax_store_return_value): Remove functions.
8731 (vax_return_value): New function.
8732 (vax_gdbarch_init): Set return value. Don't set
8733 deprecated_store_struct_return, deprecated_extract_struct_return
8734 and deprecated_store_return_value.
8735
6672f2ae
AS
87362004-04-14 Andreas Schwab <schwab@suse.de>
8737
8738 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8739 value buffer.
8740 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8741
7346c184
MK
87422004-04-14 Mark Kettenis <kettenis@gnu.org>
8743
8744 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8745 (vax_unwind_dummy_id): New functions.
8746 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8747 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8748 variables.
8749 (vax_fix_call_dummy): Remove function.
8750 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8751 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8752 call_dummy_location, deprecated_call_dummy_words,
8753 deprecated_sizeof_call_dummy_words,
8754 deprecated_call_dummy_breakpoint_offset,
8755 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8756 and deprecated_dummy_write_sp.
8757
58e23df4
DC
87582004-04-13 David Carlton <carlton@kealia.com>
8759
8760 * MAINTAINERS: Move myself to "paper trail" section.
8761
5e6b39ff
MK
87622004-04-12 Mark Kettenis <kettenis@gnu.org>
8763
7def7fef
MK
8764 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8765 "trad-frame.h".
8766 (vax_frame_init_saved_regs): Remove function.
8767 (vax_sigtramp_saved_pc): Remove function.
8768 (vax_frame_saved_pc): Remove function.
8769 (vax_frame_args_address): Remove function.
8770 (vax_frame_num_args): Rewrite.
8771 (vax_frame_chain): Remove function.
8772 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8773 VAX_FP_REGNUM.
8774 (vax_pop_frame): Likewise.
8775 (vax_saved_pc_after_call): Remove function.
8776 (struct vax_frame_cache): New structure.
8777 (vax_frame_cache): New function.
8778 (vax_frame_this_id): New function.
8779 (vax_frame_prev_register): New function.
8780 (vax_frame_unwind): New variable.
8781 (vax_frame_sniffer): New function.
8782 (vax_frame_base_address): New function.
8783 (vax_frame_args_address): New function.
8784 (vax_frame_base): New variable.
8785 (vax_unwind_pc): New function.
8786 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8787 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8788 deprecated_frame_chain, deprecated_frame_saved_pc,
8789 deprecated_frame_args_address and
8790 deprecated_frame_init_saved_regs.
8791 * Makefile.in (vax-tdep.o): Update dependencies.
8792
53284fc1
MK
8793 * vaxbsd-nat.c: New file.
8794
5e6b39ff
MK
8795 * vax-tdep.h: Update copyright year. Adjust comments.
8796 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8797 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8798 (vax_regnum): New enum. Replacing...
8799 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8800 (VAX_PS_REGNUM): ... these removed macros.
8801 * vax-tdep.c (vax_register_name): Remove prototype.
8802 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8803 (vax_register_byte, vax_register_raw_size,
8804 vax_register_virtual_size, vax_register_virtual_type): Remove
8805 functions.
8806 (vax_register_type): New function.
8807 (vax_breakpoint_from_pc): Reorganize.
8808 (vax_gdbarch_init): Set register_type. Don't set
8809 deprecated_register_size, deprecated_register_bytes,
8810 deprecated_register_byte, deprecated_register_raw_size,
8811 deprecated_max_register_raw_size,
8812 deprecated_register_virtual_size,
8813 deprecated_max_register_virtual_size and
8814 deprecated_register_virtual_type. Add comment on stack direction.
8815
e9c71e9f
MK
88162004-04-11 Mark Kettenis <kettenis@gnu.org>
8817
8818 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8819 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 8820 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 8821
d46f1176 88222004-04-10 Randolph Chung <tausq@debian.org>
8718a420 8823
d46f1176
RC
8824 * MAINTAINERS (write after approval): Add myself.
8825
a2a84a72
RC
88262004-04-07 Randolph Chung <tausq@debian.org>
8827
8828 * hppa-tdep.c (hppa_inner_than): Remove.
8829 (is_pa_2): Remove unused static variable.
8718a420 8830 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 8831
e85c3284
PH
88322004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
8833
8834 * language.h (language_defn): Add new la_post_parser field.
8835 * parser-defs.h (null_post_parser): New declaration (default for
8836 la_post_parser).
8718a420 8837
e85c3284
PH
8838 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8839 insert call to that function.
8840 (parse_exp_in_context): New function, including code formerly in
8718a420 8841 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
8842 prefixification.
8843 (parse_expression_in_context): New exported function.
8844 (null_post_parser): New definition.
8845 * expression.h (parse_expression_in_context): Add declaration.
8718a420 8846
e85c3284
PH
8847 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8848 * c-lang.c (c_language_defn): Ditto.
8849 (cplus_language_defn): Ditto.
8850 (asm_language_defn): Ditto.
8851 (minimal_language_defn): Ditto.
8852 * f-lang.c (f_language_defn): Ditto.
8853 * jv-lang.c (java_language_defn): Ditto.
8854 * language.c (unknown_language_defn): Ditto.
8855 (auto_language_defn): Ditto.
8856 (local_language_defn): Ditto.
8857 * m2-lang.c (m2_language_defn): Ditto.
8858 * scm-lang.c (scm_language_defn): Ditto.
8859 * obj-lang.c (objc_language_defn): Ditto.
8718a420 8860
d9f8c85b
MK
88612004-04-10 Mark Kettenis <kettenis@gnu.org>
8862
fa34704a
MK
8863 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8864 (amd64nbsd_mcontext_addr): New function.
8865 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8866 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8867 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8868
403e1656
MK
8869 * corelow.c (core_xfer_partial): Fix coding standards violation.
8870 Add support for TARGET_OBJECT_WCOOKIE.
8871
a57e5a95
MK
8872 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8873 deprecated_pc_in_sigtramp.
8874 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8875 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8876 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8877 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8878 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8879 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8880 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8881
377d9ebd
MK
8882 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8883 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8884 Fix typo.
8885
f0ef85a5
MK
8886 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8887 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8888 (amd64_collect_fxsave): Likewise.
8889
d9f8c85b
MK
8890 * i386-sol2-tdep.c: Include "gdb_string.h".
8891 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8892 name.
8893 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8894
75f501b5
MK
88952004-04-10 Mark Kettenis <kettenis@gnu.org>
8896
8897 * i386-sol2-tdep.c: Include "solib-svr4.h".
8898 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8899 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8900 * config/i386/tm-i386sol2.h: Include :solib.h".
8901 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8902 solib-svr4.o and solib-legacy.o.
8903 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8904 solib-svr4.o.
8905
b31bc724
MK
89062004-04-09 Mark Kettenis <kettenis@gnu.org>
8907
18bbbd9e
MK
8908 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8909 whether a register is supplied by PTRACE_GETFPREGS.
8910 (store_inferior_registers): Likewise.
8911 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8912 whether a register is supplied by PT_GETFPREGS.
8913 (store_inferior_registers): Likewise.
8914
3c30bf1b
MK
8915 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8916 * config/i386/linux64.mt (TDEPFILES): Likewise.
8917
a4194092
MK
8918 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8919
911bc6ee
MK
8920 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8921 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8922 the program counter is in the range specified by `struct
8923 gdbarch_tdep'.
8924 * amd64-linux-tdep.c: Include "symtab.h".
8925 (amd64_linux_pc_in_sigtramp): Remove function.
8926 (amd64_linux_sigtramp_p): New function.
8927 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8928 deprecated_pc_in_sigtramp.
8929 * amd64nbsd-tdep.c: Include "symtab.h".
8930 (amd64nbsd_sigtramp_p): New function.
8931 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8932 deprecated_pc_in_sigtramp.
8933 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8934 few comments.
8935 (amd64obsd_pc_in_sigtramp): Remove function.
8936 (amd64obsd_sigtramp_p): New function.
8937 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8938 deprecated_pc_in_sigtramp.
8939 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8940 (i386bsd_pc_ins_sigtramp): Remove prototype.
8941 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8942 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8943 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8944 the program counter is in the range specified by `struct
8945 gdbarch_tdep'.
8946 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8947 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8948 (i386_go32_pc_in_sigtramp): Remove function.
8949 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8950 Initialize TDEP->sigtramp_p.
8951 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8952 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8953 deprecated_pc_in_sigtramp.
8954 * i386-linux-tdep.c: Adjust comments.
8955 (i386_linux_pc_in_sigtramp): Remove function.
8956 (i386_linux_sigtramp_p): New function.
8957 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8958 deprecated_pc_in_sigtramp.
8959 * i386-nto-tdep.c: Update copyright year.
8960 (i386nto_pc_in_sigtramp): Remove function.
8961 (i386nto_sigtramp_p): New function.
8962 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8963 SP_REGNUM.
8964 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8965 deprecated_pc_in_sigtramp.
8966 * i386-sol2-tdep.c: Update copyright year.
8967 (i386_sol2_pc_in_sigtramp): Remove function.
8968 (i386_sol2_sigtramp_p): New function.
8969 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8970 deprecated_pc_in_sigtramp.
8971 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8972 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8973 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8974 deprecated_sigtramp_start and deprecated_sigtramp_end.
8975 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8976 (i386nbsd_pc_in_sigtramp): Remove function.
8977 (i386nbsd_sigtramp_p): New function.
8978 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8979 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8980 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8981 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8982 (i386obsd_pc_in_sigtramp): Remove function.
8983 (i386obsd_sigtramp_p): New function.
8984 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8985 functions.
8986 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8987 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8988 TDEP->sigtramp_p.
8989 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8990 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8991 dependencies.
8992
e083e6ec
MK
8993 * config/i386/i386aout.mt: Remove file.
8994
bd153b94
MK
8995 * configure.tgt: Remove i[34567]86-*-go32*,
8996 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8997 and i[34567]86-*-isc*. Set gdb_target to i386 for
8998 i[34567]86-*-netware* and i[34567]86-*-*.
8999 * config/i386/i386.mt: New file.
9000 * config/i386/embed.mt: Remove file.
9001 * config/i386/go32.mt: Remove file.
9002 * config/i386/i386nw.mt: Remove file.
9003 * config/i386/i386v.mt: Remove file.
9004 * config/i386/tm-go32.h: Remove file.
9005
4a1bcc8c
MK
9006 * tui/tui-hooks.c: Include "readline/readline.h" after
9007 "gdb_curses.h" instead of before.
9008 * tui/tui-io.c: Likewise.
9009
f9a79064
MK
9010 * tui/tui.c: Fix typo in comment.
9011
b31bc724
MK
9012 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9013
f83f82bc
AC
90142004-04-08 Andrew Cagney <cagney@redhat.com>
9015
9016 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9017 (deprecated_exception_support_initialized): Declare.
8718a420 9018 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
9019 (initialize_hp_cxx_exception_support)
9020 (child_enable_exception_callback): Update.
9021 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9022 (deprecated_exception_support_initialized): Rename
9023 deprecated_exception_catchpoints_are_fragile and
9024 deprecated_exception_support_initialized.
9025 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9026
9027 * symtab.c (deprecated_hp_som_som_object_present): Rename
9028 hp_som_som_object_present.
9029 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9030 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9031 Update. Delete extern declaration.
9032 * valops.c (hp_som_som_object_present): Ditto.
8718a420 9033 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
9034 (parse_nested_classes_for_hpacc): Ditto.
9035 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 9036 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
9037 (initialize_hp_cxx_exception_support): Ditto.
9038 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 9039 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 9040 (cp_print_class_method): Ditto.
8718a420 9041 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
9042 (c_type_print_base): Ditto.
9043 * c-exp.y (hp_som_som_object_present): Ditto.
9044
fb2be677
AC
90452004-04-08 Andrew Cagney <cagney@redhat.com>
9046
9047 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9048 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9049 (frame_unwind_find_by_frame): Re-implement the unwind code so
9050 that it can both prepend and append sniffers. Replace
9051 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9052 * tramp-frame.c (tramp_frame_append): Use
9053 frame_unwind_prepend_unwinder.
9054 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9055 frame_unwind_register_unwinder.
9056 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9057 tramp_frame_append.
9058 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 9059 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
9060 (mips_linux_init_abi): Update.
9061
67faf007
KB
90622004-04-08 Kevin Buettner <kevinb@redhat.com>
9063
9064 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9065 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9066 file support.
9067
8973ff21
KB
90682004-04-07 Kevin Buettner <kevinb@redhat.com>
9069
9070 * ia64-tdep.c (elf.h): Don't include.
9071 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9072
4a0e2f88
JM
90732004-04-07 Jason Molenda (jmolenda@apple.com)
9074
9075 * frame.h: Typeo corrections in comments.
9076
9872ad24
JB
90772004-04-07 Jim Blandy <jimb@redhat.com>
9078
9079 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9080 %esp and %ebp
9081
70b216c8
MK
90822004-04-07 Mark Kettenis <kettenis@gnu.org>
9083
11d5789c
MK
9084 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9085 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9086 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9087 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9088 and solib-legacy.o.
9089 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9090 solib-svr4.o.
9091 * config/sparc/tm-sol2.h: Update copyright year. Include
9092 "solib.h".
9093
70b216c8
MK
9094 * sparc-sol2-tdep.c: Update copyright year. Include
9095 "solib-svr4.h".
9096 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9097 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9098 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 9099 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
9100 dependencies.
9101
6339dc9e
AC
91022004-04-06 Andrew Cagney <cagney@redhat.com>
9103
9104 * infttrace.c: Include "infttrace.h".
9105 * infttrace.h: Include "target.h".
9106 * Makefile.in (infttrace_h): Update.
9107 (infttrace.o): Update.
8718a420 9108
93449403
AC
91092004-04-06 Andrew Cagney <cagney@redhat.com>
9110
6d518969
AC
9111 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9112 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9113 move extern declarations from here ...
9114 * infttrace.h: ... to here.
9115 * Makefile.in (hppah-nat.o): Update dependencies.
9116
85f4f2d8
AC
9117 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9118 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 9119 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
9120 (hppa_breakpoint_from_pc): Delete.
9121
93449403
AC
9122 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9123
71456ec6
AC
91242004-04-05 Andrew Cagney <cagney@redhat.com>
9125
9126 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9127 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9128 <sys/file.h>.
8718a420 9129
4c02c60c
AC
91302004-04-06 Randolph Chung <tausq@debian.org>
9131
9132 Committed by Andrew Cagney (mechanical change).
9133 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9134 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9135 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9136 child_enable_exception_callback, current_ex_event,
9137 null_symtab_and_line, child_get_current_exception_event,
9138 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9139 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9140 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9141 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9142 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9143 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9144 Move hpux-specific definitions ...
9145 * hppa-hpux-tdep.c: ... to here.
9146
3a515653
AC
91472004-04-05 Andrew Cagney <cagney@redhat.com>
9148
9149 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9150 skip_prologue_using_sal.
9151
c1730d02
AC
91522004-04-05 Andrew Cagney <cagney@redhat.com>
9153
9154 * config/i386/tm-i386.h: Delete file.
9155 * config/i386/tm-vxworks.h: Update copyright, do not include
9156 "tm-i386.h".
9157 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9158 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9159 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9160 * config/i386/ncr3000.mt (TM_FILE): Delete.
9161 * config/i386/interix.mt (TM_FILE): Delete.
9162 * config/i386/i386v.mt (TM_FILE): Delete.
9163 * config/i386/i386nw.mt (TM_FILE): Delete.
9164 * config/i386/i386gnu.mt (TM_FILE): Delete.
9165 * config/i386/i386aout.mt (TM_FILE): Delete.
9166 * config/i386/embed.mt (TM_FILE): Delete.
9167
8b67aa36
KB
91682004-04-05 Kevin Buettner <kevinb@redhat.com>
9169
9170 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9171 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9172 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9173 (accg7_regnum): New constants.
9174 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
9175 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9176 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
9177 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9178 for accg registers.
9179 (frv_register_sim_regno): Update spr_map[].
9180
3c7012f5
AC
91812004-04-04 Andrew Cagney <cagney@redhat.com>
9182
9183 * config/mips/xm-riscos.h: Delete.
9184 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9185 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9186 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9187 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9188 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9189 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9190 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9191 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9192 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9193 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9194 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9195 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9196 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9197 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9198 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9199 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9200 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9201 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9202 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9203 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9204 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9205 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9206 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9207 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9208 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9209 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 9210
3c7012f5
AC
9211 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9212 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9213 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9214 * configure.host: Remove m680[01]0-sun-sunos3*,
9215 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9216 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9217 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9218 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9219 mips-*-riscos*.
9220 * NEWS: Mention removed systems.
9221
99d16a21
AC
92222004-04-04 Andrew Cagney <cagney@redhat.com>
9223
9224 GDB 6.1 release created from 6.1 branch.
9225
6cdf9d98
AC
92262004-04-04 Andrew Cagney <cagney@redhat.com>
9227
98d346c3
AC
9228 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9229 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9230 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9231
6cdf9d98
AC
9232 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9233 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9234 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9235
859a326d
JB
92362004-04-03 Jim Blandy <jimb@redhat.com>
9237
9238 * MAINTAINERS: Chris Faylor has changed employers; add him to
9239 "paper trail" section, and update his E-mail address.
9240
b87178c3
AC
92412004-04-03 Andrew Cagney <cagney@redhat.com>
9242
4ea2acf0
AC
9243 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9244 generic dummy frames.
9245 * dummy-frame.c: Update copyright.
9246 (dummy_frame_sniffer): Delete check for generic dummy frames.
9247
d0bd2d18 9248 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 9249 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
9250 (REG_PARM_STACK_SPACE): Delete.
9251 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9252 Inline reference to REG_PARM_STACK_SPACE.
9253
b87178c3
AC
9254 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9255 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9256 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9257 (FRAME_BASE_BEFORE_SIGTRAMP)
9258 (hppa32_hpux_frame_base_before_sigtramp)
9259 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9260 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9261 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9262 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9263 (FRAME_BASE_BEFORE_SIGTRAMP)
9264 (hppa64_hpux_frame_base_before_sigtramp)
9265 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9266
43e2e1a0
AC
92672004-04-03 Andrew Cagney <cagney@redhat.com>
9268
9269 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9270
ddc135a4
AC
92712004-04-02 Andrew Cagney <cagney@redhat.com>
9272
9273 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9274 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9275 * dummy-frame.h: Delete out-of-date comments.
9276 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9277 * gdbarch.h, gdbarch.c: Re-generate.
9278
d15bfd3a 92792004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 9280
d15bfd3a
AC
9281 Committed by Andrew Cagney <cagney@redhat.com>.
9282 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9283 into account an instruction saving a register if we have already
9284 seen an earlier instruction saving that same register.
9285
f04ceafa
AC
92862004-04-02 Andrew Cagney <cagney@redhat.com>
9287
08be3abd
AC
9288 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9289 * gdbarch.h, gdbarch.c: Re-generate.
9290 * frame.c (legacy_get_prev_frame): Delete references to
9291 DEPRECATED_INIT_FRAME_PC_FIRST.
9292
f04ceafa
AC
9293 * infrun.c (pc_in_sigtramp): Delete function.
9294 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9295 get_frame_type.
9296
08e69816
AC
92972004-04-02 Andrew Cagney <cagney@redhat.com>
9298
9299 * infrun.c (handle_step_into_function): Delete code conditional on
9300 legacy_frame_p.
9301 (handle_inferior_event, step_over_function): Ditto.
9302
adb54772
AC
93032004-04-02 Andrew Cagney <cagney@redhat.com>
9304
9305 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9306 "previous frame inner to this frame" test.
9307
304396fb
AC
93082004-04-02 Andrew Cagney <cagney@redhat.com>
9309
9310 * frame.c (safe_frame_unwind_memory): New function.
9311 * frame.h (safe_frame_unwind_memory): Declare. Update description
9312 of /safe_/ methods.
9313 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9314 "next_frame". Use safe_frame_unwind_memory.
9315 (tramp_frame_sniffer): Update call to tramp_frame_start.
9316
6502dd73
DJ
93172004-04-01 Daniel Jacobowitz <drow@mvista.com>
9318
9319 * dwarf2read.c (dwarf2_objfile_data_key): New.
9320 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9321 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9322 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9323 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9324 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9325 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9326 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9327 Remove variables.
9328 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9329 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9330 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9331 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9332 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9333 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9334 Remove macros.
9335 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9336 data.
9337 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9338 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9339 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9340 (read_partial_die, read_full_die, read_indirect_string)
9341 (dwarf_decode_line_header, dwarf_decode_macros)
9342 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9343 Update uses of removed variables.
9344 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9345 of removed macros.
9346 (_initialize_dwarf2_read): New function.
9347 * symfile.h (dwarf2_has_info): Update prototype.
9348 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9349 * elfread.c (elf_symfile_read): Likewise.
9350
408752b0
JB
93512004-04-01 Jim Blandy <jimb@redhat.com>
9352
9f744501
JB
9353 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9354 function for register numbers on all the rs6000-derived targets.
9355 (rs6000_gdbarch_init): Don't register a separate
9356 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9357 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9358 variants.
9359
408752b0
JB
9360 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9361 numbering.
9362
2de41bce
PH
93632004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9364
9365 * valarith.c: Update copyright notice.
9366 (value_add): Handle range types.
9367 (value_sub): Ditto.
9368 (value_equal): Ditto.
9369 (value_less): Ditto.
9370 (value_neg): Ditto.
9371 (value_complement): Ditto.
8718a420 9372 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 9373 eliminiating unnecessary COERCE_ENUMs.
8718a420 9374
5613d8d3
AC
93752004-03-31 Andrew Cagney <cagney@redhat.com>
9376
9377 * frame.h (frame_unwind_id): Declare.
9378 * frame.c (frame_unwind_id): New function.
9379 (get_prev_frame_1): New function.
9380 (frame_debug_got_null_frame): New function.
9381 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9382 code proper to prev_frame, update description.
9383 * infrun.c (step_over_function): Use frame_unwind_id.
9384
c4557624
JB
93852004-04-31 J. Brobecker <brobecker@gnat.com>
9386
9387 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9388 (hppa64_push_dummy_call): Likewise.
9389
3e6bb910
JB
93902004-03-30 Jim Blandy <jimb@redhat.com>
9391
9392 From Ulrich Weigand:
9393 * utils.c (query): Do not use a va_list variable multiple times.
9394
a2f23071
DJ
93952004-03-29 Daniel Jacobowitz <drow@mvista.com>
9396
9397 * Makefile.in (linux_nat_h): Update dependencies.
9398 * configure.in: Check for <gnu/libc-version.h>.
9399 * configure: Regenerate.
9400 * config.in: Regenerate.
9401 * linux-nat.h: Include "target.h". Add waitstatus field to
9402 struct lwp_info.
9403 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9404 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9405 to.
9406 (lin_lwp_handle_extended): New function. Handle clone events.
9407 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9408 thread exit events.
9409 (child_wait): Handle clone events.
9410 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9411 * linux-nat.c (linux_enable_event_reporting): Turn on
9412 PTRACE_O_TRACECLONE.
9413 (linux_handle_extended_wait): Handle clone events.
9414 * thread-db.c: Include <gnu/libc-version.h>.
9415 (struct private_thread_info): Add dying flag.
9416 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9417 higher.
9418 (attach_thread): Update comments. Handle dying threads.
9419 (detach_thread): Set the dying flag.
9420 (check_event): Always call attach_thread.
9421
8d5f9dcb
DJ
94222004-03-29 Daniel Jacobowitz <drow@mvista.com>
9423
9424 * mips-tdep.c (mips_pdr_data): New.
9425 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9426 (_initialize_mips_tdep): Initialize mips_pdr_data.
9427
66337bb1
CV
94282004-03-29 Corinna Vinschen <vinschen@redhat.com>
9429
9430 * minsyms.c (install_minimal_symbols): Move dropping leading
9431 char from linkage name from here...
9432 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9433 test for "__gnu_compiled*" symbols.
9434
e802b915
JB
94352004-03-28 Jim Blandy <jimb@redhat.com>
9436
9437 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9438 registers to temp register r0 and byte stores as prologue
9439 instructions.
9440
72b56458
AC
94412004-03-28 Andrew Cagney <cagney@redhat.com>
9442
9443 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9444 arm*-*-*.
9445
0bfbda3b
SC
94462004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9447
9448 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9449 and switch the layout to force a display of register window.
9450
5a7225ed
JB
94512004-02-26 J. Brobecker <brobecker@gnat.com>
9452
9453 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9454 of the INTEGER class.
9455
81a07a45
JB
94562004-03-26 Jim Blandy <jimb@redhat.com>
9457
9458 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9459 bytes long on PPC GNU/Linux.
9460
8c691c7a
DC
94612004-03-26 David Carlton <carlton@kealia.com>
9462
9463 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9464
103a0089
AC
94652004-03-25 Andrew Cagney <cagney@redhat.com>
9466
9467 * PROBLEMS: Add general section titles, remove references to
9468 specific releases.
9469
7a5ea0d4
DJ
94702004-03-25 Daniel Jacobowitz <drow@mvista.com>
9471
9472 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9473 INT_REGISTER_SIZE.
9474 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9475 FP_REGISTER_VIRTUAL_SIZE.
9476 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9477 of DEPRECATED_REGISTER_RAW_SIZE.
9478 (arm_register_type): Add gdbarch argument.
9479 (arm_register_raw_size, arm_register_virtual_size): Delete.
9480 (arm_register_byte, arm_extract_return_value)
9481 (arm_store_return_value, arm_get_longjmp_target): Update references
9482 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9483 (arm_gdbarch_init): Likewise. Don't set
9484 deprecated_register_raw_size, deprecated_register_virtual_size,
9485 deprecated_max_register_raw_size,
9486 deprecated_max_register_virtual_size, or
9487 deprecated_max_register_virtual_type. Do set register_type.
9488 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9489 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9490 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9491 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9492 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9493 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9494 INT_REGISTER_SIZE.
9495 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9496 (remote_rdp_store_register): Likewise.
9497
5792a79b
DJ
94982004-03-24 Daniel Jacobowitz <drow@mvista.com>
9499
9500 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9501 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9502 to after osabi initialization.
9503 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9504 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9505 functions.
9506 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9507 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9508 variables.
9509 (mips_linux_init_abi): Append signal trampoline unwinders.
9510
1196bfda
AC
95112004-03-24 Andrew Cagney <cagney@redhat.com>
9512
9513 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9514 * tramp-frame.c: Include "gdb_assert.h".
9515 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9516 correct sizeof.
9517 (tramp_frame_append): Validate the tramp frame's instructions.
9518 * Makefile.in (tramp-frame.o): Update dependencies.
9519
4be282b4
AC
95202004-03-23 Andrew Cagney <cagney@redhat.com>
9521
9522 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9523
69aec09b
AC
95242004-03-23 Andrew Cagney <cagney@redhat.com>
9525
9526 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9527 Nasser as past testsuite/lib/ (and other) maintainers.
9528
63ed89b4
DJ
95292004-03-23 Daniel Jacobowitz <drow@mvista.com>
9530
9531 * infcmd.c (attach_command): Reread symbols if we already have
9532 an exec file.
9533
f3b36427
AC
95342004-03-23 Andrew Cagney <cagney@redhat.com>
9535
9536 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9537
aa2a3f87
AC
95382004-03-23 Andrew Cagney <cagney@redhat.com>
9539
9540 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9541 * gdbarch.h, gdbarch.c: Re-generate.
9542 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9543 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9544 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 9545 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 9546 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 9547 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
9548 (DEPRECATED_SIGTRAMP_START): Update.
9549 * blockframe.c (find_pc_sect_partial_function): Update.
9550 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9551
00cac895
DJ
95522004-03-23 Daniel Jacobowitz <drow@mvista.com>
9553
9554 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9555 if necessary.
9556
f561f026
AC
95572004-03-23 Andrew Cagney <cagney@redhat.com>
9558
9559 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9560 predicate, deprecate.
9561 * gdbarch.h, gdbarch.c: Re-generate.
9562 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9563 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9564 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9565 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9566 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9567 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9568 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9569 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9570 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9571 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9572 * blockframe.c (find_pc_partial_function): Update.
9573 * breakpoint.c (bpstat_what): Update.
9574 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9575 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9576 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9577 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9578 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9579 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9580 * i386-nto-tdep.c (i386nto_init_abi): Update.
9581 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9582 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9583 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9584 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9585 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9586 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9587 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9588 * infrun.c (pc_in_sigtramp): Update.
9589 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9590 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9591 * mips-tdep.c (mips_gdbarch_init): Update.
9592 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9593 * ppc-linux-tdep.c: Update comment.
9594 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9595 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9596 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9597 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9598 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9599 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9600 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9601 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9602 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9603 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 9604
8050c72f
AC
96052004-03-23 Andrew Cagney <cagney@redhat.com>
9606
d2259dd3
AC
9607 * tramp-frame.h, tramp-frame.h: New files.
9608 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9609 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9610
8050c72f
AC
9611 * Makefile.in: Update all dependencies.
9612
0db9b4b7
AC
96132004-03-23 Andrew Cagney <cagney@redhat.com>
9614
9615 * Makefile.in (trad_frame_h): Add $(frame_h).
9616 * trad-frame.h: Update copyright. Include "frame.h".
9617 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9618 (trad_frame_set_id, trad_frame_get_id): Declare.
9619 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9620 * trad-frame.c: Update copyright.
9621 (struct trad_frame_cache): Define.
9622 (trad_frame_cache_zalloc): New function.
9623 (trad_frame_set_id, trad_frame_get_id): New functions.
9624 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 9625
8e645ae7
AC
96262004-03-22 Andrew Cagney <cagney@redhat.com>
9627
9628 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9629 s390_pltstub_unwind_cache.
9630 (s390_stub_frame_unwind_cache): Rename
9631 s390_pltstub_frame_unwind_cache.
9632 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9633 (s390_stub_frame_prev_register): Rename
9634 s390_pltstub_frame_prev_register.
9635 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9636 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9637
9638 From Ulrich Weigand:
9639 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9640 pointer calls like PLT calls.
9641
34fcf120
DJ
96422004-03-22 Daniel Jacobowitz <drow@mvista.com>
9643
9644 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9645 PC rather than the partial function start address. Use the start
9646 address to sanity check the found PDR.
9647
5b917078
DJ
96482004-03-22 Daniel Jacobowitz <drow@mvista.com>
9649
9650 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9651 linux_handle_extended_wait.
9652
8adf9e78
AC
96532004-03-22 Andrew Cagney <cagney@redhat.com>
9654
c3122434
AC
9655 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9656 function.
9657
8adf9e78
AC
9658 * frame.h (generic_pop_current_frame): Delete declaration.
9659 (deprecate_pop_dummy_frame): Deprecate
9660 generic_pop_dummy_frame.
9661 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9662 (generic_pop_current_frame): Delete function.
9663 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9664 generic_pop_current_frame.
9665 * v850-tdep.c (v850_pop_frame): Update.
9666 * mcore-tdep.c (mcore_pop_frame): Update.
9667 * sh64-tdep.c (sh64_pop_frame): Update.
9668 * h8300-tdep.c (h8300_pop_frame): Update.
9669
90ba813f
AC
96702004-03-22 Andrew Cagney <cagney@redhat.com>
9671
9672 * frame.h (deprecated_pc_in_call_dummy): Rename
9673 generic_pc_in_call_dummy.
9674 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9675 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9676 generic_pc_in_call_dummy.
9677 (pc_in_dummy_frame): Make static.
9678 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9679 * gdbarch.h, gdbarch.c: Re-generate.
9680 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9681 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9682 (legacy_get_prev_frame): Ditto.
9683 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9684 comment.
8718a420 9685
ca4bb888
AC
96862004-03-21 Andrew Cagney <cagney@redhat.com>
9687
244675f9
AC
9688 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9689 declaration and out-of-date comment.
9690 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9691 Delete function.
9692 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9693 deprecated_pc_in_call_dummy.
9694
ca4bb888
AC
9695 * infrun.c (handle_inferior_event): For non legacy frames, use the
9696 frame ID and frame type to identify a signal trampoline. Update
9697 comments.
9698
1777c7b4
NW
96992004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9700
9701 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9702 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9703
82417da5
AC
97042004-03-21 Andrew Cagney <cagney@redhat.com>
9705
9706 * frame-unwind.h: Update copyright.
9707 (struct frame_data): Add opaque declaration.
9708 (frame_sniffer_ftype): Declare.
9709 (struct frame_unwind): Add "unwind_data" and "sniffer".
9710 (frame_unwind_register_unwinder): Declare.
9711 (frame_unwind_find_by_frame): Add parameter "this_cache".
9712 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9713 (legacy_get_prev_frame, legacy_get_prev_frame)
9714 (get_frame_type): Pass the prologue_cache to
9715 frame_unwind_find_by_frame.
9716 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9717 "unwinder".
9718 (frame_unwind_register_unwinder): New function.
9719 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9720
b2ba182e
PH
97212004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9722
9723 * bcache.c (print_percentage): Use floating point to avoid
9724 incorrect results when portion*100 overflows.
9725
81332287
KB
97262004-03-19 Kevin Buettner <kevinb@redhat.com>
9727
9728 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9729 (ppc_linux_init_extra_frame_info)
9730 (ppc_linux_frameless_function_invocation)
9731 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9732 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9733 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9734 (rs6000_frame_chain): Delete declarations.
9735 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9736 (ppc_linux_init_extra_frame_info)
9737 (ppc_linux_frameless_function_invocation)
9738 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9739 (ppc_linux_init_abi): Remove registration of above deleted functions.
9740 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9741 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9742 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9743 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9744 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9745 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9746 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9747 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9748 frame management for all OSABIs.
9749
61a65099
KB
97502004-03-19 Andrew Cagney <cagney@redhat.com>
9751
9752 Committed by Kevin Buettner <kevinb@redhat.com>.
9753
9754 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9755 Update copyright.
9756 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9757 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9758 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9759 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9760 unwinders. #ifdef legacy frame code.
9761 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9762 "frame-base.h".
9763 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9764 (struct rs6000_frame_cache, rs6000_frame_cache)
9765 (rs6000_frame_this_id, rs6000_frame_prev_register)
9766 (rs6000_frame_sniffer, rs6000_frame_unwind)
9767 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9768 (rs6000_frame_base): Implement a traditional frame unwinder.
9769 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9770 frame unwinder.
9771
88f7da05
KB
97722004-03-19 Kevin Buettner <kevinb@redhat.com>
9773
9774 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9775 breakpoint address for watchpoints or the catch eventpoints.
9776 Add new paramter ``bptype''. Adjust all callers.
9777
f826dce1
AC
97782004-03-19 Andrew Cagney <cagney@redhat.com>
9779
33cb8b0f
AC
9780 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9781
f826dce1
AC
9782 * PROBLEMS: Delete note that ARM does not use frame code, problem
9783 fixed.
9784
43b1ab88
AC
97852004-03-18 Andrew Cagney <cagney@redhat.com>
9786
292ab034
AC
9787 * stack.c (return_command): Delete code wrapped in #ifdef
9788 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9789
43b1ab88
AC
9790 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9791
dbfe4626
AC
97922004-03-18 Andrew Cagney <cagney@redhat.com>
9793
9794 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9795 DEPRECATED_IN_SIGTRAMP.
9796 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9797 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9798 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9799 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9800 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9801 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9802 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9803 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9804 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9805 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9806
0cad6aec
AC
98072004-03-18 Andrew Cagney <cagney@redhat.com>
9808
9809 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9810 (struct frame_base_table_entry): Define.
9811 (struct frame_base_table): Re-implement as a linked list.
9812 (frame_base_init): Re-implement.
9813 (frame_base_table): Delete function.
9814 (append_predicate): Delete function.
9815 (frame_base_append_sniffer): Update.
9816 (frame_base_set_default): Update.
9817 (frame_base_find_by_frame): Update.
9818 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9819 * Makefile.in (frame-base.o): Update dependencies.
9820
9982c2e7
AC
98212004-03-17 Andrew Cagney <cagney@redhat.com>
9822
9823 * frame.c (legacy_get_prev_frame): Pass correct frame to
9824 frame_unwind_find_by_frame.
9825
8dfe8985
DC
98262004-03-17 David Carlton <carlton@kealia.com>
9827
9828 * NEWS: Mention C++ nested types and namespaces
9829
ed47347a
MC
98302004-03-16 Michael Chastain <mec.gnu@mindspring.com>
9831
9832 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9833 and "Regressions since gdb 5.3.". Add known regressions since
9834 gdb 6.0.
9835
90aeadfc
DC
98362004-03-16 David Carlton <carlton@kealia.com>
9837
9838 * dwarf2read.c (process_structure_scope): Process children even
9839 when we're a declaration.
9840
73912b9b
AC
98412004-03-16 Andrew Cagney <cagney@redhat.com>
9842
9843 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9844 * blockframe.c (find_pc_partial_function)
9845 (find_pc_sect_partial_function): Merge into a single
9846 find_pc_partial_function.
9847
283accbc
MK
98482004-03-16 Mark Kettenis <kettenis@gnu.org>
9849
9850 * i386bsd-nat.c: s/regno/regnum/g.
9851 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9852 FP0_REGNUM.
9853 (store_inferior_registers): Likewise.
9854
f5b1afdf
MK
98552004-03-16 Mark Kettenis <kettenis@gnu.org>
9856
9857 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9858 of i387_fill_fsave.
9859 (store_inferior_registers): Call i387_collect_fsave and
9860 i387_collect_fxsave instead of i387_fill_fsave and
9861 i387_fill_fxsave.
9862
41fe5eb3
AC
98632004-03-15 Andrew Cagney <cagney@redhat.com>
9864
9865 * Makefile.in (frame-unwind.o): Update dependencies.
9866 * frame-unwind.c: Include "gdb_obstack.h".
9867 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9868 parameter.
9869 (append_predicate): Delete function.
9870 (struct frame_unwind_table_entry): New structure.
9871 (struct frame_unwind_table): Replace "sniffer" with "head" and
9872 "tail".
9873 (frame_unwind_append_sniffer): Update.
9874 (frame_unwind_find_by_frame): Update.
9875 (_initialize_frame_unwind): Registe frame_unwind_init using
9876 gdbarch_data_register_pre_init.
9877
3f63813d
MK
98782004-03-15 Mark Kettenis <kettenis@gnu.org>
9879
9880 * i386bsd-nat.c: Update copyright year.
9881 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9882 define unconditionally.
9883
3248c325 98842004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
9885
9886 * i387-tdep.h (i387_collect_fsave): New prototype.
9887 * i387-tdep.c (i387_collect_fsave): New function containing most
9888 of the code from i387_fill_fsave.
3248c325 9889 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 9890
871fbe6a
MK
98912004-03-15 Mark Kettenis <kettenis@gnu.org>
9892
9893 * i386-linux-tdep.c: Update copyright year.
9894 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9895 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9896 svr4_ilp32_link_map_offsets instead of
9897 i386_linux_svr4_fetch_link_map_offsets.
9898
8176b9b8
DC
98992004-03-15 David Carlton <carlton@kealia.com>
9900
9901 Fix for PR c++/1553:
9902 * dwarf2read.c (read_structure_type): Determine type name by
9903 calling determine_class_name.
9904 (determine_class_name): New.
9905 (determine_prefix): Look at TYPE_TAG_NAME and call
9906 determine_class_name when appropriate.
9907 (determine_prefix_aux, class_name): Delete.
9d58e29d 9908 (read_namespace): Set die->type.
8176b9b8 9909
fe8bf7d7
KB
99102004-03-15 Kevin Buettner <kevinb@redhat.com>
9911
9912 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9913 unused macro definition. The definition in target.h (or perhaps
9914 elsewhere) takes precedence.
9915
ed6edd9b
AC
99162004-03-15 Andrew Cagney <cagney@redhat.com>
9917
f9be684a
AC
9918 * ppc-tdep.h: Update copyright.
9919 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9920 function signatures to match "regsets.h".
9921 * ppc-linux-tdep.c: Include "regset.h".
9922 (ELF_GREGSET_SIZE): Delete.
9923 (right_supply_register): New function.
9924 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9925 using right_supply_register.
9926 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9927 functions.
9928 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9929 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9930 (_initialize_ppc_linux_tdep): Do not register
9931 ppc_linux_regset_core_fns.
9932 (ppc_linux_regset_from_core_section): Replace
9933 fetch_core_registers.
9934 (ppc_linux_regset_core_fns): Delete.
9935 * ppc-linux-nat.c: (right_fill_reg): New function.
9936 (supply_gregset): Update call to ppc_linux_supply_gregset.
9937 (fill_gregset): Clear the register set, use right_fill_reg.
9938 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9939 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9940
ed6edd9b
AC
9941 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9942 unsigned.
9943
030f20e1
AC
99442004-03-15 Andrew Cagney <cagney@redhat.com>
9945
9946 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9947 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9948 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9949 and register_gdbarch_data.
9950 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9951 (struct gdbarch_data): Replace "init" by "pre_init" and
9952 "post_init".
9953 * gdbarch.h, gdbarch.c: Re-generate.
9954 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9955 with"obstack", use OBSTACK_ZALLOC.
9956 (dwarf2_frame_ops): Delete.
9957 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9958 (dwarf2_frame_init_reg): Use gdbarch_data.
9959 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 9960 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
9961 (_initialize_svr4_solib): Update.
9962 * user-regs.c (_initialize_user_regs): Update.
9963 * reggroups.c (_initialize_reggroup): Update.
9964 * regcache.c (_initialize_regcache): Update.
9965 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9966 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9967 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9968 * frame-unwind.c (_initialize_frame_unwind): Update.
9969 * frame-base.c (_initialize_frame_base): Update.
9970 * user-regs.c (user_reg_add): Update.
9971 * reggroups.c (reggroup_add): Update.
9972 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9973 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9974 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9975 * frame-base.c (frame_base_table): Update.
9976 * remote.c (_initialize_remote): Update.
9977 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 9978
3111a3fc
AC
99792004-03-15 Andrew Cagney <cagney@redhat.com>
9980
9981 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9982
5ecb7103
KB
99832004-03-15 Kevin Buettner <kevinb@redhat.com>
9984
9985 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9986 * frv-linux-tdep.c: New file.
9987 * frv-tdep.c (struct gdbarch_tdep): Add new field
9988 ``sigcontext_reg_addr''.
9989 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9990 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9991 (frv_sigramp_frame_sniffer): New functions.
9992 (frv_sigtramp_frame_unwind): New static global.
9993 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9994 sniffers.
9995 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9996 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9997
1ccda5e9
KB
99982004-03-15 Kevin Buettner <kevinb@redhat.com>
9999
10000 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10001 but not via a call to error(), when unable to read memory.
10002
b375a0a5
KB
100032004-03-15 Kevin Buettner <kevinb@redhat.com>
10004
10005 * frv-tdep.c (frv_call_dummy_words): Delete.
10006 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10007
4fdf6121
AC
100082004-03-15 Andrew Cagney <cagney@redhat.com>
10009
10010 * infrun.c (handle_step_into_function, step_over_function): Only
10011 update and use STEP_FRAME_ID when the system is using legacy
10012 frames. Update comments.
10013
34021503
MK
100142004-03-14 Mark Kettenis <kettenis@gnu.org>
10015
187e21d1
MK
10016 * amd64-linux-tdep.h: Remove file.
10017 * amd64-linux-tdep.c: Don't include "inferior.h" and
10018 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10019 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10020 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10021 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10022 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10023 macros.
10024 (user_to_gdb_regmap): Remove variable.
10025 (amd64_linux_gregset_reg_offset): New variable.
10026 (amd64_core_fns): Remove variable.
10027 (fetch_core_registers): Remove function.
10028 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10029 functions.
10030 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10031 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10032 * Makefile.in (amd64_linux_tdep_h): Remove.
10033 (amd64-linux-nat.o): Update dependencies.
10034 (amd64-linux-tdep.o): Update dependencies.
10035
99679982
MK
10036 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10037 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10038 functions.
10039 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10040
34021503
MK
10041 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10042 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10043
134d01f1
DJ
100442004-03-14 Daniel Jacobowitz <drow@mvista.com>
10045
10046 * dwarf2read.c (read_structure_type): Rename from
8718a420 10047 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
10048 Return immediately if die->type is set. Call read_type_die before
10049 dwarf2_add_member_fn.
10050 (process_structure_scope): New function.
10051 (read_enumeration_type, process_enumeration_scope): New functions,
10052 broken out from read_enumeration. Don't create the enumeration
10053 type if it has already been created.
10054 (read_enumeration): Removed.
10055 (process_die): Call read_structure_type, process_structure_scope,
10056 read_enumeration_type, and process_enumeration_scope. Just call
10057 new_symbol for base and subrange types. Add a comment about other
10058 type dies.
10059 (read_type_die): Call read_enumeration_type.
10060 (add_partial_structure, new_symbol): Update comments.
10061
65760afb
SC
100622004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10063
10064 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10065
10f59415
SC
100662004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10067
10068 * tui/tui-win.h (tui_get_cmd_list): Declare.
10069 * tui/tui-win.c (tui_command): New function.
10070 (tui_get_cmd_list): New function.
10071 (_initialize_tui_win): Moved initialization of tui command in
10072 tui_get_cmd_list.
10073
10074 * tui/tui-data.c (init_content_element): Setup new data members.
10075 (init_win_info): Likewise.
10076 (free_content_elements): Free it.
10077 * tui/tui-data.h (struct tui_data_element): Store the register
10078 content to print.
10079 (struct tui_data_info): Keep the current register group.
10080
10081 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10082
10083 * tui/tui-regs.h (tui_show_registers): Update prototype.
10084 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10085 (tui_resize_all): No need to calculate anything for register window.
10086 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10087 (tui_set_register_element, tui_set_general_regs_content): Remove.
10088 (tui_set_special_regs_content): Remove.
10089 (tui_set_general_and_special_regs_content): Remove.
10090 (tui_set_float_regs_content): Remove.
10091 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10092 (tui_set_regs_content): Remove.
10093 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10094 (tui_v_show_registers_command_support): Remove.
10095 (tui_show_registers): Use a reggroup to specify the registers to show.
10096 (tui_show_register_group): New function.
10097 (tui_display_registers_from): Compute the layout of register window
10098 and refresh with new API; be sure to delete old register windows.
10099 (tui_check_register_values): Update to use tui_get_register and
10100 tui_display_data.
10101 (tui_display_register): Just refresh the register window part.
10102 (tui_register_format): Format registers and save in tui_data_element.
10103 (tui_get_register): New to combine tui_reg_value_has_changed and
10104 tui_get_register_raw_value; fix to use the new gdb API.
10105 (tui_show_float_command): Renamed tui_reg_float_command.
10106 (tui_show_general_command): Renamed tui_reg_general_command.
10107 (tui_show_special_command): Renamed tui_reg_system_command.
10108 (_initialize_tui_regs): Remove unused commands.
10109
c3364ea4
MK
101102004-03-13 Mark Kettenis <kettenis@gnu.org>
10111
27d1e716
MK
10112 * NEWS (New native configurations): Mention OpenBSD/amd64.
10113
c3364ea4
MK
10114 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10115 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10116 Remove defines.
10117 * config/i386/nm-fbsd64.h: Likewise.
10118 * config/i386/nm-obsd.h: Likewise.
10119 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10120 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10121
b2d6d697
KB
101222004-03-12 Kevin Buettner <kevinb@redhat.com>
10123
10124 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
10125 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10126 New constants.
10127
76e43199
KB
10128 From Richard Sandiford <rsandifo@redhat.com>:
10129 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10130
34ce532e
KB
101312004-03-12 Kevin Buettner <kevinb@redhat.com>
10132
10133 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10134 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10135 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10136 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10137 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10138 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10139 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10140 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10141 definitions from frv-tdep.c to frv-tdep.h.
10142
c4d10515
KB
101432004-03-12 Kevin Buettner <kevinb@redhat.com>
10144
10145 Add shared library support for FR-V FDPIC ABI:
10146 * Makefile.in (solib-frv.o): Add dependencies.
10147 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10148 New functions.
10149 (frv_push_dummy_call): Add support for FDPIC ABI.
10150 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10151 for FDPIC ABI.
10152 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10153 (frv_fdpic_find_canonical_descriptor): Declare.
10154 * solib-frv.c: New file.
10155 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10156 * config/frv/tm-frv.h (solib.h): Include.
10157
ed1bd989
KB
101582004-03-12 Kevin Buettner <kevinb@redhat.com>
10159
10160 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10161 (frv-tdep.o): Update dependencies.
10162 * frv-tdep.h: New file.
10163 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10164 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10165 constants.
10166 (struct gdbarch_tdep): Add new member ``frv_abi''.
10167 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10168 functions.
10169 (new_variant): Set ``frv_abi'' field.
10170 (gdb_arch_init): Detect FDPIC executables.
10171
82b38f72
MK
101722004-03-12 Mark Kettenis <kettenis@gnu.org>
10173
10174 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10175 wrapper.
10176
db1ea9ba
AC
101772004-03-11 Andrew Cagney <cagney@redhat.com>
10178
10179 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10180
f8766ec1
KB
101812004-03-11 Kevin Buettner <kevinb@redhat.com>
10182
10183 * solist.h (master_so_list): New function.
10184 * solib.c (master_so_list): Likewise.
10185 * solib-svr4.c (enable_break): Iterate over so_list entries
10186 obtained from master list instead of entries obtained directly
10187 via svr4_current_sos().
10188
523f6a27
BE
101892004-03-10 Ben Elliston <bje@gnu.org>
10190
10191 * MAINTAINERS: Update my mail address.
10192
37814c18
KI
101932004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10194
10195 * remote-m32r-sdi.c: Support hardware watchpoint.
10196
8b9740d8
DJ
101972004-03-09 Daniel Jacobowitz <drow@mvista.com>
10198
10199 * user-regs.c: Update copyright years.
10200 (struct user_regs): Rename to gdb_user_regs.
10201 (append_user_reg, builtin_user_regs, user_regs_init)
10202 (user_reg_add, user_reg_map_name_to_regnum)
10203 (usernum_to_user_reg): Update.
10204
4bb7a0a7
DJ
102052004-03-09 Daniel Jacobowitz <drow@mvista.com>
10206
10207 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10208 (skip_children): New functions.
10209 (locate_pdi_sibling): Call skip_children.
10210
44e1a9eb
DJ
102112004-03-09 Daniel Jacobowitz <drow@mvista.com>
10212
10213 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10214 * gdbtypes.c (check_typedef): Update comments.
10215
f3dd6933
DJ
102162004-03-09 Daniel Jacobowitz <drow@mvista.com>
10217
10218 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10219 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10220 pointer. Update comment about comp_unit_head.
10221 (struct abbrev_info): Shorten two int flags.
10222 (dwarf_alloc_abbrev): Take a CU argument.
10223 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10224 each time through the loop. Update cleanup argument.
10225 (psymtab_to_symtab_1): Update cleanup call.
10226 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10227 abbrev_obstack.
10228 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10229 Just call obstack_free and clear the pointer.
10230
b40c7d58
DJ
102312004-03-09 Daniel Jacobowitz <drow@mvista.com>
10232
10233 * infrun.c (handle_inferior_event): Remove short-circuit code for
10234 events in a different thread.
10235
333dabeb
DJ
102362004-03-09 Daniel Jacobowitz <drow@mvista.com>
10237
10238 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10239 print the whole transfer.
10240 (initialize_targets): Update description of "set debug target".
10241
aa17d93e
DJ
102422004-03-09 Daniel Jacobowitz <drow@mvista.com>
10243
10244 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10245
0b71f08f
NW
102462004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10247
10248 * MAINTAINERS (write after approval): Add myself.
10249
3930f270
CV
102502004-03-08 Corinna Vinschen <vinschen@redhat.com>
10251
10252 * sh-tdep.c (sh_print_registers_info): Use for loop.
10253 Don't skip multiple registers when a float register is encountered.
10254
a2b4a96c
CV
102552004-03-08 Corinna Vinschen <vinschen@redhat.com>
10256
10257 Fix PR tdep/1291.
10258 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10259 to official SH documentation.
10260
f15a4bc0
AC
102612004-03-07 Andrew Cagney <cagney@redhat.com>
10262
10263 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10264 unused function.
10265
9498281f
DJ
102662004-03-07 Daniel Jacobowitz <drow@mvista.com>
10267
10268 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10269 (arm_get_next_pc): Handle BX and BLX.
10270
449e1137
AC
102712004-03-07 Andrew Cagney <cagney@redhat.com>
10272
eded0a31
AC
10273 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10274 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10275 HPPA_SP_REGNUM.
10276 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10277 (hppa_target_read_fp): Delete.
10278 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10279 register_virtual_size, max_register_raw_size,
10280 max_register_virtual_size, register_byte, register_size,
10281 target_read_fp, fp_regnum, and register_bytes. Set register_type
10282 instead of register_virtual_type.
10283 (hppa32_register_type, hppa64_register_type): Replace
10284 hppa32_register_virtual_type and hppa64_register_virtual_type.
10285 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10286 (HPPA_FP_REGNUM): Define.
10287
f5f907e2
AC
10288 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10289
69b4bbe4
AC
10290 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10291 (pa_do_registers_info): Delete.
10292 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 10293 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 10294 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 10295
78161e48
AC
10296 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10297 GDB_TARGET_IS_HPPA code.
10298 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 10299 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
10300 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10301 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
10302 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10303 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10304 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 10305 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
10306 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10307 (hppa_frameless_function_invocation, hppa64_store_return_value)
10308 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 10309 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 10310 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 10311 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
10312 (find_proc_framesize, deposit_21, restore_pc_queue)
10313 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 10314 (rp_saved, pc_in_linker_stub): Delete.
78161e48 10315
782eae8b
AC
10316 Unconditionally enable 64-bit frame and ABI code.
10317 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10318 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10319 push_dummy_frame, fix_call_dummy, push_arguments,
10320 call_dummy_location, extract_return_value, use_struct_convention,
10321 store_return_value, store_struct_return, saved_pc_after_call,
10322 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10323 frame_chain, frame_chain_valid, frameless_function_invocation,
10324 frame_saved_pc, and pop_frame.
78161e48 10325
449e1137
AC
10326 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10327 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10328 (hppa_gdbarch_init): Do not set PC_REGNUM.
10329
12507572
MK
103302004-03-06 Mark Kettenis <kettenis@gnu.org>
10331
10332 * config/alpha/tm-fbsd.h: Remove file.
10333 * config/alpha/fbsd.mt: Tweak comment.
10334 (TM_FILE): Set to tm-alpha.h.
10335
c107cc1b
AC
103362004-03-05 Andrew Cagney <cagney@redhat.com>
10337
10338 * infrun.c (step_over_function): When non-legacy code, and no
10339 step_frame_id, use the unwinder to get the caller's frame ID.
10340
f2e7c15d
MK
103412004-03-05 Mark Kettenis <kettenis@gnu.org>
10342
8b0c3633
MK
10343 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10344 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10345 bfd_arch_unknown. Adjust comment.
10346
f2e7c15d
MK
10347 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10348 * i386obsd-tdep.c: Correct spelling in comment.
10349 * i386nbsd-tdep.c: Correct spelling in comment.
10350 * sparc-tdep.c: Correct spelling in comments.
10351
1198ecbe
DC
103522004-03-05 David Carlton <carlton@kealia.com>
10353
10354 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10355 bug.
10356
9eb42ed1
MK
103572004-03-05 Mark Kettenis <kettenis@gnu.org>
10358
10359 * sparc-tdep.c: Fix typo in comment.
10360
52b5e991
JB
103612004-03-04 J. Brobecker <brobecker@gnat.com>
10362
10363 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10364
d8151005
DJ
103652004-03-04 Daniel Jacobowitz <drow@mvista.com>
10366
10367 * dwarf2read.c: Add comment describing memory lifetimes.
10368 (struct dwarf2_pinfo): Update comment.
10369 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10370 (read_enumeration, new_symbol): Don't use obsavestring.
10371
cbeae229
MK
103722004-03-04 Mark Kettenis <kettenis@gnu.org>
10373
722d18c2
MK
10374 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10375 instead of amd64_fill_fxsave.
10376 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10377 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10378
cbeae229
MK
10379 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10380 Reorganize code a bit.
10381
b4206d25
OF
103822004-03-04 Orjan Friberg <orjanf@axis.com>
10383
10384 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
10385 when the frame pointer is pushed. Don't set the frame pointer's
10386 address on the stack unless it's actually located there.
b4206d25
OF
10387 Set the SRP's address on the stack correctly when the PC is still in
10388 the prologue.
10389 (cris_return_value): New function.
10390 (cris_gdbarch_init): Clear deprecated store_return_value,
10391 extract_return_value.
10392
49b0b195
JB
103932004-03-02 Jim Blandy <jimb@redhat.com>
10394
10395 * stabsread.c (reg_value_complaint): The maximum register number
10396 is one less than the number of registers.
10397
e9ff708b
AC
103982004-03-02 Andrew Cagney <cagney@redhat.com>
10399
10400 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10401 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10402 trailing comma and redundant assignment of I386_ST0_REGNUM.
10403 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10404 32-bit segment registers.
10405
d4715e41
AC
104062004-03-01 Andrew Cagney <cagney@redhat.com>
10407
10408 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10409 use frame_relative_level and get_next_frame.
10410
3ce2bf18
AC
104112004-02-29 Andrew Cagney <cagney@redhat.com>
10412
10413 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10414 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10415 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10416 Delete macro.
10417
2da6aac3
DJ
104182004-02-29 Daniel Jacobowitz <drow@mvista.com>
10419
10420 * inflow.c (terminal_inferior): Don't give up the terminal if we
10421 previously couldn't get the inferior's terminal state.
10422
6ba34a8d
DJ
104232004-02-29 Daniel Jacobowitz <drow@mvista.com>
10424
10425 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10426 PC_REGNUM.
10427
faae5abe
AC
104282004-02-28 Andrew Cagney <cagney@redhat.com>
10429
10430 * NEWS: Refer to GDB 6.1.
10431 * README: Refer to GDB 6.1.
10432 * PROBLEMS: Refer to GDB 6.1.
10433
2227a3c5
DJ
104342004-02-28 Daniel Jacobowitz <drow@mvista.com>
10435
10436 * thread-db.c (disable_thread_signals): Remove unused function.
10437
80571bff
MK
104382004-02-28 Mark Kettenis <kettenis@gnu.org>
10439
041bd74b
MK
10440 * amd64-nat.c: Include "gdb_string.h".
10441 (amd64_collect_native_gregset): Zero-extend the 32-bit
10442 general-purpose registers and %eip.
10443
3c017e40
MK
10444 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10445 * amd64-tdep.c (amd64_collect_fxsave): New function.
10446 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10447
80571bff
MK
10448 * i387-tdep.h: Update copyright year.
10449 (i387_collect_fxsave): New prototype.
10450 * i387-tdep.c: Update copyright year.
10451 (i387_collect_fxsave): New function containing most of the code
10452 from i387_fill_fxsave.
10453 (i387_fill_fxsave): Call i387_collect_fxsave.
10454
50d71875
AC
104552004-02-28 Andrew Cagney <cagney@redhat.com>
10456
10457 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10458 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10459
4a28816e
MK
104602004-02-28 Mark Kettenis <kettenis@gnu.org>
10461
10462 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10463
dbda9972
AC
104642004-02-28 Andrew Cagney <cagney@redhat.com>
10465
10466 * utils.c: Use "", instead of <>, to include readline.
10467 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10468 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10469 * source.c, solib.c, exec.c, event-top.c: Ditto.
10470 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10471 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10472 * Makefile.in: Update all dependencies.
10473 (readline_tilde_h, readline_history_h): Define.
10474 (readline_headers): Delete.
10475
83277a99
MK
104762004-02-28 Mark Kettenis <kettenis@gnu.org>
10477
91ae4303
MK
10478 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10479 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10480 "config/i386/tm-lx64.h".
10481
83277a99
MK
10482 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10483 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10484 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10485
6e1d7d6c
AC
104862004-02-28 Andrew Cagney <cagney@redhat.com>
10487
ecc9ac84
AC
10488 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10489
6e1d7d6c
AC
10490 * breakpoint.c (_initialize_breakpoint): Use
10491 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10492 Add help to show command.
10493
9671aeef
MK
104942004-02-28 Mark Kettenis <kettenis@gnu.org>
10495
7fa2737c
MK
10496 * i386-nat.c: Reformat to be closer to coding standards.
10497 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10498 `retval'. Make variables `align' and `size' local to while-loop.
10499 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10500 (_initialize_i386_nat): New prototype.
10501
9671aeef
MK
10502 * tui/tui.c: Include <readline/readline.h> instead of
10503 "readline/readline.h". Include it after <term.h> and
10504 "gdb_curses.h".
10505
fca7aa43
AC
105062004-02-27 Andrew Cagney <cagney@redhat.com>
10507
412275d5
AC
10508 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10509 the new frame unwind code.
10510 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10511 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10512 PCOQ_HEAD_REGNUM.
10513
fca7aa43
AC
10514 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10515 "return_value" and "push_dummy_call".
10516 (hppa32_use_struct_convention): Delete unused function.
10517 (hppa32_store_return_value): Delete unused function.
10518 (hppa32_extract_return_value): Delete unused function.
10519 (hppa32_stack_align): Delete function.
10520
e6a8a7d2
EZ
105212004-02-27 Eli Zaretskii <eliz@elta.co.il>
10522
10523 * coffread.c (enter_linenos): Don't let rawptr reference memory
10524 outside linetab[]'s limits.
10525
1797a8f6
AC
105262004-02-27 Andrew Cagney <cagney@redhat.com>
10527
10528 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10529 inferior stack space - the stack needs to grow upwards.
10530 (hppa32_frame_align): New function.
10531 (hppa64_frame_align): Replace hppa_frame_align.
10532 (hppa_gdbarch_init): Update.
10533
2e4b5889
OF
105342004-02-26 Orjan Friberg <orjanf@axis.com>
10535
10536 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10537 (dwarf2-frame.h): Include.
10538 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10539 Remove static variables related to ABI setting.
10540 (struct gdbarch_tdep): Remove cris_abi member.
10541 (struct frame_extra_info): Remove.
10542 (cris_unwind_cache, stack_item): New structs.
10543 (cris_frame_unwind, cris_frame_base): New variables.
10544 (push_stack_item, pop_stack_item)
10545 (cris_frame_unwind_cache, cris_frame_this_id)
10546 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10547 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10548 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10549 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10550 (cris_reg_struct_has_addr): New functions.
10551 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 10552 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
10553 (cris_store_struct_return, cris_frameless_function_invocation)
10554 (cris_pop_frame, cris_skip_prologue_main)
10555 (cris_abi_original_store_return_value)
10556 (cris_abi_v2_store_return_value)
10557 (cris_abi_original_extract_return_value)
10558 (cris_abi_v2_extract_return_value)
10559 (cris_abi_original_reg_struct_has_addr)
10560 (cris_abi_v2_reg_struct_has_addr)
10561 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10562 (cris_push_return_address, cris_abi_update): Remove.
10563 (_initialize_cris_tdep): Remove ABI command.
10564 (cris_dump_tdep): Ditto.
8718a420 10565 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
10566 Set store_return_value, extract_return_value, push_dummy_code,
10567 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10568 frame_unwind_append_sniffer, frame_base_set_default.
10569 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10570 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10571 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 10572 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
10573 init_extra_frame_info, frameless_function_invocation, frame_chain,
10574 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10575 dummy_write_sp.
8718a420 10576
6b9acc27
JJ
105772004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10578
10579 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10580 * valprint.c (print_hex_chars): Change from static to external.
10581 (print_char_chars): New function.
10582 * printcmd.c (print_scalar_formatted): For integer and enum types
10583 that are longer than LONGEST, perform processing via appropriate
10584 print_*_chars routines.
10585
a431654a
AC
105862004-02-26 Andrew Cagney <cagney@redhat.com>
10587
10588 * Makefile.in: Update dependencies.
10589 Changes from Ulrich Weigand,
10590 * s390-tdep.c: Include "dwarf2-frame.h".
10591 (s390_dwarf2_frame_init_reg): New function.
10592 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10593 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10594
fa8d40ab
JJ
105952004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10596
10597 * breakpoint.c (pending_break_support): New setting variable.
10598 (break_command_1): Account for pending_break_support setting
10599 when creating pending breakpoints.
10600 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10601 (_initialize_breakpoint): Add "set breakpoint pending" and
10602 "show breakpoint pending" commands.
10603
0dcd613f
AC
106042004-02-26 Andrew Cagney <cagney@redhat.com>
10605
10606 Fix PR i18n/1570.
10607 * charset.c (backslashable, backslashed, represented): Remove 'e'
10608 from list of escaped characters, not part of ISO-C.
10609
479272a3
JB
106102004-02-25 J. Brobecker <brobecker@gnat.com>
10611
10612 From Peter Schauer <schauer@pdf.de>:
10613 * tui/tui.c: Move system header includes after local includes.
10614 Fixes a build failure on solaris systems.
10615
7613d933
JB
106162004-02-25 J. Brobecker <brobecker@gnat.com>
10617
10618 * configure.in: Refine the previous change.
10619 * configure: Regenerate.
10620
9c1488cb
MK
106212004-02-25 Mark Kettenis <kettenis@gnu.org>
10622
10623 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10624 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10625 "amd64-tdep.h" instead of "x86-64-tdep.h".
10626 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10627 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10628 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10629 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10630 and "x86-64-tdep.c".
10631 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10632 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10633 and "x86-64-tdep.c".
10634 * amd64bsd-nat.c: Update copyright year.
10635 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10636 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10637 "x86-64-tdep.h".
10638 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10639 "x86-64-tdep.h".
10640 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10641 "x86-64-tdep.h".
10642 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10643 "x86-64-tdep.h".
10644 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10645 "x86-64-tdep.h".
10646 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10647 "x86-64-tdep.h".
8718a420 10648 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
10649 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10650 * Makefile.in (amd64_linux_tdep_h): Renamed from
10651 x86_64_linux_tdep_h.
10652 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10653 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10654 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10655 (amd64obsd-tdep.o): Update dependencies.
10656 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10657 dependencies.
10658 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10659 dependencies.
10660 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10661 amd64-linux-nat.c amd64-linux-tdep.c.
10662 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10663 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10664 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10665 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10666 amd64-tdep.o and amd64-linux-tdep.o.
10667 (TM_FILE): Set to tm-linux64.h.
10668 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10669 (NAT_FILE): Set to nm-linux64.h.
10670 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10671 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10672 amd64-tdep.o.
10673 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10674 amd64-tdep.o.
10675 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10676 amd64-tdep.o.
10677
4b8dad4a
RM
106782004-02-25 Roland McGrath <roland@redhat.com>
10679
10680 * remote.c (remote_protocol_qPart_auxv): New variable.
10681 (init_all_packet_configs): Initialize it.
10682 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10683 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10684 (show_remote_cmd): Call it.
10685 (_initialize_remote): Initialize commands.
10686 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10687 service TARGET_OBJECT_AUXV requests.
10688
66745969
JB
106892004-02-25 J. Brobecker <brobecker@gnat.com>
10690
10691 * configure.in: Make sure that the wborder function is available.
10692 Otherwise, search for it in the cur_colr library.
10693 * configure: Regenerate.
10694
79508e1e
AC
106952004-02-25 Andrew Cagney <cagney@redhat.com>
10696
10697 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10698
571ee600
MK
106992004-02-25 Mark Kettenis <kettenis@gnu.org>
10700
10701 * config/i386/tm-x86-64linux.h: Tweak comments.
10702
2b1b322f 107032004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
10704
10705 * MAINTAINERS: Add self to write-after-approval list.
10706
4d2acc65
AC
107072004-02-25 Andrew Cagney <cagney@redhat.com>
10708
4b8dad4a 10709 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
10710 * cli/cli-script.c (execute_control_command): Unconditionally
10711 install a cleanup. Default "ret" to "invalid_control". Use
10712 "break" instead of "return" to escape from the switch.
10713
4cfcaf21
JB
107142004-02-24 J. Brobecker <brobecker@gnat.com>
10715
10716 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10717 with the lines macro defined in term.h on AiX.
10718 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10719 a collision with the label_width macro defined in term.h on AiX.
10720
54a5c8d8
KB
107212004-02-23 David Mosberger <davidm@hpl.hp.com>
10722
10723 Committed by Kevin Buettner <kevinb@redhat.com>.
10724
10725 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10726 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10727 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10728 instead of ia64_write_pc().
10729 * ia64-linux-tdep.c (regcache.h): Include.
10730 (ia64_linux_write_pc): New function.
4b8dad4a 10731
8a1dac83
RM
107322004-02-23 Roland McGrath <roland@redhat.com>
10733
10734 * auxv.c (info_auxv_command): Fix typos in error messages.
10735
90f90721
MK
107362004-02-23 Mark Kettenis <kettenis@gnu.org>
10737
8a1dac83 10738 * x86-64-tdep.h: Tweak comment.
90f90721
MK
10739 (enum amd64_regnum): New.
10740 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10741 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10742 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10743 (X86_64_XMM1_REGNUM): Removed.
10744 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10745 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10746 prototypes for renamed functions.
10747 * x86-64-tdep.c: Fix typo.
10748 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10749 register numbers.
10750 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10751 Use constants from `enum amd64_regnum' for register numbers.
10752 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10753 (amd64_analyze_prologue, amd64_frame_cache,
10754 amd64_sigtramp_frame_cache): Use constants from `enum
10755 amd64_regnum' for register numbers.
10756 (amd64_supply_fpregset): Adjust for renamed functions.
10757 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10758 `enum amd64_regnum' for register numbers.
10759 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10760 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10761 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10762 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10763 (amd64_linux_fill_gregset): Adjust for renamed macros.
10764 (fetch_core_registers): Adjust for renamed functions.
10765 (amd64_linux_init_abi): Adjust for renamed functions.
10766 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10767 renamed functions.
10768 * amd64-nat.c: Adjust for renamed macros.
10769 * amd64bsd-nat.c (fetch_inferior_registers)
10770 (store_inferior_registers): Use constants from `enum amd64_regnum'
10771 for register numbers. Adjust for renamed variables.
10772 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10773 renamed variables.
10774 (_initialize_amd64fbsd_nat): Use constants from `enum
10775 amd64_regnum' for register numbers.
10776 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10777 `enum amd64_regnum' for register numbers.
10778 (amd64fbsd_init_abi): Adjust for renamed functions.
10779 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10780 `enum amd64_regnum' for register numbers.
10781 (amd64nbsd_init_abi): Adjust for renamed functions.
10782 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10783 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10784 `enum amd64_regnum' for register numbers.
10785 (amd64obsd_init_abi): Adjust for renamed functions.
10786 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10787
d5479188
JJ
107882004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10789
10790 * breakpoint.c (print_one_breakpoint): Do not output spaces
10791 after printing <PENDING> for a pending breakpoint.
10792
81cb7cc9
JJ
107932004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10794
10795 * printcmd.c (print_scalar_formatted): Initialize val_long
10796 to remove compiler warning message.
10797
cbdeadca
JJ
107982004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10799
10800 * defs.h (nquery, yquery): New prototypes.
10801 * breakpoint.c (break_command_1): Use new nquery interface.
10802 * utils.c (defaulted_query, nquery, yquery): New functions.
10803
da6bab63
AC
108042004-02-23 Andrew Cagney <cagney@redhat.com>
10805
2f690297
AC
10806 * hppa-tdep.c (hppa_frame_align): New function.
10807 (hppa32_push_dummy_call): New function.
10808 (hppa64_push_dummy_call): New function.
10809 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10810 disabled.
8a1dac83 10811
da6bab63
AC
10812 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10813 FIX_CALL_DUMMY when push_dummy_call is available.
10814 (call_function_by_hand, push_dummy_code): Ditto.
10815
abf9b42d
AC
108162004-02-22 Andrew Cagney <cagney@redhat.com>
10817
10818 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10819 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10820 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10821 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10822 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10823 call_dummy_location to ON_STACK.
10824
10fc94a4
MK
108252004-02-22 Mark Kettenis <kettenis@gnu.org>
10826
51433e4b
MK
10827 * x86-64-linux-tdep.c: Tweak comment.
10828 (amd64_linux_supply_gregset): Renamed from
10829 x86_64_linux_supply_gresget.
10830 (amd64_linux_fill_gregset): Renamed from
10831 x86_64_linux_fill_gregset.
10832 (fetch_core_registers): Adjust for renamed functions.
10833 (amd64_core_fns): Renamed from x86_64_core_fns.
10834 (amd64_linux_sigtramp_start): Renamed from
10835 x86_64_linux_sigtramp_start.
10836 (amd64_linux_pc_in_sigtramp): Renamed from
10837 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10838 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10839 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10840 (amd64_linux_sigcontext_addr): Renamed from
10841 x86_64_linux_sigcontext_addr.
10842 (amd64_linux_sc_reg_offset): Renamed from
10843 x86_64_linux_sc_reg_offset.
10844 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10845 Adjust for renamed functions and variables.
10846 (_initialize_amd64_linux_tdep): Renamed from
10847 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10848 variables.
10849 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10850 Adjust for renamed functions.
10851
430eaf2e
MK
10852 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10853 from x86_64_linux_gregset64_reg_offset.
10854 (amd64_linux_gregset32_reg_offset): Rename from
10855 x86_64_linux_gregset64_reg_offset.
10856 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10857 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10858 (amd64_linux_dr_set_control): Renamed from
10859 x86_64_linux_dr_set_control. Adjust for renamed functions.
10860 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10861 Adjust for renamed functions.
10862 (amd64_linux_dr_reset_addr): Renamed from
10863 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10864 (amd64_linux_dr_get_status): Renamed from
10865 x86_64_linux_dr_get_status. Adjust for renamed functions.
10866 (_initialize_amd64_linux_nat): Renamed from
10867 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10868 functions.
10869 * config/i386/nm-x86-64linux.h: Update copyright year.
10870 Adjust for renamed functions.
10871
10fc94a4
MK
10872 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10873 amd64fbsd_sigtramp_start.
10874 (amd64fbsd_sigtramp_end_addr): Renamed from
10875 amd64fbsd_sigtramp_end.
10876 (amd64fbsd_init_abi): Adjust for renamed variables.
10877 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10878 variables.
10879 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10880 amd64fbsd_sigtramp_start.
10881 (amd64fbsd_sigtramp_end_addr): Renamed from
10882 amd64fbsd_sigtramp_end.
10883
343af405
AC
108842004-02-22 Andrew Cagney <cagney@redhat.com>
10885
537987fc
AC
10886 * hppa-tdep.c (hppa32_return_value): New function.
10887 (hppa64_return_value): New function.
10888 (hppa_gdbarch_init): Set return_value; keep disabled.
10889
fad850b2
AC
10890 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10891 struct-return and inferior function call methods.
10892
26d08f08
AC
10893 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10894 "frame-base.h".
10895 (struct hppa_frame_cache): Define.
10896 (hppa_frame_cache, hppa_frame_this_id): New functions.
10897 (hppa_frame_prev_register): New function.
10898 (hppa_frame_unwind, hppa_frame_base): New variables.
10899 (hppa_frame_unwind_sniffer): New function.
10900 (hppa_frame_base_address, hppa_unwind_pc): New function.
10901 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10902 sniffer, and frame base sniffer; keep disabled.
10903 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10904 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10905
e7d7bd65
AC
10906 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10907 to predicates for "seriously old code".
10908
e963316f
AC
10909 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10910 runtime if(0).
10911
56132691
AC
10912 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10913 unsigned.
10914 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 10915
343af405
AC
10916 * config/pa/tm-hppa.h: Update copyright.
10917 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10918 (deprecated_init_frame_pc_default): Delete declaration.
10919 (hppa_frame_init_saved_regs): Delete declaration.
10920 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10921 * hppa-tdep.c: Include "arch-utils.h".
10922 (hppa_gdbarch_init): Set deprecated init_frame_pc
10923 and deprecated frame_init_saved_regs.
10924 (hppa_frame_init_saved_regs): Make static.
10925
f5859b4d
MK
109262004-02-22 Mark Kettenis <kettenis@gnu.org>
10927
86f6f8e7 10928 Remove old 386BSD support.
cf7c5c23 10929 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
10930 * configure.host: Remove i[34567]86-*-bsd*.
10931 * configure.tgt: Remove i[34567]86-*-bsd*.
10932 * i386b-nat.c: Removed.
10933 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
10934 (i386b-nat.o): Remove dependencies.
10935
86f6f8e7
MK
10936 * config/i386/i386bsd.mh: Removed.
10937 * config/i386/i386bsd.mt: Removed.
10938 * config/i386/nm-i386bsd.h: Removed.
10939 * config/i386/tm-i386bsd.h: Removed.
10940 * config/i386/xm-i386bsd.h: Removed.
10941
971218cd
MK
10942 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10943
7e654c37
MK
10944 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10945 (amd64fbsd_init_abi): Set link map offsets.
10946 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10947 (amd64nbsd_init_abi): Set link map offsets.
10948 * amd64obsd-tdep.c: Include "solib-svr4.h".
10949 (amd64obsd_init_abi): Set link map offsets.
10950 * i386fbsd-tdep.c: Include "solib-svr4.h".
10951 (i386fbsd_init_abi): Set link map offsets.
10952 * i386nbsd-tdep.c: Include "solib-svr4.h".
10953 (i386nbsdelf_init_abi): Set link map offsets.
10954 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10955 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10956 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10957 solib-legacy.o and core-aout.o. Reformat.
10958 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10959 solib-svr4.o, solib-legacy.o. Reformat.
10960 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10961 * config/i386/nbsdelf.mh: Reformat.
10962 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10963 solib-svr4.o, solib-legacy.o and corelow.o.
10964 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10965 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10966 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10967 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10968 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10969 (TM_FILE): Set to tm-fbsd.h.
10970 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10971 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10972 solib-svr4.o.
10973 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10974 solib-svr4.o.
10975 (TM_FILE): Set to nm-nbsd.h.
10976 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10977 Simplify shared library support. Don't include "elf/common.h".
10978 (SVR4_SHARED_LIBS): Don't define.
10979 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10980 "solib.h".
10981 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10982 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10983 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10984 Don't include "i386/tm-i386.h". Include "solib.h".
10985 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10986 Don't include "i386/tm-i386.h".
10987 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10988 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10989 Include "i386/xm-i386.h".
10990 (HOST_LONG_DOUBLE_FORMAT): Remove.
10991
5d93ae8c
MK
10992 Fix OpenBSD/i386 sigtramp recognition.
10993 * i386-tdep.h: Update copyright year.
10994 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10995 (i386bsd_sigtramp_end): New prototypes.
10996 (i386fbsd_sigtramp_start_addr): Renamed from
10997 i386fbsd_sigtramp_start.
10998 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10999 (i386obsd_sigtramp_start_addr): Renamed from
11000 i386obsd_sigtramp_start.
11001 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11002 * i386bsd-tdep.c: Update copyright year.
11003 (i386bsd_pc_in_sigtramp): Make public.
11004 * i386fbsd-nat.c: Update copyright year.
11005 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11006 * i386fbsd-tdep.c: Update copyright year.
11007 (i386fbsd_sigtramp_start_addr): Renamed from
11008 i386fbsd_sigtramp_start.
11009 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11010 (i386fbsdaout_init_abi): Adjust for renamed variables.
11011 * i386obsd-nat.c: Update copyright year.
11012 (_initialize_i386obsd_nat): Adjust for renamed variables.
11013 * i386obsd-tdep.c: Include "target.h".
11014 (i386obsd_page_size): New variable.
11015 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11016 (i386obsd_sigtramp_end): New functions.
11017 (i386obsd_sigtramp_start_addr): Renamed from
11018 i386obsd_sigtramp_start.
11019 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11020 (i386obsd_init_abi): Adjust for renamed variables. Set
11021 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11022 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11023
84d04465
MK
11024 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11025 trampoline change in OpenBSD kernel.
11026
b053aceb
MK
11027 * amd64-nat.c: Update copyright year.
11028 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11029 architecture from REGCACHE.
11030
f5859b4d
MK
11031 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11032 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11033
e4bbbda8
MK
110342004-02-21 Mark Kettenis <kettenis@gnu.org>
11035
ba361932
MK
11036 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11037 i[34567]86-*-openbsd3.[0-3].
11038 * config/i386/obsdaout.mh: New file.
11039
d3e48264
MK
11040 * config/i386/obsd.mh (MH_FLAGS): Remove.
11041
60a6eeb6
MK
11042 Fix PR build/1549.
11043 * i386obsd-tdep.c: Update copyright years. Include
11044 "solib-svr4.h".
11045 (i386obsd_init_abi): Don't set regset_from_core_section here.
11046 (i386obsd_aout_init_abi): New function. Set
11047 regset_from_core_section here.
11048 (i386obsd_elf_init_abi): New function.
11049 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11050 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11051 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11052 (TM_FILE): Set to tm-nbsd.h.
11053
11054 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11055 solib-sunos.o.
11056
e4bbbda8
MK
11057 * solib-svr4.h: Update copyright year.
11058 (svr4_ilp32_fetch_link_map_offsets)
11059 (svr4_lp64_fetch_link_map_offsets): New prototype.
11060 * solib-svr4.c: Update copyright year.
11061 (svr4_ilp32_fetch_link_map_offsets)
11062 (svr4_lp64_fetch_link_map_offsets): New function.
11063
f6fe98ef
DJ
110642004-02-20 Daniel Jacobowitz <drow@mvista.com>
11065
11066 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11067 to the partial symbol table.
11068
589ca796
JB
110692004-02-20 J. brobecker <brobecker@gnat.com>
11070
11071 * PROBLEMS: Add description of problem documented under gdb/1560.
11072
2031c21a
MK
110732004-02-20 Mark Kettenis <kettenis@gnu.org>
11074
30b344b1
MK
11075 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11076 comments.
11077 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11078 functions.
11079 (amd64obsd_init_abi): Reorder initializations. Use
11080 amd64obsd_r_reg_offset to initialize the general-purpose register
11081 set details. Set regset_from_core_section.
11082 (_initialize_amd64obsd_tdep): Rename from
11083 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11084 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11085 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11086
2031c21a
MK
11087 * NEWS (New native configurations): Mention OpenBSD/alpha.
11088 * configure.tgt: Add alpha*-*-openbsd*.
11089 * configure.host: Add alpha*-*-openbsd*.
11090 * alphanbsd-tdep.c: Update copyright year.
11091 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11092
42471775
AC
110932004-02-20 Andrew Cagney <cagney@redhat.com>
11094
11095 Fix PR tdep/1372.
11096 * configure.tgt: Delete target "none-*-*".
11097 * configure.host: Delete host "none-*-*".
11098 * config/none/none.mh: Delete file.
11099 * config/none/none.mt: Delete file.
11100 * config/none/xm-none.h: Delete file.
11101 * config/none/tm-none.h: Delete file.
11102 * config/none/nm-none.h: Delete file.
11103
960ccd7d
FF
111042004-02-19 Fred Fish <fnf@redhat.com>
11105
11106 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11107 cache->uses_fp prior to setting it.
11108
5f883edd
FF
111092004-02-19 Fred Fish <fnf@redhat.com>
11110
11111 Fix for PR breakpoint/1558.
11112 * sh-tdep.c (IS_JSR): New macro.
11113 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11114
f98c22d5
JB
111152004-02-19 Jim Blandy <jimb@redhat.com>
11116
11117 * findvar.c (value_from_register): Doc fix.
11118
95051d27
JJ
111192004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11120
11121 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11122 type being greater than sizeof of host's LONGEST. Always use
11123 unpack_long() unless format 'f' chosen.
11124
ccefbec3
EZ
111252004-02-19 Joel Brobecker <brobecker@gnat.com>
11126
11127 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 11128
ccefbec3
EZ
11129 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11130 contains a symbol wich is the best, non-exact match for the given
11131 pc. Update comments.
11132
111332004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 11134
2ede629f
EZ
11135 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11136 macro, which was part of the now removed Mach 3 port.
11137 * utils.c (request_quit): Ditto.
11138
567ee972
MK
111392004-02-18 Mark Kettenis <kettenis@gnu.org>
11140
11141 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11142 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11143
50cca7bb
MK
111442004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11145
11146 Committed by Mark Kettenis <kettenis@gnu.org>.
11147
11148 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11149 Define.
11150
226361c4
AC
111512004-02-18 Andrew Cagney <cagney@redhat.com>
11152
11153 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11154 CONFIG_INSTALL and CONFIG_UNINSTALL.
11155 * configure: Re-generate.
11156 * interps.h (INTERP_TUI): Define.
11157 * Makefile.in: Update dependencies.
11158 (TUI): New macro.
11159 (tui-main.o): Specify dependencies.
11160 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11161 * tui/tui-main.c: New file.
11162
49cfa46f
MK
111632004-02-18 Mark Kettenis <kettenis@gnu.org>
11164
e2879ccb
MK
11165 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11166 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11167 dependencies.
11168 * configure.host: Add x86_64-*-openbsd*.
11169 * configure.tgt: Add x86_64-*-openbsd*.
11170 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11171
c43f4bec
MK
11172 * tui/tui.c: Don't include <malloc.h>.
11173
09ae75b6
MK
11174 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11175 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11176 amd64nbsd-tdep.c.
11177
49cfa46f 11178 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 11179 static. Remove extraneous whitespace.
49cfa46f
MK
11180 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11181 static.
11182
05957fdb
JB
111832004-02-17 Jim Blandy <jimb@redhat.com>
11184
11185 * findvar.c (value_from_register): Doc fix.
11186
d0f54f9d
JB
111872004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11188
11189 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 11190
8a1dac83 11191 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
11192 CORE_ADDR as type for selectors. Correct types for GNU run time
11193 message lookup function to use double indirection.
11194 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11195 * objc-lang.h (lookup_child_selector): Adapt prototype.
11196
9cbd5950
JB
11197 * s390-nat.c (SUBOFF): New macro.
11198 (supply_gregset, fill_gregset): Use it to handle debugging
11199 of 32-bit exectuables running under a 64-bit kernel.
11200 * s390-tdep.c: Include "solib-svr4.h".
11201 (s390_svr4_fetch_link_map_offset): New function.
11202 (s390x_svr_fetch_link_map_offset): Likewise.
11203 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11204 * Makefile.in (s390-tdep.o): Update dependencies.
11205
a8c99f38
JB
11206 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11207 "frame-unwind.h".
11208 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11209 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11210 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11211 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11212 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11213 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 11214 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
11215 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11216 (struct frame_extra_info): Remove.
11217 (s390_memset_extra_info): Remove.
f73b1eff
JB
11218 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11219 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11220 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
11221 (is_rse): Renamed to ...
11222 (is_rsy): ... this. Support long displacements.
11223 (is_rxe): Renamed to ...
11224 (is_rxy): ... this. Support long displacements.
11225 (compute_x_addr): Support long displacements.
11226 (struct s390_prologue_data): New data type.
11227 (s390_on_stack): Change API to use struct s390_prologue_data.
11228 (s390_store): Reimplement.
11229 (s390_load): New function.
11230 (s390_get_signal_frame_info): Remove.
11231 (s390_get_frame_info): Remove, replace by ...
11232 (s390_analyze_prolog): ... this new function.
11233 (s390_check_function_end): Remove.
11234 (s390_function_start): Remove.
11235 (s390_frameless_function_invokation): Remove.
11236 (s390_is_sigreturn): Remove.
11237 (s390_init_frame_pc_first): Remove.
11238 (s390_init_frame_extra_info): Remove.
11239 (s390_frame_init_saved_regs): Remove.
11240 (s390_frame_saved_pc_nofix): Remove.
11241 (s390_frame_saved_pc): Remove.
11242 (s390_frame_chain): Remove.
11243 (s390_fp_regnum, s390_read_fp): Remove.
11244 (s390_pop_frame_regular, s390_pop_frame): Remove.
11245 (s390_saved_pc_after_call): Remove.
11246 (s390_skip_prologue): Reimplement.
11247 (s390_in_function_epilogue_p): Support long displacements.
11248 (struct s390_unwind_cache): New data structure.
11249 (s390_frame_unwind_cache): New function.
11250 (s390_prologue_frame_unwind_cache): Likewise.
11251 (s390_backchain_frame_unwind_cache): Likewise.
11252 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11253 (s390_frame_unwind): Define.
11254 (s390_frame_sniffer): New function.
11255 (struct s390_pltstub_unwind_cache): New data structure.
11256 (s390_pltstub_frame_unwind_cache): New function.
11257 (s390_pltstub_frame_this_id): Likewise.
11258 (s390_pltstub_frame_prev_register): Likewise.
11259 (s390_pltstub_frame_unwind): Define.
11260 (s390_pltstub_frame_sniffer): New function.
11261 (struct s390_sigtramp_unwind_cache): New data structure.
11262 (s390_sigtramp_frame_unwind_cache): New function.
11263 (s390_sigtramp_frame_this_id): Likewise.
11264 (s390_sigtramp_frame_prev_register): Likewise.
11265 (s390_sigtramp_frame_unwind): Define.
11266 (s390_sigtramp_frame_sniffer): New function.
11267 (s390_frame_base_address, s390_local_base_address): New functions.
11268 (s390_frame_base): Define.
11269 (s390_unwind_pc, s390_unwind_sp): New function.
11270 (s390_push_dummy_call): Use new frame base location.
11271 (s390_unwind_dummy_id): Likewise.
11272 (s390_gdbarch_init): Remove calls to:
11273 set_gdbarch_frameless_function_invocation,
11274 set_gdbarch_deprecated_init_frame_pc,
11275 set_gdbarch_deprecated_frame_chain,
11276 set_gdbarch_deprecated_frame_init_saved_regs,
11277 set_gdbarch_deprecated_pop_frame,
11278 set_gdbarch_deprecated_init_extra_frame_info,
11279 set_gdbarch_deprecated_init_frame_pc_first,
11280 set_gdbarch_deprecated_target_read_fp,
11281 set_gdbarch_deprecated_frame_saved_pc,
11282 set_gdbarch_deprecated_saved_pc_after_call,
11283 set_gdbarch_deprecated_fp_regnum.
11284 Add calls to:
11285 set_gdbarch_in_solib_call_trampoline,
11286 frame_unwind_append_sniffer,
11287 frame_base_set_default,
11288 set_gdbarch_unwind_pc,
11289 set_gdbarch_unwind_sp.
11290 * Makefile.in (s390-tdep.o): Update dependencies.
11291
b0cf273e
JB
11292 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11293 (S390_STACK_FRAME_OVERHEAD): Remove.
11294 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11295 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11296 (s390_promote_integer_argument): Remove.
11297 (s390_cannot_extract_struct_value_address): Remove.
11298 (s390_use_struct_convention, s390_store_struct_return): Remove.
11299 (s390_extract_return_value, s390_store_return_value): Remove.
11300 (s390_return_value_convention, s390_return_value): New functions.
11301 (is_float_singleton): Handle typedefs.
8a1dac83 11302 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
11303 Remove, replace by ...
11304 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11305 s390_function_arg_integer): ... these new functions.
11306 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11307 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11308 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11309 Fill in tdep->abi.
11310 Remove calls to:
11311 set_gdbarch_deprecated_store_struct_return,
11312 set_gdbarch_deprecated_extract_return_value,
11313 set_gdbarch_deprecated_store_return_value,
11314 set_gdbarch_use_struct_convention,
11315 set_gdbarch_extract_struct_value_address,
11316 set_gdbarch_deprecated_pc_in_call_dummy,
11317 set_gdbarch_deprecated_push_arguments,
11318 set_gdbarch_deprecated_save_dummy_frame_tos,
11319 set_gdbarch_deprecated_push_return_address,
11320 set_gdbarch_deprecated_sizeof_call_dummy_words,
11321 set_gdbarch_deprecated_call_dummy_words,
11322 set_gdbarch_deprecated_dummy_write_sp.
11323 Add calls to:
11324 set_gdbarch_push_dummy_call,
11325 set_gdbarch_unwind_dummy_id,
11326 set_gdbarch_return_value.
8a1dac83 11327
e1457d83
JB
11328 * config/s390/nm-linux.h: Update comments.
11329 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11330 (STOPPED_BY_WATCHPOINT): Redefine.
11331 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11332 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11333 (s390_stopped_by_watchpoint): Likewise.
11334 (watch_area_cnt): Remove.
11335 * s390-nat.c: Update comments.
11336 (watch_area): Remove typedef.
11337 Global replace watch_area by struct watch_area.
11338 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 11339 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
11340 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11341 (s390_fix_watch_points): Remove pid argument,
11342 use s390_inferior_tid. Recompute area spanned by watchpoints.
11343 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11344 argument. Reimplement.
11345
d0f54f9d
JB
11346 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11347 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11348 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 11349 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
11350 core-regset.o.
11351 * config/s390/s390x.mt: Remove.
11352 * config/s390/tm-s390.h: Remove.
11353 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11354 (TARGET_ELF64): Remove.
11355 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11356 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11357 s390*-*-* case; always set gdb_target to s390.
11358 * regformats/reg-s390.dat: Remove control registers.
11359 * regformats/reg-s390x.dat: Likewise.
11360 * s390-tdep.h: New file.
8a1dac83 11361 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
11362 Include "inferior.h" and "s390-tdep.h".
11363 Remove private definition of offsetof.
11364 (s390_register_u_addr): Remove.
11365 (regmap_gregset, regmap_fpregset): Define.
11366 (supply_gregset, fill_gregset): Reimplement.
11367 (supply_fpregset, fill_fpregset): Likewise.
11368 (s390_inferior_tid): New function.
11369 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11370 (fetch_inferior_registers, store_inferior_registers): Likewise.
11371 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11372 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11373 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11374 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11375 (struct gdbarch_tdep): Define.
11376 (struct s390_register_info): Define.
11377 (s390_register_info): New variable.
11378 (s390_register_name): Reimplement.
11379 (s390_register_type): New function.
11380 (s390_register_raw_size, s390x_register_raw_size): Remove.
11381 (s390_cannot_fetch_register): Remove.
11382 (s390_register_byte): Remove.
11383 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11384 (s390_dwarf_regmap): New variable.
11385 (s390_dwarf_reg_to_regnum): New function.
11386 (s390_stab_reg_to_regnum): Remove.
11387 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11388 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11389 (s390_convert_register_p): Likewise.
11390 (s390_register_to_value, s390_value_to_register): Likewise.
11391 (s390_register_reggroup_p): Likewise.
11392 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11393 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11394 (s390_supply_regset, s390_regset_from_core_section): New functions.
11395 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11396 (S390_FPR_SIZE): Likewise.
11397 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11398 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11399 (S390_NUM_GPRS): Move here from tm-s390.h.
11400 (S390_NUM_FPRS): Likewise.
11401 (s390_in_function_epilogue_p): New function.
11402 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11403 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11404 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11405 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11406 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11407 Remove calls to:
11408 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
11409 set_gdbarch_deprecated_max_register_virtual_size,
11410 set_gdbarch_deprecated_register_byte,
d0f54f9d 11411 set_gdbarch_cannot_fetch_register,
8a1dac83 11412 set_gdbarch_cannot_store_register,
d0f54f9d
JB
11413 set_gdbarch_deprecated_register_size,
11414 set_gdbarch_deprecated_register_raw_size,
11415 set_gdbarch_deprecated_register_virtual_size,
11416 set_gdbarch_deprecated_register_virtual_type,
11417 set_gdbarch_deprecated_register_bytes.
11418 Add calls to:
11419 set_gdbarch_num_pseudo_regs,
11420 set_gdbarch_register_type,
11421 set_gdbarch_convert_register_p,
11422 set_gdbarch_register_to_value,
11423 set_gdbarch_value_to_register,
11424 set_gdbarch_register_reggroup_p,
11425 set_gdbarch_regset_from_core_section,
11426 set_gdbarch_pseudo_register_read,
11427 set_gdbarch_pseudo_register_write,
11428 set_gdbarch_in_function_epilogue_p.
11429 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11430 (s390_tdep_h): New variable.
11431
8cfe231d
JB
114322004-02-17 Jim Blandy <jimb@redhat.com>
11433
4589a601
JB
11434 * findvar.c (value_from_register): If the type has no length, just
11435 return an acceptable value --- don't report an internal error.
11436
8cfe231d
JB
11437 * stabsread.c (read_type): If we find any type numbers that are
11438 forward references, complain if the references aren't resolved by
11439 the time we're finished reading.
11440 (cleanup_undefined_types): Make error message more appropriate for
11441 a complaint.
11442
5bf0017e
EZ
114432004-02-17 Elena Zannoni <ezannoni@redhat.com>
11444
9d62932d
EZ
11445 * Makefile.in (defs_h): Remove dependency on progress_h.
11446 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11447 progress.h.
11448 * main.c (captured_main): Delete use of START_PROGRESS and
11449 END_PROGRESS.
11450
114512004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 11452
5bf0017e
EZ
11453 * objfiles.c (terminate_minimal_symbol_table): Add back
11454 initialization of MSYMBOL_TYPE.
11455
9fc9f5e2
AC
114562004-02-17 David Mosberger <davidm@hpl.hp.com>
11457
11458 Committed by Andrew Cagney.
11459 * Makefile.in (ia64_tdep_h): New macro.
11460 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11461 (ia64-tdep.o): Likewise.
11462 * ia64-tdep.h: New file.
11463 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11464 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11465 (ia64_aix_sigcontext_register_address): Likewise.
11466 (ia64_linux_getunwind_table): Delete declaration.
11467 * ia64-linux-tdep.c: Likewise.
11468
76cd2bd9
CV
114692004-02-17 Corinna Vinschen <vinschen@redhat.com>
11470
11471 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11472 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11473 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11474
634aa483
AC
114752004-02-17 Andrew Cagney <cagney@redhat.com>
11476
11477 * symtab.c (skip_prologue_using_sal): New function.
11478 * symtab.h (skip_prologue_using_sal): Declare.
11479 * frv-tdep.c: Include "symtab.h".
11480 (skip_prologue_using_sal): Delete function.
11481 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11482 * rs6000-tdep.c (refine_prologue_limit): Mention
11483 skip_prologue_using_sal.
11484 * ia64-tdep.c (refine_prologue_limit): Ditto.
11485 * Makefile.in: Update dependencies.
11486
114872004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 11488
39ce7b3f
AC
11489 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11490 START_INFERIOR_TRAPS_EXPECTED.
11491 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11492 START_INFERIOR_TRAPS_EXPECTED.
11493 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11494 Delete macro.
11495 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11496 macro, moved to "nm-osf.h". Update copyright.
11497 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11498 update copyright.
11499
19772a2c
AC
11500 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11501 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11502 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11503 frameless_look_for_prologue.
11504 * frame.h (legacy_frameless_look_for_prologue): Rename
11505 frameless_look_for_prologue.
11506 * gdbarch.h, gdbarch.c: Re-generate.
11507 * sh64-tdep.c (sh64_gdbarch_init): Update.
11508 * sh-tdep.c (sh_gdbarch_init): Update.
11509 * s390-tdep.c (s390_gdbarch_init): Update.
11510 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11511 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11512 * m68k-tdep.c (m68k_gdbarch_init): Update.
11513 (delta68_frame_args_address): Update.
11514 * m32r-tdep.c (m32r_gdbarch_init): Update.
11515 * hppa-tdep.c (hppa_gdbarch_init): Update.
11516 * h8300-tdep.c (h8300_gdbarch_init): Update.
11517 * frv-tdep.c (frv_gdbarch_init): Update.
11518 (frv_frameless_function_invocation): Update.
11519 * cris-tdep.c (cris_gdbarch_init): Update.
11520 (cris_frameless_function_invocation): Update.
11521 * avr-tdep.c (avr_gdbarch_init): Update.
11522 * arm-tdep.c (arm_gdbarch_init): Update.
11523 * stack.c (frame_info): Update, call predicate.
11524 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11525 * frame.c (legacy_get_prev_frame): Update, call predicate..
11526 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11527 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11528 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11529 invocation.
11530 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11531 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11532 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
11533
11534 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11535 function.
11536
7dcaac91
DJ
115372004-02-16 Daniel Jacobowitz <drow@mvista.com>
11538
11539 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11540 initializations.
11541
88289b6e
AC
115422004-02-16 Andrew Cagney <cagney@redhat.com>
11543
11544 * tui/tui-windata.c: Include "gdb_string.h".
11545 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11546 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11547 * Makefile.in: Update dependencies.
11548
9f976b41
DJ
115492004-02-16 Daniel Jacobowitz <drow@mvista.com>
11550
11551 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11552 * infrun.c: Include "gdb_assert.h".
11553 (singlestep_ptid, saved_singlestep_ptid)
11554 (stepping_past_singlestep_breakpoint): New variables.
11555 (resume): Set singlestep_ptid. Check for singlestep thread
11556 hop.
11557 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11558 (handle_inferior_event): Handle singlestep thread hop.
11559
c324d747
AC
115602004-02-16 Andrew Cagney <cagney@redhat.com>
11561
f090b9b1
AC
11562 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11563 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11564 (dwarf2_frame_init_reg): Ditto.
11565
fd33e6cb
AC
11566 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11567 suggested by Joshua Neuheisel
11568
c324d747
AC
11569 * configure.in: Always check for curses, including pdcurses.
11570 Warn, instead of error, when no curses are found. Enable TUI when
11571 curses is available.
11572 * configure: Re-generate.
11573
b66ba949
CV
115742004-02-16 Corinna Vinschen <vinschen@redhat.com>
11575
11576 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11577 sh_sh4_register_convert_to_virtual.
11578 (sh_register_convert_to_raw): Rename from
11579 sh_sh4_register_convert_to_raw.
11580 (sh_pseudo_register_read): Accomodate above name change.
11581 (sh_pseudo_register_write): Ditto.
11582
b58cbbf2
CV
115832004-02-16 Corinna Vinschen <vinschen@redhat.com>
11584
11585 * sh-tdep.c (sh_generic_register_name): Remove.
11586 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11587
5929a910
AC
115882004-02-15 Andrew Cagney <cagney@redhat.com>
11589
4566dfcf
AC
11590 * configure.in (build_warnings): Add -Wunused-function.
11591 * configure: Re-generate.
11592
db11ed55
AC
11593 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11594 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11595
46ac7a5d
AC
11596 * procfs.c (procfs_init_inferior): Assume that
11597 START_INFERIOR_TRAPS_EXPECTED is defined.
11598 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11599 * config/ns32k/tm-nbsd.h: Delete file,
11600 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11601
ba801595
AC
11602 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11603 * config/vax/tm-vax.h: Delete file.
11604
5929a910
AC
11605 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11606 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11607 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11608 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11609 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11610 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11611 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11612
8f22cb90
MK
116132004-02-15 Mark Kettenis <kettenis@gnu.org>
11614
11615 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11616 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11617 (struct dwarf2_frame_ops): New.
11618 (dwarf2_frame_default_init_reg): New function, based on
11619 dwarf2_frame_init_reg.
11620 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11621 (dwarf2_frame_init_reg): Call architecture-specific function.
11622 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11623 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11624 instead of dwarf2_frame_data.
11625 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11626 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11627
8132723e
AC
116282004-02-15 Andrew Cagney <cagney@redhat.com>
11629
046a4708
AC
11630 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11631 register_gdbarch_swap.
11632 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11633 * f-lang.c (_initialize_f_language): Update, use
11634 DEPRECATED_REGISTER_GDBARCH_SWAP.
11635 * remote.c (_initialize_remote): Ditto.
11636 * regcache.c (_initialize_regcache): Ditto.
11637 * parse.c (_initialize_parse): Ditto.
11638 * infrun.c (_initialize_infrun): Ditto.
11639 * mi/mi-main.c (_initialize_mi_main): Ditto.
11640 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 11641
549c1eea
AC
11642 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11643 poking .cacheable directly.
11644 * symfile.c (symfile_bfd_open): Ditto.
11645
0c0b39de
AC
11646 * Makefile.in: Update all dependencies.
11647
8132723e
AC
11648 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11649 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11650 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11651 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11652 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 11653
b9d26eb9
AC
116542004-02-14 Andrew Cagney <cagney@redhat.com>
11655
8e1f669a
AC
11656 * arch-utils.c (legacy_convert_register_p): Check
11657 DEPRECATED_REGISTER_CONVERTIBLE_P.
11658 * findvar.c (value_of_register): Ditto.
11659
cd0bfa36
AC
11660 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11661 * gdbarch.h, gdbarch.c: Re-generate.
11662 * arch-utils.c (deprecated_register_convertible_not): Delete.
11663 * arch-utils.h (deprecated_register_convertible_not): Delete.
11664 * mi/mi-main.c (get_register): Update. Update copyright.
11665 * infcmd.c (default_print_registers_info): Update.
11666
b9d26eb9
AC
11667 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11668 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11669 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 11670 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
11671 * frame.c (deprecated_get_next_frame_hack): Delete function.
11672 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11673 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11674 Update.
11675 * infcall.c (call_function_by_hand): Update.
11676
9ab9195f
EZ
116772004-02-14 Elena Zannoni <ezannoni@redhat.com>
11678
11679 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 11680 from here...
9ab9195f
EZ
11681 * objfiles.c (init_entry_point_info, entry_point_address):..to
11682 here.
11683 * symfile.h (init_entry_point_info, entry_point_address): Remove
11684 prototypes.
11685 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 11686 prototypes.
9ab9195f
EZ
11687 * cris-tdep.c: Remove include of symfile.h. Add include of
11688 objfiles.h.
11689 * infcall.c: Ditto.
11690 * mcore-tdep.c: Ditto.
11691 * mn10300-tdep.c: Ditto.
11692 * sh64-tdep.c: Ditto.
11693 * v850-tdep.c: Ditto.
11694 * arm-tdep.c: Remove include of symfile.h.
11695 * blockframe.c: Ditto.
11696 * coffread.c: Ditto.
11697 * dbxread.c: Ditto.
11698 * dwarf2read.c: Ditto.
11699 * dwarfread.c: Ditto.
8a1dac83 11700 * frv-tdep.c: Ditto.
9ab9195f
EZ
11701 * ia64-tdep.c: Ditto.
11702 * mdebugread.c: Ditto.
11703 * mipsread.c: Ditto.
8a1dac83 11704 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
11705 * s390-tdep.c: Ditto.
11706 * sh-tdep.c: Ditto.
8a1dac83 11707 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
11708 * gdbarch.sh: Remove include of symfile.h.
11709 * gdbarch.c: Regenerate.
11710 * solib-irix.c (enable_break): Use entry_point_address().
11711 Add comment about include file.
11712 * xcoffread.c: Add comment about include file.
8a1dac83
RM
11713 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11714 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11715 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11716 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
11717 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11718
c4c5b7ba
AC
117192004-02-13 Andrew Cagney <cagney@redhat.com>
11720
11721 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11722 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11723 copyright.
11724 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11725
3e7879de
FF
117262004-02-12 Fred Fish <fnf@redhat.com>
11727
11728 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11729 set_gdbarch_store_return_value.
11730
6a7760b6
AC
117312004-02-12 Andrew Cagney <cagney@redhat.com>
11732
11733 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11734 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11735 (interrupt_query): Ditto.
11736 (ofunc): Delete unused variable.
11737 * cris-tdep.c (cris_abi): Delete unused function.
11738 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11739 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11740 (cris_get_asr_quick_shift_steps): Ditto.
11741 (cris_skip_prologue_frameless_p): Ditto.
11742 * arm-tdep.c (arm_push_return_address): Delete unused function.
11743 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11744 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11745 * s390-tdep.c (s390_function_start): Delete unused function.
11746
31687c3c
AC
117472004-02-12 Andrew Cagney <cagney@redhat.com>
11748
11749 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11750 gdbarch.h, gdbarch.c: Re-generate.
11751 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11752 to generic_prologue_frameless_p.
11753 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11754 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11755
6de918a6
DJ
117562004-02-11 Daniel Jacobowitz <drow@mvista.com>
11757
11758 * mips-linux-tdep.c: Include "frame.h".
11759 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11760 (mips_linux_skip_resolver): New functions.
11761 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11762 and set_gdbarch_in_solib_call_trampoline.
11763 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11764 to after set_gdbarch_in_solib_return_trampoline. Only set the
11765 solib hooks to mips16 functions if the OS ABI is unknown.
11766 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11767 including "config/tm-linux.h".
11768 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11769 * Makefile.in (mips-linux-tdep.o): Update.
11770
87b3ede8
DC
117712004-02-11 David Carlton <carlton@kealia.com>
11772
11773 * linespec.c (decode_compound): Only look for a class symbol when
11774 considering all but the rightmost component.
11775
5979bc46
AC
117762004-02-11 Andrew Cagney <cagney@redhat.com>
11777
11778 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11779 abi code are are separatly grouped.
11780
5867a2fb
AC
117812004-02-11 Andrew Cagney <cagney@redhat.com>
11782
11783 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11784 * gdbarch.h, gdbarch.c: Re-generate.
11785 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11786 * v850-tdep.c (v850_gdbarch_init): Update.
11787 * sh64-tdep.c (sh64_gdbarch_init): Update.
11788 * sh-tdep.c (sh_gdbarch_init): Update.
11789 * s390-tdep.c (s390_gdbarch_init): Update.
11790 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11791 * mips-tdep.c (mips_gdbarch_init): Update.
11792 * mcore-tdep.c (mcore_gdbarch_init): Update.
11793 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11794 * m32r-tdep.c (m32r_gdbarch_init): Update.
11795 * ia64-tdep.c (ia64_gdbarch_init): Update.
11796 * hppa-tdep.c (hppa_gdbarch_init): Update.
11797 * h8300-tdep.c (h8300_gdbarch_init): Update.
11798 * frv-tdep.c (frv_gdbarch_init): Update.
11799 * d10v-tdep.c (d10v_gdbarch_init): Update.
11800 * cris-tdep.c (cris_gdbarch_init): Update.
11801 * avr-tdep.c (avr_gdbarch_init): Update.
11802 * arm-tdep.c (arm_gdbarch_init): Update.
11803 * alpha-tdep.c (alpha_gdbarch_init): Update.
11804
026a72f8
CV
118052004-02-11 Corinna Vinschen <vinschen@redhat.com>
11806
11807 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11808 comma.
11809 (sh_sh4al_dsp_register_name): Ditto.
11810
3903d437
AC
118112004-02-10 Andrew Cagney <cagney@redhat.com>
11812
11813 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11814 (mips_init_frame_pc_first): Delete function.
11815 (mips_frame_saved_pc): Delete function.
11816 (mips_frame_chain): Delete function.
11817 (mips_init_extra_frame_info): Delete function.
11818 (mips_xfer_register): Delete unused variable "reg".
11819 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11820 (mips_n32n64_return_value): Delete unused variable "reg".
11821 (mips_n32n64_return_value): Delete unused variable "pos".
11822 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11823 (mips_o32_return_value): Delete unused variable "pos".
11824 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11825 (mips_print_fp_register): Delete unused variable "namelen"
11826 (mips_print_fp_register): Delete unused variable "flt2"
11827 (get_frame_pointer): Delete function.
11828 (cached_proc_desc): Delete static variable.
11829 (mips_pop_frame): Delete function.
11830 (mips_find_saved_regs): Delete function.
11831 (mips_get_saved_register): Delete function.
11832 (mips_saved_pc_after_call): Delete function.
11833 (SIGFRAME_BASE): Delete macro.
11834 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11835 (SIGFRAME_PC_OFF): Delete macro.
11836 (SIGFRAME_REGSAVE_OFF): Delete macro.
11837 (mips_dump_tdep): Do not print deleted macro definitions.
11838
b9fb98bd
AC
118392004-02-10 Andrew Cagney <cagney@redhat.com>
11840
11841 * Makefile.in (SFILES): Remove explictly listed tui files.
11842 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11843
78ced177 118442004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 11845
78ced177
JJ
11846 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11847 to use paddr functions to format ia64 addresses and long values.
11848 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11849 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11850 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11851 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11852 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11853
6a83354a
AC
118542004-02-10 Andrew Cagney <cagney@redhat.com>
11855
11856 * defs.h: Do not include "tui.h".
11857 * gdb_curses.h: New file.
11858 * tui/tui-hooks.h: New file.
11859 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11860 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11861 (tui_initialize_io): Delete declaration.
11862 (tui_initialize_readline: Delete redundant declaration.
11863 (struct tui_point): Delete definition.
11864 * tui/tui-data.h (struct tui_point): Define.
11865 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11866 * utils.c: Include "tui/tui.h".
11867 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11868 * printcmd.c [TUI]: Include "tui/tui.h".
11869 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11870 * tui/tui-command.c: Include "gdb_curses.h".
11871 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11872 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11873 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11874 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11875 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11876 * Makefile.in: Update all dependencies.
11877 (tui_hooks_h, gdb_curses_h): Define.
11878 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11879
997470ef
EZ
118802004-02-10 Elena Zannoni <ezannoni@redhat.com>
11881
11882 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11883 auxf2. Add comments about some other rarely used fields.
11884
4ff2cc4d
AC
118852004-02-10 Andrew Cagney <cagney@redhat.com>
11886
11887 * Makefile.in (init.c): Fix script removing duplicates. Problem
11888 reported by Peter Schauer.
11889
1ab21617
EZ
118902004-02-09 Elena Zannoni <ezannoni@redhat.com>
11891
11892 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11893 obstack_specify_allocation.
11894 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 11895 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
11896 (allocate_rt_common_objfile): Ditto.
11897 * symfile.c (reread_symbols): Ditto.
11898 * gdb_obstack.h: Add comment.
11899
17763fd9
EZ
119002004-02-09 Elena Zannoni <ezannoni@redhat.com>
11901
11902 * linespec.c (decode_line_1, locate_first_half)
11903 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11904 commented out code.
11905
ec5cdd75
DJ
119062004-02-09 Daniel Jacobowitz <drow@mvista.com>
11907
11908 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11909 obstack_free.
11910
43b54b88
AC
119112004-02-09 Andrew Cagney <cagney@redhat.com>
11912
11913 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11914 fails, try find_pc_section. Fix PR c++/1267.
11915 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11916 instead of find_pc_mapped_section.
11917 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11918 not default to the section containing PC. Fix PR symtab/1519.
11919
edfae063
AC
119202004-02-09 Andrew Cagney <cagney@redhat.com>
11921
11922 * Makefile.in (mips-tdep.o): Update dependencies.
11923 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11924 "trad-frame.h".
11925 (mips_unwind_pc): Return the pseudo PC register.
11926 (mips_unwind_dummy_id): New function.
11927 (mips16_fetch_instruction): New function.
11928 (mips32_fetch_instruction): New function.
11929 (struct mips_frame_cache): Define.
11930 (mips_mdebug_frame_cache): New function.
11931 (mips_mdebug_frame_this_id): New function.
11932 (mips_mdebug_frame_prev_register): New function.
11933 (mips_mdebug_frame_unwind): Define.
11934 (mips_mdebug_frame_sniffer): New function.
11935 (mips_mdebug_frame_base_address): New function.
11936 (mips_mdebug_frame_base): Define.
11937 (mips_mdebug_frame_base_sniffer): New function.
11938 (mips_gdbarch_init): Append unwind and base sniffers. Set
11939 unwind_dummy_id.
11940
defc864c
AC
119412004-02-08 Andrew Cagney <cagney@redhat.com>
11942
6764ddad
AC
11943 * frame.c: Print both the register number and name.
11944
defc864c
AC
11945 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11946 and a sed into a single sed. Make .c and .o patterns more robust.
11947 (OBS): Delete.
11948 (INIT_FILES): Replace OBS with COMMON_OBS.
11949 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11950
645d6d10
MK
119512004-02-08 Mark Kettenis <kettenis@gnu.org>
11952
11953 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11954 the PT_WCOOKIE request.
11955
23e3c3fc
AC
119562004-02-08 Andrew Cagney <cagney@redhat.com>
11957
58dfe9ff
AC
11958 * mips-tdep.c (mips_unwind_pc): New function.
11959 (mips_gdbarch_init): Set mips_unwind_pc.
11960
1152e35e
AC
11961 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11962 (get_frame_id): Allow the UNKNOWN_FRAME.
11963 (frame_register_unwind, get_frame_type): Ditto.
11964
31b75dbf
AC
11965 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11966 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11967 unwind_dummy_id indicates a legacy frame.
11968
3483b318
AC
11969 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11970 * configure: Re-generate.
11971
23e3c3fc
AC
11972 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11973 methods.
11974
33f8ca73
AC
119752004-02-08 Andrew Cagney <cagney@redhat.com>
11976
11977 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11978 makefile macro.
11979 * configure: Re-generate.
11980 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11981 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11982 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11983 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11984 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11985 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11986 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11987 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11988 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11989 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11990
6ba8e26f 119912004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 11992
20d286a5
AC
11993 * Makefile.in: Update all dependencies.
11994
d836ee13
AC
11995 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11996 * configure: Re-generate.
11997 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11998 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11999 (COMMON_OBS): Add "main.o" and "annotate.o".
12000 (ANNOTATE_OBS): Delete.
12001 (OBS): Remove ANNOTATE_OBS.
12002 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12003 CONFIG_INITS.
12004 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12005 against CONFIG_OBS and "main.o".
12006 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12007 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12008
d02c80cd
AC
12009 * tui/tui-command.c: Include "gdb_string.h", delete register
12010 attribute, use ISO-C function signatures.
12011 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12012 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12013 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12014 * tui/tui.c: Ditto.
6ba8e26f
AC
12015
12016 * tui/tui-command.c: Change variable and function names to lower
12017 case.
12018 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12019 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12020 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12021 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12022 * tui/tui-winsource.c, tui/tui.c: Ditto.
12023
4a146b47
EZ
120242004-02-07 Elena Zannoni <ezannoni@redhat.com>
12025
12026 * buildsym.c (free_pending_blocks, finish_block)
12027 (record_pending_block, make_blockvector, end_symtab): Replace
12028 symbol_obstack with objfile_obstack.
8a1dac83 12029 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 12030 (coff_read_enum_type): Ditto.
8a1dac83 12031 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 12032 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 12033 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
12034 (dwarf2_symbol_mark_computed): Ditto.
12035 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12036 * elfread.c (elf_symtab_read): Ditto.
12037 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12038 (hpread_read_enum_type, hpread_read_function_type)
12039 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12040 Ditto.
8a1dac83 12041 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 12042 (java_link_class_type): Ditto.
8a1dac83 12043 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
12044 (new_symbol): Ditto.
12045 * minsyms.c (install_minimal_symbols): Ditto.
12046 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12047 (terminate_minimal_symbol_table): Replace symbol_obstack with
12048 objfile_obstack.
12049 (free_objfile): Remove freeing of symbol_obstack.
12050 * objfiles.h: Remove symbol_obstack field.
12051 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12052 objfile_obstack.
12053 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12054 symbol_obstack.
12055 (solib_add_common_symbols): Replace symbol_obstack with
12056 objfile_obstack.
12057 * somsolib.c (som_solib_add): Ditto.
12058 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12059 (common_block_start, common_block_end): Ditto.
12060 * symfile.c (reread_symbols): Remove freeing and init of
12061 symbol_obstack.
12062 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12063 * symfile.h: Update comment.
12064 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12065 stats printing.
12066 * symtab.c (symbol_set_names): Replace symbol_obstack with
12067 objfile_obstack.
12068 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12069 Update comments.
12070 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12071 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12072 objfile_obstack.
12073
6d012f14
AC
120742004-02-07 Andrew Cagney <cagney@redhat.com>
12075
12076 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12077 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12078 fields and variables.
12079 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12080 (m_beInvisible): Delete macro.
12081 * tui/tui-data.h: Fix case case fields and variables.
12082 (m_genWinPtrIsNull): Delete macro.
12083 (tui_win_list): Rename winList.
12084 (TUI_SRC_WIN): Rename srcWin.
12085 (TUI_DISASM_WIN): Rename disassemWin.
12086 (TUI_DATA_WIN): Rename dataWin.
12087 (TUI_CMD_WIN): Rename cmdWin.
12088 (m_genWinPtrNotNull): Delete macro.
12089 (m_winPtrIsNull): Delete macro.
12090 (m_winPtrNotNull): Delete macro.
12091 (tui_win_is_source_type): Replace m_winIsSourceType
12092 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12093 (tui_win_has_locator): Replace m_hasLocator.
12094 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12095 m_setWinHighlightOff.
12096 * tui/tui-data.c: Update references.
12097 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12098 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12099 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12100 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12101 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12102 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12103 * tui/tui-winsource.c, tui/tui.c: Ditto.
12104
7d34766b
MK
121052004-02-07 Mark Kettenis <kettenis@gnu.org>
12106
1c800673
MK
12107 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12108 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12109 StackGhost.
12110
7d34766b
MK
12111 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12112 variable `i6' to `i7'.
12113 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12114
22940a24
AC
121152004-02-07 Andrew Cagney <cagney@redhat.com>
12116
12117 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12118 (TuiPoint, TuiPointPtr): Ditto.
12119 (TuiStatus, TuiStatusPtr): Ditto.
12120 (TuiWinType, TuiWinTypePtr): Ditto.
12121 (struct tui_point): Rename _TuiPoint.
12122 (tui_get_low_disassembly_address): Rename
12123 tuiGetLowDisassemblyAddress.
12124 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12125 (tuiFree): Delete declaration.
12126 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12127 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12128 * tui/tui.c (tuiFree): Delete function.
12129 * cli/cli-cmds.c (disassemble_command): Update references.
12130 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12131 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12132 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12133 * tui/tui-winsource.c: Ditto.
12134
8b92e4d5
EZ
121352004-02-07 Elena Zannoni <ezannoni@redhat.com>
12136
12137 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12138 coffstab_build_psymtabs, elfstab_build_psymtabs)
12139 (stabsect_build_psymtabs): Replace psymbol_obstack with
12140 objfile_obstack.
12141 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12142 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12143 Ditto.
12144 * dwarfread.c (scan_compilation_units): Ditto.
12145 * elfread.c (elfstab_offset_sections): Ditto.
12146 * hppa-tdep.c (read_unwind_info): Ditto.
12147 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12148 (hpread_end_psymtab): Ditto.
12149 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12150 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12151 Ditto.
12152 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 12153 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
12154 (build_objfile_section_table): Ditto.
12155 (allocate_objfile): Remove init of psymbol_obstack.
12156 (free_objfile): Remove freeing of psymbol_obstack.
12157 * objfiles.h (struct objfile): Remove field
12158 psymbol_obstack. Update comments.
12159 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12160 psymbol_obstack with objfile_obstack.
12161 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12162 psymbol_obstack.
12163 * somread.c (som_symfile_offsets, init_import_symbols)
12164 (init_export_symbols): Replace psymbol_obstack with
12165 objfile_obstack.
12166 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12167 * symfile.c (default_symfile_offsets, syms_from_objfile)
12168 (reread_symbols): Remove freeing and init of psymbol_obstack.
12169 (cashier_psymtab): Update comment.
12170 * symmisc.c (print_objfile_statistics): Don't report stats for
12171 psymbol obstack.
12172 * symtab.h (struct general_symbol_info, struct partial_symtab):
12173 Update comments.
12174 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12175 (xcoff_symfile_offsets): Replace psymbol_obstack with
12176 objfile_obstack.
12177
b99607ea
EZ
121782004-02-07 Elena Zannoni <ezannoni@redhat.com>
12179
12180 * objfiles.h (struct objfile): Add objfile_obstack field.
12181 Remove type_obstack field.
12182
12183 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12184 read_structure_scope read_enumeration, new_symbol): Replace
12185 type_obstack with objfile_obstack.
12186 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 12187 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
12188 (lookup_fundamental_type): Ditto.
12189 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
12190 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12191 (hpread_read_doc_function_type, hpread_read_struct_type)
12192 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 12193 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 12194 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
12195 (java_link_class_type): Ditto.
12196 * mdebugread.c (parse_type): Ditto.
12197 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12198 * solib-sunos.c (solib_add_common_symbols): Ditto.
12199 * stabsread.c (define_symbol, read_type, read_member_functions,
12200 read_cpp_abbrev, read_one_struct_field): Ditto.
12201 * symfile.c (reread_symbols): Ditto.
12202 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 12203
2a8854a7
AC
122042004-02-07 Andrew Cagney <cagney@redhat.com>
12205
12206 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12207 (tui_exec_info_content): Rename TuiExecInfoContent.
12208 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12209 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12210 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12211 (TuiList, TuiListPtr): Ditto.
12212 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12213 (TuiDataType, TuiDataTypePtr): Ditto.
12214 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12215 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12216 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12217 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12218 (TuiDataElement, TuiDataElementPtr): Ditto.
12219 (TuiWinElement, TuiWinElementPtr): Ditto.
12220 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12221 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12222 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12223 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12224 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12225 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12226 * tui/tui-command.c, tui/tui-data.c: Update references.
12227 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12228 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12229 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12230 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 12231
05cbe71a
MK
122322004-02-07 Mark Kettenis <kettenis@gnu.org>
12233
12234 * dwarf2-frame.h: Update copyright.
12235 (enum dwarf2_frame_reg_rule): New.
12236 (struct dwarf2_frame_state_reg): New.
12237 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12238 * dwarf2-frame.c: Update copyright.
12239 (enum dwarf2_reg_rule): Remove.
12240 (struct dwarf2_frame_state): Remove defenition of `struct
12241 dwarf2_frame_state_reg'.
12242 (read_reg): Call get_frame_arch to get the architecture instead of
12243 using CURRENT_GDBARCH.
12244 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12245 DWARF2_FRAME_.
12246 (dwarf2_frame_init_reg): New function.
12247 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12248 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12249 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12250 tags with DWARF2_FRAME_.
12251 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12252 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12253 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12254
ec7d9e56
AC
122552004-02-06 Andrew Cagney <cagney@redhat.com>
12256
dd1abb8c
AC
12257 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12258 (enum tui_data_type): Rename _TuiDataType.
12259 (struct tui_layout_def): Rename _TuiLayoutDef.
12260 (struct tui_source_element): Rename _TuiSourceElement.
12261 (struct tui_data_element): Rename _TuiDataElement.
12262 (struct tui_command_element): Rename _TuiCommandElement.
12263 (struct tui_locator_element): Rename _TuiLocatorElement.
12264 (union tui_which_element): Define.
12265 (struct tui_win_element): Rename _TuiWinElement.
12266 (struct tui_data_info): Rename _TuiDataInfo.
12267 (struct tui_source_info): Rename _TuiSourceInfo.
12268 (struct tui_command_info): Rename _TuiCommandInfo.
12269 (tui_initialize_static_data): Rename initializeStaticData.
12270 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12271 (tui_alloc_win_info): Rename allocWinInfo.
12272 (tui_init_generic_part): Rename initGenericPart.
12273 (tui_init_win_info): Rename initWinInfo.
12274 (tui_alloc_content): Rename allocContent.
12275 (tui_add_content_elements): Rename addContentElements.
12276 (tui_init_content_element): Rename initContentElement.
12277 (tui_free_window): Rename freeWindow.
12278 (tui_free_win_content): Rename freeWinContent.
12279 (tui_free_data_content): Rename freeDataContent.
12280 (tui_free_all_source_wins_content): Rename
12281 freeAllSourceWinsContent.
12282 (tui_del_window): Rename tuiDelWindow.
12283 (tui_del_data_windows): Rename tuiDelDataWindows.
12284 (tui_partial_win_by_name): Rename partialWinByName.
12285 (tui_win_name): Rename winName.
12286 (tui_current_layout): Rename currentLayout.
12287 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12288 (tui_term_height): Rename termHeight.
12289 (tui_set_term_height_to): Rename setTermHeightTo.
12290 (tui_term_width): Rename termWidth.
12291 (tui_set_term_width_to): Rename setTermWidthTo.
12292 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12293 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12294 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12295 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12296 (tui_source_windows): Rename sourceWindows.
12297 (tui_clear_source_windows): Rename clearSourceWindows.
12298 (tui_clear_source_windows_detail): Rename
12299 clearSourceWindowsDetail.
12300 (tui_clear_win_detail): Rename clearWinDetail.
12301 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12302 (tui_default_tab_len): Rename tuiDefaultTabLen.
12303 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12304 (tui_win_with_focus): Rename tuiWinWithFocus.
12305 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12306 (tui_layout_def): Rename tuiLayoutDef.
12307 (tui_win_resized): Rename tuiWinResized.
12308 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12309 (tui_next_win): Rename tuiNextWin.
12310 (tui_prev_win): Rename tuiPrevWin.
12311 (tui_add_to_source_windows): Rename addToSourceWindows.
12312 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12313 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12314 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12315 * tui/tui.c, tui/tui-data.c: Ditto.
12316 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12317 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12318
a358af15
AC
12319 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12320 (struct symtab): Declare.
12321 (tui_set_source_content): Rename tuiSetSourceContent.
12322 (tui_show_symtab_source): Rename tuiShowSource.
12323 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12324 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12325 * tui/tui-source.c: Update copyright. Update references.
12326 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12327 * tui/tui-stack.c: Update references.
12328
a21fcd8f
AC
12329 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12330 (struct tui_win_info): Declare.
12331 (tui_scroll_forward): Rename tuiScrollForward.
12332 (tui_scroll_backward): Rename tuiScrollBackward.
12333 (tui_scroll_left): Rename tuiScrollLeft.
12334 (tui_scroll_right): Rename tuiScrollRight.
12335 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12336 (tui_resize_all): Rename tuiResizeAll.
12337 (tui_refresh_all_win): Rename tuiRefreshAll.
12338 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12339 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12340 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12341 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12342
edae1ccf
AC
12343 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12344 (tui_erase_data_content): Rename tuiEraseDataContent.
12345 (tui_display_all_data): Rename tuiDisplayAllData.
12346 (tui_check_data_values): Rename tuiCheckDataValues.
12347 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12348 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12349 (tui_first_data_element_no_in_line): Rename
12350 tuiFirstDataElementNoInLine.
12351 (tui_delete_data_content_windows): Rename
12352 tuiDeleteDataContentWindows.
12353 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12354 (tui_display_data_from): Rename tuiDisplayDataFrom.
12355 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12356 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12357 * tui/tui-win.c, tui/tui-regs.c: Update references.
12358 * tui/tui-layout.c, tui/tui.c: Update references.
12359
ec7d9e56
AC
12360 * tui/tui-wingeneral.h: Update copyright.
12361 (m_allBeVisible): Delete macro.
8a1dac83 12362 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
12363 (struct tui_gen_win_info): Declare.
12364 (struct tui_win_info): Declare.
12365 (tui_unhighlight_win): Rename unhighlightWin.
12366 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12367 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12368 (tui_make_window): Rename makeWindow.
12369 (tui_copy_win): Rename copyWin.
12370 (tui_box_win): Rename boxWin.
12371 (tui_highlight_win): Rename highlightWin.
12372 (tui_check_and_display_highlight_if_needed): Rename
12373 checkAndDisplayHighlightIfNeeded.
12374 (tui_refresh_all): Rename refreshAll.
12375 (tui_delete_win): Rename tuiDelwin.
12376 (tui_refresh_win): Rename tuiRefreshWin.
12377 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12378 (tui_make_visible, tui_make_invisible): New functions.
12379 (tui_make_all_visible, tui_make_all_invisible): New functions.
12380 (make_all_visible): Rename makeAllVisible.
12381 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12382 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12383 * tui/tui-windata.c, tui/tui-win.c: Update references.
12384 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12385 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12386
1e52e2eb
MK
123872004-02-06 Mark Kettenis <kettenis@gnu.org>
12388
12389 * proc-api.c (write_with_trace): Initialize local variable to
12390 silence compiler warning.
12391
f80bda8e
AC
123922004-02-06 Andrew Cagney <cagney@redhat.com>
12393
12394 * tui/tui-source.h: Do not include "defs.h".
12395 (struct tui_win_info): Declare.
12396 (tui_set_source_content_nil): Declare.
12397 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12398 (union tui_line_or_address): Rename _TuiLineOrAddress.
12399 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12400 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12401 (tui_update_source_window_as_is): Rename
12402 tuiUpdateSourceWindowAsIs.
12403 (tui_update_source_windows_with_addr): Rename
12404 tuiUpdateSourceWindowsWithAddr.
12405 (tui_update_source_windows_with_line): Rename
12406 tuiUpdateSourceWindowsWithLine.
12407 (tui_clear_source_content): Rename tuiClearSourceContent.
12408 (tui_erase_source_content): Rename tuiEraseSourceContent.
12409 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12410 (tui_show_source_content): Rename tuiShowSourceContent.
12411 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12412 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12413 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12414 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12415 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12416 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12417 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12418 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12419 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12420 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12421 (struct tui_win_info): Declare.
12422 * tui/tui-stack.c: Update references.
12423 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12424 * tui/tui-win.c, tui/tui-source.c: Ditto.
12425 * tui/tui.c, tui/tui-disasm.c: Ditto.
12426
9fbfb822
MK
124272004-02-06 Mark Kettenis <kettenis@gnu.org>
12428
12429 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12430 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12431
03cebad2
MK
124322004-02-05 Mark Kettenis <kettenis@gnu.org>
12433
12434 * infrun.c (handle_inferior_event): Allow for breakpoint
12435 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12436 and SIGEMT. Update comments.
12437 * NEWS (Revised SPARC target): Mention support for non-executable
12438 stack.
12439
290281b1
MK
124402004-02-04 Mark Kettenis <kettenis@gnu.org>
12441
12442 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12443 * inftarg.c: Update copyright year.
12444 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12445 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12446 (sparc_xfer_wcookie): New function.
12447 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12448 * Makefile.in (sparc-nat.o): Update dependencies.
12449 * config/sparc/nm-nbsd.h: Include "target.h".
12450 (NATIVE_XFER_WCOOKIE): New define.
12451 (sparc_xfer_wcookie): New prototype.
12452
212161df
AC
124532004-02-04 Andrew Cagney <cagney@redhat.com>
12454
12455 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12456 SYSCALL_TRAP function.
12457 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12458
6e4c6c91
DJ
124592004-02-04 Andrew Cagney <cagney@redhat.com>
12460 Daniel Jacobowitz <drow@mvista.com>
12461
12462 * objfiles.h: Delete comments refering to inside_entry_func and
12463 DEPRECATED_FRAME_CHAIN_VALID.
12464 * defs.h (inside_entry_func): Update prototype..
12465 * blockframe.c (inside_entry_func): Rename to
12466 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12467 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12468
cae688ec
JJ
124692004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12470
12471 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12472 outside of #ifdef SOLIB_ADD region.
12473 (do_restore_lang_radix_cleanup): Ditto.
12474 (resolve_pending_breakpoint): Ditto.
12475
19217676
AC
124762004-02-03 Andrew Cagney <cagney@redhat.com>
12477
12478 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12479 (process_note_abi_tag_sections): Delete unused function.
12480 (ia64_read_fp): Delete unused function.
12481 (gdbarch_extract_struct_value_address): Delete declaration.
12482
876753be
AC
124832004-02-02 Andrew Cagney <cagney@redhat.com>
12484
12485 * vax-tdep.c (vax_frame_chain): Delete call to
12486 deprecated_inside_entry_file.
12487 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12488
d4f10bf2
MK
124892004-02-02 Mark Kettenis <kettenis@gnu.org>
12490
12491 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12492 column that's "empty" or "same value" when eliminating REG_RA
12493 rules.
12494
cae688ec
JJ
124952004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12496
12497 * NEWS: Add information about new pending breakpoint support.
12498
0101ce28
JJ
124992004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12500
12501 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12502 and pending fields for pending breakpoint support.
12503 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12504 (condition_command): Only parse condition if not a pending
12505 breakpoint.
12506 (print_one_breakpoint): Add support for pending breakpoints.
12507 (describe_other_breakpoints): Add checks to verify we are not
12508 dealing with pending breakpoints.
12509 (check_duplicates): Don't check pending breakpoints.
12510 (set_raw_breakpoint): Initialize pending flag.
12511 (do_restore_lang_radix_cleanup): New cleanup routine.
12512 (resolve_pending_breakpoint): New function.
12513 (re_enable_breakpoints_in_shlibs): Try and resolve any
12514 pending breakpoints via resolve_pending_breakpoint.
12515 (mention): Add pending breakpoint support.
12516 (parse_breakpoint_sals): Add new parameter to pass to
12517 decode_line_1 to indicate silent errors when files or functions
12518 are not found. Change all callers.
12519 (do_captured_parse_breakpoint): New function.
12520 (break_command_1): Change prototype to return an rc value and to
12521 take an optional pending breakpoint pointer. Support creating
12522 a pending breakpoint if a "not found" form of error occurs when
12523 parsing the breakpoint. Also support resolving an existing pending
12524 breakpoint and be silent if the resolution fails.
12525 (create_breakpoints): Change prototype to take pending breakpoint
12526 pointer. When resolving a pending breakpoint, use the new pointer
12527 to provide a conditional or commands added by the end-user.
12528 (delete_breakpoint): Add appropriate check for pending.
12529 (breakpoint_re_set_one): Ditto.
12530 (do_enable_breakpoint): Ditto.
12531
8d577d32
DC
125322004-02-02 David Carlton <carlton@kealia.com>
12533
12534 * valops.c (enum oload_classification): New.
12535 (find_overload_match): Break implementation into separate
12536 functions; delete #if 0'd code; look for symbols within
12537 namespaces.
12538 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12539 (find_oload_champ,oload_method_static,classify_oload_match): New.
12540 * cp-support.h: Add declaration for cp_func_name; update
12541 declaration for make_symbol_overload_list.
12542 * cp-support.c (cp_func_name): New.
12543 (overload_list_add_symbol): Fix comment, use
12544 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12545 (make_symbol_overload_list): Take a function name and a namespace
12546 instead of a symbol; change implementation.
12547 (make_symbol_overload_list_using): New.
12548 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12549
22e8e3c7
FF
125502004-02-02 Fred Fish <fnf@redhat.com>
12551
12552 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 12553 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
12554 * remote-sim.c (gdb_os_write_stderr): Write output to
12555 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12556 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 12557 gdb_stderr stream and update copyright years.
22e8e3c7 12558
6b753f60
DJ
125592004-02-01 Daniel Jacobowitz <drow@mvista.com>
12560
12561 * Makefile.in (mips-linux-nat.o): Update dependencies.
12562 * mips-linux-nat.c: Include mips-tdep.h.
12563
125642004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
12565
12566 * sol-thread.c (sol_thread_xfer_partial): New function.
12567 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12568 (init_sol_core_ops): Likewise.
12569
12570 * procfs.c (procfs_xfer_partial): New function.
12571 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12572 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12573
12574 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12575 procfs_xfer_auxv function.
12576
12577 * procfs.c (procfs_make_note_section): If we can read
12578 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12579 * linux-proc.c (linux_make_note_section): Likewise.
12580
12581 * auxv.h: New file.
12582 * auxv.c: New file.
12583 * Makefile.in (auxv_h): New variable.
12584 (COMMON_OBS): Add auxv.o here.
12585 (auxv.o): New target.
12586
12587 * corelow.c (core_xfer_partial): New function.
12588 (init_core_ops): Use it for core_ops.to_xfer_partial.
12589
12590 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12591 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12592 macro if that is defined.
12593
fa5281d0
DJ
125942004-02-01 Daniel Jacobowitz <drow@mvista.com>
12595
12596 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12597 and check the specified thread for each breakpoint.
12598 * breakpoint.h (bpstat_stop_status): Update prototype.
12599 * infrun.c (handle_inferior_event): Update calls to
12600 bpstat_stop_status.
12601
26ee262d
DJ
126022004-02-01 Daniel Jacobowitz <drow@mvista.com>
12603
12604 * Makefile.in (cli-cmds.o): Add $(readline_h).
12605
d9b52655
DJ
126062004-02-01 Daniel Jacobowitz <drow@mvista.com>
12607
12608 * cli/cli-cmds.c: Include readline.h.
12609 (complete_command): Pass the start of the last word to
12610 complete_line.
12611
9709f61c
DJ
126122004-01-31 Daniel Jacobowitz <drow@mvista.com>
12613
12614 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12615 argument, and change first argument to a CORE_ADDR.
12616 * breakpoint.h (bpstat_stop_status): Update prototype.
12617 * infrun.c (adjust_pc_after_break): Add a new comment.
12618 (handle_inferior_event): Update calls to bpstat_stop_status.
12619
4f1280bb
DJ
126202004-01-31 Daniel Jacobowitz <drow@mvista.com>
12621
12622 * breakpoint.h: Update copyright years.
12623
4fa8626c
DJ
126242004-01-31 Daniel Jacobowitz <drow@mvista.com>
12625
12626 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12627 (bpstat_stop_status): Don't decrement PC.
12628 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12629 prototype.
12630 * infrun.c (adjust_pc_after_break): New function.
12631 (handle_inferior_event): Call it, early. Remove later references
12632 to DECR_PC_AFTER_BREAK.
12633 (normal_stop): Add commentary.
12634
fad0733a
DJ
126352004-01-31 Daniel Jacobowitz <drow@mvista.com>
12636
12637 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12638 2004-01-27 double-free fix.
12639
42cdca6c
MK
126402004-01-31 Mark Kettenis <kettenis@gnu.org>
12641
12642 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12643 (sparc32_frame_prev_register): Handle StackGhost.
12644 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12645
932d5416
RM
126462004-01-29 Roland McGrath <roland@redhat.com>
12647
12648 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12649 * configure: Regenerated.
12650
12651 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12652 * Makefile.in (procfs.o): Add dep.
12653
47d3492a
AC
126542004-01-28 Andrew Cagney <cagney@redhat.com>
12655
12656 * tui/tui-stack.h: Update copyright.
12657 (struct frame_info): Add opaque declaration.
12658 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12659 (tui_show_locator_content): Rename tuiShowLocatorContent.
12660 (tui_show_frame_info): Rename tuiShowFrameInfo.
12661 * tui/tui-stack.c: Update copyright. Update references.
12662 * tui/tui-winsource.c: Update references.
12663 * tui/tui-win.c: Update references.
12664 * tui/tui-layout.c: Update references.
12665 * tui/tui-hooks.c: Update copyright, update references.
12666 * tui/tui.c: Update copyright, update references.
12667 * tui/tui-disasm.c: Update references.
12668
5d51ca54
DC
126692004-01-28 David Carlton <carlton@kealia.com>
12670
12671 * dwarf2read.c (add_partial_structure): Use demangled name if
12672 namespace equals "".
12673
086ed43d
JB
126742004-01-27 Jim Blandy <jimb@redhat.com>
12675
12676 Clean up misapplied patch:
12677 * dwarf2read.c (determine_prefix): Change one of the two forward
12678 declarations for 'determine_prefix_aux' to a declaration for this.
12679 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12680 argument to 'die_specification'.
12681
2a35147e
JB
12682 * dwarf2read.c (read_func_scope): Re-indent comment.
12683
a355c7de 126842004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 12685
a355c7de
AC
12686 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12687 b->exp to NULL after freeing so that error during re-parsing or
12688 evaluation of expressions associated with breakpoint don't
12689 eventually lead to re-freeing of storage.
12690 Committed by Andrew Cagney.
12691
63ff5125
AC
126922004-01-27 Andrew Cagney <cagney@redhat.com>
12693
12694 * source.c (ambiguous_line_spec): Delete undefined declaration.
12695 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12696 (m32r_set_server_address, m32r_set_download_path): Ditto.
12697 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12698
e142c38c
DJ
126992004-01-27 Daniel Jacobowitz <drow@mvista.com>
12700
12701 * dwarf2read.c: Update calls to changed and renamed functions, and
12702 references to moved variables.
12703
12704 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12705 language, language_defn, list_in_scope, and ftypes members.
12706 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12707 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12708 (baseaddr): Remove globals.
12709
12710 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12711 (set_cu_language, die_is_declaration, die_specification)
12712 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12713 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12714 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12715 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12716
12717 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12718 cu.list_in_scope. Don't initialize cu_header_offset.
12719 (add_partial_symbol): Add local baseaddr.
12720 (psymtab_to_symtab_1): Add local baseaddr. Use
12721 objfile->section_offsets for consistency. Don't initialize
12722 cu_header_offset; do initialize cu.header.offset and
12723 cu.list_in_scope.
12724 (read_file_scope, read_func_scope, read_lexical_block_scope)
12725 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12726
c6e06ede
MC
127272004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12728
fb328ecc 12729 * PROBLEMS: Add gdb/1516.
c6e06ede 12730
48184fd4
AC
127312003-12-29 Robert Millan <robertmh@gnu.org>
12732
12733 Patch committed by Andrw Cagney.
12734 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12735 * configure.tgt: Match knetbsd*-gnu.
12736
c1321b30
AC
127372004-01-26 Andrew Cagney <cagney@redhat.com>
12738
f3699be3
AC
12739 * breakpoint.c (catch_command_1): Delete #ifdef code.
12740 (catch_fork_command_1): Delete #ifdef wrapper.
12741 (catch_exec_command_1): Ditto.
12742 (catch_load_command_1): Ditto.
12743 (catch_unload_command_1): Ditto.
12744
c1321b30
AC
12745 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12746 (catch_breakpoint): Delete #if0ed function.
12747 (disable_catch_breakpoint): Ditto.
12748 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12749 (disable_catch, enable_catch, delete_catch): Ditto.
12750
b4501125
AC
127512004-01-26 Andrew Cagney <cagney@redhat.com>
12752
12753 * remote.c (echo_check, quit_flag): Delete variables.
12754 (cisco_kernel_mode): Delete variable.
12755 (minitelnet_return, tty_input, escape_count): Delete variables.
12756 (remote_cisco_mode): Delete variable.
12757 (remote_cisco_open, remote_cisco_close): Delete function.
12758 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12759 (init_remote_cisco_ops): Delete function.
12760 (_initialize_remote): Do not install "remote cisco" code.
12761 (read_frame): Delete cisco specific code.
12762 (remote_info_process): Delete function.
12763 (remote_wait): Delete cisco specific code.
12764 (remote_cisco_section_offsets): Delete function.
12765 (remote_cisco_objfile_relocate): Delete function.
12766 (remote_async_wait): Delete cisco specific code.
12767 (minitelnet, readtty, readsocket): Delete function.
12768
74055713
AC
127692004-01-26 Andrew Cagney <cagney@redhat.com>
12770
12771 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12772 comments mentioning extract_returned_value_address.
12773 * infcmd.c (print_return_value): Update. Add comments on
12774 extract_returned_value_address.
12775 * stack.c (return_command): Add comments on
12776 extract_returned_value_address.
12777 * values.c: Update comment.
12778 * m32r-tdep.c: Update comment.
12779 * sparc-tdep.c: Update comment.
12780 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12781 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12782 * sh64-tdep.c (sh64_gdbarch_init): Update.
12783 * sh-tdep.c (sh_gdbarch_init): Update.
12784 * s390-tdep.c (s390_gdbarch_init): Update.
12785 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12786 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12787 * m68k-tdep.c (m68k_gdbarch_init): Update.
12788 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12789 * m32r-tdep.c (m32r_gdbarch_init): Update.
12790 * ia64-tdep.c (ia64_gdbarch_init): Update.
12791 * h8300-tdep.c (h8300_gdbarch_init): Update.
12792 * frv-tdep.c (frv_gdbarch_init): Update.
12793 * arm-tdep.c (arm_gdbarch_init): Update.
12794 * alpha-tdep.c (alpha_gdbarch_init): Update.
12795
a67af2b9
AC
127962004-01-26 Andrew Cagney <cagney@redhat.com>
12797
12798 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12799 SYMBOL_LOCATION_FUNCS
12800 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12801 "struct symbol_ops".
12802 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12803 type to "struct symbol_ops".
12804 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12805 (struct symbol): Replace ".aux_value.loc.funcs" and
12806 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12807 (SYMBOL_OBJFILE): Delete macro.
12808 (SYMBOL_LOCATION_FUNCS): Delete macro.
12809 (SYMBOL_LOCATION_BATON): Update.
12810 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12811 intead of SYMBOL_LOCATION_FUNCS.
12812 * ax-gdb.c (gen_var_ref): Ditto.
12813 * printcmd.c (address_info): Ditto.
12814 * findvar.c (read_var_value): Ditto.
12815 (symbol_read_needs_frame): Ditto.
12816
c034e007
AC
128172004-01-26 Andrew Cagney <cagney@redhat.com>
12818
12819 * dwarf2read.c (read_func_scope): Document frame-base hack.
12820
bb472c1e
MK
128212004-01-25 Mark Kettenis <kettenis@gnu.org>
12822
12823 * infcmd.c (print_return_value): Plug memory leak; delete
12824 ui_stream object. Rename argument `structure_return' to
12825 `struct_return'.
12826
c8e737d5
MK
128272004-01-25 Mark Kettenis <kettenis@gnu.org>
12828
f941662f
MK
12829 * infcmd.c (print_return_value): Wrap long lines.
12830 (finish_command_continuation, finish_command): Remove unused
12831 variable `funcaddr'. Fix some coding-standards problems.
12832
c558d81a 12833 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 12834 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
12835 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12836 TDEP->fpregset to zero.
12837
bf1e5861 12838 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
12839 floating-point registers for traditional NetBSD core files.
12840 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12841 TDEP->sizeof_fpregset here.
12842
4c72d57a
MK
128432004-01-25 Mark Kettenis <kettenis@gnu.org>
12844
566626fa
MK
12845 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12846 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12847 function with code split out from
12848 sparc32nbsd_sigcontext_frame_cache.
12849 (sparc32nbsd_sigcontext_frame_cache): Use
12850 sparc32nbsd_sigcontext_saved_regs.
12851 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12852 OpenBSD.
12853 * sparcobsd-tdep.c: New file.
12854 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12855 (sparcobsd-tdep.o): New dependency.
12856 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12857 * config/sparc/obsd.mt: New file.
12858
4c72d57a
MK
12859 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12860 TDEP->fpregset to be initialized to enable core file register
12861 sets.
12862
7e5e9f88
MK
128632004-01-24 Mark Kettenis <kettenis@gnu.org>
12864
f0f207fd 12865 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
12866 Add opaque declarations.
12867 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12868 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12869 function with code split out from
12870 sparc64nbsd_sigcontext_frame_cache.
12871 (sparc64nbsd_sigcontext_frame_cache): Use
12872 sparc64nbsd_sigcontext_saved_regs.
12873 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12874 OpenBSD.
12875 * sparc64obsd-tdep.c: New file.
12876 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12877 (sparc64obsd-tdep.o): New dependency.
12878 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12879 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12880 * config/sparc/obsd64.mt: New file.
12881
690668cc
MK
12882 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12883 read the instruction at PC.
12884
7e5e9f88
MK
12885 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12886 value of GDB_OSABI_DEFAULT.
12887 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12888 instead of GDB_OSABI_NETBSD_AOUT.
12889
68b6dce9
NR
128902004-01-24 Nick Roberts <nick@nick.uklinux.net>
12891
12892 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12893 copyright.
12894
080ce8c0
AC
128952004-01-23 Andrew Cagney <cagney@redhat.com>
12896
12897 * printcmd.c (display_command): Replace tui_set_display call with
12898 tui_set_layout_for_display_command.
12899 * tui/tui.h (enum tui_win_type): Define.
12900 (tui_set_layout): Delete declaration.
12901 (tui_set_layout_for_display_command): Rename set_tui_layout.
12902 * tui/tui-data.h (enum tui_layout_type): Define.
12903 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12904 "tui.h".
12905 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12906 (tui_default_win_height): Rename tuiDefaultWinHeight.
12907 (tui_default_win_viewport_height): Rename
12908 tuiDefaultWinViewportHeight.
12909 (tui_set_layout): RenametuiSetLayout.
12910 * tui/tui-layout.c: Update references.
12911 * tui/tui.c: Update references.
12912 * tui/tui-disasm.c: Update references.
12913
b368761e
DC
129142004-01-23 David Carlton <carlton@kealia.com>
12915
12916 Partial workaround for PR c++/1511:
12917 * cp-namespace.c: Include frame.h.
12918 (cp_lookup_transparent_type): New
12919 (cp_lookup_transparent_type_loop): New.
12920 * cp-support.h: Declare cp_lookup_transparent_type.
12921 * symtab.c (basic_lookup_transparent_type): Renamed from
12922 lookup_transparent_type.
12923 (lookup_transparent_type): Replace old body by a call to
12924 current_language->la_lookup_transparent_type.
12925 * symtab.h: Update copyright. Declare
12926 basic_lookup_transparent_type.
12927 * language.h: Update copyright.
12928 (struct language_defn): Add la_lookup_transparent_type.
12929 * language.c: Update copyright.
12930 (unknown_language_defn): Add basic_lookup_transparent_type.
12931 (auto_language_defn): Add basic_lookup_transparent_type.
12932 (local_language_defn): Add basic_lookup_transparent_type.
12933 * ada-lang.c: Update copyright.
12934 (ada_language_defn): Add basic_lookup_transparent_type.
12935 * c-lang.c: Update copyright.
12936 (c_language_defn): Add basic_lookup_transparent_type.
12937 (cplus_language_defn): Add basic_lookup_transparent_type.
12938 (asm_language_defn): Add basic_lookup_transparent_type.
12939 (minimal_language_defn): Add basic_lookup_transparent_type.
12940 * f-lang.c: Update copyright.
12941 (f_language_defn): Add basic_lookup_transparent_type.
12942 * jv-lang.c: Update copyright.
12943 (java_language_defn): Add basic_lookup_transparent_type.
12944 * m2-lang.c: Update copyright.
12945 (m2_language_defn): Add basic_lookup_transparent_type.
12946 * objc-lang.c: Update copyright.
12947 (objc_language_defn): Add basic_lookup_transparent_type.
12948 * p-lang.c: Update copyright.
12949 (p_language_defn): Add basic_lookup_transparent_type.
12950 * scm-lang.c: Update copyright.
12951 (scm_language_defn): Add basic_lookup_transparent_type.
12952 * Makefile.in (cp-namespace.o): Depend on frame.h.
12953
fdde2d81
DC
129542004-01-23 David Carlton <carlton@kealia.com>
12955
12956 Patch for PR c++/1520:
12957 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12958 properly if we have a specification die.
12959 (determine_prefix_aux): Rename from determine_prefix.
12960 (determine_prefix): Like the old determine_prefix, but never
12961 returns NULL.
12962
5b828b6b
TR
129632004-01-23 Theodore A. Roth <troth@openavr.org>
12964
12965 * avr-tdep.c: Update copyright.
12966 (avr_iaddr_p): Delete unused function.
12967 (avr_saddr_p): Delete unused function.
12968
a1b8c067
DC
129692004-01-23 David Carlton <carlton@kealia.com>
12970
12971 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12972 Fix for PR symtab/1534.
12973
f2cab569
MK
129742004-01-23 Mark Kettenis <kettenis@gnu.org>
12975
12976 * NEWS (New native configurations): Mention OpenBSD/sparc and
12977 OpenBSD/sparc64.
12978 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12979 * configure.host: Likewise.
12980 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12981 handler for OpenBSD.
12982 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12983
642d8300
MK
129842004-01-22 Mark Kettenis <kettenis@gnu.org>
12985
89aac506
MK
12986 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12987 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12988
36662fde
MK
12989 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12990 * cli/cli-cmds.c (shell_escape): Likewise.
12991
642d8300
MK
12992 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12993 OpenBSD .note.openbsd.ident sections.
12994
fae299cd
DC
129952004-01-22 David Carlton <carlton@kealia.com>
12996
12997 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12998 get_scope_pc_bounds.
12999 (read_file_scope): Ditto.
13000 (get_scope_pc_bounds): New function, produced by extracting code
13001 from the above two functions, consolidating it, and adding support
13002 for DW_TAG_namespace.
13003
a49d618c
MK
130042004-01-22 Mark Kettenis <kettenis@gnu.org>
13005
13006 * osabi.c (MAX_NOTESZ): New define.
13007 (check_note): New function.
13008 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13009 check_note.
13010
fe61caab
RM
130112004-01-21 Roland McGrath <roland@redhat.com>
13012
13013 * MAINTAINERS (write after approval): Add myself.
13014
ec145965
EZ
130152004-01-21 Eli Zaretskii <eliz@gnu.org>
13016
13017 * utils.c (init_page_info): Move declarations of `rows' and
13018 `cols' before the __GO32__-specific code. Move the closing brace
13019 outside the #ifdef __GO32__..#endif block.
13020 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13021
877522db
PB
130222004-01-21 Paul Brook <paul@codesourcery.com>
13023
13024 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13025 BPSTAT_WHAT_CHECK_SHLIBS.
13026
dbf5be1c
PB
130272004-01-21 Paul Brook <paul@codesourcery.com>
13028
13029 * MAINTAINERS: Add myself to write-after-approval.
13030
81f08b92
AC
130312004-01-20 Andrew Cagney <cagney@redhat.com>
13032
5a1efed7
AC
13033 * ax-gdb.c (print_axs_value): Delete unused function.
13034 * jv-lang.c (java_lookup_type): Delete unused function.
13035 * cli/cli-dump.c (dump_filetype): Delete unused function.
13036 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13037 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13038 (mips_getstring): Delete unused function.
13039 (pmon_insert_breakpoint): Delete #if0ed function.
13040 (PMON_MAX_BP): Delete #if0ed MACRO.
13041 (mips_pmon_bp_info): Delete #if0ed variable.
13042 (pmon_remove_breakpoint): Delete #if0ed function.
13043 * monitor.c (monitor_write_even_block): Delete unused function.
13044 (monitor_write_memory_block): Delete #if0ed code.
13045 * dink32-rom.c (dink32_load): Delete unused function.
13046 (_initialize_dink32_rom): Delete #if0ed code.
13047 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13048
b0a30fce
AC
13049 * tui/tui-command.c: Update references.
13050 * tui/tui-io.c: Update references.
13051 * tui/tui-command.h: Update copyright.
13052 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13053
81f08b92
AC
13054 * source.c (ambiguous_line_spec): Delete never-defined function.
13055 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13056 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13057 * cli/cli-cmds.c (validate_comname): Ditto.
13058
65f05602
AC
13059 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13060 "tui-data.h".
13061 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13062 (tui_show_disassem): Rename tuiShowDisassem.
13063 (tui_show_disassem_and_update_source): Rename
13064 tuiVerticalDisassemScroll.
13065 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13066 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13067 * tui/tui.h: Update copyright.
13068 (enum tui_status): Define.
13069 * tui/tui-data.h (enum tui_scroll_direction): Define.
13070 * tui/tui-disasm.c: Update copyright. Update references.
13071 * tui/tui-winsource.c: Update copyright. Update references.
13072 * tui/tui-win.c: Update references.
13073 * tui/tui-layout.c: Update references.
13074
6bb0384f
AC
130752004-01-20 Andrew Cagney <cagney@redhat.com>
13076
13077 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13078 sym2 to start of block.
13079
9175c9a3
MC
130802004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13081
13082 * MAINTAINERS: Delete mmalloc.
13083 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13084 * NEWS: Mention removal of --with-malloc.
13085 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13086 * config.in: Regenerate.
13087 * configure: Regenerate.
6bb0384f
AC
13088 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13089 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
13090 * gdbinit.in: Remove mmalloc.
13091 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13092 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13093 * config/i386/go32.mh: Likewise.
13094 * config/i386/interix.mh: Likewise.
13095 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13096
4fcef00a
JJ
130972004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13098
13099 * linespec.c (decode_variable, symtab_from_filename): Call
13100 error_silent with error message instead of throwing an exception
13101 directly.
13102 * defs.h (error_silent, error_output_message): Add prototypes.
13103 (catch_exceptions_with_msg): Ditto.
13104 * utils.c (error_silent, error_output_message): New functions.
13105 * top.c (catch_exceptions_with_msg): New function.
13106
8e94b928
NR
131072004-01-20 Nick Roberts <nick@nick.uklinux.net>
13108
13109 * mi/mi-cmds.h (enum print_values): Add definition.
13110
13111 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13112 type and value for simple data types and just the name and type
13113 for complex ones, if required.
13114
13115 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13116 children, if required.
13117
a02d6af8
KB
131182004-01-19 Kevin Buettner <kevinb@redhat.com>
13119
13120 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13121 unused declarations.
13122
78a4a9b9
AC
131232004-01-19 Andrew Cagney <cagney@redhat.com>
13124
13125 * top.h (mapped_symbol_files): Delete declaration.
13126 * main.c (captured_main): Delete option "m" and "mapped".
13127 * objfiles.c (mapped_symbol_files): Delete variable.
13128 * symfile.c (symbol_file_command): Delete mmap code.
13129 (symbol_file_add_with_addrs_or_offsets): Ditto.
13130 (add_symbol_file_command, reread_separate_symbols): Ditto.
13131 * objfiles.h (OBJF_MAPPED): Delete.
13132 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13133 (free_objfile) [USE_MMALLOC]: Ditto.
13134 (open_existing_mapped_file): Delete function.
13135 (open_mapped_file): Delete function.
13136 (map_to_file): Delete function.
13137
2dbd5e30
KB
131382004-01-19 Kevin Buettner <kevinb@redhat.com>
13139
13140 * infrun.c (step_into_function): Account for possible breakpoint
13141 adjustment when computing ``stop_func_start''.
13142
437b434f
KB
131432004-01-19 Kevin Buettner <kevinb@redhat.com>
13144
13145 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13146 the region size against the size of a pointer, not the size of
13147 a register as given by DEPRECATED_REGISTER_SIZE.
13148
55fb0713
AC
131492004-01-19 Andrew Cagney <cagney@redhat.com>
13150
13151 * tui/tui-regs.h: Include "tui-data.h".
13152 (tuiFirstRegElementNoInLine): Delete declaration.
13153 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13154 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13155 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13156 (tui_calculate_regs_column_count): Rename
13157 tuiCalculateRegsColumnCount.
13158 (tui_check_register_values): Rename tuiCheckRegisterValues.
13159 (tui_show_registers): Rename tuiShowRegisters.
13160 (tui_display_registers_from_line): Rename
13161 tuiDisplayRegistersFromLine.
13162 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13163 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13164 (tui_first_reg_element_no_inline): Rename
13165 tuiFirstRegElementNoInLine.
13166 * tui/tui-data.h: Update copyright.
13167 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13168 * tui/tui-windata.c: Update copyright, update references.
13169 * tui/tui-regs.c: Update copyright, update references.
13170 * tui/tui-win.c: Update copyright, update references.
13171 * tui/tui-layout.c: Update copyright, update references.
fe61caab 13172
cebe9500
AC
131732004-01-18 Andrew Cagney <cagney@redhat.com>
13174
bcdf1568
AC
13175 * tui/tui-io.c: Update copyright.
13176 (key_is_end_sequence, key_is_backspace): New functions.
13177 (key_is_command_char, key_is_start_sequence): New function.
13178 (tui_getc): Update references.
13179 * tui/tui-io.h: Update copyright.
13180 (m_tuiStartNewLine): Delete macro.
13181 (m_isBackspace, m_isDeleteChar): Delete macros.
13182 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13183 (m_isNextPage, m_isPrevPage): Delete macros.
13184 (m_isLeftArrow, m_isRightArrow): Delete macros.
13185 (m_isXdbStyleCommandChar): Delete macro.
13186 (key_is_start_sequence): Declare, replace m_isStartSequence.
13187 (key_is_end_sequence): Declare, replace m_isEndSequence.
13188 (key_is_backspace): Declare ,replace m_isBackspace.
13189 (key_is_command_char): Declare, replace m_isCommandChar.
13190 * tui/tui-command.c: Update copyright.
13191 (tuiDispatchCtrlChar): Update references.
13192
130d87e6
AC
13193 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13194 tuiSourceWin.h.
13195
d7b2e967
AC
13196 * tui/tui-command.c: Rename tui/tuiCommand.c.
13197 * tui/tui-command.h: Rename tui/tuiCommand.h.
13198 * tui/tui-data.c: Rename tui/tuiData.c.
13199 * tui/tui-data.h: Rename tui/tuiData.h.
13200 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13201 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13202 * tui/tui-io.c: Rename tui/tuiIO.c.
13203 * tui/tui-io.h: Rename tui/tuiIO.h.
13204 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13205 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13206 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13207 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13208 * tui/tui-source.c: Rename tui/tuiSource.c.
13209 * tui/tui-source.h: Rename tui/tuiSource.h.
13210 * tui/tui-stack.c: Rename tui/tuiStack.c.
13211 * tui/tui-stack.h: Rename tui/tuiStack.h.
13212 * tui/tui-win.c: Rename tui/tuiWin.c.
13213 * tui/tui-win.h: Rename tui/tuiWin.h.
13214 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13215 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13216 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13217 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13218 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13219 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13220 * tui/tui-file.c: Update includes.
13221 * tui/tui-hooks.c: Update includes.
13222 * tui/tui-interp.c: Update includes.
13223 * tui/tui.c: Update includes.
13224 * Makefile.in: Update all tui/ dependencies.
13225 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13226
b2100910
AC
13227 * Makefile.in: Update copyright. Update dependencies.
13228
cebe9500
AC
13229 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13230 problem.
13231
c6f0559b
AC
132322004-01-18 Andrew Cagney <cagney@redhat.com>
13233
43e9390b
AC
13234 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13235 instead of register_gdbarch_init.
13236
c6f0559b
AC
13237 * remote-sds.c (tohex): Delete unused function. Update copyright.
13238 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13239 * v850-tdep.c (v850_register_virtual_size): Ditto.
13240 * target.c (normal_target_post_startup_inferior): Ditto.
13241 * source.c (ambiguous_line_spec): Ditto.
13242 * remote.c (adapt_remote_get_threadinfo): Ditto.
13243 * mi/mi-out.c (out_field_fmt): Ditto.
13244 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13245 (output_control_change_notification): Ditto.
13246 * m68k-tdep.c (m68k_register_byte): Ditto.
13247 (m68k_remote_breakpoint_from_pc): Ditto.
13248 * ui-out.c (init_ui_out_state): Delete unused declaration.
13249 * stabsread.c (search_value): Ditto.
13250 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13251 * maint.c (print_section_table): Ditto.
13252 * infrun.c (set_follow_fork_mode_command): Ditto.
13253
a8504492
MK
132542004-01-18 Mark Kettenis <kettenis@gnu.org>
13255
13256 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13257 DW_CFA_def_cfa_exporession. Add support for
13258 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13259 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13260
0bd8997e
AC
132612004-01-18 Andrew Cagney <cagney@redhat.com>
13262
13263 * ocd.c: Update copyright.
13264 (bdm_read_register_command): Delete unused function.
13265 (_initialize_remote_ocd): Delete commented out reference.
13266 (get_quoted_char, reset_packet): Delete #if0ed function.
13267 (output_packet, put_quoted_char): Delete #if0ed function.
13268 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13269 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13270 (BDM_BREAKPOINT): Delete #if0ed macro.
13271 (remote_timeout): Delete #if0ed variable.
13272
31bb40e4
MK
132732004-01-18 Mark Kettenis <kettenis@gnu.org>
13274
13275 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13276 (core-sol2.o): Remove dependency.
13277 * core-sol2.c: Remove file.
13278
887432a5
AC
132792004-01-17 Andrew Cagney <cagney@redhat.com>
13280
13281 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13282 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13283 enums.
13284
29182b13
DJ
132852004-01-17 Daniel Jacobowitz <drow@mvista.com>
13286
13287 * remote.c: Update copyright years.
13288
2963ee1d
DJ
132892004-01-17 Daniel Jacobowitz <drow@mvista.com>
13290
13291 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13292
79d45cd4
AC
132932004-01-17 Andrew Cagney <cagney@redhat.com>
13294
ee300cd4
AC
13295 * mdebugread.c: Update copyright.
13296 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13297 (parse_type, parse_procedure): Ditto.
13298 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13299
fcacc9c2
AC
13300 * cris-tdep.c (cris_store_struct_return): Put back accidently
13301 deleted function.
13302
79d45cd4
AC
13303 * gdbarch.sh: Update copyright year.
13304 * gdbarch.h, gdbarch.c: Re-generate.
13305
b263358a
DJ
133062004-01-17 Daniel Jacobowitz <drow@mvista.com>
13307
13308 Suggested by George Anzinger.
13309 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13310 correct stack offset. Include unknown opcode numbers in the error
13311 message.
13312
931aecf5
AC
133132004-01-17 Andrew Cagney <cagney@redhat.com>
13314
13315 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13316 extract_struct_value_address, i386 does not set it.
13317 * sparc64-tdep.c (sparc64_init_abi): Do not set
13318 extract_struct_value_address, never called.
13319 (sparc64_extract_struct_value_address): Delete function.
13320 * m68hc11-tdep.c: Update copyright.
13321 (m68hc11_gdbarch_init): Delete redundant assignment of
13322 extract_struct_value_address.
13323 * i386-tdep.c: Update copyright.
13324 (i386_gdbarch_init): Do not set extract_struct_value_address,
13325 never called.
13326 (i386_extract_struct_value_address): Delete function.
13327 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13328 extract_struct_value_address, never called.
13329 (sparc32_extract_struct_value_address): #if 0 function. Add
13330 comments explaining its future.
13331
756fe439
DJ
133322004-01-17 Daniel Jacobowitz <drow@mvista.com>
13333
13334 * arm-tdep.c (arm_write_pc): New function.
13335 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13336
e74f0f02
DJ
133372004-01-17 Daniel Jacobowitz <drow@mvista.com>
13338
13339 * breakpoint.c (must_shift_inst_regs): Delete.
13340 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13341 and SHIFT_INST_REGS.
13342 * infcmd.c (step_1, step_1_continuation): Delete references to
13343 SHIFT_INST_REGS.
13344 * infrun.c (keep_going): Likewise.
13345 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13346 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13347
b6cb9035
AC
133482004-01-17 Andrew Cagney <cagney@redhat.com>
13349
444a1e2e
AC
13350 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13351 * gdbarch.h, gdbarch.c: Re-generate.
13352 * infcmd.c (print_return_value): Delete reference to
13353 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13354
def7e6ed
AC
13355 * cris-tdep.c (cris_gdbarch_init): Do not set
13356 deprecated_extract_struct_value_address.
13357
07be497a
AC
13358 * xstormy16-tdep.c: Update copyright.
13359 (xstormy16_extract_struct_value_address): Update to current
13360 extract struct value address interface.
13361 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13362 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13363 current extract struct value address interface.
13364 (sh64_gdbarch_init): Set extract_struct_value_address.
13365
6b4d5c91
AC
13366 * cris-tdep.c: Update copyright.
13367 (cris_extract_struct_value_address): Delete function.
13368 (struct_return_address): Delete variable.
13369 (cris_store_struct_return): Do not set struct_return_address.
13370
464e0365
AC
13371 * mcore-tdep.c: Update copyright.
13372 (mcore_extract_struct_value_address): Delete function. Update
13373 comments.
13374 (mcore_gdbarch_init): Update.
13375 * mn10300-tdep.c: Update copyright.
13376 (mn10300_extract_struct_value_address): Delete function.
13377 (mn10300_gdbarch_init): Update.
13378 * v850-tdep.c: Update copyright.
13379 (v850_extract_struct_value_address): Delete.
13380 (v850_gdbarch_init): Update.
13381 * ns32k-tdep.c: Update copyright.
13382 (ns32k_extract_struct_value_address): Delete.
13383 (ns32k_gdbarch_init): Update.
13384 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13385 (hppa_gdbarch_init): Update.
13386 * vax-tdep.c: Update copyright.
13387 (vax_extract_struct_value_address): Delete.
13388 (vax_gdbarch_init): Update.
13389
afb18d0f
AC
13390 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13391 * gdbarch.h, gdbarch.c: Re-generate.
13392 * procfs.c (procfs_fetch_registers): Delete reference to
13393 DEPRECATED_NPC_REGNUM.
13394 (procfs_store_registers): Ditto.
13395 * regcache.c (generic_target_write_pc): Simplify.
13396 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13397
a698f53e
AC
13398 * core-sol2.c (fetch_core_registers): Replace
13399 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13400
adc11376
AC
13401 * hppa-tdep.c: Update copyright year.
13402 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13403 NPC_REGNUM.
13404 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13405
b6cb9035
AC
13406 * mips-tdep.c (mips_write_pc): New function.
13407 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13408 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13409 (mips_find_saved_regs, mips_software_single_step: Ditto.
13410 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13411 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13412
6d82d43b
AC
134132004-01-17 Andrew Cagney <cagney@redhat.com>
13414
13415 * mips-tdep.c: Re-indent. Group functions by ABI.
13416
71bd6bd4
AC
134172004-01-17 Andrew Cagney <cagney@redhat.com>
13418
13419 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13420 * gdbarch.c: Re-generate.
13421 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13422 DECR_PC_AFTER_BREAK to zero.
13423 * vax-tdep.c (vax_gdbarch_init): Ditto.
13424 * v850-tdep.c (v850_gdbarch_init): Ditto.
13425 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13426 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13427 * sh-tdep.c (sh_gdbarch_init): Ditto.
13428 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13429 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13430 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13431 * mips-tdep.c (mips_gdbarch_init): Ditto.
13432 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13433 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13434 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13435 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13436 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13437 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13438 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13439 * frv-tdep.c (frv_gdbarch_init): Ditto.
13440 * cris-tdep.c (cris_gdbarch_init): Ditto.
13441 * avr-tdep.c (avr_gdbarch_init): Ditto.
13442 * arm-tdep.c (arm_gdbarch_init): Ditto.
13443 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13444
a02abb62
JB
134452004-01-17 J. Brobecker <brobecker@gnat.com>
13446
13447 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13448 Delete, no longer used.
13449 (read_subrange_type): New function, mostly extracted from
13450 read_array_type().
13451 (read_array_type): Replace extracted code by call to
13452 read_subrange_type().
13453 (dwarf2_get_attr_constant_value): New function.
13454 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13455 (add_partial_symbol): Likewise.
13456 (process_die): Likewise.
13457 (new_symbol): Likewise.
13458 (read_type_die): Likewise.
13459
cf5b2f1b
AC
134602004-01-16 Andrew Cagney <cagney@redhat.com>
13461
13462 * symfile.c: Update copyright year.
13463 (compare_symbols): Delete unused function.
13464 * stabsread.c: Update copyright year.
13465 (lrs_general_complaint): Delete unused function.
13466 (ref_search_value): Ditto.
13467 (get_substring): Delete declaration.
13468 * sh64-tdep.c: Update copyright year.
13469 (sh64_get_gdb_regnum): Delete unused function.
13470 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13471 Delete unused function.
13472
d33b9831
MK
134732004-01-17 Mark Kettenis <kettenis@gnu.org>
13474
13475 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13476 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13477
7aea86e6
AC
134782004-01-16 Andrew Cagney <cagney@redhat.com>
13479
13480 Changes from Peter Schauer.
13481 * rs6000-tdep.c: Update copyright year.
13482 (rs6000_push_dummy_call): Update the stack pointer before
13483 accessing the corresponding stack region.
13484 * rs6000-nat.c: Update copyright year.
13485 (set_host_arch): Set "info.abfd" to "exec_bfd".
13486
26b0da32
MK
134872004-01-15 Mark Kettenis <kettenis@gnu.org>
13488
13489 * blockframe.c: Update copyright year.
13490 (inside_entry_func): Don't treat a zero PC specially.
13491
86fbe6cc
EZ
134922004-01-14 Elena Zannoni <ezannoni@redhat.com>
13493
13494 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13495 variable.
13496 (gcore_create_callback): Ditto. Skip any memory segment that has
13497 no permissions set.
13498
63d06c5c
DC
134992004-01-14 David Carlton <carlton@kealia.com>
13500
13501 Change symbols for C++ nested types to contain the fully qualified
13502 name, if possible. (At least in the DWARF-2 case.) Partial fix
13503 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13504 c++/895.
13505 * c-exp.y (qualified_type): Handle types nested within classes.
13506 * cp-namespace.c: Update comments.
13507 (cp_set_block_scope): Delete #if 0.
13508 (cp_lookup_nested_type): Handle types nested within classes.
13509 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13510 when appropriate.
13511 (add_partial_symbol): Add the name of the enclosing namespace to
13512 types.
13513 (pdi_needs_namespace): New.
13514 (add_partial_namespace): Tweak comment.
13515 (add_partial_structure): New.
13516 (psymtab_to_symtab_1): Initialize processing_current_prefix
13517 here...
13518 (process_die): instead of here.
13519 (read_structure_scope): Try to figure out the name of the class or
13520 namespace that the structure might be defined within.
13521 (read_enumeration): Generate fully-qualified names, if possible.
13522 (read_namespace): Don't set name to NULL.
13523 (die_specification): New.
13524 (new_symbol): Generate fully-qualified names for types.
13525 (read_type_die): Determine appropriate prefix.
13526 (determine_prefix): New.
13527 (typename_concat): New.
13528 (class_name): New.
13529 * valops.c (value_aggregate_elt): Pass NOSIDE to
13530 value_struct_elt_for_reference.
13531 (value_struct_elt_for_reference): Make static, add NOSIDE
13532 parameter, call value_maybe_namespace_elt as a last resort.
13533 (value_namespace_elt): Break out code into
13534 value_maybe_namespace_elt.
13535 (value_maybe_namespace_elt): New.
13536
87783b8b
AC
135372004-01-12 Andrew Cagney <cagney@redhat.com>
13538
13539 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13540 cooked floating-point registers.
13541 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13542 and value_to_register.
13543
6503b91e
AC
135442004-01-13 Andrew Cagney <cagney@redhat.com>
13545
13546 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13547 * gdbarch.c: Re-generate.
13548 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13549 FUNCTION_START_OFFSET.
13550 * v850-tdep.c (v850_gdbarch_init): Ditto.
13551 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13552 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13553 * sh-tdep.c (sh_gdbarch_init): Ditto.
13554 * s390-tdep.c (s390_gdbarch_init): Ditto.
13555 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13556 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13557 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13558 * mips-tdep.c (mips_gdbarch_init): Ditto.
13559 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13560 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13561 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13562 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13563 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13564 * i386-tdep.c (i386_gdbarch_init): Ditto.
13565 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13566 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13567 * frv-tdep.c (frv_gdbarch_init): Ditto.
13568 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13569 * cris-tdep.c (cris_gdbarch_init): Ditto.
13570 * avr-tdep.c (avr_gdbarch_init): Ditto.
13571 * arm-tdep.c (arm_gdbarch_init): Ditto.
13572 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13573
ea1dd7bc
DJ
135742004-01-13 Daniel Jacobowitz <drow@mvista.com>
13575
13576 * infrun.c (follow_fork_mode_ask): Remove.
13577 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13578 (follow_fork): Simplify and remove internal error for
13579 follow_fork_mode_ask.
13580 (_initialize_infrun): Update "set follow-fork-mode" help text.
13581
0f0cffd2
AC
135822004-01-13 Andrew Cagney <cagney@redhat.com>
13583
13584 * configure.in: Update copyright year.
13585 (build_warnings): Add -Wunused-label.
13586 * configure: Re-generate.
13587
de38af99
AC
135882004-01-12 Andrew Cagney <cagney@redhat.com>
13589
954a7fba
AC
13590 * exec.h (exec_ops): Make "extern".
13591
de38af99
AC
13592 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13593 the function is void.
13594 (mips_pseudo_register_write): Ditto.
13595
1a111ce3
AC
135962004-01-12 Andrew Cagney <cagney@redhat.com>
13597
13598 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13599 call. Never defined.
13600 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13601 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13602 (struct sparc_gregset, struct regcache): Ditto.
13603 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13604
48efe704
AC
136052004-01-12 Andrew Cagney <cagney@redhat.com>
13606
13607 * mi/ChangeLog: Delete file. Renamed to ...
13608 * mi/ChangeLog-1999-2003: New file.
13609 * tui/ChangeLog: Delete file. Renamed to ...
13610 * tui/ChangeLog-1998-2003: New file.
fe61caab 13611
a54124c5
MK
136122004-01-11 Mark Kettenis <kettenis@gnu.org>
13613
2ca62865
MK
13614 * sparc64nbsd-tdep.c: Include "regset.h".
13615 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13616 Remove variables.
13617 (fetch_core_registers): Remove function.
13618 (sparc64nbsd_core_fns): Remove variable.
13619 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13620 functions.
13621 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13622 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13623 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13624
ca9d58e9
MK
13625 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13626 sparc_extract_struct_value_address.
13627 (sparc32_gdbarch_init): Set extract_struct_value_address.
13628 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13629 function.
13630 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13631 return_value_on_stack.
13632
3cc87ec0
MK
13633 * NEWS: Mention that %cs and %ss have been added to the AMD64
13634 configurations
13635
5bf00f29
MK
13636 * frame.c: Update copyright year.
13637 (get_prev_frame): Improve comment.
13638
4f7ec84e
MK
13639 * sparc64fbsd-tdep.c: Include "regset.h".
13640 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13641 Remove variables.
13642 (fetch_core_registers): Remove function.
13643 (sparc64fbsd_core_fns): Remove variable.
13644 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13645 functions.
13646 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13647 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 13648 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 13649
4e7b0cd3
MK
13650 * sparcnbsd-tdep.c: Include "regset.h".
13651 (fetch_core_registers): Remove function.
13652 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13653 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13654 functions.
13655 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13656 TDEP->fpregset.
46b58ce9 13657 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 13658
a54124c5
MK
13659 * sparc-tdep.h (struct regset): Provide opaque declaration.
13660 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13661 fpregset and sizeof_fpregset members.
13662 * sparc-tdep.c (struct regset): Provide opaque declaration.
13663 (sparc_regset_from_core_section): New function.
13664 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13665 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13666 Set regset_from_core_section when appropriate.
13667
29ff87c5
MK
136682004-01-10 Mark Kettenis <kettenis@gnu.org>
13669
79b1ab3d
MK
13670 * x86-64-tdep.c (amd64_non_pod_p): New function.
13671 (amd64_classify_aggregate): Return class memory for non-POD
13672 C++ structure types.
13673
6470d250
MK
13674 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13675 argument. Use it to reserve a register if necessary.
13676 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13677 amd64_push_arguments.
13678
562c50c2
MK
13679 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13680
af233647
MK
13681 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13682 register numbers in comments.
13683 * x86-64-tdep.h: Update copyright year.
13684 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13685 Adjust for addition of %cs and %ss.
13686 * amd64fbsd-nat.c: Update copyright year.
13687 (reg_offset): Add register offsets for %cs and %ss.
13688 * amd64fbsd-tdep.c: Update copyright year.
13689 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13690 (amd64fbsd_sc_reg_offset): Likewise.
13691 * x86-64-linux-nat.c: Update copyright year.
13692 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13693 and %ss.
13694 * amd64nbsd-nat.c: Update copyright year.
13695 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13696 * amd64nbsd-tdep.c: Update copyright year.
13697 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13698 * x86-64-linux-tdep.c: Update copyright year.
13699 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13700 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13701 * regformats/reg-x86-64.dat: Add %cs and %ss.
13702
29ff87c5
MK
13703 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13704 variables to prevent long lines. Update comments to reflect
13705 reality.
13706
38d518c9
EZ
137072004-01-09 David Carlton <carlton@kealia.com>
13708
13709 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13710 * dwarf2read.c (read_namespace): Pull out name-generating code
13711 into namespace_name. Rename previous_namespace to previous_prefix
13712 and processing_current_namespace to processing_current_prefix..
13713 (namespace_name): New function.
13714 (add_partial_symbol): Substitute uses of pdi->name with
13715 actual_name.
13716 * cp-support.h: Rename processing_current_namespace to
13717 processing_current_prefix.
13718 Update copyright year.
13719 * cp-namespace.c: Rename processing_current_namespace to
13720 processing_current_prefix.
13721 Update copyright year.
fe61caab 13722
1e4728e7
AC
137232004-01-09 Andrew Cagney <cagney@redhat.com>
13724
13725 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13726
c77c642a
MK
137272004-01-09 Mark Kettenis <kettenis@gnu.org>
13728
13729 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13730 complaining.
13731 (process_one_symbol): Deal with N_PATCH stabs.
13732
b44e9041
EZ
137332004-01-09 Elena Zannoni <ezannoni@redhat.com>
13734
13735 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13736 ifdeffed code.
13737 Update copyright year.
38d518c9 13738
eccfb640
MC
137392004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13740
13741 * config/pa/tm-hppa.h: Update extern declarations for
13742 hppa32_hpux_frame_saved_pc_in_sigtramp,
13743 hppa32_hpux_frame_base_before_sigtramp, and
13744 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13745
848c5feb
MC
137462004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13747
13748 * config/pa/tm-hppah.h: Update copyright years.
13749
3cc5d663
AC
137502004-01-08 Andrew Cagney <cagney@redhat.com>
13751
13752 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13753 (mips_o32_reg_struct_has_addr): Delete function.
13754 (mips_gdbarch_init): Update.
13755 (mips_extract_struct_value_address): Delete function.
13756
bfec0b41
JJ
137572004-01-08 David Mosberger <davidm@hpl.hp.com>
13758
13759 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13760 reality.
13761
16e109ca
AC
137622004-01-07 Andrew Cagney <cagney@redhat.com>
13763
6214a8a1
AC
13764 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13765 architecture's elf flags (when available).
13766
8d5838b5
AC
13767 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13768 FPU to the start, check the MIPS FPU when looking for an old
13769 architecture.
13770 (set_mipsfpu_single_command): Update the architecture.
13771 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13772
480d3dd2
AC
13773 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13774 (mips_mask_address_p): Add "tdep" parameter.
13775 (show_mask_address, mips_addr_bits_remove): Update.
13776 (mips_dump_tdep): Update.
13777 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13778 (MIPS_STACK_ARGSIZE): Delete macro.
13779 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13780 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13781 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13782 (mips_dump_tdep): Update.
13783 (MIPS_SAVED_REGSIZE): Delete macro.
13784 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13785 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13786 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13787 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13788 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13789 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13790 (mips_pop_frame, return_value_location): Update.
13791 (mips_n32n64_return_value, mips_dump_tdep): Update.
13792
ec03c1ac
AC
13793 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13794 MIPS ABI.
13795
16e109ca
AC
13796 * mips-tdep.c: Update copyright.
13797 (mips_gdbarch_init): Merge two code blocks handling the register
13798 name and number layout.
13799
15255275
MS
138002004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
13801
13802 * tracepoint.c (validate_actionline): Fix segv at EOF
13803
9f9057da
MC
138042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13805
13806 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13807 properly for static fields.
13808
0127c0d3 138092004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 13810 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
13811
13812 * disasm.c: Update copyright to include 2004.
13813 (do_mixed_source_and_assembly): For uiout asm list
13814 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 13815 NULL and do so prior to loop. Only reset when we close off
0127c0d3 13816 the tuple/list. Move check for whether to close off the
fe61caab 13817 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
13818 on each loop iteration.
13819
5269965e
AC
138202004-01-05 Andrew Cagney <cagney@redhat.com>
13821
54f1137d
AC
13822 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13823 should be a switch case and not a label.
13824 * mips-tdep.c (mips32_next_pc): Delete unused labels
13825 "greater_equal_branch" and "less_zero_branch".
13826 * jv-valprint.c (java_print_value_fields): Delete unused label
13827 "flush_it".
13828
5269965e
AC
13829 * target.c (unpush_target): Only close a target that is in the
13830 target stack.
13831
dbc22fa1
MK
138322004-01-05 Mark Kettenis <kettenis@gnu.org>
13833
9515395e
MK
13834 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13835 address from [sp + 64] instead of %o2.
13836
dbc22fa1
MK
13837 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13838 fixes PR backtrace/1476.
13839
5439edaa
AC
138402004-01-05 Andrew Cagney <cagney@redhat.com>
13841
13842 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13843 move to start of file.
13844 * i386-tdep.h (struct regcache): Add opaque declaration.
13845 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13846 declaration.
13847 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13848 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13849 * win32-nat.c (fake_create_process): Use ISO C style definition.
13850 * stabsread.c (define_symbol): Delete #ifndef
13851 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13852 stabs_argument_has_addr call, macro never defined.
13853
19061abe
MC
138542004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13855
13856 * op50-rom.c: Delete.
13857 * w89k-rom.c: Delete.
13858 * Makefile.in: Remove references.
13859
e53bef9f
MK
138602004-01-04 Mark Kettenis <kettenis@gnu.org>
13861
13862 * x86-64-tdep.c: Update copyright year.
13863 (struct amd64_register_info): Rename from x86_64_register_info.
13864 (amd64_register_info): Rename from x86_64_register_info.
13865 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13866 (amd64_register_name): Rename from x86_64_register_name.
13867 (amd64_register_type): Rename from x86_64_register_type.
13868 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13869 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13870 (amd64_dwarf_reg_to_regnum): Rename from
13871 x86_64_dwarf_reg_to_regnum.
13872 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13873 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13874 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13875 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13876 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13877 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13878 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13879 (amd64_frame_cache): Rename from x86_64_frame_cache.
13880 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13881 (amd64_frame_prev_register): Rename from
13882 x86_64_frame_prev_register.
13883 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13884 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13885 (amd64_sigtramp_frame_cache): Rename from
13886 x86_64_sigtramp_frame_cache.
13887 (amd64_sigtramp_frame_prev_register): Rename from
13888 x86_64_sigtramp_frame_prev_register.
13889 (amd64_sigtramp_frame_unwind): Rename from
13890 x86_64_sigtramp_frame_unwind.
13891 (amd64_sigtramp_frame_sniffer): Rename from
13892 x86_64_sigtramp_frame_sniffer.
13893 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13894 (amd64_frame_base): Rename from x86_64_frame_base.
13895 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13896 (amd64_frame_align): Rename from x86_64_frame_align.
13897 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13898 (amd64_regset_from_core_section): Rename from
13899 x86_64_regset_from_core_section.
13900 (x86_64_init_abi): Update comments.
13901
fca6aa58
NR
139022004-01-04 Nick Roberts <nick@nick.uklinux.net>
13903
13904 * MAINTAINERS (write after approval): Add myself.
13905
8ada74e3
MK
139062004-01-04 Mark Kettenis <kettenis@gnu.org>
13907
13908 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13909 `float' arguments.
13910
5154b0cd
MK
139112004-01-04 Mark Kettenis <kettenis@gnu.org>
13912
13913 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13914 such that it mentions a specific version of GCC that exhibits this
13915 bug.
13916
fb316966
MK
139172004-01-03 Mark Kettenis <kettenis@gnu.org>
13918
200cc553
MK
13919 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13920 structure that has a single `float' member, store it in %f1 in
13921 addition to %f0.
13922
e226a4a0
MK
13923 * sparc-sol2-nat.c: Add missing '\'.
13924
b9d4c5ed
MK
13925 * sparc-tdep.c (sparc32_return_value): New function.
13926 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13927 Remove functions.
13928 (sparc32_gdbarch_init): Set return_value, don't set
13929 extract_return_value, store_return_value, use_struct_convention
13930 and return_value_on_stack.
13931
fb316966
MK
13932 * sparc-sol2-nat.c: Add missing ')'.
13933
1af510a8
JB
139342004-01-03 J. Brobecker <brobecker@gnat.com>
13935
13936 * infrun.c (handle_step_into_function): New function.
13937 (handle_inferior_event): Extract out some code into the new
13938 function above.
13939
5cf4d23a
JB
139402004-01-03 J. Brobecker <brobecker@gnat.com>
13941
13942 * infrun.c (handle_inferior_event): Move the declaration of
13943 real_stop_pc inside the if blocks where it is used.
13944
60af1db2
MK
139452004-01-03 Mark Kettenis <kettenis@gnu.org>
13946
13947 * sparc64-tdep.c (sparc64_16_byte_align_p)
13948 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13949 Use check_typedef to get subtypes of structures and unions.
13950 (sparc64_store_return_value): Fix calculation of the appropriate
13951 offset into VALBUF when storing a structure or union.
13952 (sparc64_return_value): New function.
13953 (sparc64_use_struct_convention): Remove function.
13954 (sparc64_init_abi): Set return_value, don't set
13955 extract_return_value, store_return_value and
13956 use_struct_convention.
13957
1a901d3f
EZ
139582004-01-03 Eli Zaretskii <eliz@elta.co.il>
13959
13960 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13961 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13962 gdb/config/alpha/xm-alphaosf.h,
13963 gdb/config/powerpc/tm-ppcle-eabi.h,
13964 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13965 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13966 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13967 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13968 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13969 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13970 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13971 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13972 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13973 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13974 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13975 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13976 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13977 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13978 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13979 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13980 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13981 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13982 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13983 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13984 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13985 Remove lines for .cvsignore files.
13986
ef52e463
JB
139872004-01-03 J. Brobecker <brobecker@gnat.com>
13988
13989 * infrun.c: Back out the previous change.
13990
cb1bf9dc
MK
139912004-01-03 Mark Kettenis <kettenis@gnu.org>
13992
f0424ef6
MK
13993 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13994 sparc-*-sunos4* to the list of REMOVED configurations.
13995
cb1bf9dc
MK
13996 * configure.tgt: Add back sparc-*-vxworks*.
13997 * remote-vxsparc.c: Remove all includes except for "defs.h",
13998 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13999 Include "sparc-tdep.h".
14000 (SPARC_R_G1): New define.
14001 (vxsparc_gregset): New variable.
14002 (ext_format_sparc): Remove extern declaration.
14003 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14004 sparc32_supply_fpregset.
14005 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14006 sparc_collect_rwindow and sparc32_collect_fpregset.
14007 * config/sparc/tm-vxworks.h: New file, based on recently removed
14008 tm-vxsparc.h.
14009 * config/sparc/vxworks.mt: New file, based on recently removed
14010 vxworks.mt.
fe61caab 14011
5e938f9f
JB
140122004-01-03 J. Brobecker <brobecker@gnat.com>
14013
14014 * infrun.c (handle_step_into_function): New function.
14015 (handle_inferior_event): Extract out some code into the new
14016 function above.
14017
386c036b
MK
140182004-01-02 Mark Kettenis <kettenis@gnu.org>
14019
14020 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14021 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14022 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14023 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14024 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14025 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14026 (sparc_nat_h): New variable.
14027 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14028 (tm-sun4os4.h): Remove dependency.
14029 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14030 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14031 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14032 sparc-tdep.o): Update dependencies.
14033 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14034 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14035 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14036 dependencies.
14037 * configure.host: Remove existing sparc-*-lynxos*,
14038 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14039 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14040 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14041 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14042 triplets.
14043 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14044 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14045 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14046 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14047 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14048 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14049 sparc64-*-solaris2* and sparc64-*-* triplets.
14050 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14051 "symtab.h" and "objfiles.h".
14052 (BIAS): Remove define.
14053 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14054 (X_DISP19): Remove macros.
14055 (sparc_fetch_instruction): Remove function.
14056 (struct gdbarch_tdep): Remove definition.
14057 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14058 (sparc_breakpoint_from_pc): Remove function.
14059 (struct sparc64_frame_cache): Remove definition.
14060 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14061 sparc64_unwind_pc): Remove functions.
14062 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14063 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14064 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14065 (sparc64_frame_cache): Change return type to `struct
14066 sparc_frame_cache *'. Simply call sparc_frame_cache.
14067 (sparc64_frame_this_id, sparc64_frame_prev_register,
14068 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14069 instead of `struct sparc64_frame_cache.
14070 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14071 sparc_analyze_control_transfer, sparc_software_single_step,
14072 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14073 _initialize_sparc64_tdep): Remove functions.
14074 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14075 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14076 macros.
14077 (sparc64_supply_gregset, sparc64_collect_gregset,
14078 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14079 (sparc64_init_abi): New function.
14080 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14081 inclusion guard. Include "sparc-tdep.h".
14082 (BIAS): Define.
14083 (r_tstate_offset, r_fprs_offset): New defines.
14084 (enum sparc_regnum): Remove defenition.
14085 (enum sparc64_regnum): Reformat.
14086 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14087 (sparc64_init_abi, sparc64_supply_gregset,
14088 sparc64_collect_gregset, sparc64_supply_fpregset,
14089 sparc64_collect_fpregset): New prototypes.
14090 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14091 Add extern declarations.
14092 (sparc64_sol2_init_abi): New prototype.
14093 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14094 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14095 prototypes.
14096 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14097 "sparnbsd-nat.h".
14098 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14099 functions.
14100 (_initialize_sparc64fbsd_nat): Remove initialization of
14101 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14102 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 14103 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
14104 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14105 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14106 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14107 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14108 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14109 (sparc64fbsd_r_y_offset): Remove variables.
14110 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14111 Make static and const.
14112 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14113 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14114 functions.
14115 (sparc64fbsd_gregset): New variable.
14116 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14117 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14118 and sparc64_supply_fpregset.
14119 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14120 (sparc64fbsd_sigtramp_frame_this_id)
14121 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14122 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14123 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14124 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14125 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14126 * sparcnbsd-tdep.c: Update copyright year. Include
14127 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14128 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14129 "value.h" and "sparcnbsd-tdep.h".
14130 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14131 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14132 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14133 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14134 defines.
14135 (sparcnbsd_gregset): New variable.
14136 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14137 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14138 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14139 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14140 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14141 variables.
14142 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14143 (sparc32nbsd_sigcontext_frame_this_id)
14144 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14145 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14146 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14147 (sparcnbsd_get_longjmp_target_32,
14148 sparcnbsd_get_longjmp_target_64): Remove functions.
14149 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14150 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14151 sparcnbsd_init_elf): Remove.
14152 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14153 (sparcnbsd_elf_init_abi): New functions.
14154 (_initialize_sparcnbsd_tdep): New prototype.
14155 (_initialize_sparnbsd_tdep): Update.
14156 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14157 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14158 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14159 * config/sparc/linux.mh: Update comment.
14160 (XM_FILE, HOST_IPC): Remove variables.
14161 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14162 sparc-linux-nat.o.
14163 * config/sparc/linux.mt: Update comment.
14164 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14165 * config/sparc/nbsd.mt: Reformat.
14166 * config/sparc/nbsd64.mh: Update comment.
14167 (NATDEPFILES): Add sparc-nat.o.
14168 * config/sparc/nbsd64.mt: Update comment.
14169 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14170 (TM_FILE): Set to tm-nbsd.h.
14171 * config/sparc/nbsdelf.mh: Update comment.
14172 (NATDEPFILES): Add sparc-nat.o.
14173 (XM_FILE): Delete.
14174 * config/sparc/nbsdaout.mh: Update comment.
14175 (NATDEPFILES): Add sparc-nat.o
14176 (XM_FILE): Delete.
14177 * config/sparc/nm-linux.h: Update copyright year. Don't include
14178 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14179 inclusion.
14180 (KERNEL_U_SIZE): Remove define.
14181 (kernel_u_size): Remove prototype.
14182 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14183 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14184 "regcache.h".
14185 (CHILD_PREPARE_TO_STORE): Remove define.
14186 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14187 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14188 sparcnbsd-nat.c: Rewrite files.
14189 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14190 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14191 sparcnbsd-tdep.h: Remove files.
14192 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14193 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14194 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14195 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14196 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14197 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14198 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14199 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14200 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14201 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14202 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14203 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14204 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14205 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14206 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14207 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14208 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14209 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14210 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14211
ee84457a
AC
142122004-01-02 Andrew Cagney <cagney@redhat.com>
14213
14214 From 2003-12-18 Kazuhiro Inaoka:
14215 * configure.host: Add m32r-linux target.
14216
0bc2134e
MC
142172004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14218
14219 * top.c (print_gdb_version): Update year to 2004.
14220
89a72f9c
MM
142212004-01-02 Mark Mitchell <mark@codesourcery.com>
14222
14223 * MAINTAINERS: Add myself to the write-after-approval category.
14224
86b013ed
DJ
142252004-01-02 Daniel Jacobowitz <drow@mvista.com>
14226
14227 From Bernardo Innocenti <bernie@develer.com>:
14228 * configure.tgt: Add uClinux target.
14229
e42c9534
AC
142302004-01-02 Andrew Cagney <cagney@redhat.com>
14231
14232 * utils.c (do_my_cleanups): Make static, add forward declaration.
14233 * defs.h (do_my_cleanups): Delete declaration.
14234
162467d3
EZ
142352004-01-02 Eli Zaretskii <eliz@elta.co.il>
14236
14237 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14238 bfd/ChangeLog-0203.
14239
78434e59
MK
142402004-01-02 Mark Kettenis <kettenis@gnu.org>
14241
14242 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14243 in <machine/reg.h>.
14244 * configure, config.in: Regenerate.
14245
48efe704
AC
14246For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14247tui/ChangeLog-1998-2003.
c906108c
SS
14248\f
14249Local Variables:
14250mode: change-log
14251left-margin: 8
14252fill-column: 74
14253version-control: never
14254End:
This page took 1.555553 seconds and 4 git commands to generate.