]> Git Repo - binutils.git/blame - gdb/ChangeLog
2004-11-12 Andrew Cagney <[email protected]>
[binutils.git] / gdb / ChangeLog
CommitLineData
df407dfe
AC
12004-11-12 Andrew Cagney <[email protected]>
2
9ee8fc9d
AC
3 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
4 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
5 (VALUE_REGNUM): Define.
6 (struct value): Delete location.regnum, rename "regno" to
7 "regnum".
8 * value.c, valops.c, valarith.c, findvar.c: Update.
9
df407dfe
AC
10 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
11 (VALUE_BITPOS): Delete.
12 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
13 * value.c (value_type, value_offset, value_bitpos)
14 (value_bitsize): New functions. Update references.
15 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
16 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
17 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
18 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
19 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
20 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
21 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
22 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
23 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
24
61c82a3b
AC
252004-11-12 Andrew Cagney <[email protected]>
26
27 * cris-tdep.c (cris_register_offset): Delete, never called.
28 (cris_spec_reg_applicable): Delete cris_ver_sim.
29 * MAINTAINERS: List d10v as OBSOLETE.
30 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
31 FOPEN_WB et.al., defined by "fopen-bin.h".
32
5aac166f
RC
332004-11-12 Randolph Chung <[email protected]>
34
35 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
36 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
37 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
38 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
39
4fab48b9
MK
402004-11-12 Mark Kettenis <[email protected]>
41
42 * tui/tui-io.c: Don't include "terminal.h".
43 * Makefile.in (tui-io.o): Update dependencies.
44
9b098f24
KI
452004-11-12 Kei Sakamoto <[email protected]>
46
47 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
48 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
49 set_gdbarch_regset_from_core_section for core file support.
50 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
51 New functions.
52
a71f8c30
RC
532004-11-11 Randolph Chung <[email protected]>
54
55 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
56 stop_after_branch parameter and use it to determine if we should look
57 at the delay slot of the first branch insn to find prologue insns.
58 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
59 (hppa_frame_cache): Likewise.
60
50b2f48a
RC
612004-11-11 Randolph Chung <[email protected]>
62
63 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
64 register so that it can be unwound from anywhere in the prologue.
65
be723e22
MS
662004-11-10 msnyder <[email protected]>
67
68 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
69 must invalidate lr_reg (so we don't try to save it again).
70 Ditto for cr_offset and cr_reg.
71
d6f7abdf
AC
722004-11-05 Jon Beniston <[email protected]>
73
216c5547 74 Committed by Andrew Cagney.
d6f7abdf
AC
75 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
76 when an unexpected packet is received, as the target stubs
77 continually retransmit the same packet until ACKed.
78
1d225535
RC
792004-11-10 Randolph Chung <[email protected]>
80
81 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
d6f7abdf 82 frame's type.
1d225535 83
2315ffec
RC
842004-11-10 Randolph Chung <[email protected]>
85
86 * blockframe.c (inside_entry_func): Move to .....
87 * frame.c (inside_entry_func): ... here, and make static.
88 (backtrace_past_entry): New flag.
89 (get_prev_frame): Stop backtrace at the entry function if enabled
90 by flag. Update comments.
91 (_initialize_frame): Add command to set backtrace_past_entry flag.
92 * defs.h (inside_entry_func): Remove prototype.
93
917c78fc
MK
942004-11-10 Mark Kettenis <[email protected]>
95
96 * dwarf2read.c: Fix formatting.
97
994b9211
AC
982004-11-10 Andrew Cagney <[email protected]>
99
100 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
101 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
102 macros with function declarations.
103 * value.c (coerce_ref, coerce_array, coerce_number)
104 (coerce_enum): New functions.
105 (value_as_long, value_as_address): Update.
106 * ada-lang.c (ada_coerce_ref, ada_value_binop)
107 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
108 * jv-lang.c (evaluate_subexp_java): Update.
109 * valarith.c (value_less, value_neg, value_complement)
110 (value_binop, value_add, value_subscript, value_x_binop)
111 (value_logical_not, value_sub): Update.
112 * valops.c (check_field, value_struct_elt, value_ind)
113 (value_find_oload_method_list, value_cast, value_assign): Update.
114 * eval.c (evaluate_subexp_standard): Update.
115
06987e64
MK
1162004-11-10 Mark Kettenis <[email protected]>
117
118 * mips-tdep.c (mips32_relative_offset): Change return type to
119 LONGEST, change argument type to ULONGEST. Fix sign-extension.
120
4a302917
RC
1212004-11-10 Randolph Chung <[email protected]>
122
123 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
124 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
125 (hppa_fetch_pointer_argument): Likewise.
126 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
127 deprecated_read_memory_nobpt.
128 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
129 add_set_cmd sequence with add_setshow_boolean_cmd.
130
390e974f
AC
1312004-11-09 Andrew Cagney <[email protected]>
132
133 GDB 6.3 released from GDB 6.3 branch.
134
92e023d6
AC
1352004-11-09 Andrew Cagney <[email protected]>
136
137 * values.c: Rename to ...
138 * value.c: ..., new file.
139 * Makefile.in: Update.
140
d10891d4
DJ
1412004-11-09 Daniel Jacobowitz <[email protected]>
142
143 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
144 size.
145
00a4c844
AC
1462004-11-09 Andrew Cagney <[email protected]>
147
c44523e7
AC
148 * TODO: Delete.
149
00a4c844
AC
150 * value.h (struct value): Delete field bfd_section.
151 (VALUE_BFD_SECTION): Delete macro.
152 (COERCE_REF): Update.
153 (value_at, value_at_lazy): Delete asection parameter.
154 * printcmd.c (print_formatted, x_command): Update.
155 (do_examine): Delete asection parameter.
156 (next_section): Delete variable.
157 * valops.c (value_cast, value_at, value_at_lazy)
158 (value_coerce_function, value_addr, value_ind, value_string)
159 (find_rt_vbase_offset, value_full_object): Update.
160 * hpacc-abi.c (hpacc_virtual_fn_field)
161 (hpacc_value_rtti_type): Update.
162 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
163 (gnuv3_baseclass_offset): Update.
164 * f-valprint.c (f_val_print): Update.
165 * c-valprint.c (c_val_print): Update.
166 * p-valprint.c (pascal_val_print): Update.
167 * jv-valprint.c (java_value_print): Update.
168 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
169 * ada-lang.c (ada_value_primitive_packed_val)
170 (ada_evaluate_subexp): Update.
171 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
172 * expprint.c (print_subexp_standard): Update.
173 * infcall.c (call_function_by_hand): Update.
174 * valarith.c (value_add): Update.
175 * eval.c (evaluate_subexp_standard): Update.
176 * values.c (allocate_value, value_copy, value_static_field): Update.
177 * findvar.c (read_var_value, locate_var_value): Update.
178
5cb2fe25
AC
1792004-11-09 Andrew Cagney <[email protected]>
180
181 * i386-linux-tdep.c: Include "dwarf2-frame.h".
182 * Makefile.in: Update all dependencies.
183
cbafadeb
AC
1842004-11-08 Andrew Cagney <[email protected]>
185
186 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
187 (sentinel_frame_unwinder): Add the prev_pc method.
188 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
189 available. Do not handle the sentinel-frame case.
190 * frame-unwind.h (frame_prev_register_ftype): Define.
191 (struct frame_unwind): Add prev_pc;
192
3b78cdbb
DA
1932004-11-08 John David Anglin <[email protected]>
194
195 * configure.in: Check for ncurses/term.h.
196 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
197 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
198 * tui/tui.c: Don't include term.h.
199 * configure, config.in: Rebuilt.
200
bcfca652
MK
2012004-11-08 Mark Kettenis <[email protected]>
202
203 * m68kbsd-nat.c: Include "inf-ptrace.h".
204 (_initialize_m68kbsd_nat): Fix pasto.
205 * Makefile.in (m68kbsd-nat.o): Update dependencies.
206
527159b7
RC
2072004-11-08 Randolph Chung <[email protected]>
208
209 * infrun.c (debug_infrun): New variable.
210 (resume, proceed, wait_for_inferior): Annotate with debug messages.
211 (handle_inferior_event, keep_going): Likewise.
212 (_initialize_infrun): Register "set debug infrun" command.
213
c874c7fc
AS
2142004-11-08 Andreas Schwab <[email protected]>
215
216 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
217 PTRACE_EVENT_VFORKDONE.
218 (child_follow_fork): Adjust.
219
3c8fa307
AC
2202004-11-08 Andrew Cagney <[email protected]>
221
5c26072a
AC
222 * README: Refer to 6.3, not 6.2, update directory listing droppng
223 references to intl/ and mmalloc/.
224 * PROBLEMS: Refer to 6.3 not 6.2.
225
3c8fa307
AC
226 * PROBLEMS: Delete no-longer applicable problems.
227
12b8a2cb
DJ
2282004-11-07 Andrew Cagney <[email protected]>
229 Daniel Jacobowitz <[email protected]>
230 Roland McGrath <[email protected]>
231
232 * Makefile.in (symfile-mem.o): Update dependencies.
233 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
234 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
235 * inf-ptrace.c (inf_ptrace_attach): Call
236 observer_notify_inferior_created.
237 * inftarg.c (child_attach): Likewise.
238 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
239 (symbol_file_add_from_memory): Take NAME argument. Use it for
240 the new BFD's filename.
241 (add_symbol_file_from_memory_command): Update call to
242 symbol_file_add_from_memory.
243 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
244 (symbol_file_add_from_memory_wrapper): New.
245 (_initialize_symfile_mem): Register add_vsyscall_page as an
246 inferior_created observer.
247
abbc6945
MK
2482004-11-07 Mark Kettenis <[email protected]>
249
250 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
251 fetch_inferior_registers. Make static.
252 (m68kbsd_store_inferior_registers): Rename from
253 store_inferior_registers. Make static.
254 (_initialize_m68kbsd_nat): Construct and add target vector.
255 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
256 inftarg.o. Add inf-ptrace.o.
257 (NAT_FILE): Set to tm-solib.h.
258 (LOADLIBES): New variable.
259 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
260 inftarg.o. Add inf-ptrace.o.
261 (NAT_FILE): Delete variable.
262 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
263 inftarg.o. Add inf-ptrace.o.
264 (NAT_FILE): Set to tm-solib.h.
265 * config/m68k/nm-nbsdaout.h: Remove file.
266
3ed09a32
DJ
2672004-11-07 Daniel Jacobowitz <[email protected]>
268
269 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
270 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
271 (dwarf2_signal_frame_unwind): New.
272 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
273 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
274
8e763687
MK
2752004-11-07 Mark Kettenis <[email protected]>
276
4fb31ed0
MK
277 * Makefile.in (mips64obsd-tdep.o): Fix typo.
278
fabe86c8
MK
279 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
280 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
281 to only include the structure members we actually need.
282 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
283 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
284 only include the structure members we actually need.
285 (mipsnbsd_init_abi): Update.
286
366e93e8
MK
287 * mips64obsd-nat.c: Include "mips-tdep.h".
288 (MIPS64OBSD_NUM_REGS): Remove define.
289 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
290 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
291 floating-point registers correctly.
292 * Makefile.in (mips64obsd-nat.o): Update dependencies.
293
8e763687
MK
294 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
295 "gdb_assert.h".
296 (mips64obsd_sigframe_init): New function.
297 (mips64obsd_sigframe): New variable.
298 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
299 unwinder.
300 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
301
5f6a2351
JB
3022004-11-06 Joel Brobecker <[email protected]>
303
304 * alpha-mdebug-tdep.c: #include mdebugread.h.
305 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
306 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
307
f059bf6f
AC
3082004-11-05 Andrew Cagney <[email protected]>
309
310 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
311 CFI and the init_reg method leave the register unspecified.
312 Include the register name in the "Incomplete CFI data" complaint.
313 Supress leading zeros in the address.
314
1234d960
MK
3152004-11-05 Mark Kettenis <[email protected]>
316
317 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
318 skipping a personality routine in a CIE augmentation.
319
d75e3c94
JJ
3202004-11-05 Jeff Johnston <[email protected]>
321
322 * defs.h (fatal, vfatal): New function prototypes.
323 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
324 via catch_errors.
325 (backtrace_command): Change to call backtrace_command_stub via
326 catch_errors instead of calling backtrace_command_1 directly.
327 (backtrace_full_command): Ditto.
328 * utils.c (error_stream_1): New static function.
329 (verror): Change to call error_stream_1 instead of error_stream.
330 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
331 (vfatal, fatal): New functions.
332
98f276a0
AC
3332004-11-05 Andrew Cagney <[email protected]>
334
335 * stack.c (parse_frame_specification_1): Clear selected_frame_p
336 when not using selected frame.
337
f724bf08
MK
3382004-11-05 Mark Kettenis <[email protected]>
339
340 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
341 personality routine in a CIE augmentation.
342
c789492a
FL
3432004-11-05 Felix Lee <[email protected]>
344
345 * stack.c (set_current_sal_from_frame): New function.
346 (print_args_stub): Use it.
347 (print_frame_info): Don't set sal here.
348
a81b10ae
MK
3492004-11-04 Mark Kettenis <[email protected]>
350
351 * dwarf2-frame.c (read_encoded_value): Change type of third
352 argument to `unsigned char *'. Add support for LEB128 encodings.
353
ad766c0a
JB
3542004-11-04 Jim Blandy <[email protected]>
355
356 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
357 prevent cross-objfile references.
358 (make_cv_type): Doc fix. Don't create cross-objfile references,
359 even for stub types.
360 (replace_type): Add assertion to prevent cross-objfile references.
361 (check_typedef): Never resolve a stub type by copying over a type
362 from another file.
363
c46b0409 3642004-11-04 Kei Sakamoto <[email protected]>
f16d97c9 365
c46b0409
KI
366 * Makefile.in (m32r-tdep.o): Update dependencies.
367 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
368 ABI-specific overrides.
369
9f0b0322 3702004-11-04 Kei Sakamoto <[email protected]>
f16d97c9 371
9f0b0322
KI
372 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
373 unnecessary parallel execution bit.
374 (m32r_memory_remove_breakpoint): Ditto.
375 (m32r_breakpoint_from_pc): Update.
376
d5c27f81
RC
3772004-11-03 Randolph Chung <[email protected]>
378
379 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
9f0b0322 380 frame_func_unwind to locate the unwind entry.
d5c27f81
RC
381 (hppa_frame_this_id): Likewise.
382
4577593c
AC
3832004-11-03 Andrew Cagney <[email protected]>
384
385 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
386 packet, obsolete configurations, end-of-life deprecated_registers.
387
b04de778
MK
3882004-11-02 Mark Kettenis <[email protected]>
389
390 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
391 encodings as well as unsigned encodings.
392
9f2feefc
AC
3932004-11-02 Andrew Cagney <[email protected]>
394
395 * value.h (COERCE_VARYING_ARRAY): Delete.
396 * valops.c (value_cast, value_slice): Delete use.
397 * valarith.c (value_subscript, value_concat): Delete use.
398
117ea3cf
PH
3992004-11-02 Paul Hilfinger <[email protected]>
400
401 * NEWS: GDB understands GNAT Ada.
402
0bbc026e
JM
4032004-11-01 Joseph S. Myers <[email protected]>
404
405 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
406 (amd64-sol2-tdep.o): Add dependencies.
407 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
408 config/i386/sol2-64.mt: New files.
409 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
410 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
411 (supply_gregset): Correct order of arguments to
412 amd64_supply_native_gregset.
413 (fill_gregset): Correct order of arguments to
414 amd64_collect_native_gregset.
415 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
416 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
417 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
418 for definition of NEW_PROC_API.
419 * configure: Regenerate.
420
3d38a0a5
JM
4212004-11-01 Joseph S. Myers <[email protected]>
422
423 * MAINTAINERS (Write After Approval): Add myself.
424
f81cd1cf
AC
4252004-11-01 Andrew Cagney <[email protected]>
426
427 * configure.tgt: Mark d10v-*-* as obsolete.
428 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
429
f4e88c8e
PH
4302004-11-01 Paul N. Hilfinger <[email protected]>
431
432 * values.c (modify_field): Correct handling of bit-fields that
433 don't fit in 32 bits. Use unsigned operations throughout and
434 simplify the code a bit. Document preconditions.
435
84674fe1
AC
4362004-10-31 Andrew Cagney <[email protected]>
437
96693b3a
AC
438 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
439 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
440 (in_plt_section): Delete.
441
6f296f8f
AC
442 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
443 (mips_gdbarch_init): Do not set same.
444
618501c0
AC
445 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
446 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
447
b22e8f02
AC
448 * gdbarch.sh (in_solib_call_trampoline): Delete.
449 * gdbarch.h, gdbarch.c: Re-generate.
450
84674fe1
AC
451 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
452 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
453 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
454 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
455 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
456
c6d1029f
MK
4572004-10-31 Mark Kettenis <[email protected]>
458
459 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
460 (mipsnbsd_fetch_inferior_registers): Rename from
461 fetch_inferior_registers. Make static.
462 (mipsnbsd_store_inferior_registers): Rename from
463 store_inferior_registers. Make static.
464 (_initialize_mipsnbsd_nat): New function and prototype.
465 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
466 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
467 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
468 inf-ptrace.o.
469
bd9ca83f
AC
4702004-10-31 Andrew Cagney <[email protected]>
471
19d718a3
AC
472 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
473 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
474 delete corresponding unused function.
475 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
476 in_solib_call_trampoline.
477 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
478 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
479 * config/mips/tm-nbsd.h: Ditto.
480 * config/arm/tm-linux.h: Ditto.
481 * config/mips/tm-linux.h: Ditto.
482
e8ce19c0
AC
483 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
484 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
485 in_solib_call_trampoline, delete corresponding unused function.
486 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
487 (vaxnbsd_aout_init_abi): Ditto.
488 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
489 (sparc32nbsd_aout_init_abi): Ditto.
490 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
491 (ppc_linux_init_abi): Ditto.
492 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
493 (ns32knbsd_init_abi_aout): Ditto.
494 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
495 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
496 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
497 (m68kbsd_aout_init_abi): Ditto.
498 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
499 (i386_cygwin_init_abi): Ditto.
500 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
501 (i386bsd_init_abi): Ditto.
502
af380d61
AC
503 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
504 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
505 isn't used by this architecture.
506 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
507 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
508 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
509 * s390-tdep.c (s390_gdbarch_init): Ditto.
510 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
511 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
512 * i386-tdep.c (i386_svr4_init_abi): Ditto.
513 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
514 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
515 * amd64-tdep.c (amd64_init_abi): Ditto.
516
0528d9f7
AC
517 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
518 in_solib_call_trampoline to its default value of
519 generic_in_solib_call_trampoline.
520 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
521 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
522 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
523 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
524 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
525 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
526
f9f9eacb
AC
527 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
528
a4ffd1e7
AC
529 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
530
82e34d2f
AC
531 * config/mips/tm-mips.h: Delete file.
532 * remote-mips.c: Delete tm-mips.h from comment.
533 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
534 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
535 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
536 * config/mips/tm-linux.h: Don't include tm-mips.h.
537 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
538 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
539 * config/mips/tm-wince.h: Don't include.
540
75dec9cf
AC
541 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
542 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
543 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
544 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
545
bd9ca83f
AC
546 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
547 * mdebugread.c (ecoff_relocate_efi): Delete function.
548 * objfiles.c (objfile_relocate): Delete #ifdef
549 MDEBUG_EFI_SYMBOL_NAME code.
550
3352ef37
AC
5512004-10-31 Orjan Friberg <[email protected]>
552 Andrew Cagney <[email protected]>
553
554 * gdbarch.sh (single_step_through_delay): Add.
555 * gdbarch.h, gdbarch.c: Re-generate.
556 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
557 (mips_step_skips_delay): Delete.
558 * mips-tdep.c (mips_single_step_through_delay): Replace
559 mips_step_skips_delay.
560 (mips_gdbarch_init): Set single_step_through_delay.
561 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
562
2440b685
MK
5632004-10-31 Mark Kettenis <[email protected]>
564
565 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
566 from TRAMP_FRAME frame type.
567
56a2fed5
AC
5682004-10-31 Andrew Cagney <[email protected]>
569
9b792b1d
AC
570 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
571
0a5e8d98
AC
572 * mips-tdep.c (mips_ignore_helper): Delete.
573 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
574 * infrun.c (handle_inferior_event): Delete #ifdef
575 DEPRECATED_IGNORE_HELPER_CALL code.
576
56a2fed5
AC
577 * config/mips/tm-mips.h (RA_REGNUM): Delete.
578
f69c55b2
MK
5792004-10-31 Mark Kettenis <[email protected]>
580
581 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
582 (fill_fpregset): Do not compile for 64-bit systems.
583 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
584 * Makefile.in (i386-sol2-nat.o): Update dependencies.
585 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
586
d37cca3d
AC
5872004-10-30 Andrew Cagney <[email protected]>
588
36b8628e
AC
589 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
590 (struct mdebug_extra_func_info): Define.
591 * config/alpha/tm-alpha.h: Delete same.
592 * config/mips/tm-mips.h: Delete same.
593 * mdebugread.c: Delete same.
594 * Makefile.in: Update dependencies.
595 * mips-mdebug-tdep.c: Include "mdebugread.h".
596
5b123146
AC
597 * objfiles.c: Include "mdebugread.h".
598 * mdebugread.c: Include "mdebugread.h".
599 (ecoff_relocate_cfi): Delete.
600 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
601 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
602 * mdebugread.h (ecoff_relocate_efi): New file.
603 * Makefile.in: Update dependencies.
604
b9c3a7de
AC
605 * mips-tdep.c (struct frame_extra_info): Delete.
606 (temp_proc_desc): Delete.
607
f92761ec
AC
608 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
609 MIPS_EFI_SYMBOL_NAME.
610 (mips_extra_func_info_t, mips_extra_func_info): Delete.
611 (struct mdebug_extra_func_info): Replace struct
612 alpha_extra_func_info and alpha_extra_func_info_t.
613 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
614 MIPS_EFI_SYMBOL_NAME.
615 (struct mdebug_extra_func_info): Replace struct
616 alpha_extra_func_info and alpha_extra_func_info_t.
617 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
618 * mdebugread.c, alpha-mdebug-tdep.c:
619
0bb57b31
AC
620 Suggested by Mark Kettenis.
621 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
622 fields frame_adjust and high_addr.
623 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
624 (non_heuristic_proc_desc): Delete references.
625
a5c9623c
AC
626 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
627 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
628 * mips-tdep.c: Update.
629
607fc93c
AC
630 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
631 (MIPS_LAST_EMBED_REGNUM): Add.
632 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
633 (LAST_EMBED_REGNUM): Delete.
634 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
635
24e05951
AC
636 * config/mips/tm-mips.h (PS_REGNUM): Delete.
637 * mips-tdep.h (MIPS_PS_REGNUM): Add.
638 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
639 * mips-linux-nat.c: Update.
640
613e114f
AC
641 * mips-tdep.h: Add comments on registers.
642 (MIPS_UNUSED_REGNUM): Define.
643 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
644 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
645 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
646 * mips-linux-nat.c, remote-mips.c: Update.
647
d37cca3d
AC
648 * config/mips/tm-mips.h (t_insn): Delete.
649 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
650 Replace t_insn with ULONGEST.
651
ceb41096
MK
6522004-10-30 Mark Kettenis <[email protected]>
653
d1180b0f
MK
654 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
655 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
656 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
657 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
658 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
659 (mipsnbsd_core_osabi_sniffer): New function.
660 (mipsnbsd_init_abi): Set regset_from_core_section.
661 (_initialize_mipsnbsd_tdep): Remove calls to
662 deprecated_add_core_fns.
663 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
664 (mipsnbsd_regset_from_core_section): New functions.
665 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
666 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
667
ceb41096
MK
668 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
669 Remove optimization for DEPRECATED_FP_REGNUM.
670
ec4045ea
AC
6712004-10-30 Andrew Cagney <[email protected]>
672
cd65c8f6
AC
673 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
674 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
675 (alpha_setup_arbitrary_frame): Delete.
676 * mips-tdep.c (setup_arbitrary_frame): Delete.
677 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
678 (setup_arbitrary_frame): Delete.
679 * stack.c (parse_frame_specification_1): When specified, call
680 create_new_frame with two parameters. Delete #ifdef
681 SETUP_ARBITRARY_FRAME.
682
95ac2dcf
AC
683 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
684 (MIPS_INSTLEN): Delete.
685 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
686 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
687 * remote-mips.c, mips-tdep.c: Update.
688
1a8da44d
AC
689 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
690 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
691 * mips-tdep.c (mips_mdebug_frame_cache)
692 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
693 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
694 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
695 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
696 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
697 (mips_gdbarch_init): Do not append mdebug sniffers.
698 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
699 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
700 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
701 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
702 * Makefile.in: Update dependencies.
703
e6bc2e8a
AC
704 * mips-tdep.h (mips_abi_regsize): Declare.
705 * mips-tdep.c (mips_abi_regsize): Make non-static.
706
ec4045ea
AC
707 * mips-tdep.c (gdb_print_insn_mips): Simplify.
708 (make_mips16_addr): Delete.
e6bc2e8a 709
6b16acab
MK
7102004-10-30 Mark Kettenis <[email protected]>
711
712 * i386-sol2-nat.c: New file.
713 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
714 i386-sol2-tdep.c.
715 (i386-sol2-nat.o): Update dependencies.
716 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
717 i386-sol2-nat.o.
718
8b622e6a
AC
7192004-10-30 Andrew Cagney <[email protected]>
720
721 Total breakage identified by Joel Brobecker.
722 * mips-tdep.c (after_prologue): Delete.
723 (mips_skip_prologue): Use skip_prologue_using_sal.
724 (heuristic_proc_desc): Delete, unused.
725
772cf8be
MK
7262004-10-30 Mark Kettenis <[email protected]>
727
728 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
729 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
730 Cleanup coding style.
731
9c8fdbfa
AC
7322004-10-30 Andrew Cagney <[email protected]>
733
0fe7e7c8
AC
734 * mips-tdep.h (mips_pc_is_mips16): Declare.
735 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
736 non-static. Update calls.
737
1b295c3d
AC
738 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
739 * command.h (add_setshow_enum_cmd): Declare.
740 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
741
6bcadd06
AC
742 * mips-tdep.c (_initialize_mips_tdep): Use
743 add_setshow_zinteger_cmd.
744
9c8fdbfa
AC
745 * mips-tdep.c (mips_eabi_extract_return_value)
746 (mips_o64_extract_return_value, mips_o64_store_return_value)
747 (return_value_location, mips_eabi_reg_struct_has_addr)
748 (mips_eabi_use_struct_convention)
749 (mips_eabi_store_return_value): Delete.
750 (mips_eabi_store_return_value): New function.
751 (mips_eabi_return_value): New function.
752 (mips_gdbarch_init): For O64 and EABI, delete
753 extract_return_value, store_return_value, use_struct_convention
754 and reg_struct_has_addr, add return_value.
755
1d93fe1a
AC
756 * mips-tdep.c (read_signed_register): Use
757 regcache_cooked_read_signed.
758
303d2914
MK
7592004-10-30 Mark Kettenis <[email protected]>
760
761 * mipsread.c: Cleanup coding style.
762 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
763 (mipscoff_symfile_finish): Remove prototypes.
764
7652004-10-29 Mark Kettenis <[email protected]>
766
767 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
768 (mips_mdebug_frame_cache, mips16_scan_prologue)
769 (mips32_scan_prologue, mips_stub_frame_cache)
770 (heuristic_proc_start, heuristic_proc_desc)
771 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
772 (mips_n32n64_return_value, mips_o32_push_dummy_call)
773 (mips_o32_return_value, mips_o64_push_dummy_call)
774 (mips_step_skips_delay, mips_skip_trampoline_code)
775 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
776 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
777 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
778 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
779 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
780 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
781 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
782 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
783 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
784 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
785 ZERO_REGNUM.
786 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
787 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
788 ZERO_REGNUM.
789 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
790 A0_REGNUM.
791 * mipsnbsd-nat.c: Include "mips-tdep.h".
792 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
793 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
794
1c8831c5
AC
7952004-10-29 Andrew Cagney <[email protected]>
796
797 * stack.c (parse_frame_specification_1): New function based on
798 parse_frame_specification. Add message and selected_frame_p
799 paramters. Truely always return non-NULL.
800 (parse_frame_specification): Call parse_frame_specification_1.
801 (frame_info): Update. Eliminate target_has_stack check.
802 (select_frame_command): Update.
803
b04f3ab4
AC
8042004-10-29 Andrew Cagney <[email protected]>
805
806 * frame.h (get_selected_frame): Add message parameter.
807 * frame.c (get_selected_frame): Add and use message parameter.
808 * stack.c (current_frame_command, return_command, locals_info)
809 (catch_info, args_info, up_silently_base, down_silently_base): Use
810 get_selected_frame with an explicit message.
811 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
812 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
813 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
814 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
815 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
816 * breakpoint.c: Update.
817
8182004-10-29 Andrew Cagney <[email protected]>
00b25ff3
AC
819
820 * trad-frame.c (trad_frame_get_prev_register): Use
821 frame_unwind_register instead of frame_register_unwind, do not
822 recurse the register's location.
823 * xstormy16-tdep.c (xstormy16_frame_prev_register):
824 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
825 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
826 * sh-tdep.c (sh_frame_prev_register): Ditto.
827 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
828 * i386-tdep.c (i386_frame_prev_register): Ditto.
829 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
830 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
831
7a952542
MK
8322004-10-28 Mark Kettenis <[email protected]>
833
c18c06be
MK
834 * proc-events.c: Fix several coding-style issues. Consistently
835 use #ifdef instead of #if defined().
836 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
837 ARRAY_SIZE.
838 (_initialize_proc_events): New prototype.
839
7a952542
MK
840 * proc-why.c: Fix several coding-style issues.
841 (proc_prettyfprint_why): Use ARRAY_SIZE.
842
fcad0fa4
JB
8432004-10-27 Jim Blandy <[email protected]>
844
845 * remote.c (fetch_register_using_p): Construct 'p' packet in a
846 manner independent of the host byte order.
847
c163184f
MK
8482004-10-27 Mark Kettenis <[email protected]>
849
850 * mips-tdep.c (id_delayed): Remove prototype.
851
9c46b6f0
MK
8522004-10-26 Mark Kettenis <[email protected]>
853
854 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
855 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
856 to enum with register numbers.
857 (enum mips_insn_size): New enum.
858
0d0266c6
AC
8592004-10-26 Andrew Cagney <[email protected]>
860
e7d6a6d2
AC
861 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
862 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
863 (mips_gdbarch_init): Update.
864 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
865
c5115f39
AC
866 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
867 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
868 IN_SOLIB_RETURN_TRAMPOLINE.
869 * mips-tdep.c (mips_dump_tdep): Do not print
870 IN_SOLIB_RETURN_TRAMPOLINE.
871 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
872 (mips_gdbarch_init): Update.
873
0d0266c6
AC
874 * mips-tdep.h (mips_software_single_step): Move to here ...
875 * config/mips/tm-mips.h: ... from here.
876 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
877 (SOFTWARE_SINGLE_STEP): Delete.
878 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
879
156a53ca
AC
8802004-10-25 Andrew Cagney <[email protected]>
881
882 * NEWS: Add Changes since GDB 6.3 section.
883
f27cf670
AS
8842004-10-23 Andreas Schwab <[email protected]>
885
156a53ca
AC
886 * ada-lang.c (grow_vect): Return the new array instead of
887 expecting pointer to pointer to avoid violation of aliasing rules.
f27cf670
AS
888 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
889
121d8485
UW
8902004-10-23 Ulrich Weigand <[email protected]>
891
892 * s390-tdep.c (enum pv_boolean): Remove.
893 (pv_is_array_ref): Remove.
894 (s390_on_stack): Remove.
895 (S390_NUM_SPILL_SLOTS): Remove.
896 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
897 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
898 (s390_store): Track all stores of orginal incoming registers to the
899 stack constant offsets relative to the CFA, instead of only tracking
900 stores into specific spill slots.
901 (s390_load): Likewise.
902 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
903 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
904 defined as call-saved by the ABI.
905 (s390_push_dummy_call): Use bottom of dummy call argument save area
906 as return value, not the top. Do not store to the called function's
907 register save area.
908 (s390_unwind_dummy_id): Adapt accordingly.
909
0a6ddd08
AC
9102004-10-23 Andrew Cagney <[email protected]>
911
912 * objfiles.h (struct objfile): Rename obj_private to
913 deprecated_obj_private, sym_private to deprecated_sym_private, and
914 sym_stab_info to deprecated_sym_stab_info.
915 * gdb-stabs.h: Update.
916 * elfread.c: Update.
917 * dbxread.c: Update.
918 * coffread.c: Update.
919 * xcoffread.c: Update.
920 * symfile.c: Update.
921 * somread.c: Update.
922 * nlmread.c: Update.
923 * mdebugread.c: Update.
924 * hpread.c: Update.
925 * coffread.c: Update.
926
abc08782
MK
9272004-10-23 Mark Kettenis <[email protected]>
928
929 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
930 * configure.host: Add mips64*-*-openbsd*.
931 * configure.tgt: Add mips64*-*-openbsd*.
932 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
933 mips64obsd-tdep.c.
934 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
935 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
936
fc062ac6
JB
9372004-10-21 Joel Brobecker <[email protected]>
938
939 * symtab.c (symbol_search_name): Minor reformatting.
940
5bccb4d1
JB
9412004-10-20 Joel Brobecker <[email protected]>
942
943 * symtab.h: Fix typo in comment.
944
a738430d
MK
9452004-10-19 Mark Kettenis <[email protected]>
946
947 * dwarf2read.c (struct comp_unit_head): Fix coding style.
948 (dwarf_decode_line_header): Likewise.
949
f2cb65ca
MC
9502004-10-19 Michael Chastain <[email protected]>
951
952 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
953
09e55376
AC
9542004-10-19 Andrew Cagney <[email protected]>
955
956 GDB 6.3 branch created.
957 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
958
bc5f45f8
JB
9592004-10-15 Joel Brobecker <[email protected]>
960
961 * dwarf2read.c (set_cu_language): Set language to Ada for
962 DW_LANG_Ada83 and DW_LANG_Ada95.
963
2941da8c
MC
9642004-10-15 Michael Chastain <[email protected]>
965
966 From Andreas Schwab <[email protected]>:
967 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
968 for xmalloc and xrealloc.
969
34a17005
AC
9702004-10-15 Andrew Cagney <[email protected]>
971
972 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
973 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
974 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
975 Update dependencies.
976
714e53ab
PH
9772004-10-15 Paul Hilfinger <[email protected]>
978
979 * ada-lang.c (ada_lookup_symbol): Correct comment.
980 (ada_evaluate_subexp): Change error message for
981 OP_FUNCALL case so as not to indicate an internal error.
982
9832004-10-15 Joel Brobecker <[email protected]>
984
985 Committed by Paul Hilfinger.
986 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
987 type sizes in XVE/XVU types, and emit a warning when that happens,
988 instead of rounding up the size of the resulting type.
989 Some minor reformatting.
990 (ada_is_aligner_type): Do not consider a type as an aligner type
991 if there is a corresponding XVS type as well.
992 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
993 have several levels of pointer indirection to the array.
994
9952004-10-15 Jerome Guitton <[email protected]>
996
997 Committed by Paul Hilfinger.
998 * ada-lang.c (check_size): New function.
999 (coerce_unspec_val_to_type): call check_size to make sure
1000 that the object size is reasonable.
1001 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1002 Implements the case when we get a reference when we evaluate
1003 the expression of one of the bounds of the slice.
1004 (ada_value_struct_elt): when a packed array field is
1005 a reference, use ada_coerce_ref to dereference it; use
1006 ada_value_ind only if it is a pointer.
1007
29639122
JB
10082004-10-15 Joel Brobecker <[email protected]>
1009
1010 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1011 a bit to avoid the necessity of an advance declaration. Remove
1012 declaration.
1013 (set_reg_offset): Move implemenation up.
1014 (mips16_get_imm): Likewise.
1015 (mips16_scan_prologue): Likewise.
1016 (reset_saved_regs): Likewise.
1017 (mips32_scan_prologue): Likewise.
1018
a65bbe44
JB
10192004-10-14 Joel Brobecker <[email protected]>
1020
1021 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1022 Remove sp as a parameter, compute it internally instead. Move
1023 prologue scanning limit from heuristic_proc_desc to here.
1024 (mips16_scan_prologue): Likewise.
1025 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1026 by call to mips16_scan_prologue.
1027 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1028 by call to mips32_scan_prologue.
1029 (heuristic_proc_desc): Remove code that's no longer necessary.
1030 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1031 (mips_skip_prologue): Update calls to mips16_scan_prologue
1032 and mips32_scan_prologue.
1033
1c645fec
JB
10342004-10-14 Joel Brobecker <[email protected]>
1035
1036 * mips-tdep.c (mips16_scan_prologue): Merge code from
1037 mips16_skip_prologue. Now return the address of the first
1038 instruction past the function prologue.
1039 (mips16_skip_prologue): Remove, no longer necessary.
1040 (mips_skip_prologue): Replace call to mips16_skip_prologue
1041 by call to mips16_scan_prologue.
1042
98b4dd94
JB
10432004-10-14 Joel Brobecker <[email protected]>
1044
1045 * mips-tdep.c (mips32_scan_prologue): Merge code from
1046 mips32_skip_prologue. Now return the address of the first
1047 instruction past the function prologue.
1048 (mips32_skip_prologue): Remove. No longer necessary.
1049 (mips16_skip_prologue): Add parameter end_pc instead of
1050 computing it.
1051 (mips_skip_prologue): Compute the upper limit for the
1052 prologue scanning. Update call to mips16_skip_prologue.
1053 Replace call to mips32_skip_prologue by call to
1054 mips32_scan_prologue.
1055
ad4c72d2
MK
10562004-10-14 Mark Kettenis <[email protected]>
1057
dfaf8edb
MK
1058 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1059 NetBSD system call stubs that store %rp in the ERP slot of the
1060 stack frame.
1061
3e3a28f1
MK
1062 * source.c: Always define O_BINARY to 0 if not defined already.
1063 (openp): Unconditionally use O_BINARY.
1064
ad4c72d2
MK
1065 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1066 * event-top.c (gdb_readline2): Likewise.
1067
52bd1401
OF
10682004-10-14 Orjan Friberg <[email protected]>
1069
1070 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1071 deprecated_add_core_fns which was removed by mistake.
1072
e0e25c6c
KB
10732004-10-13 Kevin Buettner <[email protected]>
1074
1075 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1076 references to deprecated_registers[] with equivalent code.
1077
9f335945
KB
10782004-10-13 Kevin Buettner <[email protected]>
1079
1080 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1081 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1082 instead of explicit test and print statement.
1083
06c2338d
MK
10842004-10-12 Mark Kettenis <[email protected]>
1085
1b9445c2
MK
1086 * sparc-nat.c: Include "inf-ptrace.h".
1087 (sparc_target): New function.
1088 * sparc-nat.h: Update copyright year.
1089 (sparc_target): New prototype.
1090 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1091 (_initialize_sparcnbsd_nat): Construct and add target vector.
1092 * sparc64nbsd-nat.c: Include "target.h".
1093 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1094 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1095 Update dependencies.
1096 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1097 inftarg.o, add inf-ptrace.o.
1098 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1099 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1100 (NAT_FILE): Set to nm-bsd.h.
1101 (LOADLIBES): New variable.
1102 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1103 infarg.o, add inf-ptrace.o.
1104 * config/sparc/nm-nbsdaout.h: Remove file.
1105 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1106 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1107 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1108
06c2338d
MK
1109 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1110 "fopen-same.h". Update comment.
1111
3303a276
MK
11122004-10-11 Mark Kettenis <[email protected]>
1113
1114 * i386gnu-nat.c: Include "gdb_string.h".
1115 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1116 registers when the floating-point state isn't initialized.
1117 * Makefile.in (i386gnu-nat.o): Update dependencies.
1118
04c663e3
DA
11192004-10-11 David Anderson <[email protected]>
1120
1121 * regcache.c (regcache_raw_read): Comment was missing "to".
1122 Extraneous ' removed.
1123 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1124 comment now describes use.
1125
a5f6c8f5
OF
11262004-10-11 Orjan Friberg <[email protected]>
1127
1128 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1129 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1130 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1131 (cris_sigtramp_frame_sniffer): New functions.
1132 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1133 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1134 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1135 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1136 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1137 command.
1138 (cris_version_update): Remove, replace with ...
1139 (set_cris_version): New function.
1140 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1141 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1142 (_initialize_cris_tdep): Remove CRIS mode command.
1143 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1144 cris-fpless-backtrace command.
1145 (cris_scan_prologue): Fix prologue scanning limit.
1146 (cris_register_type): Update to reflect actual registers.
1147 (cris_register_bytes_ok) Remove.
1148 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1149 Remove set_gdbarch_deprecated_register_size,
1150 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1151
77109804
AC
11522004-10-10 Andrew Cagney <[email protected]>
1153
1154 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1155 comment.
1156
25652d4f
JB
11572004-10-10 Joel Brobecker <[email protected]>
1158
1159 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1160
1e05a7bf
JB
11612004-10-10 Joel Brobecker <[email protected]>
1162
1163 * mips-tdep.c (mips16_scan_prologue): Renames
1164 mips16_heuristic_proc_desc. Update comment.
1165 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1166 (heuristic_proc_desc): Update calls to the 2 functions above.
1167
c68a4142
JB
11682004-10-10 Joel Brobecker <[email protected]>
1169
1170 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1171 Update comments. Also immediately return empty cache when the start
1172 address of our function could not be found.
1173 (mips_insn32_frame_cache): Likewise.
1174
0fce0821
JB
11752004-10-10 Joel Brobecker <[email protected]>
1176
1177 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1178 (mips_insn16_frame_cache): Pass frame cache in call to
1179 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1180 Remove code that became redundant as a consequence.
1181 (mips32_heuristic_proc_desc): No longer compute a fake
1182 procedure descriptor. Compute the full frame cache instead.
1183 Some minor comment reformatting.
1184
b672553e
JB
11852004-10-10 Jim Blandy <[email protected]>
1186
1187 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1188 reader, tracing bytecode stuff): Remove self.
1189
9cc52bde
MK
11902004-10-10 Mark Kettenis <[email protected]>
1191
cc9784b6
MK
1192 * sparc64-linux-tdep.c: Update copyright year. Don't include
1193 "solib-svr4.h".
1194 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1195 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1196 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1197
ee8aef23
MK
1198 * sparc-linux-tdep.c: Update copyright year.
1199 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1200 to struct frame_info *. Use safe_frame_unwind_memory instead of
1201 deprecated_read_memory_nobpt.
1202 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1203 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1204 changed signature of sparc_linux_sigtramp_start.
1205 (sparc32_linux_pc_in_sigtramp): Remove function.
1206 (sparc32_linux_sigtramp_p): New function.
1207 (sparc32_linux_sigtramp_frame_sniffer): Use
1208 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1209
bc73f8cc
MK
1210 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1211 Remove function.
1212 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1213
a2249542
MK
1214 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1215 (decode_packed_array_type, value_subscript_packed)
1216 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1217 argument in call to lim_warning.
1218
9cc52bde
MK
1219 * configure.in: Really disable the TUI if an enhanced curses
1220 library isn't found.
1221 * configure: Regenerate.
1222
151fc45b
MK
12232004-10-09 Mark Kettenis <[email protected]>
1224
1225 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1226 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1227 * config/i386/nm-nbsdaout.h: Remove file.
1228 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1229 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1230 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1231 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1232 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1233 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1234 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1235 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1236 (ldd, ld_un, ld_2): Remove defines.
1237 * config/i386/nm-obsd.h: Likewise.
1238
375c0479
PH
12392004-10-09 Paul Hilfinger <[email protected]>
1240
1241 * ada-lex.l: Remove useless rule whose right-context clause
1242 causes unreferenced static function warning for yyrealloc.
1243 (ada_flex_use): Remove the artificial reference to yyrealloc.
1244
c8e73a31
AC
12452004-10-08 Andrew Cagney <[email protected]>
1246
1247 * target.h (struct target_ops): Rename to_xfer_memory to
1248 deprecated_xfer_memory.
1249 * target.c: Update.
1250 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1251 * wince.c: Update.
1252 * win32-nat.c: Update.
1253 * v850ice.c: Update.
1254 * uw-thread.c: Update.
1255 * thread-db.c: Update.
1256 * sol-thread.c: Update.
1257 * remote.c: Update.
1258 * remote-vx.c: Update.
1259 * remote-st.c: Update.
1260 * remote-sim.c: Update.
1261 * remote-sds.c: Update.
1262 * remote-rdp.c: Update.
1263 * remote-rdi.c: Update.
1264 * remote-mips.c: Update.
1265 * remote-m32r-sdi.c: Update.
1266 * remote-e7000.c: Update.
1267 * procfs.c: Update.
1268 * ppc-bdm.c: Update.
1269 * nto-procfs.c: Update.
1270 * monitor.c: Update.
1271 * linux-nat.c: Update.
1272 * inftarg.c: Update.
1273 * hpux-thread.c: Update.
1274 * go32-nat.c: Update.
1275 * gnu-nat.c: Update.
1276 * exec.c: Update.
1277 * corelow.c: Update.
1278 * bsd-kvm.c: Update.
1279 * aix-thread.c: Update.
1280
aa869812
AC
12812004-10-08 Andrew Cagney <[email protected]>
1282
1283 * target.c (debug_target): Move to near start of file.
1284 (target_stopped_data_address_p): Re-org logic, add casts.
1285
8dcef9cf
MK
12862004-10-02 Mark Kettenis <[email protected]>
1287
1288 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1289 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1290 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1291 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1292 New defines.
1293
4aa7a7f5
JJ
12942004-10-08 Jeff Johnston <[email protected]>
1295
1296 * target.h (to_stopped_data_address): Change prototype to
1297 take a CORE_ADDR pointer and return an int.
1298 * target.c (update_current_target): Change to_stopped_data_address
1299 to match new prototype.
1300 (debug_to_stopped_data_address): Change appropriately.
1301 * breakpoint.c (bpstat_stop_status): Change call to
1302 target_stopped_data_address to use new prototype.
1303 * frv-tdep.c (frv_have_stopped_data_address): New function.
1304 (frv_stopped_data_address): Change to new prototype and
1305 functionality.
1306 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1307 prototype and functionality.
1308 (ia64_stopped_by_watchpoint): New function.
1309 * i386-nat.c (i386_stopped_data_address): Change to new
1310 prototype and functionality.
1311 (i386_stopped_by_watchpoint): New function.
1312 * remote.c (remote_stopped_data_address): Change to new prototype
1313 and functionality.
1314 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1315 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1316 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1317 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1318 new i386_stopped_by_watchpoint function.
1319 (i386_stopped_by_watchpoint): New prototype.
1320 (i386_stoppped_data_address): Change to new prototype.
1321 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1322 new ia64_stopped_by_watchpoint function.
1323 (ia64_stopped_by_watchpoint): New prototype.
1324 (ia64_stopped_data_address): Ditto.
1325
61ee279c
PH
13262004-10-08 Paul Hilfinger <[email protected]>
1327
1328 * ada-typeprint.c (ada_print_type): Use int_string for printing
1329 modulus of modular type.
1330 * ada-lang.h (ada_modulus): Change return type to unsigned.
1331 * ada-lang.c (ada_language_arch_info): Correct type of
1332 string_char_type.
1333 (ada_modulus): Return unsigned result.
1334 (ada_lookup_symbol): Remove user disambiguation and modify comment
1335 accordingly.
1336
13372004-10-08 Eric Botcazou <[email protected]>
1338
1339 Committed by Paul Hilfinger.
1340 * ada-lang.c (decode_packed_array): On big-endian targets,
1341 left-justify the value if it comes with a modular type.
1342
13432004-10-08 Joel Brobecker <[email protected]>
1344
1345 Committed by Paul Hilfinger.
1346 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1347 (is_name_suffix): Add support for "___JM" suffixes.
1348 (ada_check_typedef): Renames ada_completed_type.
1349 Update all users of CHECK_TYPEDEF, check_typedef, and
1350 ada_complete_type to call ada_check_typedef.
1351 * ada-typeprint.c: Likewise.
1352 * ada-valprint.c: Likewise.
1353
b6c25a56
CV
13542004-10-08 Corinna Vinschen <[email protected]>
1355
1356 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1357
83ca6a46
NR
13582004-10-08 Nick Roberts <[email protected]>
1359
1360 * MAINTAINERS: Update e-mail address.
1361
1fd8cd20
DJ
13622004-10-07 Daniel Jacobowitz <[email protected]>
1363
1364 From Maciej W. Rozycki <[email protected]>:
1365 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1366 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1367
cea15572
KI
13682004-10-07 Kei Sakamoto <[email protected]>
1369
1370 * m32r-tdep.c (decode_prologue): Support functions written
1371 in assembler language. Recognize trap instructions as the
1372 end of prologue.
1373 (m32r_frame_unwind_cache): Ditto.
1374 (m32r_skip_prologue): Extend search limit. Quit analyzing
1375 prologue if pc's location is not readable.
1376
23485554
PH
13772004-10-06 Paul N. Hilfinger <[email protected]>
1378
1379 * Makefile.in (.l.c): Do conversions of names of alloc and free
1380 functions that are done for .y.c files, plus special one
1381 for yy_flex_realloc. Also, correct missing-file tests here.
1382 * ada-lex.l (malloc, free): Remove macros.
1383 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1384 xrealloc.
1385 (ada_flex_use): Dummy definition to remove warnings about unused
1386 functions.
1387 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1388 to suppress warning.
1389
c0409442
CV
13902004-10-06 Corinna Vinschen <[email protected]>
1391
1392 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1393 RETURN_VALUE.
1394 (sh_return_value_fpu): Ditto for CPUs with FPU.
1395 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1396 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1397 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1398 RETURN_VALUE functions.
1399
9bed62d7
CV
14002004-10-06 Corinna Vinschen <[email protected]>
1401
1402 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1403 (sh_pseudo_register_write): Ditto.
1404
03131d99
CV
14052004-10-06 Corinna Vinschen <[email protected]>
1406
1407 * sh-tdep.c (IS_MACL_STS): New define.
1408 (IS_MOVI20): Ditto.
1409 (IS_MACL_LDS): Ditto.
1410 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1411 instructions in prologue.
1412 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1413 instructions in epilogue.
1414
da962468
CV
14152004-10-06 Corinna Vinschen <[email protected]>
1416
1417 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1418 (sh_sh_register_name): Add eight empty register names.
1419 (sh_sh3_register_name): Ditto.
1420 (sh_sh3e_register_name): Ditto.
1421 (sh_sh2e_register_name): Ditto.
1422 (sh_sh2a_register_name): New function, defining SH2A register set.
1423 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1424 in nofpu case.
1425 (sh_sh_dsp_register_name): Add eight empty register names.
1426 (sh_sh3_dsp_register_name): Ditto.
1427 (sh_sh4_register_name): Ditto.
1428 (sh_sh4_nofpu_register_name): Ditto.
1429 (sh_sh4al_dsp_register_name): Ditto.
1430 (sh2a_show_regs): New function.
1431 (sh2a_nofpu_show_regs): New function.
1432 (sh_sh2a_register_type): New function.
1433 (do_bank_register_info): New function.
1434 (sh_print_pseudo_register): Call do_bank_register_info.
1435 Call sh_print_pseudo_register for valid "bank" register.
1436 (sh_sh2a_register_sim_regno): New function.
1437 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1438 Increment pseudo register count by one for all sh variants with
1439 pseudo registers to accomodate pseudo bank register.
1440 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1441 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1442 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1443 Increment pseudo register numbers.
1444
1326e61b
CV
14452004-10-06 Corinna Vinschen <[email protected]>
1446
1447 * dwarf2read.c (read_subroutine_type): Call make_function_type
1448 instead of lookup_function_type.
1449
146c42e3
JB
14502004-10-05 Jim Blandy <[email protected]>
1451
1452 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1453 (Previous change missed some uses.)
1454
1df84f13
AC
14552004-10-05 Andrew Cagney <[email protected]>
1456
1457 * target.h (deprecated_child_ops): Rename child_ops.
1458 * wince.c: Update copyright. Rename child_ops.
1459 * win32-nat.c: Rename child_ops.
1460 * target.c: Rename child_ops.
1461 * rs6000-nat.c: Rename child_ops.
1462 * linux-nat.c: Rename child_ops.
1463 * infttrace.c: Rename child_ops.
1464 * inftarg.c: Rename child_ops.
1465 * infptrace.c: Rename child_ops.
1466 * hppah-nat.c: Update copyright. Rename child_ops.
1467 * hpux-thread.c: Update copyright. Rename child_ops.
1468
21e3b9b9
DJ
14692004-10-05 Daniel Jacobowitz <[email protected]>
1470
1471 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1472
de83afe7
AC
14732004-10-05 Andrew Cagney <[email protected]>
1474
1475 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1476
10b3939b
DJ
14772004-10-05 Daniel Jacobowitz <[email protected]>
1478
1479 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1480 (die_ref_table): Remove.
1481 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1482 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1483 the usage of this type.
1484 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1485 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1486 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1487 (dwarf2_create_include_psymtab): Update comment.
1488 (find_partial_die): Remove third argument. Remove unreachable call
1489 to error ().
1490 (dwarf2_find_containing_comp_unit): Update comments. Change one
1491 assertion to an error. Remove an unreachable error.
1492 (dwarf2_find_comp_unit): Update comments.
1493 (type_at_offset): Remove dead code.
1494 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1495 (store_in_ref_table): Add CU argument.
1496 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1497 inter-compilation-unit references.
1498 (load_full_comp_unit, process_full_comp_unit): New functions, based
1499 on psymtab_to_symtab_1.
1500 (psymtab_to_symtab_1): Use them.
1501 (dwarf2_add_dependence): New function.
1502 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1503 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1504 (partial_die_parent_scope, guess_structure_name): Update for changes
1505 to find_partial_die.
1506 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1507 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1508 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1509 (read_die_and_children): Update call to store_in_ref_table.
1510 (do_free_die_list_cleanup): Remove.
1511 (fixup_partial_die): Update for changes to find_partial_die.
1512 (read_full_die): Handle queueing absolute references.
1513 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1514 (dwarf2_attr, die_specification, die_type)
1515 (die_containing_type, dwarf2_extension): Update calls to
1516 follow_die_ref.
1517 (dump_die): Update DW_FORM_ref* handling.
1518 (dwarf2_get_ref_die_offset): Likewise.
1519 (free_one_comp_unit): Release the dies list.
1520 (dwarf2_mark_helper): New function.
1521 (dwarf2_mark): Use it.
1522
998bdd68
MK
15232004-10-05 Mark Kettenis <[email protected]>
1524
1525 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1526 when writing to memory.
1527
14588880
KI
15282004-10-05 Kei Sakamoto <[email protected]>
1529
1530 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1531 (m32r_extract_struct_value_address): Delete function.
1532 (m32r_return_value): New function.
1533 (m32r_gdbarch_init): Instead of store_return_value,
1534 extract_return_value, deprecated_extract_struct_value_address
1535 and deprecated_use_struct_convention, set return_value.
1536
dd5e6932
DJ
15372004-10-03 Daniel Jacobowitz <[email protected]>
1538
1539 * dwarf2read.c (read_subrange_type): Add comment for variable
1540 sized arrays.
1541
7dc1ef8d
PH
15422004-10-03 Paul Hilfinger <[email protected]>
1543
1544 * Makefile.in (.l.c): Modify rule for compatibility with recent
1545 versions of flex, and remove most command-line options.
1546 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1547 options.
1548
1f8173e6
PH
15492004-10-02 Paul N. Hilfinger <[email protected]>
1550
1551 Turn on initial Ada support (mainly expression evaluation).
1552
1553 * Makefile.in (SFILES): Remove ada-tasks.c.
1554 (HFILES_NO_SRCDIR): Add ada-lang.h.
1555 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1556 (YYOBJ): Add ada-exp.o.
1557 (rule .l.c): Generalize to not mention ada.
1558 * symtab.c: Include ada-lang.h.
1559 (symbol_natural_name, symbol_demangled_name)
1560 (symbol_search_name): Add Ada case.
1561
cb85a953
AC
15622004-10-01 Andrew Cagney <[email protected]>
1563
3f3db248
AC
1564 * Makefile.in (COMMON_OBS): Add inf-child.o.
1565 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1566 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1567 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1568 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1569 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1570 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1571 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1572 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1573 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1574 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1575 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1576 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1577 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1578
cb85a953
AC
1579 * target.c (xfer_using_stratum): Change return type to LONGEST.
1580 On each iteration offset, readbuf and writebuf.
1581 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1582 partial_length, and read/modify/write predicate, update comments.
1583 Pass buffer.word to ptrace write.
1584
963a6417
PH
15852004-10-01 Paul N. Hilfinger <[email protected]>
1586
1587 * symfile.c (init_filename_language_table): Add extensions for
1588 Ada.
1589 * defs.h (enum language): Add language_ada.
1590 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1591 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1592 (add_symbols_from_enclosing_procs): Make a no-op for now.
1593 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1594 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1595 (find_line_in_linetable, find_next_line_in_linetable)
1596 (read_all_symtabs, is_plausible_func_for_line)
1597 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1598 (is_runtime_sym_defined, check_size): Remove declaration.
1599 (function_name_from_pc, ada_translate_error_message)
1600 (ada_lookup_minimal_symbol): Remove definition.
1601 (ada_add_block_symbols): Remove useless label.
1602 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1603 useless declaration.
1604 (ada_is_exception_sym): Likewise.
1605
9b32d526
KI
16062004-09-30 Kei Sakamoto <[email protected]>
1607
1608 Add m32r-linux support.
1609 * configure.tgt: Add m32r*-*-linux*.
1610 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1611 and m32r-linux-tdep.c.
1612 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1613 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1614 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1615 m32r-linux-tdep.c.
1616 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1617 config/m32r/linux.mh, config/m32r/linux.mt,
1618 config/m32r/nm-linux.h: New files.
1619
2de118d3
JB
16202004-09-30 Joel Brobecker <[email protected]>
1621
1622 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1623 (mips32_fetch_instruction): Remove, unused.
1624
a9fe69d1
JB
16252004-09-30 Joel Brobecker <[email protected]>
1626
1627 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1628 conditions that will always be true.
1629
bc8ffc12
MK
16302004-09-30 Mark Kettenis <[email protected]>
1631
ba0cd111
MK
1632 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1633 (vaxbsd_fetch_inferior_registers): Rename from
1634 fetch_inferior_registers. Make static.
1635 (vaxbsd_store_inferior_registers): Rename from
1636 store_inferior_registers. Make static.
1637 (_initialize_vaxbsd_nat): Construct and add target vector.
1638 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1639 inftarg.o. Add inf-child.o and inf-ptrace.o.
1640 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1641 inftarg.o. Add inf-child.o and inf-ptrace.o.
1642 (NAT_FILE): Remove.
1643 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1644 inftarg.o. Add inf-child.o and inf-ptrace.o.
1645 (NAT_FILE): Remove.
1646 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1647
bc8ffc12
MK
1648 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1649 (m88kbsd_fetch_inferior_registers): Rename from
1650 fetch_inferior_registers. Make static.
1651 (m88kbsd_store_inferior_registers): Rename from
1652 store_inferior_registers. Make static.
1653 (_initialize_m88kbsd_nat): New prototype and function.
1654 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1655 inftarg.o. Add inf-child.o and inf-ptrace.o.
1656 (NAT_FILE): Remove.
1657 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1658
27394598
AC
16592004-09-30 Andrew Cagney <[email protected]>
1660
1661 * target.c (target_xfer_partial): New function.
1662 (target_read_memory_partial, target_write_memory_partial)
1663 (default_xfer_partial, target_read_partial, target_write_partial)
1664 (xfer_using_stratum): Use.
1665 (debug_to_xfer_partial): Delete function.
1666 (setup_target_debug): Do not override to_xfer_partial.
1667
74a4fe32
MK
16682004-09-30 Mark Kettenis <[email protected]>
1669
1670 * fork-child.c: Update copyright year. Fix coding style.
1671
982526a1
MK
16722004-09-29 Mark Kettenis <[email protected]>
1673
1674 * defs.h (msavestring, mstrsave): Remove prototypes.
1675 * utils.c (msavestring, mstrsave): Remove functions.
1676 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1677 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1678 of mstrsave.
1679 * source.c (find_and_open_source): Use xstrdup instead of
1680 mstrsave.
1681
b8eb5af0
AC
16822004-09-30 Andrew Cagney <[email protected]>
1683
0779438d
AC
1684 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1685 (inf_ptrace_xfer_memory): Delete.
1686 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1687 (target_read_memory, target_write_memory): Use xfer_using_stratum
1688 when target_xfer_partial_p.
1689 (debug_target): Move to start of file.
1690 (target_read_memory_partial, target_write_memory_partial): Use
1691 to_xfer_partial when target_xfer_partial_p.
1692
f929a579
AC
1693 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1694 inf_ptrace_xfer_memory with equivalent code.
1695 * inftarg.c (child_xfer_partial): When performing a write, pass
1696 writebuf to child_xfer_memory.
1697
b8eb5af0
AC
1698 * target.c (target_read_string): Use target_read_memory instead of
1699 target_xfer_memory.
1700
ee21b650
AC
17012004-09-29 Andrew Cagney <[email protected]>
1702
d3e05d0d
AC
1703 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1704 the address of status.
1705
ee21b650
AC
1706 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1707 (kill_inferior): Inline ptrace_wait call.
1708 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1709 * inftarg.c (child_wait): Inline ptrace_wait call.
1710
a182eed6
AC
1711 * target.h (struct target_ops): Delete field to_post_wait.
1712 (target_post_wait): Delete macro.
1713 (child_post_wait): Delete declaration.
1714 * target.c (update_current_target, update_current_target)
1715 (debug_to_post_wait, setup_target_debug): Delete functions and
1716 references.
1717 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1718 * inftarg.c (child_post_wait): Delete.
1719 (init_child_ops): Do not set to_post_wait.
1720 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1721 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1722 * inf-child.c (inf_child_post_wait): Delete.
1723 (inf_child_target): Do not set to_post_wait.
1724 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1725 (inf_ptrace_target): Do not set to_post_wait.
1726
ba0c540b
AC
1727 * wince.c (child_ops): Delete.
1728 * win32-nat.c (child_ops): Delete.
1729
81977402
AC
1730 * inftarg.c (inftarg_set_find_memory_regions)
1731 (inftarg_set_make_corefile_notes): Delete functions.
1732 (_initialize_linux_nat): Inline calls.
1733
5ac10fd1
AC
1734 * target.h (child_ops): Declare.
1735 * inftarg.c (child_ops): Move from here ...
1736 * target.c (child_ops): ... to here.
1737 * wince.c (child_ops): Delete extern declaration.
1738 * win32-nat.c (child_ops): Delete extern declaration.
1739 * linux-nat.c (child_ops): Delete extern declaration.
1740 * hpux-thread.c (child_ops): Delete extern declaration.
1741
663408c2 17422004-09-28 Mark Kettenis <[email protected]>
890c8f4d
MK
1743
1744 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1745
0dad8a66
MK
17462004-09-28 Mark Kettenis <[email protected]>
1747
1748 * configure.in: Only set host_makefile_frag when building a native
1749 debugger.
1750 * configure: Regenerate.
e8d74ed3
MK
1751
1752 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1753 for OpenBSD ELF.
1754
dba24537
AC
17552004-09-28 Andrew Cagney <[email protected]>
1756
e979516b
AC
1757 Problem identified by Paul Hilfinger.
1758 * Makefile.in (ada_lex_c): Define.
1759 (ada-lex.o): Delete rule.
1760
dba24537
AC
1761 * linux-proc.c: Delete file.
1762 * Makefile.in: Update.
1763 * config/sparc/linux64.mh (NATDEPFILES):
1764 * config/sparc/linux.mh (NATDEPFILES): Update.
1765 * config/s390/s390.mh (NATDEPFILES): Update.
1766 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1767 * config/powerpc/linux.mh (NATDEPFILES): Update.
1768 * config/pa/linux.mh (NATDEPFILES): Update.
1769 * config/mips/linux.mh (NATDEPFILES): Update.
1770 * config/m68k/linux.mh (NATDEPFILES): Update.
1771 * config/ia64/linux.mh (NATDEPFILES): Update.
1772 * config/i386/linux64.mh (NATDEPFILES): Update.
1773 * config/i386/linux.mh (NATDEPFILES): Update.
1774 * config/arm/linux.mh (NATDEPFILES): Update.
1775 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1776 * linux-nat.c: Update copyright. Include <sys/param.h>,
1777 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1778 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1779 (O_LARGEFILE): Possibly define.
1780 (_initialize_linux_nat, linux_proc_pending_signals)
1781 (add_line_to_sigset, linux_proc_xfer_memory)
1782 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1783 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1784 (struct linux_corefile_thread_data)
1785 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1786 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1787
d6b0e80f
AC
17882004-09-16 Andrew Cagney <[email protected]>
1789
1790 * lin-lwp.c: Delete file.
1791 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1792 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1793 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1794 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1795 (linux_nat_attach, detach_callback, linux_nat_detach)
1796 (resume_callback, resume_clear_callback, linux_nat_resume)
1797 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1798 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1799 (status_callback, running_callback, count_events_callback)
1800 (select_singlestep_lwp_callback, select_event_lwp_callback)
1801 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1802 (child_wait, stop_and_resume_callback, linux_nat_wait)
1803 (kill_callback, kill_wait_callback, linux_nat_kill)
1804 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1805 (linux_nat_xfer_memory, linux_nat_thread_alive)
1806 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1807 (_initialize_linux_nat): New functions.
1808 * Makefile.in: Update all dependencies.
1809 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1810 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1811 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1812 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1813 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1814 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1815 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1816 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1817 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1818 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1819 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1820 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1821 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1822
5a174d79
MK
18232004-09-27 Mark Kettenis <[email protected]>
1824
2f604c28
MK
1825 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1826 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1827
5a174d79
MK
1828 * configure.in: Don't comment out NATDEPFILES in the generated
1829 Makefile if NAT_FILE is unset.
1830 * configure: Regenerate.
1831
b2ed1746
AC
18322004-09-27 Andrew Cagney <[email protected]>
1833
44cbf7b5
AC
1834 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1835 (insert_step_resume_breakpoint): Delete.
1836 (insert_step_resume_breakpoint_at_frame): New function.
1837 (insert_step_resume_breakpoint_at_sal): New function.
1838 (handle_inferior_event, step_into_function)
1839 (insert_step_resume_breakpoint): Simplify by using same.
1840
b2ed1746
AC
1841 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1842
3691b3be
MK
18432004-09-26 Mark Kettenis <[email protected]>
1844
36f391e8
MK
1845 * fbsd-proc.c: Remove file.
1846 * Makefile.in (fbsd-proc.o): Remove dependency.
1847
771e236c
MK
1848 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1849 code together.
1850
3691b3be
MK
1851 * config/i386/nm-fbsd64.h: Remove file.
1852 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1853
6a5c78a3
MK
18542004-09-26 Mark Kettenis <[email protected]>
1855
1856 * amd64-nat.h: Update copyright year.
1857 (amd64bsd_target): New prototype.
1858 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1859 (amd64bsd_target): New function.
1860 (amd64bsd_fetch_inferior_registers): Rename from
1861 fetch_inferior_registers. Make static.
1862 (amd64bsd_store_inferior_registers): Rename from
1863 store_inferior_registers. Make static.
1864 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1865 (_initialize_amd64fbsd_nat): Construct and add target vector.
1866 * amd64nbsd-nat.o: Include "target.h".
1867 (_initialize_amd64nbsd_nat): Construct and add target vector.
1868 * amd64obsd-nat.c: Include "target.h".
1869 (_initialize_amd64obsd_nat): Construct and add target vector.
1870 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1871 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1872 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1873 fbsd-nat.o.
1874 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1875 Remove infptrace.o and inftarg.o. Add inf-child.o and
1876 inf-ptrace.o.
1877 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1878 (amd64obsd-nat.o): Update dependencies.
1879
27acbe61
MK
18802004-09-25 Mark Kettenis <[email protected]>
1881
509a5e7d
MK
1882 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1883 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1884 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1885 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1886 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1887
6e1e94ea
MK
1888 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1889 Inline attach call.
1890 (inf_ptrace_detach): Inline detach call.
1891
8b9cf735
MK
1892 * configure.in: Check for waddstr instead of mvwaddstr when
1893 searching for curses library. Check for wborder.
1894 * configure, config.in: Regenerate.
1895 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1896 available.
1897
27acbe61
MK
1898 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1899
b96ec7ac
AC
19002004-09-24 Robert Picco <[email protected]>
1901
1902 Committed by Andrew Cagney.
1903 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1904 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1905 configuration.
1906 (fetch_register_using_p): Implement 'p' packet. Based on code by
1907 Fernando Nasser.
1908 (remote_fetch_registers): Call fetch_register_using_p.
1909 (init_all_packet_configs, show_remote_cmd)
1910 (_initialize_remote): Add p-packet.
1911
62ece330
MK
19122004-09-24 Mark Kettenis <[email protected]>
1913
1914 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1915 instead of call_ptrace. Call wait directly instead of
1916 ptrace_wait.
1917 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1918 (inf_ptrace_wait): Inline ptrace_wait call.
1919
00937274
PH
19202004-09-24 Paul Hilfinger <[email protected]>
1921
1922 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1923 rolled back instead.
1924
3f2c7a45
PH
19252004-09-24 Paul Hilfinger <[email protected]>
1926
1927 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1928 the new argument order.
1929
b6fcb393
CV
19302004-09-23 Corinna Vinschen <[email protected]>
1931
1932 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1933 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1934 (struct gdbarch_tdep): Remove.
1935 (struct xstormy16_frame_cache): New frame cache structure.
1936 (xstormy16_register_byte, xstormy16_register_raw_size)
1937 (xstormy16_reg_virtual_type, xstormy16_register_type)
1938 (xstormy16_push_arguments, xstormy16_push_return_address)
1939 (xstormy16_pop_frame, xstormy16_store_struct_return)
1940 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1941 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1942 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1943 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1944 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1945 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1946 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1947 (xstormy16_extract_return_value, xstormy16_store_return_value):
1948 Regcachify. Drop useless struct convention handling.
1949 (xstormy16_register_type, xstormy16_return_value)
1950 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1951 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1952 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1953 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1954 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1955 (xstormy16_unwind_dummy_id) : New functions.
1956 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1957 of xstormy16_scan_prologue.
1958 (xstormy16_frame_unwind): New frame_unwind structure.
1959 (xstormy16_frame_base): New frame_base structure.
1960 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1961 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1962
1285b746
MK
19632004-09-22 Mark Kettenis <[email protected]>
1964
1965 * language.c (language_gdbarch_post_init): Fix off-by one error.
1966
1c379e20
DJ
19672004-09-21 Daniel Jacobowitz <[email protected]>
1968
1969 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1970 (struct dwarf2_offset_and_type): New.
1971 (set_die_type, reset_die_and_siblings_types, get_die_type)
1972 (offset_and_type_hash, offset_and_type_eq): New functions.
1973 (read_structure_type, read_enumeration_type, read_array_type)
1974 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1975 (read_tag_reference_type, read_tag_const_type)
1976 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1977 (read_typedef, read_base_type, read_subrange_type): Use
1978 set_die_type.
1979
ae038cb0
DJ
19802004-09-20 Daniel Jacobowitz <[email protected]>
1981
1982 * Makefile.in (dwarf2read.o): Update dependencies.
1983 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1984 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1985 and read_in_chain.
1986 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1987 mark, and has_form_ref_addr.
1988 (struct dwarf2_per_cu_data): New.
1989 (dwarf2_max_cache_age): New.
1990 (dwarf2_build_psymtabs_hard): Free cached compilation units
1991 after loading. Create and manage the list of compilation units.
1992 Remove unnecessary NULL initialization. Fix indentation.
1993 (psymtab_to_symtab_1): Initialize all of CU.
1994 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1995 (find_partial_die): Use dwarf2_find_containing_comp_unit
1996 and load_comp_unit.
1997 (free_stack_comp_unit): Update comments. Clear the per-cu
1998 pointer. Handle aging.
1999 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2000 (age_cached_comp_units, free_one_cached_comp_unit)
2001 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2002 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2003 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2004 (show_dwarf2_cmd): New.
2005 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2006 and "maint show dwarf2 max-cache-age".
2007 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2008 externs.
2009 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2010 global.
2011
987504bb
JJ
20122004-09-20 Jeff Johnston <[email protected]>
2013
2014 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2015 and dwarf2_cu struct pointer as arguments. Change function to use
2016 obstack if provided and use dwarf2_cu to determine language-specific
2017 separator.
2018 (partial_die_parent_scope): Change comment to include java. Use
2019 new version of typename_concat instead of obconcat.
2020 (partial_die_full_name): Use typename_concat.
2021 (read_namespace): Ditto.
2022 (read_enumeration_type): Use typename_concat instead of obconcat.
2023 (new_symbol): Ditto.
2024 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2025 (guess_structure_name): Ditto.
2026 (read_subroutine_type): Ditto.
2027 (read_structure_type): Ditto.
2028 (is_vtable_name): Add Java support.
2029 (determine_class_name): Switch to new typename_concat call.
2030 (determine_prefix): Switch to new typename_concat call.
2031 * jv-exp.y (FuncStart): New pattern.
2032 (MethodInvocation): Add support for simple function calls. Change
2033 warning message for other forms of inferior call currently not
2034 supported.
2035 * valarith.c (value_subscript): Treat an array with upper-bound
2036 of -1 as unknown size.
2037
d9c8471e
DJ
20382004-09-20 Daniel Jacobowitz <[email protected]>
2039
2040 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2041 (lookup_partial_symtab): Use symtab_to_fullname.
2042
d73f140a
JB
20432004-09-19 Jim Blandy <[email protected]>
2044
2045 * minsyms.c (lookup_minimal_symbol): Doc fix.
2046
adbef1f0
AC
20472004-09-20 Andrew Cagney <[email protected]>
2048
2049 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2050 CHILD_RESUME.
2051 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2052 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2053 KILL_INFERIOR.
2054 * infptrace.c: Update.
2055
d092d1a2
DJ
20562004-09-19 Daniel Jacobowitz <[email protected]>
2057
2058 * symtab.c (output_source_filename): Mark first argument as const.
2059 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2060 for "info sources" output.
2061
86d9e1d7
MK
20622004-09-20 Mark Kettenis <[email protected]>
2063
2064 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2065 <machine/vmparam.h>.
2066 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2067 (register_u_addr): Remove prototype.
2068
9a6c8ef4
MK
20692004-09-19 Mark Kettenis <[email protected]>
2070
9692934b
MK
2071 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2072 (i386bsd_fetch_inferior_registers): Rename from
2073 fetch_inferior_registers. Make static.
2074 (i386bsd_store_inferior_registers): Rename from
2075 store_inferior_registers. Make static.
2076 (i386bsd_target): New function.
2077 * i386bsd-nat.h: New file.
2078 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2079 "i386bsd-nat.h".
2080 (i386fbsd_resume): Rename from child_resume. Make static.
2081 (_initialize_i386fbsd_nat): Construct and add target vector.
2082 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2083 (_initialize_i386nbsd_nat): Construct and add target vector.
2084 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2085 Remove defines.
2086 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2087 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2088 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2089 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2090 (LOADLIBES): New variable.
2091 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2092 inf-ptrace.o. Remove inftarg.o.
2093 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2094 inf-ptrace.o. Remove inftarg.o.
2095 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2096 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2097 (LOADLIBES): New variable.
2098 * Makefile.in (i386bsd_nat_h): New variable.
2099 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2100 dependencies.
2101
3510d1f2
MK
2102 * sparc64nbsd-tdep.c: Include "objfiles.h".
2103 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2104 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2105 svr4_lp64_fetch_link_map_offsets.
2106 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2107 "nbsd-tdep.h".
2108 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2109 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2110 svr4_lp64_fetch_link_map_offsets.
2111 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2112 dependencies.
2113
578c1c03
MK
2114 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2115 * fbsd-nat.h: New file.
2116 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2117 (fbsd_nat_h): New variable.
2118 (fbsd-nat.o): New dependency.
2119
7a7b73b7
MK
2120 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2121 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2122
9a6c8ef4
MK
2123 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2124 comment.
2125
72d5681a
PH
21262004-09-18 Paul N. Hilfinger <[email protected]>
2127
2128 * ada-exp.y (type_int): New function to add layer of abstraction
2129 around references to expression types.
2130 (type_long): Ditto.
2131 (type_long_long): Ditto.
2132 (type_float): Ditto.
2133 (type_double): Ditto.
2134 (type_long_double): Ditto.
2135 (type_char): Ditto.
2136 (type_system_address): Ditto.
2137 (simple_exp): Use type_* functions in place of builtin_*
2138 variables.
2139 (exp): Ditto.
2140 (write_var_from_name): Ditto.
2141 (write_object_renaming): Ditto.
2142 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2143 declaration.
2144 (build_ada_types): Remove, replacing with...
2145 (ada_language_arch_info): New function to initialize primitive
2146 type vector in language_arch_info.
2147 (ada_array_length): Remove use of builtin_type_ada_int.
2148 (value_pos_atr): Ditto.
2149 (ada_evaluate_subexp): Ditto.
2150 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2151 builtin_type_ada_long_long, builtin_type_ada_char,
2152 builtin_type_ada_float, builtin_type_ada_double,
2153 builtin_type_ada_long_double, builtin_type_ada_natural,
2154 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2155 (ada_builtin_types): Remove.
2156 (ada_language_defn): Remove entries for la_builtin_type_vector and
2157 string_char_type and use ada_language_arch_info.
2158 (_initialize_ada_language): Do type-vector initialization along
2159 the lines of c-lang.c.
2160 (ada_create_fundamental_type): Break up line.
2161 (ada_dump_symtab): Remove unused function.
2162 (enum ada_primitive_types): Define.
2163 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2164 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2165 builtin_type_ada_float, builtin_type_ada_double,
2166 builtin_type_ada_long_double, builtin_type_ada_natural,
2167 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2168 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2169 (processInt): Ditto.
2170 (processReal): Ditto.
2171 (name_lookup): Ditto.
2172 * ada-typeprint.c (print_range): Use builtin_type_int, not
2173 builtin_type_ada_int.
2174
4f0be353
MK
21752004-09-18 Mark Kettenis <[email protected]>
2176
30b0e2d8
MK
2177 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2178
4f0be353
MK
2179 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2180 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2181 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2182 * configure.in: Improve checks for curses library by checking for
2183 mvwaddstr instead of initscr. Drop HP curses in favour of
2184 standard curses on HP-UX.
2185 * configure: Regenerated.
2186
72d5681a 21872004-09-18 Paul N. Hilfinger <[email protected]>
6c038f32
PH
2188
2189 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2190 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2191 Minor formatting changes.
2192 (empty_array): Slight rewrite for formatting.
2193 (emit_char,parse,ada_language_defn,build_ada_types,
2194 ada_is_exception_sym, _initialize_ada_language): Move
2195 definitions around.
2196 (ada_dump_symtab): Remove unused definition.
2197 (ada_maybe_exception_partial_symbol): Remove unused definition.
2198
1c8c7407
AC
21992004-09-16 Andrew Cagney <[email protected]>
2200
7681f339
AC
2201 * inf-child.c: Include "gdb_string.h".
2202 (inf_child_core_file_to_sym_file): Delete.
2203 (inf_child_target): Set to_fetch_registers and to_store_registers.
2204 * inf-ptrace.c: Include "gdb_string.h".
2205 * Makefile.in: Update all dependencies.
2206
1c8c7407
AC
2207 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2208 problem.
2209
65596487
JB
22102004-09-14 Joel Brobecker <[email protected]>
2211
2212 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2213 call to heuristic_proc_desc. Remove code that became redundant
2214 as a consequence.
2215 (read_next_frame_reg): Remove special case for SP_REGNUM.
2216 (set_reg_offset): Fix small typo.
2217 (reset_saved_regs): New procedure.
2218 (mips32_heuristic_proc_desc): No longer compute a fake
2219 procedure descriptor. Compute the full frame cache instead.
2220 Some minor comment reformatting.
2221
95575b2e
AC
22222004-09-14 Andrew Cagney <[email protected]>
2223
f200c492
AC
2224 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2225 maintainer.
2226
95575b2e
AC
2227 * thread-db.c (thread_db_new_objfile): Assume that there is a
2228 child process.
2229
69657671
JB
22302004-09-13 Jim Blandy <[email protected]>
2231
2232 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2233 so that its storage isn't referenced after its lifetime ends.
2234
6c4182dd
JB
2235 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2236 and never assigned to. Delete it, and the 'if (use_buffer)'
2237 clauses. Delete 'raw_buffer', since it is now unused.
2238
ee31a58d
AC
22392004-09-13 Andrew Cagney <[email protected]>
2240
2c0fc042
AC
2241 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2242 * configure: Re-generate.
2243 * nlm/Makefile.in (TAGS): Update.
2244 * Makefile.in (TAGS): Update.
2245 * config/vax/nbsd.mt (TM_FILE): Update.
2246 * config/sparc/vxworks.mt (TM_FILE): Update.
2247 * config/sparc/sol2.mt (TM_FILE): Update.
2248 * config/sparc/sol2-64.mt (TM_FILE): Update.
2249 * config/sparc/obsd64.mt (TM_FILE): Update.
2250 * config/sparc/obsd.mt (TM_FILE): Update.
2251 * config/sparc/nbsd64.mt (TM_FILE): Update.
2252 * config/sparc/nbsd.mt (TM_FILE): Update.
2253 * config/sparc/linux64.mt (TM_FILE): Update.
2254 * config/sparc/linux.mt (TM_FILE): Update.
2255 * config/sparc/fbsd.mt (TM_FILE): Update.
2256 * config/sh/wince.mt (TM_FILE): Update.
2257 * config/sh/nbsd.mt (TM_FILE): Update.
2258 * config/sh/linux.mt (TM_FILE): Update.
2259 * config/sh/embed.mt (TM_FILE): Update.
2260 * config/s390/s390.mt (TM_FILE): Update.
2261 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2262 * config/rs6000/rs6000.mt (TM_FILE): Update.
2263 * config/rs6000/aix4.mt (TM_FILE): Update.
2264 * config/powerpc/vxworks.mt (TM_FILE): Update.
2265 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2266 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2267 * config/powerpc/obsd.mt (TM_FILE): Update.
2268 * config/powerpc/nbsd.mt (TM_FILE): Update.
2269 * config/powerpc/linux.mt (TM_FILE): Update.
2270 * config/powerpc/aix.mt (TM_FILE): Update.
2271 * config/pa/obsd.mt (TM_FILE): Update.
2272 * config/pa/linux.mt (TM_FILE): Update.
2273 * config/pa/hppahpux.mt (TM_FILE): Update.
2274 * config/pa/hppa64.mt (TM_FILE): Update.
2275 * config/pa/hppa.mt (TM_FILE): Update.
2276 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2277 * config/mips/wince.mt (TM_FILE): Update.
2278 * config/mips/vxmips.mt (TM_FILE): Update.
2279 * config/mips/nbsd.mt (TM_FILE): Update.
2280 * config/mips/linux.mt (TM_FILE): Update.
2281 * config/mips/irix6.mt (TM_FILE): Update.
2282 * config/mips/irix5.mt (TM_FILE): Update.
2283 * config/mips/embed.mt (TM_FILE): Update.
2284 * config/m68k/vxworks68.mt (TM_FILE): Update.
2285 * config/m68k/st2000.mt (TM_FILE): Update.
2286 * config/m68k/os68k.mt (TM_FILE): Update.
2287 * config/m68k/obsd.mt (TM_FILE): Update.
2288 * config/m68k/nbsd.mt (TM_FILE): Update.
2289 * config/m68k/monitor.mt (TM_FILE): Update.
2290 * config/m68k/linux.mt (TM_FILE): Update.
2291 * config/m68k/cisco.mt (TM_FILE): Update.
2292 * config/ia64/linux.mt (TM_FILE): Update.
2293 * config/ia64/aix.mt (TM_FILE): Update.
2294 * config/ia64/ia64.mt (TM_FILE): Update.
2295 * config/i386/vxworks.mt (TM_FILE): Update.
2296 * config/i386/obsd64.mt (TM_FILE): Update.
2297 * config/i386/obsd.mt (TM_FILE): Update.
2298 * config/i386/nto.mt (TM_FILE): Update.
2299 * config/i386/nbsd64.mt (TM_FILE): Update.
2300 * config/i386/nbsd.mt (TM_FILE): Update.
2301 * config/i386/linux64.mt (TM_FILE): Update.
2302 * config/i386/linux.mt (TM_FILE): Update.
2303 * config/i386/i386sol2.mt (TM_FILE): Update.
2304 * config/i386/i386lynx.mt (TM_FILE): Update.
2305 * config/i386/fbsd64.mt (TM_FILE): Update.
2306 * config/i386/fbsd.mt (TM_FILE): Update.
2307 * config/i386/cygwin.mt (TM_FILE): Update.
2308 * config/h8300/h8300.mt (TM_FILE): Update.
2309 * config/frv/frv.mt (TM_FILE): Update.
2310 * config/cris/cris.mt (TM_FILE): Update.
2311 * config/arm/wince.mt (TM_FILE): Update.
2312 * config/arm/nbsd.mt (TM_FILE): Update.
2313 * config/arm/linux.mt (TM_FILE): Update.
2314 * config/arm/embed.mt (TM_FILE): Update.
2315 * config/alpha/nbsd.mt (TM_FILE): Update.
2316 * config/alpha/fbsd.mt (TM_FILE): Update.
2317 * config/alpha/alpha.mt (TM_FILE): Update.
2318 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2319 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2320
362646f5
AC
2321 Eliminate event_loop_p, always has the value 1.
2322 * defs.h (event_loop_p): Delete macro.
2323 * breakpoint.c (until_break_command): Simplify.
2324 * utils.c (prompt_for_continue): Simplify.
2325 * tracepoint.c (read_actions): Simplify.
2326 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2327 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2328 (set_prompt, init_main): Simplify.
2329 (init_signals, disconnect): Delete, unused.
2330 * remote.c (remote_async_resume)
2331 (extended_remote_async_create_inferior): Simplify.
2332 * mi/mi-interp.c (mi_input): Delete, unused.
2333 (mi_interpreter_resume, mi_command_loop): Simplify.
2334 * interps.c (current_interp_command_loop): Simplify.
2335 * infrun.c (proceed): Simplify.
2336 * infcmd.c (run_command, continue_command, step_1, jump_command)
2337 (until_command, advance_command, finish_command)
2338 (interrupt_target_command): Simplify.
2339 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2340
ee31a58d
AC
2341 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2342 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2343 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2344 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2345 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2346 * mips-tdep.c (mips_dump_tdep): Do not print same.
2347
b7ffc4a8
AC
23482004-09-12 Andrew Cagney <[email protected]>
2349
2bfb72ee
AC
2350 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2351 const.
2352 * Makefile.in (valprint.o): Delete explict rule.
2353
4f17c3c1
AC
2354 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2355 reported by Dave Anderson.
2356
f810308b
AC
2357 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2358
b7ffc4a8
AC
2359 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2360
28b41c52
AC
23612004-09-12 Salvador E. Tropea <[email protected]>
2362 Andrew Cagney <[email protected]>
2363
2364 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2365 (mi_cmd_data_list_register_values)
2366 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2367 the register number computation.
2368
5bf970f9
AC
23692004-09-12 Andrew Cagney <[email protected]>
2370
2371 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2372 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2373 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2374 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2375 target.
2376 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2377 inf-ptrace.o and inf-child.o.
2378 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2379 * Makefile.in: Update dependencies.
2380
0759e0bf
AC
23812004-09-11 Andrew Cagney <[email protected]>
2382
2383 * language.c (hex_string, hex_string_custom): Move from here ...
2384 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2385 (CELLSIZE): Increase to 50.
2386 * language.h (hex_string, hex_string_custom): Move from here ...
2387 * defs.h: ... to here.
2388 * Makefile.in: Update all dependencies.
2389
bb599908
PH
23902004-09-11 Paul N. Hilfinger <[email protected]>
2391
2392 * language.c (local_hex_format_custom): Remove.
2393 (local_hex_string): Rename to hex_string, use C format, and move to
2394 utils.c
2395 (local_hex_string_custom): Rename to hex_string_custom and change
2396 interface. Now uses C format. Move to utils.c
2397 (local_octal_format_custom): Remove.
2398 (local_decimal_format_custom): Remove.
2399 (unknown_language_defn): Remove language-specific number
2400 formatting entries.
2401 (auto_language_defn): Ditto.
2402 (local_language_defn): Ditto.
2403 * language.h (struct language_format_info): Delete declaration.
2404 (struct language_defn): Remove language_format_info fields
2405 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2406 (local_binary_format): Remove macro.
2407 (local_binary_format_prefix): Remove macro.
2408 (local_binary_format_specifier): Remove macro.
2409 (local_binary_format_suffix): Remove macro.
2410 (local_octal_format): Remove macro.
2411 (local_octal_format_prefix): Remove macro.
2412 (local_octal_format_specifier): Remove macro.
2413 (local_octal_format_suffix): Remove macro.
2414 (local_decimal_format): Remove macro.
2415 (local_decimal_format_prefix): Remove macro.
2416 (local_decimal_format_specifier): Remove macro.
2417 (local_decimal_format_suffix): Remove macro.
2418 (local_hex_format): Remove macro.
2419 (local_hex_format_prefix): Remove macro.
2420 (local_hex_format_specifier): Remove macro.
2421 (local_hex_format_suffix): Remove macro.
2422 (local_decimal_format_custom): Remove.
2423 (local_octal_format_custom): Remove.
2424 (local_hex_format_custom): Remove.
2425 (local_hex_string): Rename to hex_string and move to defs.h.
2426 (local_hex_string_custom): Rename to hex_string_custom, change
2427 interface, and move to defs.h.
2428 * utils.c: (int_string): New function.
2429 (hex_string): New function (from language.c).
2430 (hex_string_custom): New function (from language.c).
2431 (octal2str): New function.
2432 (decimal2str): Add width parameter.
2433 (paddr_u): Use new decimal2str interface.
2434 (paddr_d): Ditto.
2435 * defs.h (hex_string): Declare.
2436 (hex_string_custom): Declare.
2437 (int_string): Declare.
2438 * printcmd.c (print_scalar_formatted): Remove localized binary
2439 formatting.
2440 * valprint.c (print_longest): Use int_string.
2441 (print_floating): Use C hex format.
2442 (print_hex_chars): Ditto.
2443 (print_binary_chars): Remove language-specific formatting.
2444 (print_octal_chars): Use C octal format.
2445 (print_decimal_chars): Delocalize format.
2446 (print_decimal): Remove.
2447 * ada-lang.c (ada_language_defn): Remove language-specific number
2448 formatting entries.
2449 * p-lang.c (pascal_language_defn): Ditto.
2450 * c-lang.c (c_language_defn): Ditto.
2451 (cplus_language_defn): Ditto.
2452 (asm_language_defn): Ditto.
2453 (minimal_language_defn): Ditto.
2454 * f-lang.c (f_language_defn): Ditto.
2455 * jv-lang.c (java_language_defn): Ditto.
2456 * m2-lang.c (m2_language_defn): Ditto.
2457 * scm-lang.c (scm_language_defn): Ditto.
2458 * objc-lang.c (objc_language_defn): Ditto.
2459 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2460 new interface.
2461 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2462 * ui-out.c (ui_out_field_core_addr): Ditto.
2463 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2464 * exec.c (print_section_info): Ditto.
2465 * i387-tdep.c (print_i387_status_word): Ditto.
2466 (print_i387_control_word): Ditto.
2467 (i387_print_float_info): Ditto.
2468 * maint.c (maint_print_section_info): Ditto.
2469 * solib.c (info_sharedlibrary_command): Ditto.
2470 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2471 * symtab.c (print_msymbol_info): Ditto.
2472 * tracepoint.c (tracepoints_info): Ditto.
2473 * solib-frv.c (lm_base): Ditto.
2474 (frv_current_sos): Ditto.
2475 (enable_break2): Ditto.
2476 (enable_break): Ditto.
2477 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2478 (process_one_symbol): Ditto.
2479 * infcmd.c (program_info): Ditto.
2480 * mdebugread.c (parse_partial_symbols): Ditto.
2481 * symfile.c (add_symbol_file_command): Ditto.
2482 * cli/cli-cmds.c (edit_command): Ditto.
2483 (list_command): Ditto.
2484 * infcall.c (call_function_by_hand): Ditto.
2485 * remote-vx.c (vx_run_files_info): Ditto.
2486 (vx_wait): Ditto.
2487 (vx_attach): Ditto.
2488 (vx_detach): Ditto.
2489 (vx_kill): Ditto.
2490 * aix-thread.c (pdc_symbol_addrs): Ditto.
2491 (pdc_read_regs): Ditto.
2492 (pdc_write_regs): Ditto.
2493 (pdc_read_data): Ditto.
2494 (pdc_write_data): Ditto.
2495 * d10v-tdep.c (display_trace): Ditto.
2496 * rs6000-nat.c (find_toc_address): Ditto.
2497 * aix-thread.c: Don't include language.h.
2498 * buildsym.c: Ditto.
2499 * dbxread.c: Ditto.
2500 * mdebugread.c: Ditto.
2501 * rs6000-nat.c: Ditto.
2502 * buildsym.c (make_blockvector): Use renamed hex_string.
2503
33f2d567
JM
25042004-09-10 Jason Molenda ([email protected])
2505
2506 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2507 chars after 'if' or 'while' commands in user-defined commands.
2508
7b90c3f9
JB
25092004-09-08 Jim Blandy <[email protected]>
2510
2511 Fix bug reported and analyzed by Olivier Crete:
2512 * symfile.c (copy_section_addr_info): New function.
2513 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2514 original set of address arguments, instead of handwritten code
2515 that uses one length to allocate and a different length to
2516 initialize. Use make_cleanup_free_section_addr_info.
2517 * symfile.h (copy_section_addr_info): New declaration.
2518 * utils.c: #include "symfile.h".
2519 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2520 New functions.
2521 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2522 * Makefile.in (utils.o): Update dependencies.
2523
b26a6851
AC
25242004-09-08 Andrew Cagney <[email protected]>
2525
2526 * thread-db.c (keep_thread_db): Delete.
2527 (thread_db_new_objfile, thread_db_create_inferior)
2528 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2529
be24b061
MK
25302004-09-08 Mark Kettenis <[email protected]>
2531
f6792ef4
MK
2532 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2533 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2534 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2535 (i386_frameless_signal_p): Remove prototype.
2536 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2537 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2538 I386_SSE_NUM_REGS.
2539 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2540 instead of FP0_REGNUM.
2541 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2542 of FP0_REGNUM and FPC_REGNUM.
2543
eeefdaa7
MK
2544 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2545 (sunos_solib_create_inferior_hook): Don't call
2546 sunos_relocate_main_executable.
2547
be24b061
MK
2548 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2549 solib_svr4_fetch_link_map_offsets to
2550 svr4_ilp32_fetch_link_map_offsets.
2551 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2552 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2553 svr4_ilp32_fetch_link_map_offsets.
2554 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2555
7c679d16
JB
25562004-09-07 Jim Blandy <[email protected]>
2557
2558 * frame.h (frame_register): Doc fix.
2559
1f04aa62
AC
25602004-09-07 Andrew Cagney <[email protected]>
2561
2562 * vx-share/wait.h: Delete #ifdef USG.
2563 * utils.c (request_quit): Ditto.
2564 * tui/tui.c (tui_reset): Ditto.
2565 * remote.c: Ditto.
2566 * remote-sds.c: Ditto.
2567 * remote-rdi.c: Ditto.
2568 * mdebugread.c: Ditto.
2569 * m68klinux-nat.c: Ditto.
2570 * infttrace.c: Ditto.
2571 * infptrace.c: Ditto.
2572 * i386v-nat.c: Ditto.
2573 * exec.c: Ditto.
2574 * dbxread.c: Ditto.
2575 * core-aout.c: Ditto.
2576
90edbfbc
JB
25772004-09-05 Joel Brobecker <[email protected]>
2578
2579 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2580 heuristic_proc_desc.
2581 (mips_insn32_frame_cache): Likewise.
2582
01f4bf2b
JB
25832004-09-04 Joel Brobecker <[email protected]>
2584
2585 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2586 left behind by error.
2587
8511a048
JB
25882004-09-04 Joel Brobecker <[email protected]>
2589
2590 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2591 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2592
649dfe9f
JB
25932004-09-04 Joel Brobecker <[email protected]>
2594
2595 * config/rs6000/xm-aix4.h: Remove this file.
2596 * config/rs6000/aix4.mh (XM_FILE): Delete.
2597
6e50f889
JB
25982004-09-04 Joel Brobecker <[email protected]>
2599
2600 * config/rs6000/xm-rs6000.h: Remove this file.
2601 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2602
b8c4aece
AC
26032004-09-03 Andrew Cagney <[email protected]>
2604
fb603883
AC
2605 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2606 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2607 only use.
2608
c9343fd1
AC
2609 * mips-tdep.c (temp_saved_regs): Delete.
2610 (set_reg_offset): Replace saved_regs parameter with this_cache.
2611 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2612 (mips32_heuristic_proc_desc): Add this_cache parameter.
2613 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2614 (after_prologue): Pass a NULL this_cache.
2615
9733cfe1
AC
2616 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2617 non-kernel trap prologues.
2618
0d5febcc
AC
2619 * mips-tdep.c (find_proc_desc): Delete function.
2620 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2621 simplify.
2622 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2623 mips_insn32_frame_cache.
2624
9733cfe1 2625 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
2626 Simplify as NEXT_FRAME is NULL.
2627 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2628
177f84a3
AC
2629 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2630 local variable.
2631 (mips_skip_prologue): Update.
2632
465f7520
AC
2633 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2634 "cur_frame" parameter.
177f84a3
AC
2635 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2636 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 2637
e38b8658
AC
2638 * config/vax/nm-obsd.h: Delete file.
2639 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2640 * config/vax/nm-nbsd.h: Delete file.
2641 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2642 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2643 * config/sh/nm-nbsd.h: Delete file.
2644 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2645 * config/rs6000/nm-rs6000ly.h: Delete file.
2646 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2647 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2648 * config/powerpc/nm-obsd.h: Delete file.
2649 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2650 * config/powerpc/nm-nbsd.h: Delete file.
2651 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2652 * config/pa/nm-obsd.h: Delete file.
2653 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2654 * config/mips/nm-nbsd.h: Delete file.
2655 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2656 * config/m88k/nm-obsd.h: Delete file.
2657 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2658 * config/m68k/nm-nbsd.h: Delete file.
2659 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2660 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2661 * config/i386/nm-nbsd.h: Delete file.
2662 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2663 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2664 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2665 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2666 * config/i386/nm-i386lynx.h: Delete file.
2667 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2668 * config/arm/nm-nbsd.h: Delete file.
2669 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2670 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2671
be1ed680
AC
2672 * config/i386/tm-fbsd.h: Delete file.
2673 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2674 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2675
4b392b26
AC
2676 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2677 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2678 * config/rs6000/aix4.mt (TM_FILE): Set to
2679 config/rs6000/tm-rs6000.h.
2680 * config/powerpc/tm-ppc-aix.h: Delete file.
2681 * config/powerpc/aix.mt (TM_FILE): Set to
2682 config/rs6000/tm-rs6000.h.
2683 * config/m68k/tm-linux.h: Delete file.
2684 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2685 * config/i386/tm-linux64.h: Delete file.
2686 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2687 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2688
f3219c75
AC
2689 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2690 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2691 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2692 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2693 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2694 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2695 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2696 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2697 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2698
b8c4aece
AC
2699 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2700 gdb_host_cpu.
2701
8ac2e020
JB
27022004-09-02 Joel Brobecker <[email protected]>
2703
2704 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2705 Minor reformatting. Some code factoring.
2706
c185a355
AC
27072004-09-02 Andrew Cagney <[email protected]>
2708
63f22f0d
AC
2709 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2710 * config/vax/tm-nbsd.h: Delete file.
2711 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2712 * config/sparc/tm-vxworks.h: Delete file.
2713 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2714 * config/sparc/tm-nbsd.h: Delete file.
2715 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2716 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2717 * config/sparc/tm-linux.h: Delete file.
2718 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2719 * config/s390/tm-linux.h: Delete file.
2720 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2721 * config/pa/tm-bsd.h: Delete file.
2722 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2723 * config/m68k/tm-obsd.h: Delete file.
2724 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2725 * config/m68k/tm-nbsd.h: Delete file.
2726 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2727 * config/i386/tm-vxworks.h: Delete file.
2728 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2729 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2730 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2731 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2732 * config/i386/tm-nbsd.h: Delete file.
2733 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2734 * config/i386/tm-i386lynx.h: Delete file.
2735 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2736 * config/cris/tm-cris.h: Delete file.
2737
0f475e27
AC
2738 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2739 * configure: Re-generate.
2740 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2741 * config/arm/tm-nbsd.h: Delete file.
2742
458ed000
AC
2743 * config/powerpc/tm-ppcle-sim.h: Delete.
2744 * config/powerpc/tm-ppcle-eabi.h: Delete.
2745 * config/powerpc/tm-nbsd.h: Delete.
2746 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2747 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2748 tm-ppcle-eabi.h.
2749
f14375f3
AC
2750 * config/i386/nto.mh (NAT_FILE): Delete.
2751 * config/i386/nm-nto.h: Delete.
2752
c34d127c
AC
2753 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2754 * config/m68k/tm-os68k.h: Ditto.
2755 * config/m68k/tm-monitor.h: Ditto.
2756 * config/m68k/tm-cisco.h: Ditto.
2757 * config/m68k/st2000.mt (TM_FILE): Delete.
2758 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2759 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2760 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2761 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2762
f7f0fe03
AC
2763 * config/m68k/tm-st2000.h: Delete.
2764 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2765 * config/sparc/fbsd.mt (TM_FILE): Delete.
2766 * config/sparc/tm-fbsd.h: Delete.
2767
a2558533
AC
2768 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2769 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2770 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2771
b78960be
AC
2772 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2773 GDB_TM_FILE and GDB_XM_FILE.
2774 * gdbarch.c: Re-generate.
2775 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2776 quotes in macro definition.
2777 * configure.in: Re-generate.
2778
4d60522e
AC
2779 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2780 validating architecture methods.
2781 * gdbarch.c: Re-generate.
2782
5010d38b
AC
2783 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2784 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2785 GDB_MULTI_ARCH_PARTIAL.
2786 * gdbarch.h: Re-generate.
2787
c185a355
AC
2788 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2789 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2790 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2791 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2792 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2793 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2794 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2795 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2796 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2797 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2798 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2799 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2800
14aaa6ab
AC
28012004-09-01 Andrew Cagney <[email protected]>
2802
2803 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2804 and main_func_highpc.
2805 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2806 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2807 * nlmread.c (nlm_symfile_read): Update.
2808
a343eb3c
JB
28092004-09-01 Joel Brobecker <[email protected]>
2810
2811 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2812 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2813 (find_proc_desc): Remove dead code.
2814
4fbbbd07
JB
28152004-09-01 Joel Brobecker <[email protected]>
2816
2817 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2818
84acb35a
JJ
28192004-09-01 Jeff Johnston <[email protected]>
2820
2821 * observer.sh: Add struct so_list declaration.
2822 * Makefile.in: Add dependencies on observer.h for solib.c and
2823 breakpoint.c.
2824 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2825 function.
2826 (_initialize_breakpoint): Register
2827 disable_breakpoints_in_unloaded_shlib as an observer of the
2828 "solib unloaded" observation event.
2829 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2830 call decode_line_1 so unfound breakpoint errors are silent.
2831 * solib.c (update_solib_list): When a solib is discovered to have
2832 been unloaded by the program, notify all observers of the
2833 "solib unloaded" observation event.
2834
c8cd9f6c
AC
28352004-09-01 Andrew Cagney <[email protected]>
2836
2837 * frame.c: Include "objfiles.h".
2838 (inside_main_func): New function.
2839 (get_prev_frame): Use new inside_main_func.
2840 * Makefile.in (frame.o): Update dependencies.
2841 * defs.h (inside_main_func): Delete declaration.
2842 * blockframe.c (inside_main_func): Delete function.
2843
1168df01
JB
28442004-08-31 Jim Blandy <[email protected]>
2845
2846 * dwarf2read.c (is_vtable_name): New function, based on logic from
2847 read_structure_type, but passing the correct length to strncmp,
2848 and using 'sizeof' instead of 'strlen'.
2849 (read_structure_type): Call it.
2850
f14f9744
JB
28512004-08-31 Joel Brobecker <[email protected]>
2852
2853 * config/powerpc/aix.mh: Add comment.
2854
386d4518
PG
28552004-08-31 Paul GIlliam <[email protected]>
2856
2857 * MAINTAINERS: Add self to Write-After-Approval.
2858
7d97d5e2
MI
28592004-08-30 Manoj Iyer <[email protected]>
2860
2861 * MAINTAINERS: Add self to Write-After-Approval.
2862
68f53502
AC
28632004-08-30 Andrew Cagney <[email protected]>
2864
2865 Fix PR breakpoints/1757.
2866 * infrun.c (struct execution_control_state): Replace
2867 remove_breakpoints_on_following_step with
2868 step_after_step_resume_breakpoint.
2869 (init_execution_control_state): Update.
2870 (handle_inferior_event): For signals, when stepping off a
2871 breakpoint, set step_after_step_resume_breakpoint. When
2872 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2873 (keep_going): Delete code handling
2874 remove_breakpoints_on_following_step.
2875
7ca2d3a3
DL
28762004-08-29 David Lecomber <[email protected]>
2877
2878 Fix PR gdb/648
2879 * language.h (enum array_ordering): New enum.
2880 * language.h (struct language_defn): New la_array_ordering
2881 attribute.
2882 * language.c (unknown_language_defn, auto_language_defn)
2883 (local_language_defn): Ditto.
2884 * ada-lang.c (ada_language_defn): Ditto.
2885 * c-lang.c (c_language_defn, cplus_language_defn)
2886 (asm_language_defn, minimal_language_defn): Ditto.
2887 * f-lang.c (f_language_defn): Ditto.
2888 * jv-lang.c (java_language_defn): Ditto.
2889 * m2-lang.c (f_language_defn): Ditto.
2890 * objc-lang.c (objc_language_defn): Ditto.
2891 * p-lang.c (pascal_language_defn): Ditto.
2892 * scm-lang.c (scm_language_defn): Ditto.
2893 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2894 oriented large to small in type structure.
2895 * dwarf2read.c (read_array_order): New function.
2896 (read_array_type): Use read_array_order to check row/column
2897 major ordering.
2898
e354df01
NW
28992004-08-27 Nathan J. Williams <[email protected]>
2900
2901 * target.c (target_resize_to_sections): Check
2902 current_target.to_sections for an old value when updating.
2903
9185ddce
JB
29042004-08-27 Joel Brobecker <[email protected]>
2905
2906 * procfs.c (dbx_link_bpt_addr): New static global variable.
2907 (dbx_link_shadow_contents): New static global variable.
2908 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2909 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2910 if we just hit it.
2911 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2912 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2913 from run to run.
2914 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2915 after the inferior has been forked.
2916 (remove_dbx_link_breakpoint): New function.
2917 (dbx_link_addr): New function.
2918 (insert_dbx_link_bpt_in_file): New function.
2919 (insert_dbx_link_bpt_in_region): New function.
2920 (insert_dbx_link_breakpoint): New function.
2921 (proc_trace_syscalls_1): New function, extracted from
2922 proc_trace_syscalls.
2923 (proc_trace_syscalls): Replace extract code by call to
2924 proc_trace_syscalls_1.
2925 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2926 is no longer valid.
2927
e6742ace
JB
29282004-08-25 Jim Blandy <[email protected]>
2929
2930 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2931
8fb3e588
AC
29322004-08-25 Andrew Cagney <[email protected]>
2933
629a41ee
AC
2934 * infrun.c (struct execution_control_state): Delete field
2935 "stepping_through_sigtramp".
2936 (init_execution_control_state): Do not set same.
2937 (context_switch): Do not pass same to save_infrun_state and
2938 load_infrun_state.
2939 * gdbthread.h (struct thread_info): Delete field
2940 stepping_through_sigtramp.
2941 (save_infrun_state, load_infrun_state): Delete parameter
2942 stepping_through_sigtramp.
2943 * thread.c (load_infrun_state, save_infrun_state): Update.
2944
8fb3e588
AC
2945 * infrun.c: Re-indent. Move expression operators to the beginning
2946 of the line. Remove long disabled #if 0 code.
2947
49c54768
AC
29482004-08-24 Andrew Cagney <[email protected]>
2949
2950 * doublest.h (floatformat_ieee_quad): Rename
2951 floatformat_ia64_quad.
2952 * doublest.c (floatformat_ieee_quad): Rename
2953 floatformat_ia64_quad.
2954 (_initialize_doublest): Update.
2955
5ca2e327
JB
29562004-08-24 Jim Blandy <[email protected]>
2957
87808bd6
JB
2958 * dwarf2expr.h (struct dwarf_expr_context): New members
2959 'num_pieces' and 'pieces', for returning the result of an
2960 expression that uses DW_OP_piece.
2961 (struct dwarf_expr_piece): New struct type.
2962 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2963 pieces.
2964 (free_dwarf_expr_context): Free pieces, if any.
2965 (add_piece): New function.
2966 (execute_stack_op): Implement DW_OP_piece.
2967 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2968 expression is a list of pieces, print an error message.
2969 (dwarf2_loc_desc_needs_frame): If the expression yields
2970 pieces, and any piece is in a register, then we need a frame.
2971
5ca2e327
JB
2972 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2973 the stack until we've decided what sort of result the evaluation
2974 has produced. Use separate variables, with more specific names.
2975
2afeb6b8
RE
29762004-08-23 Richard Earnshaw <[email protected]>
2977
2978 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2979 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2980 (arm_netbsd_init_abi_common): Register them.
2981
5885ab49
MK
29822004-08-22 Mark Kettenis <[email protected]>
2983
fda820a6
MK
2984 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2985
1c5bf419
MK
2986 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2987 safe_frame_unwind_memory instead of target_read_memory.
2988
8cbba7c8
MK
2989 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2990 Reorder includes.
2991 (fetch_register, store_register): Remove prototypes.
2992 (child_resume): Reorganize code and comments such that it is
2993 grouped a bit more logically.
2994 (attach): Explicitly compare errno against 0.
2995 (detach): Likewise. Use perror_with_name instead of
2996 print_sys_errmsg.
2997 * Makefile.in (infptrace.o): Update dependencies.
2998
c5fa4245
MK
2999 * ia64-linux-nat.c: Update copyright year.
3000 (fetch_debug_register, store_debug_register)
3001 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3002 PTRACE_TYPE_ARG3.
3003 * config/ia64/nm-linux.h: Update copyright year.
3004 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3005
387c058c
MK
3006 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3007 from CORE_ADDR to struct frame_info *. Use
3008 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3009 (amd64_linux_sigtramp_p): Adjust for changed signature of
3010 and64_linux_sigtramp_start
3011
277215a6
MK
3012 * gdb_ptrace.h: GNU/Linux.
3013
25f6178e
MK
3014 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3015 Remove defines.
3016
652fc137
MK
3017 * infptrace.c: Include "gdb_assert.h".
3018 (PTRACE_XFER_TYPE): Remove define.
3019 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3020 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3021 Tweak comment.
3022 (fetch_inferior_registers, store_inferior_registers): Remove
3023 redundant culry braces. Tweak comment. s/regno/regnum.
3024 * Makefile.in (infptrace.o): Update dependencies.
3025
5885ab49
MK
3026 * configure.in: Change test for return type of ptrace to default
3027 to `long' instead of `int'.
3028 * configure: Regenerate.
3029
11003ae3
MK
30302004-08-21 Mark Kettenis <[email protected]>
3031
6b95110c
MK
3032 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3033
bcb3dc3d
MK
3034 * configure.in: Check for ttrace function.
3035 * configure, config.in: Regenerate.
3036
11003ae3
MK
3037 * gdb_ptrace.h: New file.
3038 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3039 <sys/ptrace.h>.
3040 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3041 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3042 (attach): Don't define PT_ATTACH.
3043 (detach): Don't define PT_DETACH.
3044 * Makefile.in (gdb_ptrace_h): New variable.
3045 (infptrace.o): Update dependencies.
3046
f8707cac
MK
30472004-08-16 Mark Kettenis <[email protected]>
3048
3049 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3050 instead of `int' if not already defined.
3051 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3052 PTRACE_TYPE_ARG3.
3053 * infptrace.c (call_ptrace): Revert change that replaced
3054 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3055
655c5466
MK
30562004-08-15 Mark Kettenis <[email protected]>
3057
156e5ba7
MK
3058 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3059 Remove defines.
3060
de9a9e51
MK
3061 * linux-nat.c (kill_inferior): Add missing third and fourth
3062 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3063
88800403
MK
3064 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3065 PTRACE_TYPE_RET.
3066
849a1d7c
MK
3067 * proc-why.c (proc_prettyfprint_why): Fix format string.
3068
61ad16d1
MK
3069 * solib-osf.c (osf_current_sos): Remove unsused label.
3070
a6ed5501
MK
3071 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3072 curses headers.
3073 * configure, config.in: Regenerate.
3074 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3075 <ncurses/ncurses.h>.
3076
016ddeca
MK
3077 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3078 * config/nm-nbsd.h: Update copyright year.
3079 (PTRACE_ARG3_TYPE): Remove define.
3080
49ec097f
MK
3081 * sparc-nat.c (fetch_inferior_registers)
3082 (store_inferior_registers, sparc_xfer_wcookie):
3083 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3084
9f8e0089
MK
3085 * alphabsd-nat.c (fetch_inferior_registers):
3086 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3087 PTRACE_TYPE_ARG3.
3088 * amd64bsd-nat.c (fetch_inferior_registers)
3089 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3090 PTRACE_TYPE_ARG3.
3091 * armnbsd-nat.c: Update copyright year.
3092 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3093 (store_register, store_regs, store_fp_register, store_fp_regs):
3094 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3095 * hppabsd-nat.c (fetch_inferior_registers)
3096 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3097 PTRACE_TYPE_ARG3.
3098 * i386bsd-nat.c (fetch_inferior_registers)
3099 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3100 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3101 * m68kbsd-nat.c (fetch_inferior_registers)
3102 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3103 PTRACE_TYPE_ARG3.
3104 * m88kbsd-nat.c (fetch_inferior_registers)
3105 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3106 PTRACE_TYPE_ARG3.
3107 * mipsnbsd-nat.c: Update copyright year.
3108 (fetch_inferior_registers, store_inferior_registers):
3109 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3110 * ns32knbsd-nat.c: Update copyright year.
3111 (fetch_inferior_registers, store_inferior_registers):
3112 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3113 * ppcnbsd-nat.c (fetch_inferior_registers):
3114 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3115 PTRACE_TYPE_ARG3.
3116 * ppcobsd-nat.c (fetch_inferior_registers):
3117 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3118 PTRACE_TYPE_ARG3.
3119 * shnbsd-nat.c: Update copyright year.
3120 (fetch_inferior_registers, store_inferior_registers):
3121 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3122 * vaxbsd-nat.c (fetch_inferior_registers)
3123 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3124 PTRACE_TYPE_ARG3.
3125
655c5466
MK
3126 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3127 PTRACE_TYPE_ARG3.
3128 * infptrace.c (call_ptrace, child_resume, attach, detach)
3129 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3130 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3131 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3132 PTRACE_TYPE_ARG3.
3133
c40d0d10
MK
31342004-08-14 Mark Kettenis <[email protected]>
3135
5cb0ff31
MK
3136 * defs.h: Remove out-of-date comment.
3137 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3138 [!GETENV_PROVIDED] (getenv): Remove prototype.
3139
5f0f34cb
MK
3140 * standalone.c: Remove file.
3141 * Makefile.in (standalone.o): Remove dependency.
3142
7532965f
MK
3143 * i386-linux-nat.c (dummy_sse_values): Remove function and
3144 prototype.
3145 (i386_linux_dr_get): Fix typo in comment.
3146 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3147
1bdc6c53
MK
3148 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3149
c40d0d10
MK
3150 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3151 from declaration.
3152 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3153 from definition.
3154
64218d3e
MK
31552004-08-13 Mark Kettenis <[email protected]>
3156
3157 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3158 parenthesis in definition.
3159 * configure: Regenerated.
3160
926c94e7
MC
31612004-08-12 Michael Chastain <[email protected]>
3162
3163 * PROBLEMS: Mention build/1411.
3164
69489883
NN
31652004-08-09 Robert Millan <[email protected]>
3166
3167 Committed by Nathanael Nerode.
3168 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3169 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3170
ebb7c577
AC
31712004-08-12 Andrew Cagney <[email protected]>
3172
3173 * NEWS: Mention fixes in GDB 6.2.1.
3174 * PROBLEMS: Remove mention of mips-irix.
3175
232d697c
JB
31762004-08-11 Joel Brobecker <[email protected]>
3177
3178 * config/powerpc/xm-aix.h: Delete.
3179 * config/powerpc/aix.mh (MH_FILE): Remove.
3180 * config/powerpc/aix432.mh (MH_FILE): Remove.
3181
72f4e82b
JB
31822004-08-11 Joel Brobecker <[email protected]>
3183
3184 * config/powerpc/aix.mh: Remove obsolete comment.
3185 * config/powerpc/aix432.mh: Likewise.
3186
0687ccb2
JB
31872004-08-11 Joel Brobecker <[email protected]>
3188
3189 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3190
dbf3ada7
JB
31912004-08-11 Joel Brobecker <[email protected]>
3192
e08e1886
JB
3193 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3194 this file is now empty.
3195 * config/xm-aix4.h: Remove, this file is no longer included
3196 anywhere.
3197
31982004-08-11 Joel Brobecker <[email protected]>
3199
3200 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3201 that file is now empty.
dbf3ada7
JB
3202 (termdef): Remove prototype, function no longer used.
3203
4c525ef6
JB
32042004-08-11 Joel Brobecker <[email protected]>
3205
3206 * doc/gdbint.texinfo (Host Definition): Remove documentation
3207 for USE_O_NOCTTY, no longer used.
3208 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3209 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3210
82e0b968
JB
32112004-08-11 Joel Brobecker <[email protected]>
3212
3213 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3214 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3215 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3216
f2acbe1c
MK
32172004-08-11 Mark Kettenis <[email protected]>
3218
daa98270
MK
3219 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3220 instead of FIVE_ARG_PTRACE.
3221
f2acbe1c
MK
3222 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3223 (new_tty): Use O_NOCTTY unconditionally.
3224
cc377e6b
MK
32252004-08-10 Mark Kettenis <[email protected]>
3226
3227 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3228 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3229 fflush on stdout.
3230
3bcc18fa
JB
32312004-08-10 Joel Brobecker <[email protected]>
3232
3233 * xcoff_symfile_finish: Replace last call to xmfree by call
3234 to xfree.
3235
7936743b
AC
32362004-08-10 Andrew Cagney <[email protected]>
3237
cc503c8a
AC
3238 * main.c (captured_main): Delete call to init_malloc.
3239 * defs.h (init_malloc): Delete declaration.
3240 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3241 (init_malloc): Delete functions.
3242
2dc74dc1
AC
3243 * defs.h (xmfree): Delete.
3244 * utils.c (xmfree): Delete function.
3245 (xfree): Inline calls to xmfree and mfree.
3246 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3247 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3248 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3249 * somread.c (som_symfile_finish): Ditto.
3250 * objfiles.c (allocate_objfile, free_objfile):
3251 * nlmread.c (nlm_symfile_finish): Ditto.
3252 * hpread.c (hpread_symfile_finish): Ditto.
3253 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3254 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3255 * coffread.c (coff_symfile_finish): Ditto.
3256
aa2ee5f6
AC
3257 * defs.h (xmcalloc): Delete declaration.
3258 * utils.c (xmcalloc): Delete.
3259 (xcalloc): Inline calls to xmcalloc and mcalloc.
3260 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3261 xcalloc and xfree.
3262 * symtab.c (create_demangled_names_hash): Ditto.
3263
0efffb96
AC
3264 * defs.h (xmrealloc): Delete.
3265 * utils.c (xmrealloc): Delete.
3266 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3267 * symmisc.c (extend_psymbol_list): Use xrealloc.
3268 * source.c (find_source_lines): Ditto.
3269 * hpread.c (hpread_lookup_type): Ditto.
3270 * dbxread.c (add_bincl_to_list): Ditto.
3271
7936743b
AC
3272 * utils.c (xmmalloc): Delete.
3273 (xmalloc): Inline xmmalloc and mmalloc calls.
3274 (msavestring): Use xmalloc.
3275 * defs.h (xmmalloc): Delete declaration.
3276 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3277 xmmalloc.
3278 * symmisc.c (extend_psymbol_list): Ditto.
3279 * symfile.c (init_psymbol_list): Ditto.
3280 * source.c (find_source_lines): Ditto.
3281 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3282 * elfread.c (elf_symtab_read): Ditto.
3283 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3284 * coffread.c (coff_symfile_init): Ditto.
3285
252ab814
DC
32862004-08-10 David Carlton <[email protected]>
3287
3288 * MAINTAINERS: Remove David Carlton from c++ testsuite
3289 maintainers.
3290
8f5ba92b
JG
32912004-08-10 Jerome Guitton <[email protected]>
3292
3293 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3294 print a line feed before the prompt.
3295
21749010
MK
32962004-08-10 Mark Kettenis <[email protected]>
3297
3298 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3299
1f011ce2
JB
33002004-08-09 Joel Brobecker <[email protected]>
3301
3302 General cleanup of the AIX xm include file:
3303 * config/xm-aix4.h (fd_set): Remove undefine.
3304 Remove include of <sys/select.h>.
3305 (HAVE_TERMIO): Remove define.
3306 (USG): Likewise.
3307 (NULL): Remove redefine.
3308 (alloca): Remove #pragma.
3309 (vfork): Remove define.
3310 (termdef): Remove.
3311 (SIGWINCH_HANDLER): Remove.
3312 (SIGWINCH_HANDLER_BODY): Remove.
3313
cf4e7692
MK
33142004-08-09 Mark Kettenis <[email protected]>
3315
3316 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3317 GDB_OSABI_OPENBSD_ELF.
3318
ac5754fa
MK
33192004-08-07 Robert Millan <[email protected]>
3320
3321 * bsd-kvm.c: Check for nlist.h before including it.
3322
086ec9eb
MK
33232004-08-09 Mark Kettenis <[email protected]>
3324
bbe06c74
MK
3325 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3326 sigcontext' offset consistency checks for ancient BSD.
3327
3aa7b3b3
MK
3328 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3329
086ec9eb
MK
3330 * configure.in: Check for <sys/types.h>. Check return and
3331 argument types of ptrace.
3332 * configure, config.in: Regenerate.
3333
09991fa0
JB
33342004-08-09 Jim Blandy <[email protected]>
3335
3336 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3337 rs6000_register_sim_regno): Doc fixes.
3338
fed7ba43
JB
33392004-08-08 Joel Brobecker <[email protected]>
3340
3341 * mips-tdep.c: Include "floatformat.h".
3342 (n32n64_floatformat_always_valid): New function.
3343 (floatformat_n32n64_long_double_big): New constant.
3344 (mips_gdbarch_init): Set size and format of long double
3345 for N32 and N64 ABIs.
3346 * Makefile.in (mips-tdep.o): Update dependencies.
3347
456fcf94
AC
33482004-08-08 Andrew Cagney <[email protected]>
3349
2f9b146e
AC
3350 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3351 print. Improve script's error messages.
3352 * gdbarch.h: Re-generate.
3353
456fcf94
AC
3354 * gdbarch.sh (pformat): New function.
3355 (float_format, double_format, long_double_format): List with bit
3356 members. Use pformat when printing.
3357 * gdbarch.c, gdbarch.h: Re-generate.
3358
69e9e646
NW
33592004-08-08 Nathan J. Williams <[email protected]>
3360
3361 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3362 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3363 (ppcnbsd_supply_pcb): New function.
3364 (_initialize_ppcnbsd_nat): New prototype and function.
3365 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3366 (LOADLIBES): New variable.
3367 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3368
5ef2d0aa
AC
33692004-08-08 Andrew Cagney <[email protected]>
3370
3371 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3372 (builtin_type_ieee_double, builtin_type_ia64_quad)
3373 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3374 BE/LE floating-point types.
3375 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3376 (builtin_type_ieee_double, builtin_type_ia64_quad)
3377 (builtin_type_ia64_spill): Declare.
3378 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3379 (floatformat_ieee_double, floatformat_arm_ext)
3380 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3381 of LE/BE floatformats.
3382 * doublest.h: (struct floatformat, floatformat_ieee_single)
3383 (floatformat_ieee_double, floatformat_arm_ext)
3384 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3385
5c7f2947
MK
33862004-08-08 Mark Kettenis <[email protected]>
3387
ecac404d
MK
3388 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3389
9b8607ce
MK
3390 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3391 instead of regcache_raw_supply when storing the registers.
3392
f6052080
MK
3393 * i386gnu-nat.c: Update copyright year.
3394 (gnu_store_registers): Don't use deprecated_registers and
3395 deprecated_registers_valid. Use regcache_valid_p and
3396 regcache_raw_supply instead.
3397
17777823
MK
3398 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3399 frame_pc_unwind.
3400
5240ceac
MK
3401 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3402 variables. Incapitalized "process".
3403
5c7f2947
MK
3404 * configure.in: Add cursesX to the list of possible curses libs.
3405 Add cursesX.h to the list of possible curses headers.
3406 * configure, config.in: Regenerate.
3407
da7d81e3
NW
34082004-08-07 Nathan J. Williams <[email protected]>
3409
3410 * configure.in: Test for struct lwp in <sys/lwp.h>.
3411 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3412 the offset of l_addr in struct lwp.
3413
7f245d65
NW
34142004-08-07 Nathan J. Williams <[email protected]>
3415
3416 * bsd-kvm.c: Include "gdbcore.h"
3417 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3418
47b3f456
AC
34192004-08-07 Andrew Cagney <[email protected]>
3420
70bd8e24
AC
3421 * gdbtypes.c (build_flt, build_complex): New functions.
3422 (gdbtypes_post_init): Use.
3423
9b0dea39
AC
3424 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3425
5cf7abac
AC
3426 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3427 through to builtin_type_uint128.
3428
64d2b26d
AC
3429 * c-exp.y: Use builtin_type function to obtain builtin types.
3430
7ad6570d
AC
3431 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3432 builtin_uint128.
3433 * gdbtypes.c (gdbtypes_post_init): Update.
3434 (build_gdbtypes): Move initialization of builtin_type_int0
3435 through to builtin_type_uint128 from here ...
3436 (_initialize_gdbtypes): ... to here.
3437 * d10v-tdep.c (d10v_register_type): Update.
3438
47b3f456
AC
3439 * doublest.c: Update copyright.
3440 (floatformat_from_length): Call error when floatformat is NULL.
3441 (extract_floating_by_length): Remove NULL fmt check.
3442 (store_floating_by_length): Ditto.
3443
0a8146bf
AC
34442004-08-07 Andrew Cagney <[email protected]>
3445
3446 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3447 that the register is valid.
3448
c0ccb908
MK
34492004-08-05 Mark Kettenis <[email protected]>
3450
8e6bed05
MK
3451 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3452 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3453 struct frame_info *. Use safe_frame_unwind_memory instead of
3454 deprecated_read_memory_nobpt.
3455 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3456 changed signature of i386_linux_sigtramp_start and
3457 i386_linux_rt_sigtramp_start.
3458
24f9f5e3
MK
3459 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3460 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3461 instead of deprecated_read_memory_nobpt.
3462 (i386nbsd_sigtramp_p): Adjust for changed signature of
3463 i386nbsd_sigtramp_offset.
3464
c822af0c
MK
3465 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3466 safe_frame_unwind_memory instead of target_read_memory.
3467
c0ccb908
MK
3468 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3469 !NO_SYS_FILE.
3470 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3471 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3472 (_initialize_kernel_u_addr): Remove prototype and function.
3473 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3474 !NO_SYS_FILE.
3475 * xcoffread.c: Likewise.
3476
b9e1c0d6
MK
34772004-08-06 Mark Kettenis <[email protected]>
3478
3479 * vax-nat.c: New file.
3480 * vaxbsd-nat.c: Tweak comment.
3481 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3482 vaxnbsd-tdep.c.
3483 (vax-nat.o): New dependency.
3484 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3485 (vax-*-ultrix2*): Remove.
3486 * config/vax/vax.mh: New file.
3487 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3488 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3489 (vax_register_u_addr): New prototype.
3490 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3491 * config/vax/vaxult2.mh: Remove file.
3492 * config/vax/vaxult.mh: Remove file.
3493 * config/vax/vaxbsd.mh: Remove file.
3494 * config/vax/vax.mt (TM_FILE): Remove.
3495 * config/vax/tm-vaxbsd.h: Remove file.
3496
9ad7bec7
JB
34972004-08-06 Joel Brobecker <[email protected]>
3498
3499 * aix-thread.c (get_signaled_thread): New function.
3500 (iter_trap): Delete, no longer used.
3501 (iter_tid): New function.
3502 (pd_update): Find the thread that received the SIGTRAP signal
3503 by first locating the kernel thread, and then finding its
3504 associated thread.
3505
bf0d233d
UW
35062004-08-06 Ulrich Weigand <[email protected]>
3507
3508 * lin-lwp.c (child_wait): Continue inferior after processing
3509 PTRACE_EVENT_CLONE event.
3510
d0f853e1
NN
35112004-08-05 Nathanael Nerode <[email protected]>
3512
3513 * MAINTAINERS: Add self to Write-After-Approval.
3514
ab14aeb0
JJ
35152004-08-05 Jeff Johnston <[email protected]>
3516
3517 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3518 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3519
9c8dbfa9
AC
35202004-08-05 Andrew Cagney <[email protected]>
3521
c8f3ca46
AC
3522 * config/xm-sysv4.h: Delete file.
3523 * config/mips/xm-irix5.h: Delete file.
3524 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3525 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3526 * config/ia64/xm-aix.h: Delete file.
3527 * config/ia64/aix.mh (XM_FILE): Delete.
3528 * config/pa/xm-hppah.h: Delete file.
3529 * config/pa/hpux11w.mh (XM_FILE): Delete.
3530 * config/pa/hpux11.mh (XM_FILE): Delete.
3531 * config/pa/hpux1020.mh (XM_FILE): Delete.
3532 * config/pa/hppahpux.mh (XM_FILE): Delete.
3533
5f7daaff
AC
3534 * config/alpha/xm-alphalinux.h: Delete file.
3535 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3536 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3537 * config/alpha/xm-alphaosf.h: Delete file.
3538 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3539 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3540 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3541 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3542
69babf95
AC
3543 * config/i386/xm-i386v.h: Delete file.
3544 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3545 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3546 * config/i386/xm-i386sco.h: Delete file.
3547 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3548 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3549 * config/i386/xm-i386v4.h: Delete file.
3550 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3551 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3552 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3553 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3554
6f009c8a
AC
3555 * config/vax/xm-vax.h: Delete file.
3556 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3557 * config/vax/xm-vaxult2.h: Delete file.
3558 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3559 * config/vax/vaxult2.mh (XM_FILE): Delete.
3560 * config/vax/xm-vaxult.h: Delete file.
3561 * config/vax/vaxult.mh (XM_FILE): Delete.
3562 * config/vax/xm-vaxbsd.h: Delete file.
3563 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3564
9c8dbfa9
AC
3565 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3566 * gdbarch.h, gdbarch.c: Re-generate.
3567 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3568 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3569 * frame.h: Delete deprecated_read_fp from comments.
3570 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3571 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3572
84367a3e
MK
35732004-08-04 Mark Kettenis <[email protected]>
3574
9c8e3411
MK
3575 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3576 trampoline in OpenBSD 3.5-current.
3577
b87bc0d8
MK
3578 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3579 SSE registers.
3580
84367a3e
MK
3581 * Makefile.in: Remove embedded page breaks.
3582
a44bddec
JB
35832004-08-04 Jim Blandy <[email protected]>
3584
7ab3286f
JB
3585 * regcache.c (regcache_raw_read): Assert that, after calling
3586 target_fetch_registers, the register we're reading is cached.
3587
a44bddec
JB
3588 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3589 a call to 'internal_error', with a more helpful error message.
3590 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 3591 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 3592
35124113
AC
35932004-08-04 Andrew Cagney <[email protected]>
3594
3595 * Makefile.in: Update dependencies.
3596
9f643768
JB
35972004-08-04 Jim Blandy <[email protected]>
3598
6ced10dd
JB
3599 Change the layout of the PowerPC E500 raw register cache to allow
3600 the lower 32-bit halves of the GPRS to be their own raw registers,
3601 not pseudoregisters.
3602 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3603 add ppc_ev0_upper_regnum flag.
3604 * rs6000-tdep.c: #include "reggroups.h".
3605 (spe_register_p): Recognize the ev upper half registers as SPE
3606 registers.
3607 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3608 registers.
3609 (e500_move_ev_register): New function.
3610 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3611 vector registers are the pseudo-registers now, formed by splicing
3612 together the gprs and the upper-half registers.
3613 (e500_register_reggroup_p): New function.
3614 (P): Macro deleted.
3615 (P8, A4): New macro.
3616 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3617 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3618 macros.
3619 (registers_e500): Rearrange register set so that the raw register
3620 set contains 32-bit GPRs and upper-half registers, and the SPE
3621 vector registers become pseudo-registers.
3622 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3623 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3624 register numbers are now the same for the E500 as they are for
3625 other PowerPC variants. Register e500_register_reggroup_p as the
3626 register group function for the E500.
3627 * Makefile.in (rs6000-tdep.o): Update dependencies.
3628
3629 Adapt PPC E500 native support to the new raw regcache layout.
3630 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3631 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3632 (fetch_spe_register, store_spe_register): Handle fetching/storing
3633 all the SPE registers at once, if regno == -1. These now take
3634 over the job of fetch_spe_registers and store_spe_registers.
3635 (fetch_spe_registers, store_spe_registers): Deleted.
3636 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3637 unconditionally; they're always raw. Fetch/store SPE upper half
3638 registers, if present, instead of ev registers.
3639 (fetch_register, store_register): Remove sanity checks: gprs are
3640 never pseudo-registers now, so we never need to even mention any
3641 registers that are ever pseudoregisters.
3642
9f643768
JB
3643 Use a fixed register numbering when communicating with the PowerPC
3644 simulator.
3645 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3646 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3647 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3648 New functions.
3649 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3650 init_sim_regno_table.
3651 * Makefile.in (gdb_sim_ppc_h): New variable.
3652 (rs6000-tdep.o): Update dependencies.
3653
1e2279c8
AC
36542004-08-02 Andrew Cagney <[email protected]>
3655
1d94326f
AC
3656 * cris-tdep.c (cris_register_size): Restore function, still used
3657 locally.
3658
331ae7ed
AC
3659 * gdbarch.sh (deprecated_target_read_fp)
3660 (deprecated_frame_locals_address, deprecated_frame_args_address)
3661 (deprecated_frame_chain_valid, deprecated_frame_chain)
3662 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3663 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3664 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3665 * gdbarch.h, gdbarch.c: Re-generate.
3666 * regcache.c (deprecated_read_fp): Do not call
3667 DEPRECATED_TARGET_READ_FP_P.
3668 * infcmd.c (default_print_registers_info): Do not call
3669 DEPRECATED_DO_REGISTERS_INFO.
3670 * frame-base.c (default_frame_locals_address): Do not call
3671 DEPRECATED_FRAME_LOCALS_ADDRESS.
3672 (default_frame_args_address): Do not call
3673 DEPRECATED_FRAME_ARGS_ADDRESS.
3674
1e2279c8
AC
3675 * gdbarch.sh (deprecated_register_raw_size)
3676 (deprecated_register_virtual_size:int): Delete.
3677 * gdbarch.h, gdbarch.c: Re-generate.
3678 * cris-tdep.c (cris_register_size): Delete.
3679 (cris_gdbarch_init): Update.
3680 * alpha-tdep.c (alpha_register_raw_size)
3681 (alpha_register_virtual_size): Delete.
3682 (alpha_gdbarch_init): Update.
3683
a90c06b4
AC
3684 * gdbarch.sh (deprecated_register_virtual_type)
3685 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3686 (deprecated_dummy_write_sp): Delete.
3687 * gdbarch.h, gdbarch.c: Re-generate.
3688
f42accbe
AC
3689 * gdbarch.sh (deprecated_register_bytes): Delete.
3690 * gdbarch.h, gdbarch.c: Re-generate.
3691 * regcache.c (deprecated_register_bytes): New function.
3692 * regcache.h (deprecated_register_bytes): Declare.
3693 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3694 * v850-tdep.c (v850_gdbarch_init): Update.
3695 * sh64-tdep.c (sh64_gdbarch_init): Update.
3696 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3697 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3698 * mcore-tdep.c (mcore_gdbarch_init): Update.
3699 * cris-tdep.c (cris_gdbarch_init): Update.
3700 * arm-tdep.c (arm_gdbarch_init): Update.
3701 * remote.c (init_remote_state): Update.
3702 * remote-vx.c (vx_prepare_to_store): Update.
3703 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3704 * irix5-nat.c (fetch_core_registers): Update.
3705 * cris-tdep.c (cris_register_bytes_ok): Update.
3706 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3707
45c9dd44
AC
3708 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3709 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3710 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3711 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3712 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3713 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3714 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3715 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3716 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3717 with mips_insn16 and mips_insn32.
3718
3acba339
AC
3719 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3720 * rs6000-tdep.c (rs6000_push_dummy_call)
3721 (rs6000_extract_return_value): Use register_size.
3722 * xstormy16-tdep.c (xstormy16_get_saved_register)
3723 (xstormy16_extract_return_value): Ditto.
3724 * valops.c (value_assign): Ditto.
3725 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3726 * v850-tdep.c (v850_extract_return_value): Ditto.
3727 * tracepoint.c (collect_symbol): Ditto.
3728 * target.c (debug_print_register): Ditto.
3729 * stack.c (frame_info): Ditto.
3730 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3731 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3732 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3733 (store_register_using_P): Ditto.
3734 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3735 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3736 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3737 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3738 * regcache.c (deprecated_read_register_bytes)
3739 (deprecated_write_register_bytes, read_register)
3740 (write_register): Ditto.
3741 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3742 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3743 * monitor.c (monitor_supply_register, monitor_fetch_register)
3744 (monitor_store_register): Ditto.
3745 * mn10300-tdep.c (mn10300_pop_frame_regular)
3746 (mn10300_print_register): Ditto.
3747 * mipsv4-nat.c (fill_fpregset): Ditto.
3748 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3749 (mips64_fill_fpregset): Ditto.
3750 * mi/mi-main.c (register_changed_p, get_register)
3751 (mi_cmd_data_write_register_values): Ditto.
3752 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3753 * irix5-nat.c (fill_gregset, fetch_core_registers):
3754 * infrun.c (write_inferior_status_register): Ditto.
3755 * infptrace.c (fetch_register, store_register): Ditto.
3756 * infcmd.c (default_print_registers_info): Ditto.
3757 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3758 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3759 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3760 * hpux-thread.c (hpux_thread_fetch_registers)
3761 (hpux_thread_store_registers): Ditto.
3762 * hppah-nat.c (store_inferior_registers, fetch_register):
3763 * findvar.c (value_from_register): Ditto.
3764 * dve3900-rom.c (fetch_bitmapped_register):
3765 * cris-tdep.c (cris_gdbarch_init): Ditto.
3766 * alpha-tdep.h: Ditto.
3767 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3768
01e1877c
AC
3769 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3770 DEPRECATED_REGISTER_RAW_SIZE from comments.
3771 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3772 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3773 DEPRECATED_REGISTER_RAW_SIZE.
3774 * findvar.c (value_of_register): Simplify by assuming that the
3775 registers raw and virtual sizes are identical.
3776 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3777 comment.
3778 * arch-utils.c (generic_register_size): Simplify by assuming
3779 register_type.
3780
73f458fb
AC
3781 * regcache.c (legacy_read_register_gen, real_register)
3782 (legacy_write_register_gen): Delete, not used.
3783
336a3131
AC
3784 * regcache.c (struct regcache_descr): Delete legacy_p.
3785 (init_legacy_regcache_descr): Delete function.
3786 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3787 Do not use deprecated register functions.
3788 (regcache_raw_read, deprecated_write_register_gen):
3789 (deprecated_read_register_gen, regcache_raw_write): Delete code
3790 predicated on legacy_p.
3791 (register_size): Delete check against register raw size.
3792
c1d546cd
AC
3793 * cris-tdep.c (cris_register_type): Replace
3794 cris_register_virtual_type.
3795 (cris_gdbarch_init): Update, set register_type.
3796
48c2c0a6
AC
3797 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3798 * gdbarch.h, gdbarch.c: Re-generate.
3799 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3800 (arm_gdbarch_init) Do not set frameless function invocation.
3801 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3802 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3803 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3804 (frv_gdbarch_init): Do not set frameless function invocation.
3805 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3806 * sh-tdep.c (sh_gdbarch_init): Ditto.
3807 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3808 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3809 * avr-tdep.c (avr_gdbarch_init): Ditto.
3810
474093a6
AC
3811 * blockframe.c (legacy_frame_chain_valid): Delete function.
3812
3c109c8b
AC
3813 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3814 and pc. Update comments.
3815 (pc_in_dummy_frame): Delete function.
3816 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3817 use the "id".
3818 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3819 call_hi, top and pc, use the id.
3820 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3821
96860204
AC
3822 * dummy-frame.c: Include "gdb_string.h".
3823 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3824 (generic_save_dummy_frame_tos): Delete.
3825 (dummy_frame_push): New function, replaces above.
3826 * dummy-frame.h: Update copyright.
3827 (dummy_frame_push): Declare.
3828 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3829 (generic_save_call_dummy_addr): Delete declarations.
3830 * infcall.c: Include "dummy-frame.h".
3831 (call_function_by_hand): Add locals caller_regcache,
3832 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3833 with call to frame_save_as_regcache plus cleanup. Delete calls to
3834 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3835 Move clear_proceed_status to just before the resume, add call to
3836 dummy_frame_push (discard cleanup).
3837 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3838 (dummy-frame.o): Add $(gdb_string_h).
3839
d67ec5db
AC
38402004-08-01 Andrew Cagney <[email protected]>
3841
3842 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3843 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3844 * dummy-frame.c (find_dummy_frame): Delete.
3845 (struct dummy_frame_cache, dummy_frame_sniffer)
3846 (dummy_frame_prev_register, dummy_frame_this_id)
3847 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3848 frame unwinder using a dummy_frame_cache.
3849
a81dcb05
AC
38502004-08-01 Andrew Cagney <[email protected]>
3851
3852 * frame.h (frame_save_as_regcache): Declare.
3853 * frame.c (frame_save_as_regcache): New function.
3854 (do_frame_read_register): Replace do_frame_unwind_register.
3855 (frame_pop): Use frame_save_as_regcache.
3856 * dummy-frame.c (generic_push_dummy_frame): Use
3857 frame_save_as_regcache.
3858
aa495d11
JB
38592004-08-01 Joel Brobecker <[email protected]>
3860
3861 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3862 file as included until we record the first line in the linetable.
3863
ff65ac78
AC
38642004-08-01 Andrew Cagney <[email protected]>
3865
3866 * frame.h (deprecated_pop_dummy_frame)
3867 (deprecated_read_register_dummy)
3868 (deprecated_generic_find_dummy_frame): Delete.
3869 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3870 (deprecated_read_register_dummy)
3871 (deprecated_find_dummy_frame_regcache)
3872 (discard_innermost_dummy)
3873 (deprecated_pop_dummy_frame): Delete.
3874 (dummy_frame_this_id): Simplify.
3875 (struct dummy_frame): Delete "fp" and "sp".
3876 (find_dummy_frame): Simplify.
3877 (generic_push_dummy_frame): Do not set "fp" or "sp".
3878 (fprint_dummy_frames): Do not print "fp" and "sp"
3879
37bdc87e
MK
38802004-08-01 Mark Kettenis <[email protected]>
3881
3882 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3883 (struct i386_insn): New structure.
3884 (i386_match_insn): New function.
3885 (i386_frame_setup_skip_insns): New variable.
3886 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3887 array i386_frame_setup_insns of instructions that should be
3888 skipped inside the frame setup sequence.
3889
8241eaa6
AC
38902004-08-01 Andrew Cagney <[email protected]>
3891
5bc602c7
AC
3892 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3893 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3894 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3895 * stack.c (frame_info): Delete references to
3896 DEPRECATED_FRAME_INIT_SAVED_REGS and
3897 deprecated_get_frame_saved_regs.
3898 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3899 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3900 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3901 (frame_unwind_register_signed)
3902 (frame_unwind_register_unsigned)
3903 (frame_unwind_unsigned_register): Use register_size.
3904 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3905 (deprecated_frame_xmalloc_with_cleanup)
3906 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3907 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3908
03d363a1
AC
3909 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3910 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3911 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3912 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3913
8241eaa6
AC
3914 * infcall.c (call_function_by_hand): Do not use
3915 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3916 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3917 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3918 DEPRECATED_STACK_ALIGN.
3919
f00df8b7
AC
39202004-07-30 Ramana Radhakrishnan <[email protected]>
3921
3922 Committed by Andrew Cagney.
3923 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3924
eec63939
AC
39252004-08-01 Andrew Cagney <[email protected]>
3926
3927 * mips-tdep.c (mips16_frame_cache)
3928 (mips16_frame_this_id, mips16_frame_prev_register)
3929 (mips16_frame_unwind, mips16_frame_sniffer)
3930 (mips16_frame_base_address, mips16_frame_base)
3931 (mips16_frame_base_sniffer, mips32_frame_cache)
3932 (mips32_frame_this_id, mips32_frame_prev_register)
3933 (mips32_frame_unwind, mips32_frame_sniffer)
3934 (mips32_frame_base_address, mips32_frame_base)
3935 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3936 separate heuristic mips16 and mips32 unwinders.
3937 (mips_stub_frame_cache, mips_stub_frame_this_id)
3938 (mips_stub_frame_prev_register)
3939 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3940 (mips_stub_frame_base_address, mips_stub_frame_base)
3941 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3942 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3943 match true mdebug frames.
3944 (non_heuristic_proc_desc): Add forward declaration.
3945
e66299b3
AC
39462004-08-01 Andrew Cagney <[email protected]>
3947
83cbbf3e
AC
3948 * config/mips/tm-irix6.h: Delete file.
3949 * config/mips/tm-irix5.h: Delete file.
3950 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3951 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3952
22d41b37
AC
3953 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3954 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3955 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3956 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3957 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3958 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3959 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3960 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3961 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3962 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3963 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3964 (TARGET_SIGNAL_RAW_VALUES): Delete.
3965 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3966 Delete.
3967 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3968 (TARGET_HW_WATCH_LIMIT): Delete.
3969 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3970 * minimon.h: Delete file.
3971
e66299b3
AC
3972 * trad-frame.c (trad_frame_get_this_base)
3973 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3974 functions.
3975 * trad-frame.h (trad_frame_set_this_base)
3976 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3977
1f67027d
AC
39782004-07-31 Andrew Cagney <[email protected]>
3979
3980 * trad-frame.c (trad_frame_get_prev_register): Rename
3981 trad_frame_get_prev_register.
3982 * vax-tdep.c (vax_frame_prev_register): Update.
3983 * trad-frame.h: Update.
3984 * trad-frame.c (trad_frame_get_register): Update.
3985 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3986 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3987 Update.
3988 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3989 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3990 Update.
3991 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3992 Update.
3993 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3994 Update.
3995 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3996 Update.
3997 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3998 Update.
3999 * s390-tdep.c (s390_frame_prev_register)
4000 (s390_stub_frame_prev_register)
4001 (s390_sigtramp_frame_prev_register): Update.
4002 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4003 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4004 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4005 * m88k-tdep.c (m88k_frame_prev_register)
4006 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4007 * m32r-tdep.c (m32r_frame_prev_register): Update.
4008 * hppa-tdep.c (hppa_frame_prev_register_helper)
4009 * frv-tdep.c (frv_frame_prev_register): Update.
4010 * d10v-tdep.c (d10v_frame_prev_register): Update.
4011 * cris-tdep.c (cris_frame_prev_register): Update.
4012 * avr-tdep.c (avr_frame_prev_register): Update.
4013 * arm-tdep.c (arm_prologue_prev_register)
4014 (arm_sigtramp_prev_register): Update.
4015
c1bf6f65
AC
40162004-07-31 Andrew Cagney <[email protected]>
4017
4018 * frame.h (legacy_saved_regs_unwind)
4019 (legacy_frame_chain_valid, legacy_frame_p)
4020 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
4021 * dummy-frame.c (dummy_frame_this_id): Simplify.
4022 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
4023 * frame.c (struct frame_info): Delete the field "type".
4024 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4025 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4026 (legacy_saved_regs_unwind, legacy_frame_p)
4027 (frame_type_from_pc): Delete.
4028 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4029 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4030
dc856692
MK
40312004-07-31 Mark Kettenis <[email protected]>
4032
5a5effe1
MK
4033 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4034 indentation.
4035
d4fd50a6
MK
4036 * mips-nat.c: Remove file.
4037 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4038 (mips-nat.o): Remove dependency.
4039
2689df5a
MK
4040 * infptrace.c: Update copyright year.
4041 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4042 explicitly setting the buffer to all zeroes.
4043
dc856692
MK
4044 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4045 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4046
763910e0
AC
40472004-07-30 Andrew Cagney <[email protected]>
4048
4049 * GDB 6.2 released from gdb_6_2-branch.
4050
0b66e38c
EZ
40512004-07-30 Baurjan Ismagulov <[email protected]>
4052
4053 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4054
4055 * exec.c (exec_file_attach):
4056 * nto-tdep.c (nto_find_and_open_solib):
4057 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4058 * solib.c (solib_open):
4059 * somsolib.c (som_solib_sizeof_symbol_table):
4060 * source.c (is_regular_file, openp, open_source_file):
4061 * symfile.c (symfile_bfd_open):
4062 * wince.c (upload_to_device): Differentiate between the search for
4063 binary and source files.
4064
be7d7357
AC
40652004-07-30 Andrew Cagney <[email protected]>
4066
4067 * complaints.c (_initialize_complaints): Pass NULL to
4068 add_setshow_zinteger_cmd for help_doc.
4069 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4070
ddc9cd0f
AC
40712004-07-30 Andrew Cagney <[email protected]>
4072
4073 Fix PR i18n/761.
4074 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4075 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4076 $(PACKAGE).pot and update-po.
4077 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4078 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4079 (update-po): New rules.
4080 (localedir): Define using autoconf.
4081 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4082 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4083 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4084 * configure.in: Generate CATALOGS and LINGUAS from contents of
4085 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4086 * configure: Re-generate.
4087 * po/gdbtext: New file
4088
e92f3704
JG
40892004-07-30 Jerome Guitton <[email protected]>
4090
4091 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4092 order.
4093
b0f35d58
DL
40942004-07-30 David Lecomber <[email protected]>
4095
4096 * dwarf2read.c (read_file_scope): Set producer if attribute
4097 present.
4098 (struct dwarf2_cu): Added new member producer.
4099
ce7d4522
JG
41002004-07-30 Jerome Guitton <[email protected]>
4101
4102 * inflow.c (kill_command): release file handles in BFD.
4103 * exec.c (exec_file_attach): Ditto.
4104 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4105
05ee07c7
AC
41062004-07-29 Andrew Cagney <[email protected]>
4107
4108 * PROBLEMS (mips-irix): Note that it is broken.
4109
62eceb47
AC
41102004-07-29 Andrew Cagney <[email protected]>
4111
e57b8d41
AC
4112 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4113 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4114
d334389b
AC
4115 * config/xm-nbsd.h: Delete file.
4116 * config/arm/xm-nbsd.h: Delete file.
4117 * config/i386/xm-nbsd.h: Delete file.
4118 * config/ns32k/xm-nbsd.h: Delete file.
4119 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4120 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4121 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4122 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4123 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4124
e910f676
AC
4125 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4126 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4127 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4128 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4129 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4130 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4131
6fa856b9
AC
4132 * config/powerpc/xm-linux.h: Delete empty file.
4133 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4134 * config/powerpc/linux.mh (XM_FILE): Delete.
4135 * config/m68k/xm-linux.h: Delete empty file.
4136 * config/m68k/linux.mh (XM_FILE): Delete.
4137 * config/ia64/xm-linux.h: Delete empty file.
4138 * config/ia64/linux.mh (XM_FILE): Delete.
4139 * config/arm/xm-linux.h: Delete empty file.
4140 * config/arm/linux.mh (XM_FILE): Delete.
4141
471ae5ae
AC
4142 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4143 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4144 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4145 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4146 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4147 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4148 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4149 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4150
62eceb47
AC
4151 * config/m68k/xm-m68k.h: Delete file.
4152 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4153 copyright.
4154 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4155 * config/pa/xm-linux.h: Delete empty file.
4156 * config/pa/linux.mh (XM_FILE): Delete.
4157 * config/i386/xm-i386.h: Delete empty file.
4158 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4159 "i386/xm-i386.h".
4160 * config/i386/obsdaout.mh (XM_FILE): Delete.
4161 * config/i386/obsd64.mh (XM_FILE): Delete.
4162 * config/i386/fbsd64.mh (XM_FILE): Delete.
4163 * config/i386/nto.mh (XM_FILE): Delete.
4164 * config/i386/obsd.mh (XM_FILE): Delete.
4165 * config/i386/linux64.mh (XM_FILE): Delete.
4166 * config/i386/linux.mh (XM_FILE): Delete.
4167 * config/i386/i386sol2.mh (XM_FILE): Delete.
4168 * config/i386/i386gnu.mh (XM_FILE): Delete.
4169 * config/i386/fbsd.mh (XM_FILE): Delete.
4170 * config/i386/nbsd64.mh (XM_FILE): Delete.
4171
c35f4ffc
AC
41722004-07-29 Andrew Cagney <[email protected]>
4173
4174 * config/pa/xm-linux.h: Do not include "floatformat.h".
4175 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4176 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4177 * config/i386/xm-i386.h: Do not include "floatformat.h".
4178 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4179 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4180 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4181 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4182 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4183 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4184 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4185 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4186 * configure, config.in: Regenerate.
4187 * configure.host (gdb_host_float_format, gdb_host_double_format)
4188 (gdb_host_long_double_format): Set according to the host.
4189
624a44a3
AC
41902004-07-29 Andrew Cagney <[email protected]>
4191
4192 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4193
0dea2468
AC
41942004-07-28 Andrew Cagney <[email protected]>
4195
4196 * PROBLEMS: Mention threads/1650.
4197 * NEWS: Mention the NPTL fix.
4198
b3f42336
AC
41992004-07-28 Andrew Cagney <[email protected]>
4200
4201 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4202 (add_setshow_cmd_full): Make static.
4203 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4204 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4205 * cli/cli-decode.c (add_setshow_filename_cmd)
4206 (add_setshow_string_cmd): New functions.
4207 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4208 * mips-tdep.c (_initialize_mips_tdep): Update.
4209 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4210 * cli/cli-logging.c (_initialize_cli_logging): Update.
4211 * complaints.c (_initialize_complaints): Update.
4212 * remote.c (_initialize_remote): Update.
4213
3b64bf98
AC
42142004-07-28 Andrew Cagney <[email protected]>
4215
4216 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4217 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4218 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4219 print parameters. Make string parameters constant.
4220 * command.h: Update. Update copyright.
4221 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4222 * observer.c (_initialize_observer): Ditto.
4223 * frame.c (_initialize_frame): Ditto.
4224 * complaints.c (_initialize_complaints): Ditto.
4225 * maint.c (_initialize_maint_cmds): Ditto.
4226 * target.c (initialize_targets): Ditto.
4227 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4228 * infcall.c (_initialize_infcall): Ditto.
4229 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4230 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4231 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4232 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4233 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4234
e9667a65
AC
42352004-07-28 Andrew Cagney <[email protected]>
4236
54a5b07d
AC
4237 * gdbtypes.c (lookup_primitive_typename): Delete function.
4238 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4239 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4240 * gdbtypes.c (lookup_typename): Ditto.
4241 * f-exp.y (yylex): Ditto.
4242 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4243
e9667a65
AC
4244 * scm-lang.c (c_builtin_types): Delete extern declaration.
4245 (scm_language_defn): Replace
4246 string_char_type and primitive_type_vector with
4247 la_language_arch_info.
4248 * jv-lang.c (java_language_defn): Replace
4249 string_char_type and primitive_type_vector with
4250 la_language_arch_info.
4251 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4252 c_builtin_types in comment.
4253 * c-lang.h (struct language_arch_info): Declare opaque.
4254 (c_language_arch_info): Declare.
4255 (c_builtin_types): Delete declaration.
4256 * c-lang.c (c_language_arch_info): Set string_char_type to
4257 builtin_char, not builtin_true_char. Make global.
4258 (c_builtin_types): Delete array.
4259 (asm_language_defn, minimal_language_defn): Replace
4260 string_char_type and primitive_type_vector with
4261 la_language_arch_info.
4262
685419e2
AC
42632004-07-28 Andrew Cagney <[email protected]>
4264
4265 * gdbtypes.h (struct builtin_type): Rename true_char to
4266 builtin_true_char.
4267 * gdbtypes.c (gdbtypes_post_init): Update.
4268 * c-lang.c (arch_info): New function.
4269 (enum c_primitive_types): New enum.
4270 (c_language_defn): Instead of string_char_type and
4271 primitive_type_vector set la_language_arch_info.
4272
5a44ea29
AC
42732004-07-28 Andrew Cagney <[email protected]>
4274
4275 * language.h (struct language_arch_info): Fix typo
4276 s/primative/primitive/.
4277 * gdbtypes.c (lookup_primitive_typename): Ditto.
4278 * language.c (language_lookup_primitive_type_by_name)
4279 (unknown_language_arch_info): Ditto.
4280
f290d38e
AC
42812004-07-27 Andrew Cagney <[email protected]>
4282
4283 * defs.h (enum language): Add nr_languages.
4284 * language.h (struct language_arch_info): Define.
4285 (struct language_defn): Add la_language_arch_info.
4286 (language_lookup_primative_type_by_name): Declare.
4287 (language_string_char_type): Declare.
4288 * language.c (_initialize_language, language_gdbarch_post_init)
4289 (struct language_gdbarch, language_gdbarch_data): Implement
4290 per-architecture language information.
4291 (unknown_language_arch_info, language_string_char_type)
4292 (language_lookup_primative_type_by_name): New functions.
4293 (unknown_language_defn, auto_language_defn)
4294 (local_language_defn): Set la_language_arch_info to
4295 unknown_language_arch_info.
4296 (unknown_builtin_types): Delete.
4297 * gdbtypes.c (lookup_primitive_typename): Use
4298 language_lookup_primative_type_by_name.
4299 (create_string_type): Use language_string_char_type.
4300 * values.c (value_from_string): Use language_string_char_type.
4301 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4302 * p-lang.c (pascal_language_defn): Ditto.
4303 * m2-lang.c (m2_language_defn): Ditto.
4304 * jv-lang.c (java_language_defn): Ditto.
4305 * objc-lang.c (objc_language_defn): Ditto.
4306 * f-lang.c (f_language_defn): Ditto.
4307 * c-lang.c (c_language_defn, cplus_language_defn)
4308 (asm_language_defn, minimal_language_defn): Ditto.
4309
000177f0
AC
43102004-07-27 Andrew Cagney <[email protected]>
4311
4312 * gdbtypes.h (struct builtin_type): Declare.
4313 (builtin_type): Declare.
4314 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4315 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4316 (gdbtypes_post_init): New function.
4317 (builtin_type): New function.
4318
e22f895c
KI
43192004-07-27 Kei Sakamoto <[email protected]>
4320
4321 * remote-m32r-sdi.c: Fix breakpoint bug.
4322 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4323 recv_char_data, recv_long_data): New functions to replace communication
4324 sequences.
4325
536517dd
MC
43262004-07-26 Michael Chastain <[email protected]>
4327
4328 Document PR threads/1650.
4329 * PROBLEMS (Threads): Document problem with many threads
4330
a0a44d18
AC
43312004-07-26 Andrew Cagney <[email protected]>
4332
4333 * gdb-mi.el: Move from here ...
4334 * mi/gdb-mi.el: ... to here.
4335
7ac4ac06
AC
43362004-07-26 Andrew Cagney <[email protected]>
4337
4338 Problem reported by Ashley Pittman <[email protected]>.
4339 * main.c (captured_main): When in batch mode always detach.
4340
a1b461bf
AC
43412004-07-26 Andrew Cagney <[email protected]>
4342
4343 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4344 and h8300 as broken.
4345 * NEWS: END-OF-LIFE frame compatibility module.
4346 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4347 specific comments.
4348
cb1a6d5f
AC
43492004-07-26 Andrew Cagney <[email protected]>
4350
4351 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4352 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4353 * wince.c (_initialize_wince): Update.
4354 * win32-nat.c (_initialize_win32_nat): Update.
4355 * varobj.c (_initialize_varobj): Update.
4356 * valops.c (_initialize_valops): Update.
4357 * utils.c (initialize_utils, initialize_utils): Update.
4358 * tui/tui-win.c (_initialize_tui_win): Update.
4359 * top.c (init_main): Update.
4360 * symfile.c (_initialize_symfile): Update.
4361 * source.c (_initialize_source): Update.
4362 * somsolib.c (_initialize_som_solib): Update.
4363 * solib.c (_initialize_solib): Update.
4364 * solib-frv.c (_initialize_frv_solib): Update.
4365 * serial.c (_initialize_serial): Update.
4366 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4367 * remote.c (_initialize_remote, _initialize_remote): Update.
4368 * remote-vx.c (_initialize_vx): Update.
4369 * remote-utils.c (_initialize_sr_support): Update.
4370 * remote-sds.c (_initialize_remote_sds): Update.
4371 * remote-mips.c (_initialize_remote_mips): Update.
4372 * remote-e7000.c (_initialize_remote_e7000): Update.
4373 * proc-api.c (_initialize_proc_api): Update.
4374 * printcmd.c: Update.
4375 * parse.c (_initialize_parse): Update.
4376 * pa64solib.c (_initialize_pa64_solib): Update.
4377 * p-valprint.c (_initialize_pascal_valprint): Update.
4378 * monitor.c (_initialize_remote_monitors): Update.
4379 * mips-tdep.c (_initialize_mips_tdep): Update.
4380 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4381 * maint.c (_initialize_maint_cmds): Update.
4382 * lin-lwp.c (_initialize_lin_lwp): Update.
4383 * language.c (_initialize_language): Update.
4384 * kod.c (_initialize_kod): Update.
4385 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4386 * i386-tdep.c (_initialize_i386_tdep): Update.
4387 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4388 * gdbarch.sh: Update.
4389 * gdbarch.c: Re-generate.
4390 * gdb-events.sh: Update.
4391 * gdb-events.c: Re-generate.
4392 * frame.c (_initialize_frame): Update.
4393 * exec.c: Update.
4394 * demangle.c (_initialize_demangler): Update.
4395 * dcache.c (_initialize_dcache): Update.
4396 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4397 * cp-valprint.c (_initialize_cp_valprint): Update.
4398 * corefile.c (_initialize_core): Update.
4399 * command.h: Update.
4400 * cli/cli-decode.h: Update.
4401 * cli/cli-cmds.c (init_cli_cmds): Update.
4402 * charset.c (_initialize_charset): Update.
4403 * breakpoint.c (_initialize_breakpoint): Update.
4404 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4405 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4406 * aix-thread.c (_initialize_aix_thread): Update.
4407
b4632131
MK
44082004-07-24 Mark Kettenis <[email protected]>
4409
4410 Partial fix for PR backtrace/1718.
4411 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4412 that GCC migrates into the prolugue. Don't handle any
4413 instructions that clobber %ebx.
4414
822c9732
AC
44152004-07-23 Andrew Cagney <[email protected]>
4416
4417 Use regcache_raw_collect instead of regcache_collect.
4418 * regcache.h (regcache_collect): Delete declaration.
4419 * regcache.c (regcache_colect): Delete function.
4420 * win32-nat.c (do_child_store_inferior_registers): Update.
4421 * sol-thread.c (sol_thread_store_registers): Update.
4422 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4423 * rs6000-nat.c (store_register): Update.
4424 * remote.c (store_register_using_P, remote_store_registers): Update.
4425 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4426 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4427 (fill_vrregset, store_spe_registers, fill_gregset)
4428 (fill_gregset): Update.
4429 * nto-procfs.c (procfs_store_registers): Update.
4430 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4431 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4432 * m68klinux-nat.c (store_register, fill_gregset): Update.
4433 * m68k-tdep.c (fill_gregset): Update.
4434 * infptrace.c (store_register): Update.
4435 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4436 * i386-linux-nat.c (store_register, fill_gregset): Update.
4437 * hppa-linux-nat.c (fill_gregset): Update.
4438 * go32-nat.c (store_register): Update.
4439 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4440 (store_fp_regs): Update.
4441 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4442 (store_nwfpe_extended, store_fpregister, store_fpregs)
4443 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4444 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4445 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4446 (store_regs_user_thread, store_regs_kernel_thread): Update.
4447
32b05c07
MK
44482004-07-24 Mark Kettenis <[email protected]>
4449
4450 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4451 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4452 encoding.
4453 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4454 member of `struct comp_unit'.
4455
8567c30f
AC
44562004-07-23 Andrew Cagney <[email protected]>
4457
4458 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4459 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4460
f6da8dd8
MH
44612004-07-23 Martin Hunt <[email protected]>
4462 Kevin Buettner <[email protected]>
4463
4464 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4465 alignment was being added to the offset instead of multiplied.
4466
bd921882
MK
44672004-07-23 Mark Kettenis <[email protected]>
4468
24f033e8
MK
4469 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4470 changed signal trampoline in OpenBSD 3.5-current.
4471
90f3cecd
MK
4472 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4473 <machine/pcb.h> and "bsd-kvm.h".
4474 (sparc64nbsd_supply_pcb): New function.
4475 (_initialize_sparc64nbsd_nat): Renamed from
4476 _initialize_sparcnbsd_nat. Enable libkvm interface.
4477 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4478 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4479 (LOADLIBES): New variable.
4480
a4954a62
MK
4481 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4482
bd921882
MK
4483 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4484
23a6d369
AC
44852004-07-21 Andrew Cagney <[email protected]>
4486
4487 Use regcache_raw_supply instead of supply_register.
4488 * regcache.h (supply_register): Delete declaration.
4489 * regcache.c (supply_register): Delete function.
4490 * wince.c (do_child_fetch_inferior_registers): Update.
4491 * win32-nat.c (do_child_fetch_inferior_registers)
4492 (fetch_elf_core_registers): Update.
4493 * v850ice.c (v850ice_fetch_registers): Update.
4494 * thread-db.c (thread_db_store_registers): Update.
4495 * sol-thread.c (sol_thread_store_registers): Update.
4496 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4497 * rs6000-nat.c (fetch_register): Update.
4498 * rom68k-rom.c (rom68k_supply_one_register): Update.
4499 * remote.c (remote_wait, remote_async_wait): Update.
4500 * remote-st.c (get_hex_regs): Update.
4501 * remote-sim.c (gdbsim_fetch_register): Update.
4502 * remote-sds.c (sds_fetch_registers): Update.
4503 * remote-rdp.c (remote_rdp_fetch_register): Update.
4504 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4505 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4506 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4507 * remote-hms.c (init_hms_cmds): Update.
4508 * remote-est.c (init_est_cmds): Update.
4509 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4510 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4511 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4512 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4513 (fetch_register, supply_vrregset, supply_vrregset)
4514 (fetch_spe_registers): Update.
4515 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4516 * monitor.c (monitor_supply_register): Update.
4517 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4518 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4519 (mipsnbsd_supply_fpreg): Update.
4520 * mips-nat.c (fetch_inferior_registers)
4521 (fetch_core_registers): Update.
4522 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4523 (supply_fpregset, mips64_supply_gregset)
4524 (mips64_supply_fpregset): Update.
4525 * m68klinux-nat.c (fetch_register, supply_gregset)
4526 (supply_fpregset): Update.
4527 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4528 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4529 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4530 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4531 * infptrace.c (fetch_register): Update.
4532 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4533 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4534 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4535 (gnu_fetch_registers, gnu_store_registers): Update.
4536 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4537 * i386-linux-nat.c (fetch_register, supply_gregset)
4538 (dummy_sse_values): Update.
4539 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4540 * hppah-nat.c (fetch_register): Update.
4541 * hppa-linux-nat.c (fetch_register, supply_gregset)
4542 (supply_fpregset): Update.
4543 * go32-nat.c (fetch_register): Update.
4544 * dve3900-rom.c (fetch_bitmapped_register)
4545 (_initialize_r3900_rom): Update.
4546 * cris-tdep.c (supply_gregset): Update.
4547 * abug-rom.c (init_abug_cmds): Update.
4548 * core-aout.c (fetch_core_registers): Update.
4549 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4550 (fetch_register, fetch_fp_register): Update.
4551 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4552 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4553 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4554 * alphanbsd-tdep.c (fetch_core_registers): Update.
4555 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4556 * alpha-nat.c (fetch_osf_core_registers)
4557 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4558 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4559 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4560
73cc75f3
AC
45612004-07-21 Andrew Cagney <[email protected]>
4562
4563 * PROBLEMS: Mention breakpoints/1702.
4564 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4565 that is known to work.
4566
a53c66de
AC
45672004-07-21 Andrew Cagney <[email protected]>
4568
4569 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4570 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4571 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4572 (handle_inferior_event): Wrap call to deprecated
4573 IGNORE_HELPER_CALL in #ifdef.
4574 * config/mips/tm-nbsd.h: Update.
4575
708ff411
JB
45762004-07-20 Jim Blandy <[email protected]>
4577
412b3060
JB
4578 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4579 bfd_mach_ppc has no segment registers.
4580
13ac140c
JB
4581 Include PowerPC SPR numbers for special-purpose registers.
4582 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4583 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4584 new member in initializer.
4585 (S, S4, SN4, S64): New macros for defining special-purpose
4586 registers.
4587 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4588 registers_403, registers_403GC, registers_505, registers_860,
4589 registers_601, registers_602, registers_603, registers_604,
4590 registers_750, registers_e500): Use them.
4591
708ff411
JB
4592 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4593 replace references with expression used to initialize variable.
4594
1f602b35
AC
45952004-07-20 Andrew Cagney <[email protected]>
4596
4597 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4598 read_memory_nobpt.
4599 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4600 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4601 (s390_sigtramp_frame_sniffer): Update.
4602 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4603 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4604 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4605 (mips32_fetch_instruction): Update.
4606 * mcore-tdep.c (get_insn): Update.
4607 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4608 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4609 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4610 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4611 (i386_linux_rt_sigtramp_start): Update.
4612 * i386-linux-nat.c (child_resume): Update.
4613 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4614 * hppa-linux-tdep.c (insns_match_pattern): Update.
4615 * gdbcore.h: Update.
4616 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4617 * frame.c (safe_frame_unwind_memory): Update.
4618 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4619 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4620 * alpha-tdep.c (alpha_read_insn): Update.
4621
2cd8546d
AC
46222004-07-20 Andrew Cagney <[email protected]>
4623
4624 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4625 containing both bytes and mask. Add "frame_type".
4626 * tramp-frame.c (tramp_frame_start): Update.
4627 (tramp_frame_prepend_unwinder): Update.
4628 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4629 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4630 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4631 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4632
f928dd62
EZ
46332004-07-19 Eli Zaretskii <[email protected]>
4634
4635 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4636 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4637 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4638 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4639
d5c560f7
AC
46402004-07-17 Andrew Cagney <[email protected]>
4641
860660cb
AC
4642 * NEWS, PROBLEMS: Update for 6.2.
4643
8c266f54
AC
4644 * README: Update to 6.2.
4645
a552edd9
AC
4646 * utils.c (xvasprintf): Call xstrvprintf.
4647
c4a172b5
AC
4648 * parse.c: Update copyright.
4649 (null_post_parser): Eliminate ARGSUSED.
4650
da745b36
AC
4651 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4652 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4653 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4654
9cbc6ef0
AC
4655 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4656 * ppc-linux-nat.c: Use "Linux kernel".
4657 * hppa-linux-tdep.c: Use GNU/Linux.
4658 * hppa-linux-nat.c: Use GNU/Linux.
4659 * dwarfread.c: Add [sic] to use of Linux.
4660
1b89295f
AC
4661 * hppa-linux-nat.c: Do not include <string.h>.
4662 (supply_fpregset): Remove "register" attribute.
4663
d5c560f7
AC
4664 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4665
7ddd7709
MK
46662004-07-17 Mark Kettenis <[email protected]>
4667
b1d19a62
MK
4668 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4669 * configure, config.in: Regenerated.
4670
7ddd7709
MK
4671 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4672 "bsd-kvm.h".
4673 (vaxbsd_supply_pcb): New function.
4674 (_initialize_vaxbsd_nat): New prototype and function.
4675 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4676 solib-sunos.o.
4677 (LOADLIBES): New variable.
4678 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4679 (LOADLIBES): New variable.
4680 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4681 (LOADLIBES): New variable.
4682 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4683
2c07db7a
AC
46842004-07-16 Andrew Cagney <[email protected]>
4685
4686 * defs.h (event_loop_p): Replace variable declaration with macro,
4687 always 1.
4688 * main.c (captured_main): Delete options "-async" and "-noasync".
4689 (event_loop_p): Delete variable.
4690 * NEWS: Mention that "-async" and "-noasync" were removed.
4691
717eb1cf
AC
46922004-07-16 Andrew Cagney <[email protected]>
4693
4694 * remote-m32r-sdi.c: Re-indent.
4695
c101bc14
JB
46962004-07-16 Jim Blandy <[email protected]>
4697
5109a438
JB
4698 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4699 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4700 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4701 missing MPC823 SPRs.
4702 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4703 incorrect. (This was corrected in GDB's register name tables on
4704 2004-07-14.)
4705
c101bc14
JB
4706 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4707 should be "esasrr" ("ESA Save and Restore Register").
4708
7ce450bd
AC
47092004-07-16 Andrew Cagney <[email protected]>
4710
4711 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4712 calls, no longer applicable. Update comments and rename parameter
4713 "step_frame" to "return_frame".
4714
ca73dd9d
AC
47152004-07-16 Andrew Cagney <[email protected]>
4716
4717 * frame.c (fprint_field): New function.
4718 (fprint_frame_id): Use fprint_field.
4719
31941f6d
JB
47202004-07-15 Joel Brobecker <[email protected]>
4721
4722 * ada-lang.c (ada_language_defn): Remove commented out code.
4723
f86a7158
JB
47242004-07-15 Jim Blandy <[email protected]>
4725
4726 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4727 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4728
c24791ec
JB
47292004-07-14 Jim Blandy <[email protected]>
4730
29bb1356
JB
4731 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4732
cc98b5cc
JB
4733 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4734
8f088af7
JB
4735 * ppc-tdep.h (ppc_num_srs): New enum constant.
4736
0ea0ec5f
JB
4737 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4738 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4739 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4740 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4741 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4742 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4743 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4744 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4745 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4746 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4747 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4748 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4749 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4750 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4751 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4752 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4753 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4754 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4755 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4756 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4757 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4758 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4759 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4760 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4761 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4762 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4763 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4764 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4765 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4766 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4767 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4768 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4769 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4770 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4771 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4772 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4773 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4774 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4775 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4776 special-purpose register numbers.
4777
c24791ec
JB
4778 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4779 manual mentions 'md_twb', but many mention 'm_twb', and at that
4780 point in the register list.)
4781
d833db3b
AC
47822004-07-14 Andrew Cagney <[email protected]>
4783
4784 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4785 instead of "internal-error".
4786
080228b2
JB
47872004-07-10 Joel Brobecker <[email protected]>
4788
4789 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4790 that was inserted inside a comment.
4791
c268433a
RC
47922004-07-10 Randolph Chung <[email protected]>
4793
4794 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4795 function.
4796 (hppa_hpux_push_dummy_code): New function.
4797 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4798 Set find_global_pointer method.
4799
71009278
MK
48002004-07-10 Mark Kettenis <[email protected]>
4801
4802 * NEWS: Mention BSD libkvm interface.
4803
b2fa5097
MS
48042004-07-10 Michael Snyder <[email protected]>
4805
4806 * symfile.c (generic_load): Comment typo.
4807 * stack.c (get_selected_block): Ditto.
4808 * regcache.c (regcache_cooked_read): Ditto.
4809 * monitor.c (monitor_debug): Ditto.
4810 * mips-tdep.c (mips_read_pc): Ditto.
4811 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4812 * gdb_mbuild.sh: Ditto.
4813 * gdbarch.sh: Ditto.
4814 * gdbarch.h: Ditto.
4815
c3e5cd34
PH
48162004-07-09 Paul N. Hilfinger <[email protected]>
4817
8a2225b2
PH
4818 * ada-tasks.c: Remove file.
4819
c3e5cd34
PH
4820 Remove ARI problems:
4821
4822 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4823 beginning of line.
4824
4825 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4826 Add comment.
4827 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4828 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4829 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4830 (UMIN_OF_SIZE): Remove.
4831 (max_of_type): New function to replace orphan macro in gdbtypes.h
4832 (min_of_type): Ditto.
4833 (discrete_type_high_bound): Use max_of_type.
4834 (discrete_type_low_bound): Use min_of_type.
4835 (possible_user_operator_p): Move operator to beginning of line.
4836 (ada_is_variant_part): Ditto.
4837 (ensure_lval): Rewrite to avoid deprecated operations.
4838 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4839 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4840 (ada_enum_name): Remove assignments in 'if' statements.
4841 (build_ada_types): Add gdbarch parameter.
4842 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4843 with gdbarch_data_register_post_init.
4844 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4845 add_show_from_set.
4846
4847 * ada-valprint.c (inspect_it): Remove declaration.
4848 (repeat_count_threshold): Remove declaration.
4849 (ada_print_floating): Remove assignments in 'if' statements.
4850 (print_str): Move operator to beginning of line.
4851
61ce229a
JB
48522004-07-08 Jim Blandy <[email protected]>
4853
4854 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4855
09bcec80
BR
48562004-07-08 Bob Rossi <[email protected]>
4857
4858 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4859
31c27f77
JJ
48602004-07-06 Jeff Johnston <[email protected]>
4861
4862 * language.h (struct_language_defn): Add new function pointer:
4863 la_class_name_from_physname. Also add new prototype for
4864 language_class_name_from_physname.
4865 * language.c (language_class_name_from_physname): New function.
4866 (unk_lang_class_name): Ditto.
4867 (unknown_language_defn, auto_language_defn): Change
4868 to add unk_lang_class_name function pointer for
4869 la_class_name_from_physname.
4870 (local_language_defn): Ditto.
4871 * dwarf2read.c (guess_structure_name): Change to call
4872 language_class_name_from_physname.
4873 (determine_class_name): Ditto.
4874 * cp-support.c (class_name_from_physname): Renamed.
4875 (cp_class_name_from_physname): New name of function.
4876 * cp-support.h: Ditto.
4877 * c-lang.c (c_language_defn): Change to add NULL
4878 for class_name_from_physname function pointer.
4879 (cplus_language_defn): Change to add cp_class_name_from_physname.
4880 * jv-lang.c (java_class_name_physname): New function.
4881 (java_find_last_component): New static routine.
4882 (java_language_defn): Add java_class_name_from_physname pointer.
4883 * ada-lang.c (ada_language_defn): Change to add NULL
4884 for class_name_from_physname function pointer.
4885 * f-lang.c (f_language_defn): Ditto.
4886 * m2-lang.c (m2_language_defn): Ditto.
4887 * objc-lang.c (objc_language_defn): Ditto.
4888 * p-lang.c (pascal_language_defn): Ditto.
4889 * scm-lang.c (scm_language_defn): Ditto.
4890
ee28ca0f
AC
48912004-07-06 Andrew Cagney <[email protected]>
4892
4893 Patch from Bart Robinson.
4894 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4895 (O_LARGEFILE): Define to 0, if not defined.
4896
fdb1bf9d
MK
48972004-07-03 Mark Kettenis <[email protected]>
4898
cb162ff6
MK
4899 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4900 <machine/pcb.h> and "bsd-kvm.h".
4901 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4902 (m68kbsd_supply_pcb): New function.
4903 (_initialize_m68kbsd_nat): New prototype and function.
4904 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4905 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4906 (LOADLIBES): New variable.
4907 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4908 (LOADLIBES): New variable.
4909
fdb1bf9d
MK
4910 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4911
963c4174
MK
49122004-07-03 Mark Kettenis <[email protected]>
4913
4914 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4915 <sys/proc.h>.
4916 (bsd_kvm_cmdlist): New variable.
4917 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4918 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4919 command and "kvm proc" command.
4920 * Makefile.in (bsd-kvm.o): Update dependencies.
4921
533f1d8f
MK
49222004-07-02 Mark Kettenis <[email protected]>
4923
4924 * osabi.c: Update copyright year.
4925 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4926 notes if EI_OSABI is set to ELFOSABI_HPUX.
4927
6780dcde
MS
49282004-07-01 Michael Snyder <[email protected]>
4929
4930 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4931 that seems to have gotten whacked out of line.
4932
67bebe79
MK
49332004-07-01 Mark Kettenis <[email protected]>
4934
4935 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4936 code.
4937
0b5d8877
PH
49382004-07-01 Paul N. Hilfinger <[email protected]>
4939
4940 * ada-lang.c (decode_packed_array): Minor change to comment.
4941 (ada_value_slice_ptr): New function.
4942 (ada_value_slice): New function.
4943 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4944 test. Don't know why it is there.
4945 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4946 to avoid dereferencing huge arrays from which one is slicing.
4947 (empty_array): Correct to return an array rather than
4948 a subrange value.
4949 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4950 on empty arrays (let'em use 'FIRST instead).
4951
19c1ef65
PH
49522004-07-01 Paul N. Hilfinger <[email protected]>
4953
4954 Address complaints from gdb_ari.sh:
4955
4956 * ada-exp.y: Include gdb_string.h rather than string.h.
4957 (convert_char_literal): Reformat declaration.
4958 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4959 * ada-lex.l: Change use of free to xfree (the macro would do so
4960 anyway, but this is harmless).
4961 Include gdb_string.h rather than string.h.
4962 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4963
4964 * ada-lang.c (parse): Remove K&Rism in parameter list.
4965 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4966
d81cbc94
MK
49672004-06-30 Mark Kettenis <[email protected]>
4968
4969 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4970 dead code.
4971
07681759
MK
49722004-06-30 Mark Kettenis <[email protected]>
4973
4974 * alphabsd-nat.c: Update copyright year.
4975 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4976
f7948b5f
JB
49772004-06-29 Joel Brobecker <[email protected]>
4978
6e0cdd28 4979 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
4980 (i386_cygwin_in_solib_call_trampoline): New function.
4981 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4982 and skip_trampoline_code gdbarch methods.
4983
8f113c9a
JB
49842004-06-29 Jim Blandy <[email protected]>
4985
4986 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4987 name actually used in the dependency lists.
4988
97dc871c
RC
49892004-06-29 Randolph Chung <[email protected]>
4990
4991 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4992
47216e51
CV
49932004-06-29 Corinna Vinschen <[email protected]>
4994
4995 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 4996 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
4997 functionality.
4998
e623b504
AC
49992004-06-28 Andrew Cagney <[email protected]>
5000
5001 * defs.h (xstrvprintf): Declare.
5002 * utils.c (xstrvprintf): New function.
5003 (internal_vproblem, xstrprintf, xasprintf)
5004 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5005 * serial.c (serial_printf): Ditto.
5006 * complaints.c (vcomplaint): Ditto.
5007
79acc9b3
CV
50082004-06-29 Corinna Vinschen <[email protected]>
5009
5010 * infcmd.c (attach_command): Move call to target_terminal_inferior
5011 behind loading symbol table.
5012
1daf35d9
AC
50132004-06-28 Andrew Cagney <[email protected]>
5014
5015 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5016 change - add back extern deprecated_ui_loop_hook declaration.
5017
b435e160
AC
50182004-06-28 Andrew Cagney <[email protected]>
5019
5020 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5021 xstrprintf.
5022 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5023 (c_value_of_variable): Ditto.
5024 * utils.c (internal_vproblem): Ditto.
5025 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5026 * remote.c (add_packet_config_cmd): Ditto.
5027 * remote-rdp.c (rdp_set_command_line): Ditto.
5028 * regcache.c (regcache_dump): Ditto.
5029 * frv-tdep.c (new_variant, new_variant): Ditto.
5030 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5031 (fbsd_find_memory_regions): Ditto.
5032 * breakpoint.c (create_thread_event_breakpoint)
5033 (create_breakpoints): Ditto.
5034 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5035 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5036
06d5cf63
JB
50372004-06-28 Joel Brobecker <[email protected]>
5038
5039 * ada-lang.c: Re-indent file, with some massaging to help indent
5040 a bit when the result is otherwise really too ugly.
5041
35809fad
UW
50422004-06-27 Ulrich Weigand <[email protected]>
5043
5044 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5045 code_addr_p and special_addr_p to 'unsigned int'.
5046
40e20472
MK
50472004-06-27 Mark Kettenis <[email protected]>
5048
5049 * i386v4-nat.c: Update copyright year and tweak comment.
5050 (regmap): Remove trailing comma.
5051 (supply_gregset): Rename local variable i to regnum. Call
5052 regcache_raw_supply instead of supply_register.
5053 (fill_gregset): Rename argument regno to regnum. Call
5054 regcache_raw_collect instead of regcache_collect.
5055
12b0b6de
UW
50562004-06-27 Ulrich Weigand <[email protected]>
5057
5058 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5059 and special_addr_p.
5060 (frame_id_build, frame_id_build_special): Update comments.
5061 (frame_id_build_wild): New prototype.
5062 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5063 struct frame_id fields.
5064 (frame_id_build_wild): New function.
5065 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5066
47b42a3e
MK
50672004-06-27 Mark Kettenis <[email protected]>
5068
5069 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5070 hppabsd-tdep.c.
5071
1265e4aa
JB
50722004-06-27 Joel Brobecker <[email protected]>
5073
5074 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5075
76a01679
JB
50762004-06-27 Joel Brobecker <[email protected]>
5077
5078 * ada-lang.c: Re-indent file.
5079
7aca490a
JB
50802004-06-27 Joel Brobecker <[email protected]>
5081
5082 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5083 (no_symtab_msg): Likewise.
5084
5e987968
AS
50852004-06-27 Andreas Schwab <[email protected]>
5086
5087 * source.c: Fix whitespace.
5088
315c4276
MK
50892004-06-27 Mark Kettenis <[email protected]>
5090
d15be926
MK
5091 * configure.in: Include <sys/param.h> for td_pcb test.
5092 * configure: Regenerated.
5093
9062529b
MK
5094 * i386nbsd-nat.c: New file.
5095 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5096 i386obsd-nat.c and i386obsd-tdep.c.
5097 (i386nbsd-nat.o): New dependency.
5098 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5099 bsd-kvm.o.
5100 (LOADLIBES): New variable.
5101 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5102 bsd-kvm.o.
5103 (LOADLIBES): New variable.
5104
8010310e
MK
5105 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5106 (LOADLIBES): New variable.
5107
efe1d7b9
MK
5108 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5109 fetching from BSD_KVM_PADDR. Correctly lookup address for
5110 "_thread0".
5111
315c4276
MK
5112 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5113 "bsd-kvm.h".
5114 (amd64fbsd_supply_pcb): New funcion.
5115 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5116
399cfac6
DL
51172004-06-27 <[email protected]>
5118
5119 Partial fix for PR cli/1056.
5120 * valarith.c: Check for zero in division and remainder
5121 evaluation.
5122
6235f9c8
MK
51232004-06-27 Mark Kettenis <[email protected]>
5124
5125 * i387-tdep.c: Remove excessive whitespace.
5126
2726dafc
AC
51272004-06-26 Andrew Cagney <[email protected]>
5128
5129 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5130 * gdb-events.h, gdb-events.c: Re-generate.
5131 * tui/tui-hooks.c (tui_install_hooks): Update.
5132 (tui_remove_hooks): Update.
5133 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5134
0e56aeaf
MK
51352004-06-26 Mark Kettenis <[email protected]>
5136
cb461069
MK
5137 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5138 (gregset_t, fpregset_t): Remove typedefs.
5139 (REG_OFFSET): Rename argument.
5140 (amd64bsd_r_reg_offset): Rename from reg_offset.
5141 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5142 Remove functions.
5143 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5144 of reg_offset.
5145 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5146
ecba89de
MK
5147 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5148
4cd80476
MK
5149 * vax-tdep.c: Tweak comment.
5150
0e56aeaf
MK
5151 Add OpenBSD/hppa support.
5152 * NEWS (New native configurations): Mention OpenBSD/hppa.
5153 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5154 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5155 files.
5156 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5157 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5158 * configure.host: Add hppa*-*-openbsd*.
5159 * configure.tgt: Add hppa*-*-openbsd*.
5160
98bbd631
AC
51612004-06-25 Andrew Cagney <[email protected]>
5162
5163 * defs.h (deprecated_ui_loop_hook): Deprecated.
5164 * wince.c (child_wait): Update.
5165 * win32-nat.c (child_wait): Update.
5166 * v850ice.c (v850ice_wait): Update.
5167 * top.c (deprecated_ui_loop_hook): Update.
5168 * serial.h: Update.
5169 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5170 (do_unix_readchar): Update.
5171 * ser-tcp.c (net_open): Update.
5172 * remote-sim.c (gdb_os_poll_quit): Update.
5173 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5174
769d7dc4
AC
51752004-06-24 Andrew Cagney <[email protected]>
5176
5177 * defs.h (deprecated_pre_add_symbol_hook)
5178 (deprecated_post_add_symbol_hook): Deprecated.
5179 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5180 (symbol_file_add_with_addrs_or_offsets): Update references.
5181
11c949aa
AC
51822004-06-24 Andrew Cagney <[email protected]>
5183
5184 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5185 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5186 * wince.c (ui_loop_hook): Delete extern declaration.
5187 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5188 * v850ice.c (ui_loop_hook): Delete extern declaration..
5189 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5190 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5191 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5192 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5193 ui_loop_hook declaration.
5194
eedc19af
AC
51952004-06-24 Andrew Cagney <[email protected]>
5196
5197 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5198 entry_func_highpc fields.
5199 * objfiles.c (init_entry_point_info): Do not clear
5200 entry_func_lowpc and entry_func_highpc.
5201 (objfile_relocate): Do not relocate entry_func_lowpc and
5202 entry_func_highpc.
5203 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5204 entry_func_highpc.
5205 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5206 entry_func_highpc.
5207 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5208 entry_func_lowpc and entry_func_highpc with call to
5209 inside_entry_func.
5210
d47079be
MK
52112004-06-24 Mark Kettenis <[email protected]>
5212
5213 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5214 quad-precision floating point arguments in registers.
5215
2107e348
MK
52162004-06-24 Mark Kettenis <[email protected]>
5217
5218 From Michael Mueller <[email protected]>:
5219 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5220 account.
5221
46587c42
JJ
52222004-06-22 Jeff Johnston <[email protected]>
5223
5224 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5225 to -1.
5226 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5227 untriggered watchpoints to a separate if clause. Update function
5228 comment regarding STOPPED_BY_WATCHPOINT argument.
5229
226f5cf4
JB
52302004-06-22 Jim Blandy <[email protected]>
5231
5232 * gdbarch.sh: Doc fix.
5233
f10683bb
MH
52342004-06-21 Martin Hunt <[email protected]>
5235 Kevin Buettner <[email protected]>
5236
5237 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5238 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5239 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5240 to set_gdbarch_sp_regnum(). Use cooked register number.
5241 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5242
412d5987
AC
52432004-06-21 Andrew Cagney <[email protected]>
5244
5245 * gdbarch.sh: When the macro field is empty, do not generate a
5246 macro definition. When the macro field is "=", generate the macro
5247 name from the upper-case function name.
5248 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5249 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5250 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5251 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5252 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5253 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5254 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5255 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5256 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5257 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5258 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5259 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5260 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5261 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5262 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5263 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5264 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5265 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5266 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5267 (DEPRECATED_USE_STRUCT_CONVENTION)
5268 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5269 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5270 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5271 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5272 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5273 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5274 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5275 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5276 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5277 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5278 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5279 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5280 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5281 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5282 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5283 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5284 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5285 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5286
68908a3e
AC
52872004-06-21 Andrew Cagney <[email protected]>
5288
48f7351b
AC
5289 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5290 macro name, and the function rather than macro value. Only wrap
5291 macro print statements in #ifdef. Move format logic to where it
5292 is needed.
5293 * gdbarch.c: Re-generate.
5294
283354d8
AC
5295 * gdbarch.sh (read): Delete "print_p" and "description", add
5296 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5297 Delete references to print_p.
5298 (TARGET_ARCHITECTURE): Delete print predicate.
5299 * gdbarch.c: Re-generate.
5300
68908a3e
AC
5301 * gdbarch.sh: Check that multi-arch methods do not provide a
5302 macro.
5303 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5304 (print_registers_info, print_float_info, print_vector_info)
5305 (adjust_breakpoint_address, remote_translate_xfer_address)
5306 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5307 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5308 name from the multi-arch definition.
5309
a2428dbe
AC
53102004-06-20 Andrew Cagney <[email protected]>
5311
5312 * gdbarch.sh: Sort by the function, instead of macro name.
5313 * gdbarch.c: Re-generate.
5314
750eb019
AC
53152004-06-20 Andrew Cagney <[email protected]>
5316
66d659b1
AC
5317 * gdbarch.sh: Use the function, instead of macro name in
5318 errors and the log file.
5319 (return_value): Remove stray ":" in spec.
5320
750eb019
AC
5321 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5322 * gdbarch.h, gdbarch.c: Re-generate.
5323 * Makefile.in (arch-utils.o): Update dependencies.
5324 * values.c (using_struct_return): Move code calling
5325 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5326 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5327 to legacy_return_value, simplify.
5328 * infcmd.c (print_return_value): Move code calling
5329 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5330 to legacy_return_value, simplify.
5331 * infcall.c (call_function_by_hand): Move code calling
5332 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5333 * arch-utils.c: Update copyright. Include "gdbcore.h".
5334 (legacy_return_value): New function.
5335 * arch-utils.h: Update copyright.
5336 (legacy_return_value): Declare.
5337
b5622e8d
AC
53382004-06-20 Andrew Cagney <[email protected]>
5339
5340 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5341 * gdbarch.h, gdbarch.c: Re-generate.
5342 * values.c (using_struct_return): Update call.
5343 * mcore-tdep.c: Update comment.
5344 * infcall.c (call_function_by_hand): Update comment.
5345 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5346 * arch-utils.h (always_use_struct_convention): Update.
5347 * v850-tdep.c (v850_gdbarch_init): Update.
5348 * sh64-tdep.c (sh64_gdbarch_init): Update.
5349 * sh-tdep.c (sh_gdbarch_init): Update.
5350 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5351 * mips-tdep.c (mips_gdbarch_init): Update.
5352 * mcore-tdep.c (mcore_gdbarch_init): Update.
5353 * m32r-tdep.c (m32r_gdbarch_init): Update.
5354 * ia64-tdep.c (ia64_gdbarch_init): Update.
5355 * h8300-tdep.c (h8300_gdbarch_init): Update.
5356 * frv-tdep.c (frv_gdbarch_init): Update.
5357 * cris-tdep.c (cris_gdbarch_init): Update.
5358 * arm-tdep.c (arm_gdbarch_init): Update.
5359 * alpha-tdep.c (alpha_gdbarch_init): Update.
5360
5191de37
MC
53612004-06-18 Michael Chastain <[email protected]>
5362
5363 * PROBLEMS: Add more specific information, and a work-around,
5364 for PR gdb/1458.
5365
782263ab
AC
53662004-06-18 Andrew Cagney <[email protected]>
5367
5368 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5369 * gdbarch.h, gdbarch.c: Re-generate.
5370 * ada-lang.c (ada_finish_decode_line_1): Update.
5371 * infrun.c (handle_inferior_event): Update.
5372 * infcall.c (find_function_addr): Update.
5373 * linespec.c (minsym_found): Update.
5374 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5375 Update.
5376 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5377 * cli/cli-cmds.c (disassemble_command): Update.
5378 * vax-tdep.c (vax_gdbarch_init): Update.
5379
2f305df1
MK
53802004-06-18 Mark Kettenis <[email protected]>
5381
5382 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5383
e5fe55f7
AC
53842004-06-17 Andrew Cagney <[email protected]>
5385
5386 GDB 6.1.1 released from the GDB 6.1 branch.
5387 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5388 * PROBLEMS: Ditto.
5389
473b7be6
DJ
53902004-06-16 Daniel Jacobowitz <[email protected]>
5391
5392 PR gdb/1658
5393 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5394 operation as a uleb128. Found by Michael Coulter.
5395
96d887e8
PH
53962004-06-16 Paul N. Hilfinger <[email protected]>
5397
5398 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5399 make it non-static.
5400 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5401 to ada-lang.h; this is needed to be able to implement the kill command
5402 in multi-task mode.
5403 (task_ptid): Ditto.
5404 (task_entry): Ditto.
5405 (task_list): Ditto.
5406 (ada_build_task_list): Ditto.
5407
5408 * ada-lang.c: Conditionalize routines and data structures related
5409 to breakpoints, exceptions, completion, and symbol caching on
5410 GNAT_GDB, since these are not yet used in the submitted public sources.
5411 (ada_main_name): Editorial: Move definition out of exception-related
5412 code.
5413
31eef181
AC
54142004-06-15 Andrew Cagney <[email protected]>
5415
5416 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5417 deprecated_pc_in_call_dummy.
5418
2c500098
AM
54192004-06-15 Alan Modra <[email protected]>
5420
5421 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5422 bfd_get_section_size_before_reloc or _raw_size.
5423 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5424 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5425 (dwarf2_read_section): Likewise.
5426 * elfread.c (elf_locate_sections): Likewise.
5427 * gcore.c (derive_heap_segment): Likewise.
5428 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5429 * remote-e7000.c (e7000_load): Likewise.
5430 * remote-m32r-sdi.c (m32r_load): Likewise.
5431 * remote-mips.c (mips_load_srec): Likewise.
5432 (pmon_load_fast): Likewise.
5433 * remote.c (compare_sections_command): Likewise.
5434 * symfile.c (add_section_size_callback): Likewise.
5435 (load_section_callback): Likewise.
5436 (pc_in_unmapped_range): Likewise.
5437 (pc_in_mapped_range): Likewise.
5438 (sections_overlap): Likewise.
5439 (list_overlays_command): Likewise.
5440 (simple_overlay_update_1): Likewise.
5441 (simple_overlay_update): Likewise.
5442 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5443 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5444
90f943f1
RC
54452004-06-14 Randolph Chung <[email protected]>
5446
5447 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5448 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5449 static.
5450 (hppa_hpux_inferior_created): New function.
5451 (hppa_hpux_init_abi): Register observer.
5452 * symfile.c (hp_cxx_exception_support_initialized)
5453 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5454 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5455
700c15aa
RC
54562004-06-14 Randolph Chung <[email protected]>
5457
3973a7d3
AC
5458 * MAINTAINERS (Write After Approval): Alphabetize my entry
5459 correctly.
700c15aa 5460
cea4838c
AC
54612004-06-14 Andrew Cagney <[email protected]>
5462
5463 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5464 testsuite maintainer.
5465
97092415
AC
54662004-06-13 Andrew Cagney <[email protected]>
5467
e8c3165b
AC
5468 * infcmd.c (print_return_value): Fix logic, allow
5469 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5470
bceabdd8
AC
5471 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5472 defining any macros.
5473 * gdbarch.h: Re-generate.
5474
57010b1c
AC
5475 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5476 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5477 * gdbarch.h: Re-generate.
5478
bc87dfa0
AC
5479 * values.c (generic_use_struct_convention): Don't check gcc_p.
5480
15ac804d
AC
5481 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5482 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5483 * gdbarch.h, gdbarch.c: Regenerate.
5484 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5485 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5486 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5487 deprecated_max_register_raw_size and
5488 deprecated_max_register_virtual_size.
5489 * v850-tdep.c (v850_gdbarch_init): Ditto.
5490 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5491 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5492 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5493 * cris-tdep.c (cris_gdbarch_init): Ditto.
5494
97092415
AC
5495 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5496 * gdbarch.h, gdbarch.c: Re-generate.
5497 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5498 (m68hc11_use_struct_convention): Delete function.
5499 (m68hc11_extract_struct_value_address): Delete function.
5500 (m68hc11_return_value): New function.
5501 (m68hc11_gdbarch_init): Instead of store_return_value,
5502 extract_return_value, return_value_on_stack,
5503 deprecated_extract_struct_value_address and use_struct_convention,
5504 set return_value.
5505 * values.c (using_struct_return): Do not call
5506 RETURN_VALUE_ON_STACK.
5507 * arch-utils.h (generic_return_value_on_stack_not): Delete
5508 declaration.
5509 * arch-utils.c (generic_return_value_on_stack_not): Delete
5510 function.
5511
44e5158b
AC
55122004-06-12 Andrew Cagney <[email protected]>
5513
5514 * values.c (register_value_being_returned): Delete function.
5515 * infcmd.c (legacy_return_value): Delete function.
5516 * infcall.c (call_function_by_hand): Inline
5517 "register_value_being_returned", simplify.
5518 * values.c (using_struct_return): Update comment, refer to
5519 print_return_value instead of register_value_being_returned.
5520 * infcmd.c (print_return_value): Inline calls to
5521 register_value_being_returned and legacy_return_value. Simplify.
5522
b887c273
RC
55232004-06-11 Randolph Chung <[email protected]>
5524
5525 * somread.c (som_symtab_read): Exclude gcc local symbols.
5526
1b2bfbb9
RC
55272004-06-11 Randolph Chung <[email protected]>
5528
3973a7d3
AC
5529 * infrun.c (handle_inferior_event): Handle the case when a
5530 trampoline ends up in the runtime resolver, and if the trampoline
5531 has no name. Rearrange the code so that all the trampoline
5532 processing happens before other step-out-of-range handling.
1b2bfbb9 5533
a9d61c86
MH
55342004-06-11 Martin Hunt <[email protected]>
5535
5536 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5537 has no fpu.
5538
2c87cf5a
AC
55392004-06-10 Andrew Cagney <[email protected]>
5540
5541 * blockframe.c (legacy_inside_entry_func): Delete.
5542 (legacy_frame_chain_valid): Inline call to
5543 legacy_inside_entry_func, simplify.
5544
0b67b468 55452004-06-10 Bob Rossi <[email protected]>
57c22c6c
BR
5546
5547 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
5548 * dwarf2read.c (partial_die_info): Add dirname field.
5549 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5550 (read_partial_die): Save away DW_AT_comp_dir.
5551 * defs.h (symtab_to_filename): Removed.
5552 * source.c (find_and_open_source): Added.
57c22c6c 5553 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
5554 (symtab_to_filename): Removed.
5555 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
5556 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5557 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5558 symtab_to_filename.
5559 * symtab.h (partial_symtab): Add dirname field.
5560 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
5561 (mi_cmd_file_list_exec_source_file): Call new function
5562 symtab_to_fullname to find fullname.
57c22c6c 5563 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 5564 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
5565 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5566
9a1dd1ad
AC
55672004-06-10 Andrew Cagney <[email protected]>
5568
239ae8c7
AC
5569 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5570 to generic_use_struct_convention, the default value.
5571
fc720350
AC
5572 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5573 of abort.
5574
9a1dd1ad
AC
5575 * ns32k-tdep.c (ns32k_push_arguments): New function.
5576 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5577 * infcall.c (call_function_by_hand): Call error instead of
5578 legacy_push_arguments.
5579 * value.h (legacy_push_arguments): Delete declaration.
5580 * valops.c (legacy_push_arguments): Delete function.
5581 (value_push): Delete function.
5582
fea25152
BF
55832004-06-10 Brian Ford <[email protected]>
5584
5585 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5586 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5587 info.
5588 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5589
30a4a8e0
AC
55902004-06-10 Andrew Cagney <[email protected]>
5591
5592 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5593 * gdbarch.h, gdbarch.c: Re-generate.
5594 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5595 parameters.
5596 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5597 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5598 deprecated_pc_in_call_dummy instead of
5599 DEPRECATED_PC_IN_CALL_DUMMY.
5600 (arm_skip_prologue): Ditto.
5601 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5602 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5603 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5604 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5605 Ditto.
5606 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5607 (sh64_init_extra_frame_info, sh64_get_saved_register)
5608 (sh64_pop_frame): Ditto.
5609 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5610 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5611 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5612 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5613 (h8300_pop_frame): Ditto.
5614 * blockframe.c (legacy_inside_entry_func)
5615 (legacy_frame_chain_valid): Ditto.
5616 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5617 to deprecated_pc_in_call_dummy.
5618
81cfbe54
AC
56192004-06-09 Andrew Cagney <[email protected]>
5620
a1f4a1b6
AC
5621 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5622 provide a default value.
5623 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5624 * gdbarch.h, gdbarch.c: Re-generate.
5625 * arch-utils.c (generic_convert_register_p): Rename
5626 legacy_convert_register_p
5627 (legacy_register_to_value, legacy_value_to_register): Delete
5628 functions.
5629 * arch-utils.h (generic_convert_register_p): Rename
5630 legacy_convert_register_p.
5631 (legacy_register_to_value, legacy_value_to_register): Delete
5632 declarations.
5633
9730f241
AC
5634 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5635 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5636 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5637 * gdbarch.h, gdbarch.c: Re-generate.
5638 * infcmd.c (default_print_registers_info): Simplify.
5639 * findvar.c (value_of_register): Simplify.
5640 * mi/mi-main.c (get_register): Simplify.
5641 * arch-utils.c (legacy_convert_register_p): Always return 0.
5642 (legacy_register_to_value, legacy_value_to_register): Always call
5643 internal_error.
5644
8a1bf479
AC
5645 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5646 #ifdef CLEAR_INSN_CACHE code.
5647 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5648 Delete #ifdef CLEAR_DEFERRED_STORES code.
5649
4b38d6f1
AC
5650 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5651
2d62ecc7
AC
5652 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5653 copyright.
5654 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5655
be4f7469
AC
5656 * config/mips/mipsv4.mh: Delete file.
5657
81cfbe54
AC
5658 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5659 unreferenced macro.
5660 (hpread_adjust_stack_address): Delete declaration.
5661
d966f0cb
AC
56622004-06-08 Andrew Cagney <[email protected]>
5663
5664 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5665 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5666 PTRACE_ATTACH / PTRACE_DETACH available call error.
5667 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5668 * infttrace.c (update_thread_state_after_attach, attach, detach):
5669 Remove #ifdef wrappers.
5670 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5671 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5672 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5673 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5674 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5675 * config/nm-linux.h (ATTACH_DETACH): Delete.
5676 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5677 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5678 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5679 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5680 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5681
d91670b9
CV
56822004-06-08 Corinna Vinschen <[email protected]>
5683
5684 * configure.in: Set $configdir to the right OS specific value.
5685 Use value when setting $tcldir and $tkdir.
5686 * configure: Regenerate.
5687
28ba0b33
PB
56882004-06-06 Paul Brook <[email protected]>
5689
5690 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5691 records.
5692
f26caa11
PH
56932004-06-08 Paul N. Hilfinger <[email protected]>
5694
5695 * ada-lang.c (lookup_symbol_in_language): New function to allow
5696 re-use of another language's symbol lookup code. (Placed here
5697 temporarily while Ada support is being integrated into the public
5698 tree).
5699 (restore_language): New auxiliary function for
5700 lookup_symbol_in_language.
5701 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5702 temporarily while Ada support is being integrated into the public
5703 tree).
5704
d560a54b
AO
57052004-06-08 Alexandre Oliva <[email protected]>
5706
e75d110c
AO
5707 * Makefile.in (check//%): New.
5708
d560a54b
AO
5709 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5710 (mn10300_store_return_value): Rewrite.
5711 (mn10300_type_align): New.
5712 (mn10300_use_struct_convention): Rewrite.
5713 (mn10300_return_value): New, using all of the above.
5714 (mn10300_pop_frame_regular): Add saved_regs_size.
5715 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5716
a72fbdb7
AO
5717 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5718 regs if PC is on movm.
5719
01904826
JB
57202004-06-07 Jim Blandy <[email protected]>
5721
5722 Add native Linux support for the PowerPC E500.
5723 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5724 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5725 all architectures except the E500.
5726 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5727 #definitions.
5728 (struct gdb_evrregset_t): New type.
5729 (have_ptrace_getsetevrregs): New variable.
5730 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5731 fetch_spe_registers): New functions.
5732 (fetch_register): Call fetch_spe_register as appropriate.
5733 Assert that we're only passed raw register numbers.
5734 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5735 Don't fetch gprs if they're pseudoregisters.
5736 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5737 store_spe_registers): New functions.
5738 (store_register): Call store_spe_register as appropriate.
5739 Assert that we're only passed raw register numbers.
5740 (store_ppc_registers): Call store_spe_registers as appropriate.
5741 Don't store gprs if they're pseudoregisters.
5742
f90ef764
JJ
57432004-06-07 Jeff Johnston <[email protected]>
5744
5745 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5746 struct if one exists, even if we are dealing with a zombie thread.
5747
45b75230
AC
57482004-06-07 Andrew Cagney <[email protected]>
5749
5750 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5751 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5752 Rename PC_REQUIRES_RUN_BEFORE_USE.
5753 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5754 #ifdef.
5755
1658da49
RC
57562004-06-07 Randolph Chung <[email protected]>
5757
5758 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5759 unwinding after sp has been saved to the stack but before the end
5760 of the prologue, and after the fp has been modified but before it has
5761 been saved to the stack.
5762 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5763 Remove superfluous definitions.
5764 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5765
9a727a3c
RC
57662004-06-07 Guy Martin <[email protected]>
5767
5768 Committed by Randolph Chung.
5769 * hppa-linux-nat.c: Include the correct version of the header file
5770 depending on the kernel version.
5771
9e500012
RC
57722004-06-06 Randolph Chung <[email protected]>
5773
5774 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5775 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5776
3388d7ff
RC
57772004-06-06 Randolph Chung <[email protected]>
5778
5779 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5780 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5781 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5782 * hppa-tdep.c (hppa_symbol_address): New function definition.
5783 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5784
d49771ef
RC
57852004-06-06 Randolph Chung <[email protected]>
5786
5787 * hppa-tdep.h (struct value): Forward declaration.
5788 (gdbarch_tdep): Define tdep find_global_pointer method.
5789 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5790 associated with the function we are trying to call, and write it
5791 to the gp register.
5792 (hppa32_convert_from_funct_ptr_addr): New function.
5793 (hppa_find_global_pointer): New function.
5794 (hppa_gdbarch_init): Set default find_global_pointer method; set
5795 convert_from_func_ptr_addr method.
5796 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5797 (hppa_linux_init_abi): Set find_global_pointer method.
5798 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5799
7d9b040b
RC
58002004-06-06 Randolph Chung <[email protected]>
5801
5802 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5803 to struct value *function.
5804 * gdbarch.c: Regenerate.
5805 * gdbarch.h: Likewise.
5806 * infcall.c (call_function_by_hand): Pass entire function value
5807 to push_dummy_call.
5808
5809 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5810 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5811 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5812 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5813 * arm-tdep.c (arm_push_dummy_call): Likewise.
5814 * avr-tdep.c (avr_push_dummy_call): Likewise.
5815 * cris-tdep.c (cris_push_dummy_call): Likewise.
5816 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5817 * frv-tdep.c (frv_push_dummy_call): Likewise.
5818 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5819 * hppa-tdep.c (hppa32_push_dummy_call)
5820 (hppa64_push_dummy_call): Likewise.
5821 * i386-tdep.c (i386_push_dummy_call): Likewise.
5822 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5823 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5824 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5825 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5826 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5827 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5828 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5829 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5830 (ppc64_sysv_abi_push_dummy_call): Likewise.
5831 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5832 (ppc64_sysv_abi_push_dummy_call): Likewise.
5833 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5834 * s390-tdep.c (s390_push_dummy_call): Likewise.
5835 * sh-tdep.c (sh_push_dummy_call_fpu)
5836 (sh_push_dummy_call_nofpu): Likewise.
5837 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5838 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5839 * vax-tdep.c (vax_push_dummy_call): Likewise.
5840
4a19ea35
JB
58412004-06-04 Jim Blandy <[email protected]>
5842
8327ccee
JB
5843 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5844 gdbarch argument to register_size.
5845
a3c001ce
JB
5846 * rs6000-tdep.c (rs6000_store_return_value): Use
5847 regcache_cooked_write_part instead of
5848 deprecated_write_register_bytes.
5849 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5850 not gdbarch_deprecated_store_return_value.
5851
4a19ea35
JB
5852 * ppc-linux-nat.c (store_register, fetch_register): Remove
5853 incorrect assertions. Simplify and generalize handling of
5854 transfers whose sizes are not multiples of, or less than, sizeof
5855 (PTRACE_XFER_TYPE).
5856
b9b5d7ea
JJ
58572004-06-04 Jeff Johnston <[email protected]>
5858
5859 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5860 as a new thread event.
720c7d64 5861 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 5862 zombie, return TD_THR_ZOMBIE.
720c7d64 5863 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
5864 TD_THR_ZOMBIE, check if the thread is still on the thread list
5865 and return a -1 ptid if not found.
5866 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5867 change the status to TARGET_WAITKIND_SPURIOUS.
5868
c8a3b559
CV
58692004-06-03 Corinna Vinschen <[email protected]>
5870
5871 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5872 double values in little endian mode.
5873
20605361
AC
58742004-06-02 Albert Chin-A-Young <[email protected]>
5875
5876 Committed by Andrew Cagney.
5877 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5878 after last enum constant to avoid error from IBM C
5879 compiler.
5880
bc97b3ba
JB
58812004-06-02 Jim Blandy <[email protected]>
5882
5883 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5884 to 'message', and make it local to the lone block that uses it.
5885
1da28ab0
JB
5886 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5887
4c4b4cd2
PH
58882004-06-02 Paul N. Hilfinger <[email protected]>
5889
8a2225b2
PH
5890 * ada-exp.y: Update copyright notice.
5891 Include block.h.
5892
5893 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5894 SPECIAL_VARIABLE and unify the treatment of these cases.
5895
5896 (write_attribute_call0): Remove.
5897 (write_attribute_call1): Remove.
5898 (write_attribute_calln): Remove.
5899 (save_qualifier): Add missing semicolon.
5900
5901 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5902 temporarily disabled to allow compilation with FSF head version.
5903
5904 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5905 use individual operators (OP_*) for all attributes.
5906 (exp syntax): Use write_int.
5907 Handle STRING literals with OP_STRING.
5908 (variable syntax): Add limit parameter to calls to
5909 write_object_renaming.
5910
5911 (temp_parse_space): New definition to hold entities that need
5912 only live until the next call to ada_parse.
5913 (string_to_operator): Rename fields of ada_opname_table entries.
5914
5915 (write_var_from_sym): Record block.
5916 (write_var_from_name): Minor reformatting.
5917 Make sure saved name is properly encoded in the case of multiple
5918 matches, and set its language to Ada.
5919 Update comment.
5920 Modify to indicate unresolved name as symbol in the UNRESOLVED
5921 namespace, allocated in temp_parse_space.
5922 (write_int): New function.
5923
5924 (write_object_renaming): Add max_depth parameter to limit
5925 chains of object renamings.
5926 Handle case where root of renaming expression is itself a renaming.
5927 Use temp_parse_space for temporary name buffer.
5928 Handle renamings to dereferenced pointers (___XEXA suffices).
5929
5930 (ada_parse, yyerror, string_to_operator,
5931 write_var_from_sym, write_var_from_name, write_attribute_call0,
5932 write_attribute_call1, write_attribute_calln,
5933 write_object_renaming): Protoize.
5934
5935 (_initialize_ada_exp): New function.
5936
5937 * ada-lang.c: Update copyright notice.
5938 General terminology change to conform to GNAT compiler usage:
5939 mangle => encode, demangle => decode
5940 Include gdb_obstack.h.
5941 Include gdb_regex.h
5942 Include frame.h
5943 Include hashtab.h
5944 Include completer.h
5945 Include gdb_stat.h
5946 Include block.h
5947 Include infcall.h
5948
5949 (ADA_RETAIN_DOTS): Make sure this is defined.
5950 (TRUNCATION_TOWARDS_ZERO): Define.
5951 (struct string_vector): Define.
5952 (unresolved_names): Remove definition.
5953 (xnew_string_vector): New function.
5954 (string_vector_append): New function.
5955 (extract_string): Make static.
5956 (ada_unqualified_name): New function.
5957 (add_angle_brackets): New function.
5958 (function_name_from_pc): New function.
5959 (place_on_stack): Rename to ensure_lval.
5960
5961 (ensure_lval): Renamed from place_on_stack.
5962 Make identity on lvals.
5963 Update comment.
5964 (is_nonfunction): New interface.
5965 Only symbols in LOC_CONST class can be enumerals.
5966 (fill_in_ada_prototype): Remove; now independent of language.
5967 (add_defn_to_vec): Add obstack and symtab arguments.
5968 Use obstack to hold collected definitions.
5969 (num_defns_collected): New function.
5970 (defns_collected): New function.
5971 (ada_resolve_subexp): Rename to resolve_subexp.
5972 (resolve_subexp): Renamed from ada_resolve_subexp.
5973 (ada_op_name): Return non-const result.
5974 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5975 other purposes.
5976
5977 (to_fixed_array_type): Add declaration.
5978 (coerce_unspec_val_to_type): Remove offset parameter.
5979 (find_sal_from_funcs_and_line): New interface.
5980 (find_line_in_linetable): Ditto.
5981
5982 (all_sals_for_line): Rename to ada_sals_for_line and make
5983 global.
5984 Add new parameter. When set, do not ask the user to choose the
5985 instance, but use the first one found instead.
5986 Use given line number in returned sals.
5987 Fix comment.
5988 Skip the prologue if funfirstline is set.
5989 Correct for memory leak when 0 lines found.
5990
5991 (value_pos_atr): Use pos_atr.
5992 (pos_atr): New function.
5993 (standard_lookup): Add block parameter.
5994
5995 (makeTimeStart): Remove declaration and uses.
5996 (makeTimeStop): Remove declaration and uses.
5997
5998 (ada_completer_word_break_characters): Allow for VMS.
5999 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6000 (raise_sym_name): New constant.
6001 (raise_unhandled_sym_name): New constant.
6002 (raise_assert_sym_name): New constant.
6003 (process_raise_exception_name): New constant.
6004 (longest_exception_template): New constant.
6005 (warning_limit): New variable to limit warnings during expression
6006 evaluation.
6007 (warnings_issued): New variable to keep track of warnings issued.
6008 (known_runtime_file_name_patterns): New constant.
6009 (known_auxiliary_function_name_patterns): New constant.
6010 (symbol_list_obstack): New variable.
6011
6012 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6013 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6014 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6015 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6016 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6017 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6018 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6019 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6020 and strcmp.
6021
6022 (ada_get_field_index): New function.
6023 (lim_warning): New function.
6024 (ada_translate_error_message): New function.
6025 (MAX_OF_SIZE): New function.
6026 (MIN_OF_SIZE): New function.
6027 (UMAX_OF_SIZE): New function.
6028 (UMIN_OF_SIZE): New function.
6029 (discrete_type_high_bound): New function.
6030 (discrete_type_low_bound): New function.
6031 (base_type): New function.
6032 (do_command): Remove.
6033
6034 (ada_update_initial_language): Use language_ada, not language_unknown.
6035 (ada_encode): Renamed from ada_mangle.
6036 Obey ADA_RETAIN_DOTS.
6037 (ada_decode): Renamed from ada_demangle.
6038 Update coding conventions.
6039 (decoded_names_store): New hash table.
6040 (ada_decode_symbol): New function.
6041 (ada_la_decode): New function.
6042
6043 (modify_general_field): Correct computations of offset and bit
6044 position.
6045 (desc_base_type): Handle ref types, too.
6046 (ada_is_direct_array_type): New function.
6047
6048 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6049 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6050 (ada_is_bogus_array_descriptor,ada_type_of_array,
6051 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6052 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6053 ada_is_array_descriptor_type.
6054
6055 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6056 (ada_is_packed_array_type): Handle pointers or
6057 references to packed arrays as well.
6058 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6059 (decode_packed_array_type): Search for the packed array type
6060 symbol in the currently selected block and associated
6061 superblocks too.
6062 Use lookup_symbol again.
6063
6064 (decode_packed_array): Handle pointers and references.
6065 Update call to coerce_unspec_val_to_type.
6066 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6067 (ada_value_primitive_packed_val): Improve comment.
6068
6069 (ada_index_type): Substitute int type for "undefined".
6070 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6071 ada_array_langth, ada_is_string_type): Use renamed
6072 ada_is_simple_array_type.
6073 (empty_array): New function.
6074
6075 (ada_resolve): Rename to resolve.
6076 (resolve): Make static.
6077 Call renamed resolve_subexp.
6078 Update comment.
6079 (ada_resolve_subexp): Rename to resolve_subexp.
6080 (resolve_subexp): Update comment.
6081 Decomment disabled code.
6082 Add LOC_COMPUTED* cases.
6083 Modify to use temporary struct symbols (marked as being in
6084 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6085 OP_UNRESOLVED_VALUE.
6086 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6087 Add OP_STRING case.
6088 Remove OP_ARRAY.
6089 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6090 Use new ada_lookup_symbol_list interface.
6091 Use new ada_resolve_function interface.
6092 Remove OP_TYPE case.
6093
6094 (ada_args_match): Idiot proof against null actuals.
6095 Use intermediate variables to clarify.
6096 (ada_resolve_function): Update comment and interface.
6097 (mangled_ordered_before): Rename to encoded_ordered_before and
6098 update comment.
6099 (sort_choices): Update comment and interface.
6100 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6101 (user_select_syms): New interface.
6102 Use new sort_choices interface.
6103 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6104 (possible_user_operator_p): Idiot-proof against null values.
6105 (ada_simple_renamed_entity): Don't make cleanup; rely on
6106 caller to free result string.
6107 Remove const from return type.
6108 (make_array_descriptor): Rename uses of place_on_stack to
6109 ensure_lval.
6110 Make sure that arrays are on stack.
6111
6112 (HASH_SIZE): Define.
6113 (struct cache_entry): Define.
6114 (cache_space): Define.
6115 (cache): Define.
6116 (clear_ada_sym_cache): New function.
6117 (find_entry): New function.
6118 (lookup_cached_symbol): New function.
6119 (defn_vector_size): Define.
6120 (cache_symbol): New function.
6121 (defn_symbols): Remove.
6122
6123 (standard_lookup): Use lookup_symbol_in_language to get effect of
6124 C lookup.
6125 Cache results.
6126
6127 (symbol_completion_match): New function.
6128 (symbol_completion_add): New function.
6129 (ada_make_symbol_completion_list): New function.
6130
6131 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6132 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6133 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6134 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6135
6136 (ada_lookup_simple_minsym): New function.
6137 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6138
6139 (add_symbols_from_enclosing_procs): New interface.
6140 Conditionalize more helpfully.
6141 Don't bother if program isn't running.
6142 Use new interface to get_frame_block.
6143 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6144
6145 (remove_extra_symbols): New interface.
6146 (xget_renaming_scope): New function.
6147 (is_package_name): New function.
6148 (renaming_is_visible): New function.
6149 (remove_out_of_scope_renamings): New function.
6150
6151 (ada_lookup_symbol_list): New interface.
6152 Properly reinitialize the symbol list obstack.
6153 Don't call add_symbols_from_enclosing_procs if we start from a
6154 static or global block.
6155 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6156 add_symbols_from_enclosing_procs.
6157 Add symtab data to cached entries.
6158 Handle symbols prefixed with
6159 "standard__" specially; strip prefix and don't look in local symbols.
6160 Do not include out of scope renaming symbols in list of
6161 symbols returned.
6162 Add const to block parameter.
6163 Move check for non-local, non-global symbols earlier.
6164 Remove timing stuff.
6165 (ada_lookup_symbol): New interface.
6166 Find symtab as well.
6167 (ada_lookup_symbol_nonlocal): New function.
6168
6169 (is_name_suffix): Enhance suffix detection to recognize
6170 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6171 (is_dot_digits_suffix): New function.
6172 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6173
6174 (ada_add_block_symbols): New interface. Use obstack to return results
6175 in a vector of struct ada_symbol_infos. Add symtab argument.
6176 Use new interface to add_defn_to_vec.
6177 Remove calls to fill_in_ada_prototype.
6178 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6179
6180 (ada_finish_decode_line_1): Add const qualification to local to fix
6181 warning.
6182 Start looking in static block for functions to avoid attempts
6183 to search frame chain for up-level variables.
6184 Adapt to new ada_sals_for_line interface.
6185 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6186 Handle quoting of the function name inside the spec string.
6187 Skip prologue when funfirstline is set and update the
6188 function documentation to that effect.
6189
6190 (debug_print_lines, debug_print_block, debug_print_blocks,
6191 debug_print_symtab): Remove.
6192
6193 (ada_main_name): New function.
6194 (ada_exception_breakpoint_type): New function.
6195 (is_known_support_routine): New function.
6196 (ada_find_printable_frame): Renamed from find_printable_frame and made
6197 global.
6198 Remove level parameter.
6199 Use new interface to select_frame.
6200
6201 (begin_command): Remove.
6202 (ada_adjust_exception_stop): New function.
6203 (ada_print_exception_stop): New function.
6204 (exception_name_from_cond): New function.
6205 (ada_report_exception_break): Replace disabled code with
6206 conditionalization on GNAT_GDB.
6207 Get the exception name from the condition string.
6208 Remove and move functionality into new functions
6209 ada_print_exception_breakpoint_task and
6210 ada_print_exception_breakpoint_nontask.
6211 (error_breakpoint_runtime_sym_not_found): New function.
6212 (is_runtime_sym_defined): New function.
6213 (ada_breakpoint_rewrite): Uncomment suppressed code.
6214 Use symbolic error-message and runtime-symbol names.
6215 Surround runtime symbol names in quotes.
6216 Allow non-specific breakpoints on exceptions and assertions before
6217 program starts.
6218
6219 (ada_is_tagged_type): Add parameter.
6220 (ada_is_tag_type): New function.
6221 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6222 (ada_variant_discrim_type): Ditto.
6223 (value_tag_from_contents_and_address): New function.
6224 (type_from_tag): New function.
6225 (struct tag_args): New structure used to communicate with
6226 ada_tag_name_1.
6227 (ada_tag_name_1): New function.
6228 (ada_tag_name): New function.
6229
6230 (ada_scan_number): Update comment.
6231 (find_struct_field): New function.
6232 (ada_search_struct_field): Make static.
6233 (ada_value_struct_elt): New version that returns references when
6234 given pointers or references to structs.
6235 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6236 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6237 interface.
6238 (ada_value_ind): Use new ada_to_fixed_value interface.
6239 (ada_coerce_ref): Ditto.
6240 (field_offset): Remove.
6241
6242 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6243 (ada_find_renaming_symbol): New function.
6244 (ada_prefer_type): Prefer named types over unnamed ones.
6245 (variant_field_index): New function.
6246 (contains_variant_part): Removed: subsumed by variant_field_index.
6247 (ada_template_to_fixed_record_type): New function, mostly from
6248 template_to_fixed_record_type.
6249 (template_to_fixed_record_type):
6250 Do not scan the type fields beyond the last one; prevents a
6251 potential SEGV.
6252 Handle case where variant field is listed BEFORE discriminant it
6253 depends on.
6254 Fix calculation of record length when bit length is
6255 not evenly divisible by char length.
6256 Move code to ada_template_to_fixed_record_type and call it.
6257
6258 (template_to_static_fixed_type): Revise comment.
6259 Modify to work on ordinary record types as well as templates,
6260 so as to handle fields that use ___XVE or ___XVU encodings.
6261 (to_record_with_fixed_variant_part): Fill out comment.
6262 Initialize C++ stuff in right type.
6263 Allow case where DVAL is null.
6264 Handle case where variant field is not last.
6265 Fix typo concerning record length.
6266 (to_fixed_record_type): Decomment disabled code.
6267 (to_fixed_record_type): Use variant_field_index instead of
6268 contains_variant_part.
6269 (to_fixed_variant_branch_type): Ditto.
6270 (to_fixed_array_type): Decomment disabled code.
6271 (ada_to_fixed_type): Convert tagged types to the specific type.
6272 Deactivate the size-check for array types in order to avoid
6273 some false size alarms.
6274 (to_static_fixed_type): Decomment disabled code.
6275 Modify to call template_to_static_fixed_type
6276 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6277 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6278 Remove valaddr argument, as it is never really used.
6279 (ada_to_fixed_value): Change interface to act on single struct value*
6280 operand.
6281 (adjust_pc_past_prologue): New function.
6282 (ada_attribute_name): Modify to take enum exp_opcode argument.
6283
6284 (ada_enum_name): Recognize new homonym-distinguishing convention.
6285 Adjust local variable's type to remove compiler warning.
6286 Fix a small problem in the part that unqualifies the enumeration name.
6287 (ada_value_binop): New function.
6288 (ada_value_equal): New function.
6289
6290 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6291 Don't give error message when not doing normal evaluation
6292 and a tagged type doesn't seem to contain a structure member.
6293 Give error message for packed arrays.
6294 For indexing arrays, handle pointers to packed arrays correctly.
6295 Handle case of 'first and 'last attributes of bare integral type
6296 without encoded subtype info.
6297 Remove some unnecessary casts.
6298 Fix uninitialized value of type in computing 'first, 'last, or 'length
6299 of array object.
6300 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6301 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6302 calls.
6303 Attributes are now exp_opcode values.
6304 Correct treatment of 'modulus.
6305 Better error message for taking 'length of wrong kind of type;
6306 improve comment.
6307 Change EVAL_NORMAL to noside for consistency.
6308 Use ada_value_binop for DIV, MOD, REM.
6309 Make special case out of array of length 0, since an argument
6310 of 0 upsets some platforms' malloc.
6311 Use OP_STRING instead of OP_ARRAY.
6312 For slice, add check that we have an array type before extracting
6313 a slice out of it. Avoids a SEGV.
6314 When evaluating an array slice, if the array type is a reference to
6315 an aligner type, then replace the aligner type by the actual type.
6316 Decomment disabled code.
6317 Remove some dead code.
6318 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6319 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6320 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6321 and UNOP_MBR to UNOP_IN_RANGE.
6322 If an array type has a parallel ___XVE type, then use it.
6323 Turn arrays into pointers for lvalue arrays.
6324 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6325 bounds error and handle 0-length slices.
6326 Use lim_warning.
6327 When selecting fields, apply ada_to_fixed_value (because the fields
6328 might have ___XVU or ___XVE encodings even if not dynamic.)
6329 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6330 (ada_is_system_address_type): New function.
6331
6332 (get_var_value): Use new interface to ada_lookup_symbol_list.
6333 (get_int_var_value): New interface.
6334 (to_fixed_range_type): Allow unknown bound, with warning.
6335 (ada_is_modular_type): Decomment disabled code.
6336 (ADA_OPERATORS): New definition.
6337 (ada_operator_length): New function.
6338 (ada_expr_op_name): New function.
6339 (ada_forward_operator_length): New function.
6340 (ada_dump_subexp_body): New function.
6341 (ada_print_subexp): New function.
6342 (ada_exp_descriptor): New constant.
6343 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6344 (ada_language_defn): Add ada_exp_descriptor entry.
6345 Change ada_parse => parse.
6346 Add post-parser entry.
6347 Use ada-specific non-local symbol lookup.
6348 Don't use C-style arrays.
6349 String lower-bound is 1.
6350 Decomment disabled code.
6351 (parse): New function.
6352 New fields ada_translate_error_message, ada_lookup_symbol,
6353 ada_lookup_minimal_symbol.
6354
6355 * ada-lang.h: Update copyright dates.
6356 Replace the mangle/demangle terminology throughout by the
6357 more appropriate encode/decode one.
6358 Include breakpoint.h.
6359 Forward declare struct partial_symbol, struct block.
6360 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6361 (EXTRACT_ADDRESS): Remove.
6362 (EXTRACT_INT): Remove.
6363 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6364 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6365 (MAX_RENAMING_CHAIN_LENGTH): Define.
6366 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6367
6368 (enum task_states): Remove.
6369 ada_task_states: Remove.
6370 (fat_string): Remove.
6371 (struct entry_call): Remove.
6372 (struct task_fields): Remove.
6373 (struct task_entry): Remove.
6374
6375 (struct ada_symbol_info): Define.
6376 (enum ada_attribute): Remove.
6377 (enum ada_operator): Define.
6378
6379 (ada_get_field_index): Declare.
6380 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6381 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6382 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6383 (ada_lookup_symbol_list): New interface.
6384 (ada_decode_symbol): Declare.
6385 (ada_decode): Declare.
6386 (ada_lookup_symbol): New interface.
6387 (ada_update_initial_language): Declare.
6388 (ada_lookup_simple_minsym): Declare.
6389 (user_select_syms): New interface.
6390 (ada_sals_for_line): Declare.
6391 (ada_is_tagged_type): New interface.
6392 (ada_tag_name): Declare.
6393 (ada_lookup_struct_elt_type): Remove declaration.
6394 (ada_search_struct_field): Remove declaration.
6395 (ada_attribute_name): New interface.
6396 (ada_is_system_address_type): Declare.
6397 (ada_to_fixed_value): Remove declaration.
6398 (ada_template_to_fixed_record_type_1): Declare.
6399 (get_int_var_value): New interface.
6400 (ada_find_any_symbol): Declare.
6401 (ada_find_renaming_symbol): Declare.
6402 (ada_mangle): Rename to ada_encode.
6403 (ada_simple_renamed_entity): Remove const.
6404 (ada_main_name): Declare.
6405 (get_current_task): Rename to ada_get_current_task.
6406 (get_entry_number): Remove declaration.
6407 (ada_report_exception_break): Remove declaration.
6408 (ada_print_exception_breakpoint_nontask): Declare.
6409 (ada_print_exception_breakpoint_task): Declare.
6410 (ada_find_printable_frame): Declare.
6411
6412 * ada-lex.l: Update copyright notices.
6413 Use xmalloc and xfree instead of malloc and free.
6414 Use new interface to name_lookup.
6415 Use new interface to
6416 ada_mangle=>ada_encode.
6417 Redo handling of '$...' variable to parallel current treatment
6418 in c-exp.y.
6419 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6420 digit_to_int, strtoulst, processInt, processReal, processId,
6421 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6422 yywrap): Protoize.
6423
6424 (processInt): Use cast to remove harmless warning.
6425 (processReal): Modify to get rid of compiler warning on scan formats.
6426
6427 (processId): Replace xmalloc with obstack_alloc for name and remove
6428 call to ada_name_string_cleanup.
6429 Remove obsolete disabled code.
6430 (name_lookup): Ditto.
6431 New interface.
6432 Use obsavestring on temp_parse_space instead of savestring
6433 on name, and remove call to ada_name_string_cleanup.
6434 Free string returned from ada_simple_renamed_entity.
6435 Use new interface to ada_lookup_symbol_list.
6436 Decomment disabled code.
6437 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6438 not types.
6439 When a type name lookup succeeds as a result of
6440 lookup_primitive_typename, check for regular type entry that has not
6441 yet been read in.
6442 Limit length of chain of renamed symbols we are willing to follow.
6443 Do not break names beginning with "standard__" into segments.
6444 (block_lookup): Use new interface to ada_lookup_symbol_list.
6445
6446 * ada-typeprint.c: Update copyright notice.
6447 (demangled_type_name): Rename to decoded_type_name.
6448 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6449 (print_range_bound): Correct handling of negative
6450 bounds that make the index type looked unsigned under STABS.
6451 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6452 (print_range_type_named): Use the builtin int type if no type
6453 corresponding to the given type name could be found.
6454 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6455 Add some bullet-proofing.
6456 (print_variant_clauses): Allow for variant branches with ___XVU
6457 encodings that are not dynamic fields.
6458 Use new interface to ada_is_tagged_type.
6459 (print_record_type): Allow for fields with ___XVE encodings that
6460 are not dynamic fields.
6461 Use new interface to ada_is_tagged_type.
6462 (ada_print_type): ada_is_array_descriptor =>
6463 ada_is_array_descriptor_type.
6464
6465 * ada-valprint.c: Update copyright notice.
6466 Include gdb_string.h
6467 Include infcall.h
6468 (ui_memcpy): New function.
6469 (ada_print_floating): New function.
6470 (ada_print_str): Order arguments correctly.
6471 Correct handling of empty arrays and arrays of 0-length items.
6472 ada_is_array_descriptor => ada_is_array_descriptor_type
6473 Print values of type System.Address in hexadecimal format.
6474 Use ada_print_floating to print floating-point numbers in Ada format.
6475 Print class tag values with type names.
6476 No longer print the address of reference values. Avoids
6477 a potential confusion.
6478 (ada_value_print): Stop printing the object type for reference
6479 values, but preserve that behavior for access types. Avoids
6480 a potential confusion.
6481 Simplify one conditional expression, as the first part is now
6482 necessarily true.
6483 ada_is_array_descriptor => ada_is_array_descriptor_type
6484 Add check for arrays for null records, and print them by hand.
4c4b4cd2 6485
f65f91b5
JB
64862004-06-01 Jim Blandy <[email protected]>
6487
6488 * ppc-tdep.h: Delete unused 'regoff' member.
6489 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6490
d4687fa0
MC
64912004-06-01 Michael Chastain <[email protected]>
6492
6493 Fix PR symtab/1661.
6494 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6495 (hpread_read_struct_type): Likewise.
6496
de169ec9
AC
64972004-06-01 Andrew Cagney <[email protected]>
6498
c6902d46
AC
6499 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6500 instead of xasprintf.
6501 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6502 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6503 (mi_cmd_data_list_register_names)
6504 (mi_cmd_data_list_changed_registers)
6505 (mi_cmd_data_list_register_values)
6506 (get_register, mi_cmd_data_write_register_values)
6507 (mi_cmd_data_write_register_values)
6508 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6509 (mi_cmd_target_download, mi_cmd_target_select)
6510 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6511 (mi_execute_cli_command, mi_execute_async_cli_command)
6512 (mi_execute_async_cli_command): Ditto.
6513 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6514 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6515
6085fc2d
AC
6516 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6517 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6518 error_last_message instead of mi_error_last_message.
6519 * mi/mi-main.c (mi_error_last_message): Delete function.
6520
de169ec9
AC
6521 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6522 "invalid number of columns" error. Delete redundant "out of
6523 memory" check.
6524
1fc7d519
MK
65252004-05-31 Mark Kettenis <[email protected]>
6526
6cfb2041
MK
6527 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6528 (gregset_t, fpregset_t): Remove typedefs.
6529 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6530 (REG_OFFSET): Rename argument.
6531 (i386bsd_r_reg_offset): Rename from reg_offset.
6532 (REG_ADDR): Remove macro.
6533 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6534 functions.
6535 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6536 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6537 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6538 instead of supply_gregset.
6539 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6540 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6541 instead of fill_gregset.
6542 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6543
1fc7d519
MK
6544 * i386bsd-nat.c: Don't include "gregset.h".
6545 (supply_gregset, fill_gregset): Make static.
6546 (supply_fpregset, fill_fpregset): Remove.
6547 * Makefile.in (i386bsd-nat.o): Update dependencies.
6548
2c34abbe
MK
65492004-05-30 Mark Kettenis <[email protected]>
6550
448724fb
MK
6551 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6552 "gdb_assert.h". Con't include "gregset.h".
6553 (fbsd_make_corefile_notes): Use regset-based core file support
6554 instead off fill_gregset and fill_fpregset.
6555 * Makefile.in (fbsd-proc.o): Update dependencies.
6556
5ca8ca7c
MK
6557 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6558 instructions.
6559 (m88k_frame_prev_register): Simplify code a bit.
6560
593adc23
MK
6561 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6562 (amd64_collect_fpregset): New function.
6563 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6564
8d1b517b
MK
6565 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6566
7fdafb5a
MK
6567 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6568 (i386_collect_gregset): New function.
6569 (i386_supply_fpregset): Adjust comment.
6570 (i386_collect_fpregset): New function.
6571 (i386_regset_from_core_section): Use i386_collect_gregset and
6572 i386_collect_fpregset.
6573
8693c419
MK
6574 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6575 handle VALUEP being null.
6576
2c34abbe
MK
6577 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6578
45d134d8
MK
65792004-05-29 Mark Kettenis <[email protected]>
6580
1698f4e7
MK
6581 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6582
45d134d8
MK
6583 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6584 assembler in OpenBSD 3.5-current.
6585 (amd64obsd_sigcontext_addr): Likewise.
6586
691d145a
JB
65872004-05-28 Jim Blandy <[email protected]>
6588
6589 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6590 register set, so our regcache isn't declared "legacy" and our E500
6591 pseudoregister read and write functions aren't ignored.
6592 (rs6000_register_byte, rs6000_register_raw_size,
6593 rs6000_register_virtual_type, rs6000_register_convertible,
6594 rs6000_register_convert_to_virtual,
6595 rs6000_register_convert_to_raw): Deleted.
6596 (rs6000_register_type, rs6000_convert_register_p,
6597 rs6000_register_to_value, rs6000_value_to_register): New
6598 functions.
6599 (rs6000_gdbarch_init): Don't register
6600 gdbarch_deprecated_register_size,
6601 gdbarch_deprecated_register_bytes,
6602 gdbarch_deprecated_register_byte,
6603 gdbarch_deprecated_register_raw_size,
6604 gdbarch_deprecated_register_virtual_type,
6605 gdbarch_deprecated_register_convertible,
6606 gdbarch_deprecated_register_convert_to_virtual, or
6607 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6608 register gdbarch_register_type, gdbarch_convert_register_p,
6609 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6610
18ed0c4e
JB
66112004-05-26 Jim Blandy <[email protected]>
6612
6613 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6614 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6615 functions, updated to match the register numberings used in GCC.
6616 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6617 rs6000_dwarf2_reg_to_regnum as register number conversions
6618 functions for STABS and Dwarf2.
6619
779af9e3
RC
66202004-05-26 Randolph Chung <[email protected]>
6621
6622 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6623 in header file.
6624
c23968a2
JB
66252004-05-25 Joel Brobecker <[email protected]>
6626
6627 * NEWS: Document new "start" command.
6628
3a7d1c27
RC
66292004-05-25 Randolph Chung <[email protected]>
6630
6631 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6632 hppa-linux.
6633
43613416
RC
66342004-05-25 Randolph Chung <[email protected]>
6635
6636 * hppa-hpux-tdep.c (offsetof): Define.
6637 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6638 (hppa32_hpux_frame_base_before_sigtramp)
6639 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6640 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6641 (hppa64_hpux_frame_base_before_sigtramp)
6642 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6643 functions.
6644 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6645 (hppa_hpux_sigtramp_frame_unwind_cache)
6646 (hppa_hpux_sigtramp_frame_this_id)
6647 (hppa_hpux_sigtramp_frame_prev_register)
6648 (hppa_hpux_sigtramp_frame_unwind)
6649 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6650 (hppa_hpux_init_abi): Register sigtramp unwinder.
6651 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6652
6d1be3f1
RC
66532004-05-25 Randolph Chung <[email protected]>
6654
6655 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6656 and multiple stack unwinds.
6657 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6658
97c34f65
AC
66592004-05-25 Andrew Cagney <[email protected]>
6660
6661 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6662 * symfile-mem.h: Delete file.
6663 * symfile-mem.c: Do not include "symfile-mem.h".
6664 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6665 "struct bfd_section". When an error do not bother returning NULL.
6666 (add_symbol_file_from_memory_command): Use "struct bfd" and
6667 "struct bfd_section".
6668 * Makefile.in (symfile_mem_h): Delete.
6669 (symfile-mem.o): Update dependencies.
6670
e23cbd82
NR
66712004-05-25 Nick Roberts <[email protected]>
6672
6673 * gdb-mi.el: New file.
6674
20d2ca3e
AC
66752004-05-25 Andrew Cagney <[email protected]>
6676
6677 * inftarg.c: Include "observer.h".
6678 (child_attach, child_create_inferior): Notify inferior_created.
6679 * corelow.c: Include "observer.h".
6680 (core_open): Notify inferior_created.
6681 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6682
c27cda74
AC
66832004-05-25 Andrew Cagney <[email protected]>
6684
6685 * target.h (struct target_ops): Add from_tty to
6686 to_create_inferior.
6687 (target_create_inferior, find_default_create_inferior): Update.
6688 * infcmd.c (run_command): Update.
6689 * wince.c (child_create_inferior): Update.
6690 * win32-nat.c (child_create_inferior): Update.
6691 * uw-thread.c (uw_thread_create_inferior): Update.
6692 * thread-db.c (thread_db_create_inferior): Update.
6693 * target.c (debug_to_create_inferior)
6694 (find_default_create_inferior): Update.
6695 (maybe_kill_then_create_inferior): Update.
6696 * sol-thread.c (sol_thread_create_inferior): Update.
6697 * remote.c (extended_remote_async_create_inferior)
6698 (extended_remote_create_inferior): Update.
6699 * remote-vx.c (vx_create_inferior): Update.
6700 * remote-st.c (st2000_create_inferior): Update.
6701 * remote-sim.c (gdbsim_create_inferior): Update.
6702 * remote-sds.c (sds_create_inferior): Update.
6703 * remote-rdp.c (remote_rdp_create_inferior): Update.
6704 * remote-rdi.c (arm_rdi_create_inferior): Update.
6705 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6706 * remote-e7000.c (e7000_create_inferior): Update.
6707 * procfs.c (procfs_create_inferior): Update.
6708 * ocd.c (ocd_create_inferior): Update.
6709 * ocd.h (ocd_create_inferior): Update.
6710 * nto-procfs.c (procfs_create_inferior): Update.
6711 * monitor.c (monitor_create_inferior): Update.
6712 * lin-lwp.c (lin_lwp_create_inferior): Update.
6713 * inftarg.c (child_create_inferior): Update.
6714 * hpux-thread.c (hpux_thread_create_inferior): Update.
6715 * gnu-nat.c (gnu_create_inferior): Update.
6716
1db2a798
AC
67172004-05-25 Andrew Cagney <[email protected]>
6718
6719 * MAINTAINERS: Update e-mail address.
6720
007d08bb
RC
67212004-05-24 Randolph Chung <[email protected]>
6722
6723 * thread.c (info_threads_command, thread_apply_all_command)
6724 (thread_apply_command, thread_command, do_captured_thread_select):
6725 Remove HPUXHPPA-specific code.
6726
69e7b95e
RC
67272004-05-24 Randolph Chung <[email protected]>
6728
6729 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6730 unused symbols.
6731 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6732 references.
6733
a4d5f2e0
JB
67342004-05-24 Joel Brobecker <[email protected]>
6735
6736 * infcmd.c (kill_if_already_running): New function, extracted
6737 from run_command().
6738 (run_command): Replace extracted code by call to
6739 kill_if_already_running().
6740 (start_command): New function.
6741 (_initialize_infcmd): Add "start" command.
6742
bf2ca189
MK
67432004-05-24 Mark Kettenis <[email protected]>
6744
6745 Add OpenBSD/m88k support.
6746 * NEWS (New native configurations): Mention OpenBSD/m88k.
6747 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6748 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6749 * Makefile.in (m88k_tdep_h): New variable.
6750 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6751 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6752 * configure.host: Add m88*-*-openbsd*.
6753 * configure.tgt: Add m88*-*-openbsd*.
6754
80fadb11
JB
67552004-05-24 Jim Blandy <[email protected]>
6756
6757 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6758 to approve changes.
6759
19e2d14b
KB
67602004-05-24 Kevin Buettner <[email protected]>
6761
6762 * symtab.c (fixup_section): Search section table when lookup by
6763 name fails.
6764
1b07b470
RC
67652004-05-24 Randolph Chung <[email protected]>
6766
6767 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6768 be "small_struct".
6769
368702b1
MK
67702004-05-24 Mark Kettenis <[email protected]>
6771
5df97fde
MK
6772 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6773 register number in regcache_raw_collect call.
6774 (m68kbsd_collect_fpregset): Likewise.
6775 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6776
368702b1
MK
6777 * regset.h (struct regset): Add back `regset' member.
6778
a770d4ec
MK
67792004-05-23 Mark Kettenis <[email protected]>
6780
70f9f479
MK
6781 * configure.in: Check for td_pcb in `struct thread'.
6782 * configure, config.in: Regenerated.
6783
2e16d79e
MK
6784 * dpx2-nat.c: Remove file.
6785 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6786 (dpx2-nat.o): Remove dependencies.
6787
492cf391
MK
6788 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6789 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6790 (amd64obsd_supply_pcb): New function.
6791 (_initialize_amd64obsd_nat): Enable libkvm interface.
6792 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6793 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6794 (LOADLIBES): New variable.
6795
a770d4ec
MK
6796 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6797 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6798 (sparc32nbsd_supply_pcb): New function.
6799 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6800 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6801 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6802 (LOADLIBES): New variable.
6803
9ea75c57
MK
68042004-05-22 Mark Kettenis <[email protected]>
6805
2e0c3539
MK
6806 * bsd-kvm.c, bsd-kvm.h: New files.
6807 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6808 "bsd-kvm.h".
6809 (i386fbsd_supply_pcb): New function.
6810 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6811 (i386fbsd-nat.o): Update dependencies.
6812 (bsd_kvm_h): New variable.
6813 (bsd-kvm.o): New dependency.
6814 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6815 (LOADLIBES): New variable.
6816
9ea75c57
MK
6817 * regset.c: Tweak comment.
6818 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6819 macro.
6820 * regset.h: Update copyright year.
6821 (struct regset): Remove `descr' member, add `gdbarch' member.
6822 (regset_alloc): Adjust prototype and comment.
6823 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6824 (i386_supply_fpregset): Likewise.
6825 (i386_regset_from_core_section): Update call to regset_alloc.
6826 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6827 REGSET->arch.
6828 (i386obsd_aout_regset_from_core_section): Update call to
6829 regset_alloc.
6830 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6831 REGSET->arch.
6832 (i386nbsd_aout_regset_from_core_section): Update call to
6833 regset_alloc.
6834 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6835 REGSET->arch.
6836 (amd64_regset_from_core_section): Update call to regset_alloc.
6837 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6838 REGSET->arch.
6839 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6840 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6841 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6842 (sparc32nbsd_init_abi): Update call to regset_alloc.
6843 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6844 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6845 (sparc64obsd_init_abi): Update call to regset_alloc.
6846 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6847 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6848 (sparc64nbsd_init_abi): Update call to regset_alloc.
6849 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6850 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6851 (sparc64fbsd_init_abi): Update call to regset_alloc.
6852
867e2dc5
JB
68532004-05-22 Jim Blandy <[email protected]>
6854
6855 * ppc-tdep.h (spe_register_p): New declaration.
6856 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6857 ppc_spefscr_regnum.
6858 * rs6000-tdep.c (spe_register_p): New function.
6859 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6860 spefscr.
6861 (rs6000_gdbarch_init): Initialize the new members of the tdep
6862 structure.
6863
617a4cba
JB
68642004-05-21 Jim Blandy <[email protected]>
6865
0397dee1
JB
6866 * ppc-linux-nat.c (fetch_register): Move code back to be next
6867 to the comment that describes it. (Moved code, instead of
6868 comment, for symmetry with store_register.)
6869
617a4cba
JB
6870 Allocate regset structures in the gdbarch's obstack, not using
6871 xmalloc.
6872 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6873 Add 'arch' argument. Allocate the regset on arch's obstack, not
6874 using xmalloc.
6875 * regset.h (regset_alloc): Update declaration.
6876 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6877 gdbarch argument.
6878 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6879 * i386-tdep.c (i386_regset_from_core_section): Same.
6880 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6881 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6882 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6883 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6884 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6885 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6886
9aa3914d
JB
68872004-05-21 Joel Brobecker <[email protected]>
6888
6889 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6890
99c87dab
JB
68912004-05-21 Jim Blandy <[email protected]>
6892
6893 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6894 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6895
c2b6b4aa
JB
68962004-05-20 Jim Blandy <[email protected]>
6897
6898 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6899
144529d0
MK
69002004-05-20 Mark Kettenis <[email protected]>
6901
6902 * regset.h: Make prototype const-correct.
6903 * regset.c (regset_xmalloc): Make const-correct.
6904
4725b721
PH
69052004-05-20 Paul N. Hilfinger <[email protected]>
6906
6907 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6908 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6909 (symbol_search_name): Declare.
6910
6911 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6912 (iter_name_next_hashed): Ditto.
6913 (iter_name_next_linear): Ditto.
6914 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6915
6916 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6917 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6918 (symbol_search_name): New function.
6919
6920 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6921
6922 * minsyms.c (build_minimal_symbol_hash_tables): Change
6923 test for adding to demangled hash table to check for difference
6924 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6925
be07a590
JB
69262004-05-19 Jim Blandy <[email protected]>
6927
6928 Use a constructor function to create regset structures.
6929 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6930 (struct regset): Use supply_regset_ftype. Add new
6931 'collect_regset' member.
6932 (regset_xmalloc): New declaration.
6933 * regset.c: New file.
6934 * am64-tdep.c (amd64_regset_from_core_section): Use
6935 regset_xmalloc to construct regset structures.
6936 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6937 * i386-tdep.c (i386_regset_from_core_section): Same.
6938 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6939 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6940 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6941 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6942 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6943 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6944 * Makefile.in (COMMON_OBS): Add regset.o.
6945 (regset.o): New rule.
6946
604368f5
JB
69472004-05-19 Joel Brobecker <[email protected]>
6948
6949 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6950 and pthread_cond_wait.c.
6951
82d69f8b
JB
69522004-05-18 Jim Blandy <[email protected]>
6953
6954 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6955 before the mach-specific switch, and then let the individual cases
6956 override the defaults, rather than leaving them uninitialized
6957 until the switch and then setting them in each case.
6958
5859efe5
RC
69592004-05-18 Randolph Chung <[email protected]>
6960
6961 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6962 millicode functions.
6963
9ca80cf8
RC
69642004-05-18 Randolph Chung <[email protected]>
6965
6966 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6967 references to dld_flags_buffer consistent.
6968
ed70ba00
RC
69692004-05-18 Randolph Chung <[email protected]>
6970
6971 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6972 it for unwinding the stack.
6973
63100632
RC
69742004-05-18 Randolph Chung <[email protected]>
6975
6976 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6977 Undefine these so we can overide them using gdbarch.
6978
090ccbb7
RC
69792004-05-18 Randolph Chung <[email protected]>
6980
6981 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6982 handling for 64-bit HPUX (elf).
6983
594706e6
DJ
69842004-05-18 Daniel Jacobowitz <[email protected]>
6985
6986 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6987 constants.
6988 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6989 * ia64-tdep.c (examine_prologue): Likewise.
6990 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6991 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6992
e5483145
MK
69932004-05-18 Mark Kettenis <[email protected]>
6994
6995 * vax-tdep.c (vax_return_value): Implement
6996 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6997
caed1a45
MK
69982004-05-17 Mark Kettenis <[email protected]>
6999
7000 * vax-tdep.c (vax_return_value): Fix typo.
7001
3c0b7db2
AC
70022004-05-17 Andrew Cagney <[email protected]>
7003
5aae53e5
AC
7004 * MAINTAINERS: Mark Salter was also responsible for
7005 testsuite/config/
7006
3c0b7db2
AC
7007 * NEWS: Mention signal fixes.
7008
22b0923d
RC
70092004-05-17 Randolph Chung <[email protected]>
7010
7011 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7012 check to see if we are unwinding an export stub. Export stubs clobber
7013 the %rp in the call path and stores the original rp in a stack slot.
7014
22f2b2f3
JB
70152004-05-17 Jim Blandy <[email protected]>
7016
7017 * MAINTAINERS: Update address for J.T. Conklin.
7018
cea96d64
RC
70192004-05-17 Randolph Chung <[email protected]>
7020
7021 * hppa-tdep.c: Remove superfluous #include's.
7022 * Makefile.in (hppa-tdep.o): Update dependencies.
7023
f08f6a4a
RC
70242004-05-17 Randolph Chung <[email protected]>
7025
7026 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7027 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7028 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7029 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7030 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7031 Remove static function declarations.
7032
51da707a
MK
70332004-05-17 Mark Kettenis <[email protected]>
7034
caed1a45
MK
7035 * alphabsd-nat.c: Update copyright year.
7036 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7037
c0c2b0db
MK
7038 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7039 and M68K_A2_REGNUM.
7040
51da707a
MK
7041 * m68k-tdep.c (m68k_svr4_return_value): Implement
7042 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7043
8d027a04
MK
70442004-05-16 Mark Kettenis <[email protected]>
7045
7046 * sol-thread.c Update copyright year. Fix various coding
7047 standards violations. Tweak a few comments.
7048 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7049 Delete prototypes.
7050
0d99fdb9
RC
70512004-05-15 Randolph Chung <[email protected]>
7052
7053 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7054 as pointer instead of array reference since HPUX compiler does
7055 not accept unsized array arguments.
7056 * somsolib.c (dld_flags_buffer): Use constant array size.
7057
f7e3843a
MK
70582004-05-15 Mark Kettenis <[email protected]>
7059
0fe85704
MK
7060 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7061 offset with decimal offset.
7062 (amd64obsd_sigcontext_addr): Return correct address for entire
7063 signal trampoline.
7064
a54f9a00
MK
7065 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7066 instead of get_frame_base.
7067
feae6502
MK
7068 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7069 (fill_gregset): Use regcache_raw_collect.
7070
0382d099
MK
7071 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7072 ppcobsd-tdep.c.
7073
f7e3843a
MK
7074 * config/sparc/tm-nbsd64.h: Remove file.
7075 * config/tm-sunos.h: Remove file.
7076
773df3e5
JB
70772004-05-15 Joel Brobecker <[email protected]>
7078
7079 * rs6000-tdep.c (store_param_on_stack_p): New function,
7080 an improved version of some code extracted from skip_prologue().
7081 (skip_prologue): Use store_param_on_stack_p() to detect
7082 instructions saving a parameter on the stack. Detect when r0
7083 is used to save a parameter.
7084 Do not mark "li rx, SIMM" instructions as part of the prologue,
7085 unless the following instruction is also part of the prologue.
7086
95918acb
AC
70872004-05-14 Andrew Cagney <[email protected]>
7088
06f32659
AC
7089 * infrun.c (handle_inferior_event): Simplify
7090 STEP_OVER_UNDEBUGGABLE.
7091
95918acb
AC
7092 * infrun.c (handle_step_into_function): Delete function.
7093 (handle_inferior_event): Inline calls to
7094 handle_step_into_function.
7095
40711ff1 70962004-05-14 Jerome Guitton <[email protected]>
42203e46
JG
7097
7098 * rs6000-nat.c: Fix a comment.
7099
02f60eae
JB
71002004-05-12 David Anderson <[email protected]>
7101
7102 Committed by Jim Blandy <[email protected]>:
7103 * regcache.c (struct regcache_descr): fix comment spelling.
7104
552e377b
JB
71052004-05-13 J. Brobecker <[email protected]>
7106
7107 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7108 Fixes a link link failure.
7109
349766b2
JB
71102004-05-13 J. Brobecker <[email protected]>
7111
7112 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7113 error that was causing the build to fail.
7114
0d4d5484
JB
71152004-05-13 J. Brobecker <[email protected]>
7116
7117 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7118 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7119
0b30808c
AC
71202004-05-13 Andrew Cagney <[email protected]>
7121
7122 * infrun.c (handle_inferior_event): Check for
7123 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7124 calls. Update comments.
7125
cdf2c5f5
JB
71262004-05-13 Jim Blandy <[email protected]>
7127
063715bf
JB
7128 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7129 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7130 (store_regs_user_thread, store_regs_kernel_thread): Use
7131 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7132 * ppc-linux-nat.c (fill_gregset): Same.
7133 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7134 (ppc_linux_sigtramp_cache): Same.
7135 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7136 (ppcnbsd_sigtramp_cache_init): Same.
7137 * rs6000-nat.c (fetch_core_registers): Same.
7138 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7139 (rs6000_frame_cache): Same.
7140
cdf2c5f5
JB
7141 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7142 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7143 of assuming that the gprs are numbered starting with zero.
7144 * ppc-linux-nat.c (fill_gregset): Same.
7145 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7146 * ppcnbsd-nat.c (getregs_supplies): Same.
7147 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7148 * rs6000-nat.c (fetch_core_registers): Same.
7149 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7150
450bd37b
MS
71512004-05-07 Michael Snyder <[email protected]>
7152
7153 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7154 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7155
4a72a2a6
AC
71562004-05-13 Andrew Cagney <[email protected]>
7157
7158 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7159
8edfa926
BM
71602004-05-13 Bryce McKinlay <[email protected]>
7161
7162 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7163 base_address for shared libraries.
7164
723e0e3d
BM
71652004-05-13 Bryce McKinlay <[email protected]>
7166
7167 * MAINTAINERS (write after approval): Add myself.
7168
00d4360e
UW
71692004-05-13 Ulrich Weigand <[email protected]>
7170
7171 * breakpoint.c (bpstat_stop_status): Add new argument
7172 STOPPED_BY_WATCHPOINT. Use it instead of testing
7173 target_stopped_data_address agaist 0 to check whether
7174 or not we stopped due to a hardware watchpoint.
7175 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7176 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7177 with new argument.
7178
ec76baa5
JB
71792004-05-12 Jim Blandy <[email protected]>
7180
7181 * configure.in: When checking whether we should use the -bbigtoc
7182 option, don't forget to restore the original value of LDFLAGS.
7183 * configure: Regenerated.
7184
f2c9ca08
AC
71852004-05-12 Andrew Cagney <[email protected]>
7186
7187 * thread.c (load_infrun_state): Delete step_sp.
7188 * infrun.c (context_switch): Ditto.
7189 * inferior.h (step_sp): Ditto.
7190 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7191 * gdbthread.h (struct thread_info, save_infrun_state)
7192 (restore_infrun_state): Ditto.
7193
090ddb2a
UW
71942004-05-12 Ulrich Weigand <[email protected]>
7195
7196 * MAINTAINERS (write after approval): Add myself.
7197
8aad930b
AC
71982004-05-12 Andrew Cagney <[email protected]>
7199
7200 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7201 eliminate reference to step_sp.
7202 (struct execution_control_state, init_execution_control_state)
7203 (handle_inferior_event, keep_going): Delete update_step_sp and
7204 step_sp.
7205 * infcmd.c (step_sp): Note that variable is unused.
7206
922d5ae0
AC
72072004-05-11 Andrew Cagney <[email protected]>
7208
7209 * infrun.c (step_over_function): Delete function.
7210 (handle_step_into_function): Use insert_step_resume_breakpoint.
7211 (insert_step_resume_breakpoint): Fix assertion.
7212
017c5ca5
NR
72132004-05-11 Nick Roberts <[email protected]>
7214
7215 * utils.c (defaulted_query): Just use the normal query input type
7216 when printing the annotations.
7217
42edda50
AC
72182004-05-11 Andrew Cagney <[email protected]>
7219
7220 * infrun.c (handle_inferior_event): Simplify code handling
7221 step-into or return-from a signal trampoline.
7222
d28b44a7
AC
72232004-05-11 Andrew Cagney <[email protected]>
7224
7225 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7226 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7227
383f0f5b
JB
72282004-05-10 Jim Blandy <[email protected]>
7229
d0b57c3a
JB
7230 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7231 with a call to internal_error.
7232
383f0f5b
JB
7233 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7234 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7235 processor variant lacks those registers.
7236 (ppc_floating_point_unit_p): Change description to make it clear
7237 that this returns info about the ISA, not the ABI.
7238 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7239 return true or false by checking tdep->ppc_fp0_regnum and
7240 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7241 arch/mach switching done in rs6000_gdbarch_init; it's better to
7242 keep that logic there, and just check the results here.
7243 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7244 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7245 floating-point registers.
7246 (ppc_supply_fpregset, ppc_collect_fpregset)
7247 (rs6000_push_dummy_call, rs6000_extract_return_value)
7248 (rs6000_store_return_value): Assert that we have floating-point
7249 registers.
7250 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7251 (rs6000_frame_cache): Don't note the locations at which
7252 floating-point registers were saved if we have no fprs.
7253 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7254 registers.
7255 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7256 (store_regs_user_thread, store_regs_kernel_thread): Only call
7257 supply_fprs / fill_fprs if we actually have floating-point
7258 registers.
7259 (special_register_p): Check ppc_fpscr_regnum before matching
7260 against it.
7261 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7262 supply / collect fpscr if we don't have it.
7263 * ppc-bdm.c: #include "gdb_assert.h".
7264 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7265 have floating-point registers, since I can't test this code on
7266 FP-free systems to adapt it.
7267 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7268 fpscr and floating point register numbers if they don't exist.
7269 (fetch_register): Assert that we have floating-point registers
7270 before we reach the code that handles them.
7271 (store_register): Same. And use tdep instead of calling
7272 gdbarch_tdep again.
7273 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7274 don't have them.
7275 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7276 fprs and fpscr if we don't have them.
7277 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7278 don't have them.
7279 * ppcnbsd-nat.c: #include "gdb_assert.h".
7280 (getfpregs_supplies): Assert that we have floating-point registers.
7281 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7282 * ppcobsd-tdep.c: #include "gdb_assert.h".
7283 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7284 have floating-point registers.
7285 * rs6000-nat.c (regmap): Don't match against the fpscr and
7286 floating point register numbers if they don't exist.
7287 (fetch_inferior_registers, store_inferior_registers,
7288 fetch_core_registers): Only fetch / store / supply the
7289 floating-point registers and the fpscr if we have them.
7290 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7291 (ppcobsd-tdep.o): Update dependencies.
7292
15960608
AC
72932004-05-10 Andrew Cagney <[email protected]>
7294
7295 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7296 (context_switch): Do not switch through_sigtramp_breakpoint.
7297 * gdbthread.h (save_infrun_state, load_infrun_state)
7298 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7299 and structure member.
7300 * thread.c (load_infrun_state, save_infrun_state): Update.
7301
5ab5aa0f
MK
73022004-05-10 Mark Kettenis <[email protected]>
7303
7304 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7305
da78b0e7
DJ
73062004-05-10 Maciej W. Rozycki <[email protected]>
7307
7308 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7309 throughout.
7310 * aclocal.m4: Regenerate.
7311
cca0d3b0
NW
73122004-05-10 Nathan J. Williams <[email protected]>
7313
7314 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7315
d303a6c7
AC
73162004-05-10 Andrew Cagney <[email protected]>
7317
7318 * infrun.c (check_sigtramp2): Delete function.
7319 (handle_inferior_event): When single stepping, and taking a
7320 signal, set a breakpoint at the signal return address. Delete
7321 redundant calls to check_sigtramp2.
7322 (insert_step_resume_breakpoint): New function.
7323 (through_sigtramp_breakpoint, handle_inferior_event)
7324 (follow_exec, wait_for_inferior, fetch_inferior_event)
7325 (currently_stepping, keep_going): Delete most uses of
7326 through_sigtramp_breakpoint, not that it should be deleted.
7327 (delete_breakpoint_current_contents): Delete function.
7328
03f4cc20
RC
73292004-05-10 Randolph Chung <[email protected]>
7330
7331 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7332 target.
7333 * config/pa/tm-linux.h: New file.
7334
37fc812e
DJ
73352004-05-10 Daniel Jacobowitz <[email protected]>
7336
7337 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7338 of prefixes. Don't print the prefix twice in the CLI.
7339
26c0b942
JB
73402004-05-10 Jim Blandy <[email protected]>
7341
2e56e9c1
JB
7342 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7343 collect all the gprs.
7344
26c0b942
JB
7345 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7346 loop collecting gprs.
7347
dc497459
AC
73482004-05-09 Andrew Cagney <[email protected]>
7349
7350 * remote-vx.c (net_step): Delete step-range code.
7351 * remote.c (remote_resume, init_all_packet_configs)
7352 (set_remote_protocol_E_packet_cmd)
7353 (show_remote_protocol_E_packet_cmd)
7354 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7355 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7356 (show_remote_protocol_e_packet_cmd): Ditto.
7357
0543f387
MK
73582004-05-09 Mark Kettenis <[email protected]>
7359
c481d1ca
MK
7360 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7361
f626a069
MK
7362 * hppa-tdep.h: Update copyright year.
7363 (struct trad_frame_saved_reg): Add opaque declaration.
7364
6fa57a7d
MK
7365 * amd64-tdep.c (amd64_return_value): Implement
7366 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7367
e47577ab
MK
7368 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7369 (m68k_value_to_register): New functions.
7370 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7371 value_to_register.
7372
31db7b6c
MK
7373 * defs.h (enum return_value_convention): Add
7374 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7375 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7376 * infcmd.c (legacy_return_value): New function.
7377 (print_return_value): Rwerite to implement
7378 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7379 * values.c (using_struct_return): Check for inequality to
7380 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7381 RETURN_VALUE_STRUCT_CONVENTION.
7382 * i386-tdep.c (i386_return_value): Implement
7383 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7384
0543f387
MK
7385 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7386 include "symtab.h", "opcode/vax.h" and "inferior.h".
7387 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7388 to read_memory_unsigned_integer.
7389 (vax_gdbarch_init): Reorder.
7390 (_initialize_vax_tdep): Spell out prototype.
7391 * Makefile.in (vax-tdep.o): Update dependencies.
7392
0c93b7b6
AC
73932004-05-08 Andrew Cagney <[email protected]>
7394
e6b55ae2
AC
7395 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7396 * target.c (target_detach, target_disconnect): Ditto.
7397
1ac839b8
AC
7398 * infcall.c (call_function_by_hand): When no
7399 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7400 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7401 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7402 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7403 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7404
28954179
AC
7405 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7406 * gdbarch.h, gdbarch.c: Re-generate.
7407 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7408 deprecated_fix_call_dummy.
7409 * v850-tdep.c (v850_gdbarch_init): Ditto.
7410 * infcall.c (call_function_by_hand): Do not call
7411 DEPRECATED_FIX_CALL_DUMMY.
7412
434b87dd
AC
7413 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7414 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7415 * gdbarch.h, gdbarch.c: Re-generate.
7416 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7417 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7418 deprecated_sizeof_call_dummy_words.
7419 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7420 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7421 * v850-tdep.c (v850_gdbarch_init): Ditto.
7422 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7423 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7424 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7425 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7426 * arch-utils.h (legacy_call_dummy_words)
7427 (legacy_sizeof_call_dummy_words): Delete declarations.
7428 * arch-utils.c (legacy_call_dummy_words)
7429 (legacy_sizeof_call_dummy_words): Delete variables.
7430
58d28df8
AC
7431 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7432 * gdbarch.h, gdbarch.c: Re-generate.
7433 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7434 * infcall.c (call_function_by_hand): Eliminate call to
7435 DEPRECATED_PUSH_DUMMY_FRAME.
7436 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7437 push_dummy_frame.
7438 (ns32k_push_dummy_frame): Delete function.
7439
e4a2df64
AC
7440 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7441 deprecated_call_dummy_breakpoint_offset or
7442 deprecated_call_dummy_start_offset.
7443 * dummy-frame.c, arm-tdep.c: Update comments.
7444 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7445 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7446 * gdbarch.h, gdbarch.c: Re-generate.
7447
d3712828
AC
7448 * infcall.c (legacy_push_dummy_code): Delete function.
7449 (push_dummy_code): Delete call.
7450
7a882905
AC
7451 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7452 * gdbarch.h, gdbarch.c: Re-generate.
7453 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7454 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7455 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7456 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7457
0ec5872b
AC
7458 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7459 (struct frame_info): Delete opaque declaration.
7460 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7461 * frame.c (get_frame_type): Delete call.
7462
0c93b7b6
AC
7463 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7464 pc_in_call_dummy.
7465 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7466 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7467
75536971
MK
74682004-05-08 Mark Kettenis <[email protected]>
7469
527ca6bb
MK
7470 * alphanbsd-tdep.c: Include "gdb_string.h".
7471 * armnbsd-tdep.c: Update copyright year.
7472 Include "gdb_string.h".
7473 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7474 dependencies.
7475
d39fdc61
MK
7476 * delta68-nat.c: Remove file.
7477 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7478 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7479 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7480 (delta68-nat.o): Remove dependency.
7481
75536971
MK
7482 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7483 function.
7484 (m68k_gdbarch_init): Don't set
7485 deprecated_frameless_function_invocation.
7486
f4ca1d1f
RC
74872004-05-07 Randolph Chung <[email protected]>
7488
7489 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7490 read_memory_nobpt for code reading when doing frame unwinding.
7491 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7492
2f0e8c7a
RC
74932004-05-07 Randolph Chung <[email protected]>
7494
7495 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7496 instead of sp, handle sigaltstack case.
7497 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7498 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7499 signal handler and not that of the caller.
7500 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7501 hppa_linux_sigtramp_find_sigcontext.
7502
959464ff
RC
75032004-05-07 Randolph Chung <[email protected]>
7504
7505 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7506 hppa-linux-nat.c.
7507 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7508 * hppa-linux-nat.c (fetch_register, store_register): Define.
7509 (fetch_inferior_registers, store_inferior_registers): Define.
7510 (supply_gregset): Add comment and clean up some unneeded code.
7511 (fill_gregset): Add comment and fix so that it saves registers in
7512 the right place in the gregset.
7513 (fill_fpregset): Fix buffer overrun problem.
7514 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7515
0da28f8a
RC
75162004-05-07 Randolph Chung <[email protected]>
7517
7518 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7519 do common handling of the pcoqt register.
7520 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7521 to use helper function.
7522 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7523 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7524 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7525 generic fallback unwinder when all else fails.
7526 (hppa_gdbarch_init): Add fallback sniffer.
7527 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7528 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7529 to use helper function.
7530
b9ec757a
JB
75312004-05-08 Joel Brobecker <[email protected]>
7532
7533 * config/djgpp/fnchange.lst: Add translation rules for
7534 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7535
756e95f1
MK
75362004-05-08 Mark Kettenis <[email protected]>
7537
7538 * frame.c (get_prev_frame_1): Work around GCC bug.
7539 * frame.h: Add comment about GCC bug.
7540
2b4855ab
AC
75412004-05-07 Andrew Cagney <[email protected]>
7542
7543 * observer.c: Include "commands.h" and "gdbcmd.h".
7544 (observer_debug, _initialize_observer): Add the
7545 command "set/show debug observer".
7546 * observer.sh: When observer debugging, log notify calls.
7547 * Makefile.in (observer.o): Update dependencies.
7548
ba3e8e46
JM
75492004-05-07 Jason Molenda ([email protected])
7550
7551 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7552
16796152
JB
75532004-05-07 Jim Blandy <[email protected]>
7554
daf6dc85
JB
7555 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7556 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7557 to recognize gpr regnums, instead of assuming that
7558 tdep->ppc_fp0_regnum marks the end of the general-purpose
7559 registers.
7560
16796152
JB
7561 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7562 the given architecture has floating-point registers.
7563
c69b8bfc
AC
75642004-05-07 Andrew Cagney <[email protected]>
7565
7566 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7567 macro defined to 1.
7568 * gdbarch.h, gdbarch.c: Re-generate.
7569 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7570 deprecated_use_generic_dummy_frames.
7571
7243600a
BF
75722004-05-07 Brian Ford <[email protected]>
7573
7574 * NEWS: Mention Cygwin DWARF 2 support.
7575
73c1e0a1
AC
75762004-05-07 Andrew Cagney <[email protected]>
7577
7578 * objfiles.h (struct entry_info): Delete unused fields
7579 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7580 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7581 * mipsread.c (mipscoff_symfile_read): Update.
7582 * mdebugread.c (parse_partial_symbols): Update.
7583 * dwarfread.c (read_file_scope): Update.
7584 * dwarf2read.c (read_file_scope): Update.
7585 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7586 * coffread.c (complete_symtab): Update.
7587
1d3056ac
MK
75882004-05-07 Mark Kettenis <[email protected]>
7589
7590 * infcall.c (_initialize_infcall): Fix typo.
7591
15170568
AC
75922004-05-07 Andrew Cagney <[email protected]>
7593
7594 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7595 * command.h (add_setshow_zinteger_cmd): Declare.
7596
34f75cc1
RC
75972004-05-06 Randolph Chung <[email protected]>
7598
7599 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7600 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7601 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7602 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7603 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7604 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7605 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7606 definitions ...
7607 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7608 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7609 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7610 (hppa64_hpux_frame_find_saved_regs_in_sig)
7611 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7612 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7613 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7614 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7615 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7616 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7617 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7618 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7619 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7620 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7621 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7622 (hppa32_register_type, hppa_cannot_store_register)
7623 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7624 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7625 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7626 * pa64solib.c (pa64_solib_have_load_event)
7627 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7628 (pa64_solib_unloaded_library_pathname): Likewise.
7629 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7630 (som_solib_library_pathname): Likewise.
7631
0a5e7efe
JI
76322004-05-05 Jim Ingham <[email protected]>
7633
7634 * breakpoint.c (create_breakpoints): Copy the ignore count and
7635 thread id over from the pended breakpoint to the actual
7636 breakpoint.
7637
10a4b113
AC
76382004-05-05 Andrew Cagney <[email protected]>
7639
7640 * gdbarch.sh (PARM_BOUNDARY): Delete.
7641 gdbarch.h, gdbarch.c: Re-generate.
7642 * valops.c (PARM_BOUNDARY): Delete macro.
7643 (value_push): Delete PARM_BOUNDARY code.
7644 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7645
366f009f
JB
76462004-05-04 Jim Blandy <[email protected]>
7647
32b99774
JB
7648 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7649 Don't assume that the gprs, fprs, and UISA sprs are
7650 contiguous, start at register number zero, and end with fpscr.
7651 Instead, use the numbers from the tdep structure.
7652
366f009f
JB
7653 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7654 should no longer be used in code specific to the RS6000 and its
7655 derivatives.
7656 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7657 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7658 tdep->ppc_fp0_regnum.
7659 (ppc_supply_fpregset, ppc_collect_fpregset)
7660 (rs6000_push_dummy_call, rs6000_extract_return_value)
7661 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7662 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7663 FP0_REGNUM.
7664 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7665 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7666 Same.
7667 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7668 bdm_ppc_store_registers): Same.
7669 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7670 (store_register, fill_fpregset): Same.
7671 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7672 (ppc_linux_supply_fpregset): Same.
7673 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7674 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7675 Same.
7676 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7677 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7678 ppc64_sysv_abi_return_value): Same.
7679 * rs6000-nat.c (regmap, fetch_inferior_registers)
7680 (store_inferior_registers, fetch_core_registers): Same.
7681
827f338d
MK
76822004-05-01 Mark Kettenis <[email protected]>
7683
7684 * m68knbsd-nat.c: Remove file.
7685 * m68knbsd-tdep.c: Remove file.
7686 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7687 dependencies.
7688 * configure.host: Add m68k-*-netbsdelf*.
7689 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7690 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7691 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7692 (XM_FILE): Remove.
7693 * config/m68k/nbsdelf.mh: New file.
7694 * config/m68k/nbsd.mt: New file.
7695 * config/m68k/nbsdaout.mt: Remove file.
7696 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7697 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7698 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7699 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7700 (use_struct_convention): Remove prototype.
7701 (USE_STRUCT_CONVENTION): Remove define.
7702 * config/m68k/xm-nbsd.h: Remove file.
7703
66894781
MS
77042004-05-04 Michael Snyder <[email protected]>
7705
7706 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7707 reg_struct_return method (as gcc usually does for cross targets).
7708
f0f63663
AC
77092004-05-04 Ulrich Weigand <[email protected]>
7710
7711 Committed by Andrew Cagney.
7712 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7713 alignment padding when accessing ucontext struct members.
7714
edf61169
JB
77152004-05-04 Jim Blandy <[email protected]>
7716
8bf659e8
JB
7717 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7718 'ppc_gplast_regnum' member.
7719 (ppc_num_gprs): New enum constant.
7720 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7721 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7722 * rs6000-nat.c (regmap, fetch_inferior_registers,
7723 store_inferior_registers): Same.
7724 * rs6000-tdep.c (e500_pseudo_register_read)
7725 (e500_pseudo_register_write): Same.
7726 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7727
b967e06f
JB
7728 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7729 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7730 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7731 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7732 FPLAST_REGNUM.
7733 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7734 Same.
7735 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7736 * rs6000-nat.c (regmap, fetch_inferior_registers)
7737 (store_inferior_registers): Same.
7738
edf61169
JB
7739 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7740 with FPLAST_REGNUM.
7741
58a9656e
JB
77422004-05-03 Joel Brobecker <[email protected]>
7743
7744 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7745 failure detected by recent versions of GCC.
7746 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7747 to be consistent with the usage in dwarf2_create_include_psymtab.
7748
dc305454
MS
77492004-05-03 Michael Snyder <[email protected]>
7750
7751 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7752 (heuristic_proc_start): Whitespace cleanup.
7753
29972665
MK
77542004-05-04 Mark Kettenis <[email protected]>
7755
6b57680d
MK
7756 * sun3-nat.c: Remove file.
7757 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7758 dependencies.
7759 (ALLDEPFILES): Remove sun3-nat.c.
7760 (sun3-nat.o): Remove dependencies.
7761
29972665
MK
7762 * i386-interix-nat.c, i386-interix-tdep.c,
7763 config/i386/nm-interix.h, config/i386/interix.mh,
7764 config/i386/interix.mt: Remove files.
7765 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7766 dependencies.
7767
f595cb19
MK
77682004-05-03 Mark Kettenis <[email protected]>
7769
7770 * m68k-tdep.h (struct gdbarch_tdep): Add member
7771 struct_value_regnum.
7772 (m68k_svr4_init_abi): New prototype.
7773 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7774 different calling conventions.
7775 (m68k_extract_return_value): Remove code dealing with single-field
7776 structs.
7777 (m68k_store_return_value): Remove code dealing with single-field
7778 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7779 (m68k_extract_struct_value_address): Remove function.
7780 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7781 (m68k_reg_struct_return_p, m68k_return_value)
7782 (m68k_svr4_return_value): New functions.
7783 (m68k_use_struct_convention): Remove function.
7784 (m68k_push_dummy_call): Use new struct_value_regnum member of
7785 `struct gdbarch_tdep' instead of hardcoded register number to
7786 store STRUCT_ADDR.
7787 (m68k_svr4_init_abi): New function.
7788 (m68k_gdbarch_init): Don't set extract_return_value,
7789 store_return_values, deprecated_extract_struct_value_address and
7790 use_struct_convention. Set return_value instead. Initialize new
7791 struct_value_regnum member of `struct gdbarch_tdep'.
7792 * m68klinux-tdep.c: Update copyright year.
7793 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7794 (m68k_linux_extract_struct_value_address): Remove function.
7795 (m68k_linux_init_abi): Don't set extract_return_value,
7796 store_return_values, deprecated_extract_struct_value_address and
7797 use_struct_convention. Call m68k_svr4_init_abi but override the
7798 new struct_value_regnum member of `struct gdbarch_tdep'.
7799 * Makefile.in (m68k-tdep.o): Update dependencies.
7800
aaa75496
JB
78012004-05-03 J. Brobecker <[email protected]>
7802
7803 * dwarf2read.c (line_header): Add new included_p field in
7804 field file_names.
7805 (partial_die_info): New field has_stmt_list. New field line_offset.
7806 (dwarf2_create_include_psymtab): New function.
7807 (dwarf2_build_include_psymtabs): New function.
7808 (add_file_name): Add forward declaration. Initialize new field.
7809 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7810 to be able to determine the list of files included by the
7811 given unit, and build their associated psymtabs.
7812 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7813 files as well.
7814 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7815 (read_file_scope): Update call to dwarf_decode_lines.
7816 (read_partial_die): Handle DW_AT_stmt_list attributes.
7817
c848556f
MC
78182004-05-02 Michael Chastain <[email protected]>
7819
7820 Unfix PR gdb/1626.
7821 * configure.in: Revert special case for osf5.*.
7822 * configure: Regenerate.
7823
eb4556d7
JB
78242004-05-02 Jim Blandy <[email protected]>
7825
7826 Move the symbol-file-from-memory functions into their own file.
7827 * symfile-mem.c, symfile-mem.h: New files.
7828 * symfile.c (symbol_file_add_from_bfd): New function.
7829 (symbol_file_add): Call symbol_file_add_from_bfd.
7830 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7831 Moved to symfile-mem.c.
7832 (_initialize_symfile): Move definition of
7833 add-symbol-file-from-memory command to symfile-mem.c.
7834 * symfile.h (symbol_file_add_from_bfd): New declaration.
7835 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7836 * config/powerpc/linux.mt (TDEPFILES): Same.
7837 * Makefile.in (SFILES): Add symfile-mem.c.
7838 (symfile_mem_h): New variable.
7839 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7840 (symfile-mem.o): New rule.
7841
80bb239e
AC
78422004-05-01 Andrew Cagney <[email protected]>
7843
7789d0fa
AC
7844 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7845 frame_find_by_id instead of frame_relative_level.
7846 (do_enable_breakpoint): Ditto.
7847 * thread.c: Update copyright.
7848 (info_threads_command): Ditto, simplify.
7849
80bb239e
AC
7850 * frame.c (deprecated_generic_get_saved_register): Delete
7851 function, moved to "xstormy16-tdep.c".
7852 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7853 deprecated_generic_get_saved_register from "frame.c".
7854 (xstormy16_frame_saved_register): Call
7855 xstormy16_get_saved_register.
7856 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7857 static.
7858 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7859 * frame.h (deprecated_generic_get_saved_register): Delete.
7860
b2a871dd
MC
78612004-05-01 Michael Chastain <[email protected]>
7862
7863 * dwarfread.c: Update documentation on the state of dwarf-1.
7864
0e100dab
AC
78652004-05-01 Andrew Cagney <[email protected]>
7866
acd8056e
AC
7867 * stack.c (select_frame_command): Delete call to
7868 frame_relative_level.
7869 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7870 Delete #if0 code.
7871 (frame_info): Do not print FRAMELESS.
7872 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7873 (catch_info): Delete #if0 code.
7874
0e100dab
AC
7875 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7876 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7877 of frame_relative_level.
7878 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7879 to SENTINEL_FRAME.
7880 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7881 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7882 frame_relative_level.
7883
55699d59
AC
7884 * frame.h (deprecated_set_frame_type): Delete declaration.
7885 * frame.c (deprecated_set_frame_type): Delete function, update
7886 comments.
7887
fcf70625
AC
7888 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7889 * gdbarch.h, gdbarch.c: Re-generate.
7890 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7891 (shnbsd_pc_in_sigtramp): Delete.
7892 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7893 pc_in_sigtramp.
7894 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7895 pc_in_sigtramp.
7896 * frame.h: Update comments.
7897 * ppc-linux-tdep.c: Update comments.
7898 * breakpoint.c (bpstat_what): Update comments.
7899
ac5eccb7
AC
7900 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7901 m68klinux-tdep.o's dependencies, were previously added to
7902 m68klinux-nat.o.
7903
f2524b93
AC
7904 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7905 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7906 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7907 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7908 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7909
17e20bce
AC
7910 * Makefile.in (m68klinux-nat.o): Update dependencies.
7911 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7912 (m68k_linux_sigtramp_frame_cache)
7913 (m68k_linux_sigtramp_frame_this_id)
7914 (m68k_linux_sigtramp_frame_prev_register)
7915 (m68k_linux_sigtramp_frame_unwind)
7916 (m68k_linux_sigtramp_frame_sniffer)
7917 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7918 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7919 names, use trad-frame.h.
7920 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7921 (struct m68k_sigtramp_info): Delete.
7922 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7923 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7924 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7925 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7926 "m68klinux-tdep.c".
7927
c8864fa2
AC
7928 * infrun.c (check_sigtramp2): Delete check for
7929 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7930
511dd2cd
MK
79312004-05-01 Mark Kettenis <[email protected]>
7932
7933 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7934
8c6b0e06
AC
79352004-05-01 Andrew Cagney <[email protected]>
7936
9df0bb3f
AC
7937 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7938 (frv_linux_sigtramp_frame_cache)
7939 (frv_linux_sigtramp_frame_this_id)
7940 (frv_linux_sigtramp_frame_prev_register)
7941 (frv_linux_sigtramp_frame_unwind)
7942 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7943 include "linux" in function and variable names, directly call
7944 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7945 the latest trad-frame code.
7946 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7947 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7948 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7949 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7950 * frv-tdep.c (frv_sigtramp_frame_cache)
7951 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7952 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7953 frv-linux-tdep.c.
7954 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7955 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7956 (frv_set_sigcontext_reg_addr): Delete function.
7957
8c6b0e06
AC
7958 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7959 (DEPRECATED_SIGTRAMP_END): Delete.
7960 * gdbarch.h, gdbarch.c: Re-generate.
7961 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7962 * config/vax/tm-vaxbsd.h: Update copyright.
7963 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7964 (DEPRECATED_IN_SIGTRAMP): Define.
7965 * config/m68k/tm-nbsd.h: Update copyright.
7966 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7967 (DEPRECATED_IN_SIGTRAMP): Define.
7968
50ea7769
MK
79692004-05-01 Mark Kettenis <[email protected]>
7970
03ac2a74
MK
7971 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7972 encondings. Fixes PR gdb/1628.
7973
50ea7769
MK
7974 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7975 DW_CFA_restore state without a matching DW_CFA_remember_state
7976 instead of aborting. Fixes PR backtrace/1589.
7977
9a5d7be1
JB
79782004-04-30 Joel Brobecker <[email protected]>
7979
7980 * MAINTAINERS: Add self as AIX maintainer.
7981 Update my e-mail address in write-after-approval section.
7982
2593d1cd
AC
79832004-04-30 Andrew Cagney <[email protected]>
7984
ce12bbf9
AC
7985 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7986 (legacy_get_prev_frame): Ditto.
7987
36710c63
AC
7988 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7989 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7990 * mipsread.c (sigtramp_address): Delete extern variable.
7991 (mipscoff_new_init): Delete reference.
7992 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7993 (fixup_sigtramp): Delete function.
7994 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7995 (fixup_sigtramp): Delete declarations.
7996
2593d1cd
AC
7997 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7998 deprecated_pc_in_sigtramp.
7999 (ppcnbsd_pc_in_sigtramp): Delete function.
8000
2a25f91c
MK
80012004-05-01 Mark Kettenis <[email protected]>
8002
8003 * config/m68k/nm-nbsd.h: Tweak comments.
8004 * config/m68k/nm-nbsdaout.h: Likewise.
8005
0b281939
AC
80062004-04-30 Andrew Cagney <[email protected]>
8007
8008 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8009 legacy_pc_in_sigtramp.
8010 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8011
8f2d3ea0
MK
80122004-05-01 Mark Kettenis <[email protected]>
8013
8014 Add OpenBSD/m68k support.
8015 * NEWS (New native configurations): Mention OpenBSD/m68k.
8016 * m68kbsd-tdep.c: New file.
8017 * m68kbsd-nat.c: New file.
8018 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8019 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8020 * configure.host: Add m68k-*-openbsd.
8021 * configure.tgt: Add m68k-*-openbsd.
8022 * config/m68k/tm-obsd.h: New file.
8023 * config/m68k/obsd.mt: New file.
8024 * config/m68k/obsd.mh: New file.
8025 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8026 m68kbsd-tdep.c.
8027
c40f49a4
AC
80282004-04-30 Andrew Cagney <[email protected]>
8029
8030 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8031 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8032
e81554cd
MK
80332004-04-30 Mark Kettenis <[email protected]>
8034
8035 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8036 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8037
d4dc1a91
BF
80382004-04-30 Brian Ford <[email protected]>
8039
8040 Revert 2004-04-16 change.
8041 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8042 (i386_coff_init_abi): Remove.
8043 * i386-tdep.h (i386_coff_init_abi): Remove.
8044 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8045
2f72f850
AC
80462004-04-30 Andrew Cagney <[email protected]>
8047
e492f9d6
AC
8048 * blockframe.c (find_pc_partial_function): Delete use of
8049 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8050 DEPRECATED_SIGTRAMP_END.
8051
7b7adad0
AC
8052 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8053 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8054 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8055 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8056 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8057
2f72f850
AC
8058 * defs.h (deprecated_inside_entry_file): Delete declaration.
8059 * blockframe.c (deprecated_inside_entry_file): Delete function.
8060 (legacy_frame_chain_valid): Delete call.
8061 * sh64-tdep.c (sh64_frame_chain): Delete call.
8062 * objfiles.h: Update comments.
8063 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8064 call.
8065 * frame.c (get_prev_frame): Delete call, update comments.
8066
283f90a7
BF
80672004-04-30 Brian Ford <[email protected]>
8068
8069 * MAINTAINERS (Write After Approval): Add myself.
8070
8ee56bcf
AC
80712004-04-30 Andrew Cagney <[email protected]>
8072
8073 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8074 * gdbarch.h, gdbarch.c: Re-generate.
8075 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8076 code.
8077
ee27e1b6
AC
80782004-04-30 Andrew Cagney <[email protected]>
8079
8080 * gdb-events.sh (selected_thread_changed)
8081 (selected_frame_level_changed, target_changed): Delete.
8082 * gdb-events.h, gdb-events.c: Re-generate.
8083 * valops.c (value_assign): Update.
8084 * stack.c (select_frame_command, up_silently_base)
8085 (down_silently_base): Update.
8086
d5ac5a39
AC
80872004-04-29 Andrew Cagney <[email protected]>
8088
8089 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8090 registers correctly.
8091 (print_gp_register_row, mips32_heuristic_proc_desc)
8092 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8093 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8094 references to mips_isa_regsize.
8095
ceae6e75
AC
80962004-04-29 Andrew Cagney <[email protected]>
8097
8098 * mips-tdep.c (struct gdbarch_tdep): Delete
8099 mips_fp_register_double.
8100 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8101 mips_abi_regsize.
8102 (mips_gdbarch_init): Do not set mips_fp_register_double.
8103 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8104
a587af0b
AC
81052004-04-29 Joel Brobecker <[email protected]>
8106
8107 Committed by Andrew Cagney.
8108 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8109 function calls.
8110
13326b4e
AC
81112004-04-29 Andrew Cagney <[email protected]>
8112
8113 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8114 gdbarch, use mips_abi, update callers.
8115 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8116 mips_abi_regsize, update callers.
8117 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8118 mips_default_abi_regsize.
8119 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8120 mips_default_abi_regsize.
8121
711cc5cd
AC
81222004-04-29 Andrew Cagney <[email protected]>
8123
1b13c4f6
AC
8124 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8125 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8126 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8127 mips_default_abi_regsize.
8128 (mips_isa_regsize): Rename mips_regisze.
8129 * mipsnbsd-tdep.c: Update.
8130 * mips-linux-tdep.c: Update.
8131 * irix5-nat.c: Update.
8132 * mips-tdep.h (mips_isa_regsize): Update.
8133
711cc5cd
AC
8134 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8135 Delete all disabled code.
8136 * gdb-events.h, gdb-events.c: Re-generate.
8137
e63bbc88
MK
81382004-04-19 Jerome Guitton <[email protected]>
8139 Mark Kettenis <[email protected]>
8140
8141 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8142 the function begins with a branch instruction.
8143
fd35795f
MK
81442004-04-29 Mark Kettenis <[email protected]>
8145
8146 * i386-tdep.c: Fix spelling mistakes.
8147
c960c18f
AC
81482004-04-28 Rainer Orth <[email protected]>
8149 Andrew Cagney <[email protected]>
8150
8151 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8152 <sys/proc.h>.
8153 * acconfig.h: Provide default _KMEMUSER value.
8154 * config.in, configure: Re-generate.
8155 * NEWS: Mention fix.
8156
50306a9d
RC
81572004-04-24 Randolph Chung <[email protected]>
8158
8159 * configure.host (hppa*-*-linux*): New target.
8160 * configure.tgt (hppa*-*-linux*): Likewise.
8161 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8162 gdbarch_init_osabi() call earlier so that osabi-specific frame
8163 unwinders can be registered first.
8164 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8165 hppa-linux-nat.c.
8166 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8167 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8168 * config/pa/linux.mh: New file.
8169 * config/pa/linux.mt: New file.
8170 * config/pa/nm-linux.h: New file.
8171 * config/pa/xm-linux.h: New file.
8172 * hppa-linux-nat.c: New file.
8173 * hppa-linux-tdep.c: New file.
8174
2a6228ef
RC
81752004-04-28 Randolph Chung <[email protected]>
8176
8177 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8178 return values.
8179 (hppa32_push_dummy_call): Fix small struct and floating point argument
8180 passing, and make sure the stack frame is properly aligned.
8181
82c10df6
AC
81822004-04-28 Andrew Cagney <[email protected]>
8183
d762c46a
AC
8184 * stack.c (print_stack_frame): Fix description.
8185
82c10df6
AC
8186 * NEWS: Mention gdb/gdbserver/configure execute permission
8187 changed. PR server/519.
8188
0faf0076
AC
81892004-04-28 Andrew Cagney <[email protected]>
8190
8191 * stack.c (print_stack_frame_stub): Delete declaration.
8192 (struct print_stack_frame_args, print_stack_frame)
8193 (print_frame_info, print_frame): Replace "source" with print what.
8194 Replace "print" with "print_level". Replace "args" with
8195 "print_args".
8196 * frame.h (show_and_print_stack_frame, print_stack_frame)
8197 (print_frame_info): Update declarations.
8198 * stack.c (select_and_print_frame, frame_command)
8199 (current_frame_command, up_command, down_command): Update calls -
8200 use get_selected_frame, pass "enum print_what" for source, do not
8201 call frame_relative_level.
8202 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8203 * remote-rdp.c (remote_rdp_open): Ditto.
8204 * remote-mips.c (common_open): Ditto.
8205 * remote-e7000.c (e7000_start_remote): Ditto.
8206 * ocd.c (ocd_start_remote): Ditto.
8207 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8208 * infrun.c (normal_stop): Ditto.
8209 * inflow.c (kill_command): Ditto.
8210 * infcmd.c (finish_command): Ditto.
8211 * corelow.c (core_open): Ditto.
8212 * tracepoint.c (finish_tfind_command): Ditto.
8213 * thread.c (info_threads_command, info_threads_command)
8214 (restore_current_thread, do_captured_thread_select): Ditto.
8215 * ada-tasks.c (task_command): Ditto.
8216
f4c5303c
OF
82172004-04-26 Orjan Friberg <[email protected]>
8218
8219 * frame.c: Include "observer.h".
8220 (frame_observer_target_changed): New function.
8221 (_initialize_frame): Attach target_changed observer.
8222 * regcache.c: Include "observer.h".
8223 (regcache_observer_target_changed): New function.
8224 (_initialize_regcache): Attach target_changed observer.
8225 * valops.c: Include "observer.h".
8226 (value_assign): Notify target_changed event when modifying register.
8227 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8228
7270d8f2
OF
82292004-04-26 Orjan Friberg <[email protected]>
8230
8231 From Paul Koning <[email protected]>:
8232 * breakpoint.c (free_valchain): New function.
8233 (insert_bp_location, delete_breakpoint): Use free_valchain.
8234 (remove_breakpoint): Do not remove the valchain.
8235 (bpstat_stop_status): If not stopped by watchpoint, skip
8236 watchpoints when generating stop status list.
8237 * infrun.c (handle_inferior_event): Make
8238 stepped_after_stopped_by_watchpoint a global variable.
8239 * remote.c (remote_stopped_data_address): Return watch data
8240 address rather than zero if stepped_after_stopped_by_watchpoint is
8241 set.
8242
02d62932
MC
82432004-04-25 Michael Chastain <[email protected]>
8244
8245 Fix PR gdb/1626.
8246 * configure.in: Check for curses after termcap.
8247 On osf5.*, do not check for ncurses.
8248 * configure: Regenerate.
8249
3e9a183c
MK
82502004-04-25 Mark Kettenis <[email protected]>
8251
c79ac407
MK
8252 * ppcobsd-nat.c: Include "ppc-tdep.h".
8253 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8254
3e9a183c
MK
8255 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8256 Fixes PR tdep/1623 and PR tdep/1624.
8257
38cc9c28
MC
82582004-04-24 Michael Chastain <[email protected]>
8259
8260 * xmodem.h, xmodem.c: Remove files.
8261 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8262
7f07c5b6
RC
82632004-04-23 Randolph Chung <[email protected]>
8264
8265 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8266 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8267 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8268 for handling stackless frames.
8269 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8270
9f7194c3
RC
82712004-04-23 Randolph Chung <[email protected]>
8272
8273 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8274 starts at a pc before the frame is created.
8275
dcff6009
JB
82762004-04-23 Joel Brobecker <[email protected]>
8277
8278 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8279
40711ff1 82802004-04-23 Jerome Guitton <[email protected]>
65951cd9
JG
8281
8282 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8283 use convert_typed_floating to get the appropriate format.
8284
abc485a1
RC
82852004-04-22 Randolph Chung <[email protected]>
8286
8287 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8288 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8289 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8290 (hppa_sign_extend): Add prototype.
8291 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8292 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8293 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8294 hppa targets will also use these functions.
8295 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8296 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8297 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8298 (hppa_gdbarch_init): Remove gdbarch setting of
8299 skip_trampoline_code, in_solib_call_trampoline and
8300 in_solib_return_trampoline.
8301 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8302 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8303 hppa_in_solib_call_trampoline.
8304 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8305 Moved from hppa-tdep.c.
8306 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8307 in_solib_call_trampoline and in_solib_return_trampoline.
8308
369aa520
RC
83092004-04-22 Randolph Chung <[email protected]>
8310
8311 * hppa-tdep.c (hppa_debug): New variable.
8312 (find_unwind_entry, hppa_frame_cache): Add debug output.
8313 (_initialize_hppa_tdep): Add command to set debug flag.
8314
476be15e
AC
83152004-04-22 Andrew Cagney <[email protected]>
8316
8317 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8318 "trad-frame.h".
8319 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8320 signal trampoline unwinder.
8321 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8322
d195bc9f
MK
83232004-04-22 Mark Kettenis <[email protected]>
8324
8325 Add OpenBSD/powerpc support.
8326 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8327 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8328 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8329 (ppc_collect_fpregset): New prototypes.
8330 * ppcobsd-nat.c: New file.
8331 * ppcobsd-tdep.c: New file.
8332 * ppcobsd-tdep.h: New file.
8333 * rs6000-tdep.c: Include "regset.h".
8334 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8335 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8336 New functions.
8337 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8338 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8339 (rs6000-tdep.o): Update dependencies.
8340 * configure.host: Add powerpc-*-openbsd.
8341 * configure.tgt: Add powerpc-*-openbsd.
8342 * config/powerpc/obsd.mh: New file.
8343 * config/powerpc/nm-obsd.h: New file.
8344 * config/powerpc/obsd.mt: New file.
8345
6f14cc33
AC
83462004-04-22 Andrew Cagney <[email protected]>
8347
fcf29e5f
AC
8348 * frame.h (show_frame_info): Delete declaration.
8349
6f14cc33
AC
8350 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8351 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8352 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8353 * frv-tdep.c (frv_frame_this_id): Ditto.
8354 * avr-tdep.c (avr_frame_this_id): Ditto.
8355
e5786a5c
EZ
83562004-04-22 Elena Zannoni <[email protected]>
8357
8358 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8359
26e75e5c
JB
83602004-04-22 Jim Blandy <[email protected]>
8361
8362 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8363 register number zero.
8364
d8d65dd3
MS
83652004-04-21 Michael Snyder <[email protected]>
8366
8367 * mips-tdep.c (heuristic_proc_start):
8368 Warning() already prefixes "Warning: ".
8369
9a4105ab
AC
83702004-04-21 Andrew Cagney <[email protected]>
8371
8372 * annotate.h (deprecated_annotate_starting_hook)
8373 (deprecated_annotate_stopped_hook)
8374 (deprecated_annotate_exited_hook)
8375 (deprecated_annotate_signal_hook)
8376 (deprecated_annotate_signalled_hook): Deprecate.
8377 * tracepoint.h (deprecated_create_tracepoint_hook)
8378 (deprecated_delete_tracepoint_hook)
8379 (deprecated_modify_tracepoint_hook)
8380 (deprecated_trace_find_hook)
8381 (deprecated_trace_start_stop_hook): Deprecate.
8382 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8383 * remote.h (deprecated_target_resume_hook)
8384 (deprecated_target_wait_loop_hook): Deprecate.
8385 * gdbcore.h (deprecated_exec_file_display_hook)
8386 (deprecated_file_changed_hook): Deprecate.
8387 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8388 * defs.h (deprecated_modify_breakpoint_hook)
8389 (deprecated_command_loop_hook, deprecated_show_load_progress)
8390 (deprecated_print_frame_info_listing_hook)
8391 (deprecated_query_hook, deprecated_warning_hook)
8392 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8393 (deprecated_delete_breakpoint_hook)
8394 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8395 (deprecated_readline_begin_hook, deprecated_readline_hook)
8396 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8397 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8398 (deprecated_context_hook, deprecated_target_wait_hook)
8399 (deprecated_attach_hook, deprecated_detach_hook)
8400 (deprecated_call_command_hook, deprecated_set_hook)
8401 (deprecated_error_hook, deprecated_error_begin_hook)
8402 (deprecated_ui_load_progress_hook): Deprecate.
8403 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8404 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8405 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8406 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8407 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8408 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8409 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8410 * annotate.c, aix-thread.c: Update.
8411
62cf13cc
AC
84122004-04-21 Andrew Cagney <[email protected]>
8413
b2e31a62
AC
8414 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8415 * vaxnbsd-tdep.c: Include "gdb_string.h".
8416
62cf13cc
AC
8417 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8418 (add_symbol_file_from_memory_command): #if 0 function body, call
8419 error instead.
8420
00e32a35
AC
84212004-04-21 Andrew Cagney <[email protected]>
8422
8423 * gdbcore.h: Update copyright.
8424 (deprecated_add_core_fns): Rename add_core_fns.
8425 * win32-nat.c (_initialize_core_win32): Update.
8426 * sun3-nat.c (_initialize_core_sun3): Update.
8427 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8428 * rs6000-nat.c (_initialize_core_rs6000): Update.
8429 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8430 * nto-tdep.c (_initialize_nto_tdep): Update.
8431 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8432 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8433 * mips-nat.c (_initialize_core_mips): Update.
8434 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8435 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8436 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8437 * lynx-nat.c (_initialize_core_lynx): Update.
8438 * irix5-nat.c (_initialize_core_irix5): Update.
8439 * i386-interix-nat.c (_initialize_core_interix): Update.
8440 * cris-tdep.c (_initialize_cris_tdep): Update.
8441 * corelow.c (deprecated_add_core_fns): Update.
8442 * core-regset.c (_initialize_core_regset): Update.
8443 * core-aout.c (_initialize_core_aout): Update.
8444 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8445 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8446 * alpha-nat.c (_initialize_core_alpha): Update.
8447
13c7b1ca
JB
84482004-04-21 Jim Blandy <[email protected]>
8449
8450 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8451
7b5a2f43
DJ
84522004-04-19 Daniel Jacobowitz <[email protected]>
8453
8454 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8455 Delete.
8456 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8457 (read_attribute_value): Update calls to dwarf_alloc_block.
8458 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8459 dwarf2_tmp_obstack.
8460 (psymtab_to_symtab_1): Likewise. Clean up using
8461 free_stack_comp_unit.
8462 (add_to_cu_func_list): Use the comp_unit_obstack.
8463
05cf31d1
JB
84642004-04-19 Joel Brobecker <[email protected]>
8465
8466 * dwarf2read.c (dwarf2_flag_true_p): New function.
8467 (die_is_declaration): Use the function above. Add some comments.
8468
adf93a2f
MK
84692004-04-19 Mark Kettenis <[email protected]>
8470
8471 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8472 architecture when registering sparcnbsd_core_osabi_sniffer.
8473 Adjust comment.
8474
748894bf
MK
84752004-04-18 Mark Kettenis <[email protected]>
8476
f622ad42
MK
8477 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8478 return value.
8479
c4fc7f1b
MK
8480 Based on a patch from Brian Ford <[email protected]>:
8481 * i386-tdep.c: Correct register numbering scheme comments
8482 throughout.
8483 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8484 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8485 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8486 (i386_gdb_arch_init): Likewise.
8487
b4ead1bd
MK
8488 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8489 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8490 ppcnbsd-tdep.o.
8491
748894bf
MK
8492 * m68k-tdep.h: Tweak comments.
8493 * m68k-tdep.c: Tweak comment.
8494
fdd72f95
RC
84952004-04-17 Randolph Chung <[email protected]>
8496
8497 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8498 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8499 (hppa_hpux_som_init_abi): Set is_elf to 0.
8500 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8501 * hppa-tdep.c (low_text_segment_address): Remove global.
8502 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8503 section offset to calculate segment address.
8504 (internalize_unwinds): Define low_text_segment_address as local and
8505 pass to record_text_segment_lowaddr for ELF targets.
8506 (hppa_gdbarch_init): Zero fill tdep structure.
8507 (hppa_dump_tdep): Print tdep structure.
8508 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8509
0f8d9d59
RC
85102004-04-17 Randolph Chung <[email protected]>
8511
8512 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8513 (hppa_gdbarch_init): Set pseudo_register_read.
8514 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8515 * regcache.c (supply_register): Remove check for
8516 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8517
7c46b9fb
RC
85182004-04-17 Randolph Chung <[email protected]>
8519
8520 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8521 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8522 (hpread_adjust_stack_address): Move to hpread.c.
8523 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8524 obj_private_struct): Move from tm-hppa.h.
8525 * hpread.c (hppa-tdep.h): Include.
8526 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8527 (hpread_read_function_type, hpread_read_doc_function_type)
8528 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8529 directly.
8530 * pa64solib.c (hppa-tdep.h): Include.
8531 * somsolib.c (hppa-tdep.h): Include.
8532 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8533 inferior_status): Remove unused forward declarations.
8534 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8535 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8536 obj_private_struct): Move to hppa-tdep.h.
8537 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8538
8d153463
RC
85392004-04-17 Randolph Chung <[email protected]>
8540
8541 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8542 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8543 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8544 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8545 Remove forward declaration and make static.
8546 (hppa_reg_struct_has_addr): Remove.
8547
350c2e5b
JB
85482004-04-16 Joel Brobecker <[email protected]>
8549
8550 * observer.sh: Move comments in sed command to first column.
8551
bbde78fa
JM
85522004-04-16 Jason Molenda ([email protected])
8553
8554 * frame.c: Minor typeo corrections in comments.
8555
e0270fd9
JB
85562004-04-16 Joel Brobecker <[email protected]>
8557
8558 * observer.c (observer_test_first_notification_function): Update
8559 function profile.
8560 (observer_test_second_notification_function): Likewise.
8561 (observer_test_third_notification_function): Likewise.
8562
3d049254
MK
85632004-04-16 Mark Kettenis <[email protected]>
8564
8565 From Brian Ford <[email protected]>:
8566 * i386-tdep.c (i386_coff_init_abi): New function.
8567 * i386-tdep.h (i386_coff_init_abi): New prototype.
8568 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8569 register number translation functions for DWARF and DWARF 2.
8570
7867684d
JB
85712004-04-16 Joel Brobecker <[email protected]>
8572
8573 * dwarf2read.c: Back out my previous change, it was incorrect.
8574
72bf9492
DJ
85752004-04-16 Daniel Jacobowitz <[email protected]>
8576
8577 * dwarf2read.c: Include "hashtab.h".
8578 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8579 has_namespace_info.
8580 (struct partial_die_info): Add comments. Use bitfields to reduce
8581 memory footprint. Add scope, scope_set, has_specification,
8582 spec_offset, die_parent, die_child, and die_sibling.
8583 (peek_die_abbrev): Add prototype.
8584 (partial_read_comp_unit_head): New function, broken out from
8585 dwarf2_build_psymtabs_hard.
8586 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8587 Use partial_read_comp_unit_head. Initialize the CU and
8588 comp_unit_obstack. Update calls to read_partial_die and
8589 scan_partial_symbols. Use free_stack_comp_unit and
8590 load_partial_dies.
8591 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8592 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8593 Update calls to helper functions. Remove NAMESPACE argument.
8594 Update comments.
8595 (partial_die_parent_scope, partial_die_full_name): New functions.
8596 (add_partial_symbol): Remove namespace argument. Update call to
8597 pdi_needs_namespace. Use partial_die_full_name. Handle
8598 DW_TAG_namespace. Check has_namespace_info flag.
8599 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8600 tag. Handle namespaces.
8601 (add_partial_namespace, add_partial_enumeration): Simplify.
8602 (guess_structure_name): New function, derived from
8603 add_partial_structure.
8604 (add_partial_structure): Remove.
8605 (determine_class_name): Update comment.
8606 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8607 (is_type_tag_for_partial, load_partial_dies): New functions.
8608 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8609 Record specifications instead of following them immediately.
8610 (find_partial_die_in_comp_unit, find_partial_die)
8611 (fixup_partial_die, free_stack_comp_unit)
8612 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8613 (partial_die_hash, partial_die_eq): New functions.
8614 * Makefile.in (hashtab_h): Define.
8615 (dwarf2read.o): Update dependencies.
8616 (observer_inc, observer_h): Move to the correct section.
8617
fdc860a3
JB
86182004-04-15 Joel Brobecker <[email protected]>
8619
8620 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8621 (die_is_declaration): Use the function above. Add comment.
8622
dc718098
JB
86232004-04-15 Joel Brobecker <[email protected]>
8624
8625 * dwarf2read.c (read_structure_scope): Identify stub types
8626 using die_is_declaration() only.
8627
8718a420
RM
86282004-04-15 Roland McGrath <[email protected]>
8629
8630 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8631 argument instead of NAME.
8632 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8633 in call to symbol_file_add_with_addrs_or_offsets.
8634 (build_addr_info): New function, helper for ...
8635 (symbol_file_add_from_memory): New function.
8636 (add_symbol_file_from_memory_command): New function using that.
8637 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8638 (pre_add_symbol_hook): Add const to argument type.
8639 * symfile.h (symbol_file_add_from_memory): Declare it.
8640
8b910bab
MK
86412004-04-15 Mark Kettenis <[email protected]>
8642
9f076e7a
MK
8643 * NEWS (New native configurations): Mention OpenBSD/vax.
8644 * configure.host: Add vax-*-openbsd*.
8645 * config/vax/obsd.mh: New file.
8646 * config/vax/nm-obsd.h: New file.
8647
8b910bab
MK
8648 * vax-tdep.c: Include "regset.h".
8649 (vax_supply_gregset): New function.
8650 (vax_gregset): New variable.
8651 (vax_regset_from_core_section): New function.
8652 (vax_gdbarch_init): Set regset_from_core_section.
8653 * Makefile.in (vax-tdep.o): Update dependencies.
8654
7a464420
AC
86552004-04-15 Andrew Cagney <[email protected]>
8656
8657 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8658 (observer_normal_stop_notification_stub)
8659 (observer_attach_normal_stop, observer_detach_normal_stop):
8660 Delete, replaced by #include "observer.inc".
8661 * infrun.c (normal_stop): Pass "stop_bpstat" to
8662 observer_notify_normal_stop.
8663 * Makefile.in (observer_inc): Define.
8664 (observer.o): Update dependencies.
8665 (observer.h, observer.inc): New rules.
8666 * observer.h: Delete file.
8667 * observer.sh: New file.
8668
e36ad527
MK
86692004-04-15 Mark Kettenis <[email protected]>
8670
8671 * vax-tdep.c (vax_frame_cache): Fix typo.
8672
67b441e1
MK
86732004-04-14 Mark Kettenis <[email protected]>
8674
6f606e1c
MK
8675 * NEWS (New native configurations): Mention NetBSD/vax.
8676 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8677 * config/vax/nbsdelf.mh: New file.
8678 * config/vax/nbsdaout.mh: New file.
8679 * config/vax/nm-nbsd.h: New file.
8680 * config/vax/nm-nbsdaout.h: New file.
8681
9c5519a5
MK
8682 * vaxnbsd-tdep.c: New file.
8683 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8684 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8685 * config/vax/nbsd.mt: New file.
8686 * config/vax/tm-nbsd.h: New file.
8687
4844a614
MK
8688 * Makefile.in (vaxbsd-nat.o): New dependency.
8689
67b441e1
MK
8690 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8691 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8692 struct_addr arguments. Don't push return value address.
8693 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8694 arguments to vax_store_arguments. Store return value address in
8695 R1.
8696 (vax_store_struct_return, vax_extract_return_value)
8697 (vax_store_return_value): Remove functions.
8698 (vax_return_value): New function.
8699 (vax_gdbarch_init): Set return value. Don't set
8700 deprecated_store_struct_return, deprecated_extract_struct_return
8701 and deprecated_store_return_value.
8702
6672f2ae
AS
87032004-04-14 Andreas Schwab <[email protected]>
8704
8705 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8706 value buffer.
8707 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8708
7346c184
MK
87092004-04-14 Mark Kettenis <[email protected]>
8710
8711 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8712 (vax_unwind_dummy_id): New functions.
8713 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8714 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8715 variables.
8716 (vax_fix_call_dummy): Remove function.
8717 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8718 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8719 call_dummy_location, deprecated_call_dummy_words,
8720 deprecated_sizeof_call_dummy_words,
8721 deprecated_call_dummy_breakpoint_offset,
8722 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8723 and deprecated_dummy_write_sp.
8724
58e23df4
DC
87252004-04-13 David Carlton <[email protected]>
8726
8727 * MAINTAINERS: Move myself to "paper trail" section.
8728
5e6b39ff
MK
87292004-04-12 Mark Kettenis <[email protected]>
8730
7def7fef
MK
8731 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8732 "trad-frame.h".
8733 (vax_frame_init_saved_regs): Remove function.
8734 (vax_sigtramp_saved_pc): Remove function.
8735 (vax_frame_saved_pc): Remove function.
8736 (vax_frame_args_address): Remove function.
8737 (vax_frame_num_args): Rewrite.
8738 (vax_frame_chain): Remove function.
8739 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8740 VAX_FP_REGNUM.
8741 (vax_pop_frame): Likewise.
8742 (vax_saved_pc_after_call): Remove function.
8743 (struct vax_frame_cache): New structure.
8744 (vax_frame_cache): New function.
8745 (vax_frame_this_id): New function.
8746 (vax_frame_prev_register): New function.
8747 (vax_frame_unwind): New variable.
8748 (vax_frame_sniffer): New function.
8749 (vax_frame_base_address): New function.
8750 (vax_frame_args_address): New function.
8751 (vax_frame_base): New variable.
8752 (vax_unwind_pc): New function.
8753 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8754 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8755 deprecated_frame_chain, deprecated_frame_saved_pc,
8756 deprecated_frame_args_address and
8757 deprecated_frame_init_saved_regs.
8758 * Makefile.in (vax-tdep.o): Update dependencies.
8759
53284fc1
MK
8760 * vaxbsd-nat.c: New file.
8761
5e6b39ff
MK
8762 * vax-tdep.h: Update copyright year. Adjust comments.
8763 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8764 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8765 (vax_regnum): New enum. Replacing...
8766 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8767 (VAX_PS_REGNUM): ... these removed macros.
8768 * vax-tdep.c (vax_register_name): Remove prototype.
8769 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8770 (vax_register_byte, vax_register_raw_size,
8771 vax_register_virtual_size, vax_register_virtual_type): Remove
8772 functions.
8773 (vax_register_type): New function.
8774 (vax_breakpoint_from_pc): Reorganize.
8775 (vax_gdbarch_init): Set register_type. Don't set
8776 deprecated_register_size, deprecated_register_bytes,
8777 deprecated_register_byte, deprecated_register_raw_size,
8778 deprecated_max_register_raw_size,
8779 deprecated_register_virtual_size,
8780 deprecated_max_register_virtual_size and
8781 deprecated_register_virtual_type. Add comment on stack direction.
8782
e9c71e9f
MK
87832004-04-11 Mark Kettenis <[email protected]>
8784
8785 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8786 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 8787 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 8788
d46f1176 87892004-04-10 Randolph Chung <[email protected]>
8718a420 8790
d46f1176
RC
8791 * MAINTAINERS (write after approval): Add myself.
8792
a2a84a72
RC
87932004-04-07 Randolph Chung <[email protected]>
8794
8795 * hppa-tdep.c (hppa_inner_than): Remove.
8796 (is_pa_2): Remove unused static variable.
8718a420 8797 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 8798
e85c3284
PH
87992004-03-10 Paul N. Hilfinger <[email protected]>
8800
8801 * language.h (language_defn): Add new la_post_parser field.
8802 * parser-defs.h (null_post_parser): New declaration (default for
8803 la_post_parser).
8718a420 8804
e85c3284
PH
8805 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8806 insert call to that function.
8807 (parse_exp_in_context): New function, including code formerly in
8718a420 8808 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
8809 prefixification.
8810 (parse_expression_in_context): New exported function.
8811 (null_post_parser): New definition.
8812 * expression.h (parse_expression_in_context): Add declaration.
8718a420 8813
e85c3284
PH
8814 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8815 * c-lang.c (c_language_defn): Ditto.
8816 (cplus_language_defn): Ditto.
8817 (asm_language_defn): Ditto.
8818 (minimal_language_defn): Ditto.
8819 * f-lang.c (f_language_defn): Ditto.
8820 * jv-lang.c (java_language_defn): Ditto.
8821 * language.c (unknown_language_defn): Ditto.
8822 (auto_language_defn): Ditto.
8823 (local_language_defn): Ditto.
8824 * m2-lang.c (m2_language_defn): Ditto.
8825 * scm-lang.c (scm_language_defn): Ditto.
8826 * obj-lang.c (objc_language_defn): Ditto.
8718a420 8827
d9f8c85b
MK
88282004-04-10 Mark Kettenis <[email protected]>
8829
fa34704a
MK
8830 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8831 (amd64nbsd_mcontext_addr): New function.
8832 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8833 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8834 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8835
403e1656
MK
8836 * corelow.c (core_xfer_partial): Fix coding standards violation.
8837 Add support for TARGET_OBJECT_WCOOKIE.
8838
a57e5a95
MK
8839 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8840 deprecated_pc_in_sigtramp.
8841 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8842 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8843 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8844 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8845 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8846 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8847 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8848
377d9ebd
MK
8849 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8850 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8851 Fix typo.
8852
f0ef85a5
MK
8853 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8854 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8855 (amd64_collect_fxsave): Likewise.
8856
d9f8c85b
MK
8857 * i386-sol2-tdep.c: Include "gdb_string.h".
8858 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8859 name.
8860 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8861
75f501b5
MK
88622004-04-10 Mark Kettenis <[email protected]>
8863
8864 * i386-sol2-tdep.c: Include "solib-svr4.h".
8865 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8866 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8867 * config/i386/tm-i386sol2.h: Include :solib.h".
8868 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8869 solib-svr4.o and solib-legacy.o.
8870 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8871 solib-svr4.o.
8872
b31bc724
MK
88732004-04-09 Mark Kettenis <[email protected]>
8874
18bbbd9e
MK
8875 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8876 whether a register is supplied by PTRACE_GETFPREGS.
8877 (store_inferior_registers): Likewise.
8878 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8879 whether a register is supplied by PT_GETFPREGS.
8880 (store_inferior_registers): Likewise.
8881
3c30bf1b
MK
8882 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8883 * config/i386/linux64.mt (TDEPFILES): Likewise.
8884
a4194092
MK
8885 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8886
911bc6ee
MK
8887 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8888 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8889 the program counter is in the range specified by `struct
8890 gdbarch_tdep'.
8891 * amd64-linux-tdep.c: Include "symtab.h".
8892 (amd64_linux_pc_in_sigtramp): Remove function.
8893 (amd64_linux_sigtramp_p): New function.
8894 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8895 deprecated_pc_in_sigtramp.
8896 * amd64nbsd-tdep.c: Include "symtab.h".
8897 (amd64nbsd_sigtramp_p): New function.
8898 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8899 deprecated_pc_in_sigtramp.
8900 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8901 few comments.
8902 (amd64obsd_pc_in_sigtramp): Remove function.
8903 (amd64obsd_sigtramp_p): New function.
8904 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8905 deprecated_pc_in_sigtramp.
8906 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8907 (i386bsd_pc_ins_sigtramp): Remove prototype.
8908 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8909 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8910 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8911 the program counter is in the range specified by `struct
8912 gdbarch_tdep'.
8913 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8914 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8915 (i386_go32_pc_in_sigtramp): Remove function.
8916 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8917 Initialize TDEP->sigtramp_p.
8918 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8919 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8920 deprecated_pc_in_sigtramp.
8921 * i386-linux-tdep.c: Adjust comments.
8922 (i386_linux_pc_in_sigtramp): Remove function.
8923 (i386_linux_sigtramp_p): New function.
8924 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8925 deprecated_pc_in_sigtramp.
8926 * i386-nto-tdep.c: Update copyright year.
8927 (i386nto_pc_in_sigtramp): Remove function.
8928 (i386nto_sigtramp_p): New function.
8929 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8930 SP_REGNUM.
8931 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8932 deprecated_pc_in_sigtramp.
8933 * i386-sol2-tdep.c: Update copyright year.
8934 (i386_sol2_pc_in_sigtramp): Remove function.
8935 (i386_sol2_sigtramp_p): New function.
8936 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8937 deprecated_pc_in_sigtramp.
8938 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8939 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8940 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8941 deprecated_sigtramp_start and deprecated_sigtramp_end.
8942 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8943 (i386nbsd_pc_in_sigtramp): Remove function.
8944 (i386nbsd_sigtramp_p): New function.
8945 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8946 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8947 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8948 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8949 (i386obsd_pc_in_sigtramp): Remove function.
8950 (i386obsd_sigtramp_p): New function.
8951 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8952 functions.
8953 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8954 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8955 TDEP->sigtramp_p.
8956 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8957 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8958 dependencies.
8959
e083e6ec
MK
8960 * config/i386/i386aout.mt: Remove file.
8961
bd153b94
MK
8962 * configure.tgt: Remove i[34567]86-*-go32*,
8963 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8964 and i[34567]86-*-isc*. Set gdb_target to i386 for
8965 i[34567]86-*-netware* and i[34567]86-*-*.
8966 * config/i386/i386.mt: New file.
8967 * config/i386/embed.mt: Remove file.
8968 * config/i386/go32.mt: Remove file.
8969 * config/i386/i386nw.mt: Remove file.
8970 * config/i386/i386v.mt: Remove file.
8971 * config/i386/tm-go32.h: Remove file.
8972
4a1bcc8c
MK
8973 * tui/tui-hooks.c: Include "readline/readline.h" after
8974 "gdb_curses.h" instead of before.
8975 * tui/tui-io.c: Likewise.
8976
f9a79064
MK
8977 * tui/tui.c: Fix typo in comment.
8978
b31bc724
MK
8979 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8980
f83f82bc
AC
89812004-04-08 Andrew Cagney <[email protected]>
8982
8983 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8984 (deprecated_exception_support_initialized): Declare.
8718a420 8985 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
8986 (initialize_hp_cxx_exception_support)
8987 (child_enable_exception_callback): Update.
8988 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8989 (deprecated_exception_support_initialized): Rename
8990 deprecated_exception_catchpoints_are_fragile and
8991 deprecated_exception_support_initialized.
8992 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8993
8994 * symtab.c (deprecated_hp_som_som_object_present): Rename
8995 hp_som_som_object_present.
8996 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8997 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8998 Update. Delete extern declaration.
8999 * valops.c (hp_som_som_object_present): Ditto.
8718a420 9000 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
9001 (parse_nested_classes_for_hpacc): Ditto.
9002 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 9003 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
9004 (initialize_hp_cxx_exception_support): Ditto.
9005 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 9006 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 9007 (cp_print_class_method): Ditto.
8718a420 9008 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
9009 (c_type_print_base): Ditto.
9010 * c-exp.y (hp_som_som_object_present): Ditto.
9011
fb2be677
AC
90122004-04-08 Andrew Cagney <[email protected]>
9013
9014 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9015 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9016 (frame_unwind_find_by_frame): Re-implement the unwind code so
9017 that it can both prepend and append sniffers. Replace
9018 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9019 * tramp-frame.c (tramp_frame_append): Use
9020 frame_unwind_prepend_unwinder.
9021 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9022 frame_unwind_register_unwinder.
9023 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9024 tramp_frame_append.
9025 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 9026 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
9027 (mips_linux_init_abi): Update.
9028
67faf007
KB
90292004-04-08 Kevin Buettner <[email protected]>
9030
9031 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9032 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9033 file support.
9034
8973ff21
KB
90352004-04-07 Kevin Buettner <[email protected]>
9036
9037 * ia64-tdep.c (elf.h): Don't include.
9038 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9039
4a0e2f88
JM
90402004-04-07 Jason Molenda ([email protected])
9041
9042 * frame.h: Typeo corrections in comments.
9043
9872ad24
JB
90442004-04-07 Jim Blandy <[email protected]>
9045
9046 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9047 %esp and %ebp
9048
70b216c8
MK
90492004-04-07 Mark Kettenis <[email protected]>
9050
11d5789c
MK
9051 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9052 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9053 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9054 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9055 and solib-legacy.o.
9056 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9057 solib-svr4.o.
9058 * config/sparc/tm-sol2.h: Update copyright year. Include
9059 "solib.h".
9060
70b216c8
MK
9061 * sparc-sol2-tdep.c: Update copyright year. Include
9062 "solib-svr4.h".
9063 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9064 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9065 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 9066 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
9067 dependencies.
9068
6339dc9e
AC
90692004-04-06 Andrew Cagney <[email protected]>
9070
9071 * infttrace.c: Include "infttrace.h".
9072 * infttrace.h: Include "target.h".
9073 * Makefile.in (infttrace_h): Update.
9074 (infttrace.o): Update.
8718a420 9075
93449403
AC
90762004-04-06 Andrew Cagney <[email protected]>
9077
6d518969
AC
9078 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9079 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9080 move extern declarations from here ...
9081 * infttrace.h: ... to here.
9082 * Makefile.in (hppah-nat.o): Update dependencies.
9083
85f4f2d8
AC
9084 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9085 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 9086 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
9087 (hppa_breakpoint_from_pc): Delete.
9088
93449403
AC
9089 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9090
71456ec6
AC
90912004-04-05 Andrew Cagney <[email protected]>
9092
9093 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9094 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9095 <sys/file.h>.
8718a420 9096
4c02c60c
AC
90972004-04-06 Randolph Chung <[email protected]>
9098
9099 Committed by Andrew Cagney (mechanical change).
9100 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9101 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9102 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9103 child_enable_exception_callback, current_ex_event,
9104 null_symtab_and_line, child_get_current_exception_event,
9105 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9106 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9107 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9108 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9109 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9110 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9111 Move hpux-specific definitions ...
9112 * hppa-hpux-tdep.c: ... to here.
9113
3a515653
AC
91142004-04-05 Andrew Cagney <[email protected]>
9115
9116 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9117 skip_prologue_using_sal.
9118
c1730d02
AC
91192004-04-05 Andrew Cagney <[email protected]>
9120
9121 * config/i386/tm-i386.h: Delete file.
9122 * config/i386/tm-vxworks.h: Update copyright, do not include
9123 "tm-i386.h".
9124 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9125 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9126 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9127 * config/i386/ncr3000.mt (TM_FILE): Delete.
9128 * config/i386/interix.mt (TM_FILE): Delete.
9129 * config/i386/i386v.mt (TM_FILE): Delete.
9130 * config/i386/i386nw.mt (TM_FILE): Delete.
9131 * config/i386/i386gnu.mt (TM_FILE): Delete.
9132 * config/i386/i386aout.mt (TM_FILE): Delete.
9133 * config/i386/embed.mt (TM_FILE): Delete.
9134
8b67aa36
KB
91352004-04-05 Kevin Buettner <[email protected]>
9136
9137 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9138 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9139 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9140 (accg7_regnum): New constants.
9141 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
9142 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9143 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
9144 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9145 for accg registers.
9146 (frv_register_sim_regno): Update spr_map[].
9147
3c7012f5
AC
91482004-04-04 Andrew Cagney <[email protected]>
9149
9150 * config/mips/xm-riscos.h: Delete.
9151 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9152 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9153 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9154 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9155 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9156 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9157 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9158 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9159 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9160 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9161 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9162 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9163 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9164 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9165 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9166 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9167 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9168 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9169 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9170 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9171 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9172 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9173 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9174 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9175 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9176 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 9177
3c7012f5
AC
9178 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9179 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9180 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9181 * configure.host: Remove m680[01]0-sun-sunos3*,
9182 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9183 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9184 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9185 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9186 mips-*-riscos*.
9187 * NEWS: Mention removed systems.
9188
99d16a21
AC
91892004-04-04 Andrew Cagney <[email protected]>
9190
9191 GDB 6.1 release created from 6.1 branch.
9192
6cdf9d98
AC
91932004-04-04 Andrew Cagney <[email protected]>
9194
98d346c3
AC
9195 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9196 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9197 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9198
6cdf9d98
AC
9199 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9200 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9201 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9202
859a326d
JB
92032004-04-03 Jim Blandy <[email protected]>
9204
9205 * MAINTAINERS: Chris Faylor has changed employers; add him to
9206 "paper trail" section, and update his E-mail address.
9207
b87178c3
AC
92082004-04-03 Andrew Cagney <[email protected]>
9209
4ea2acf0
AC
9210 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9211 generic dummy frames.
9212 * dummy-frame.c: Update copyright.
9213 (dummy_frame_sniffer): Delete check for generic dummy frames.
9214
d0bd2d18 9215 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 9216 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
9217 (REG_PARM_STACK_SPACE): Delete.
9218 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9219 Inline reference to REG_PARM_STACK_SPACE.
9220
b87178c3
AC
9221 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9222 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9223 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9224 (FRAME_BASE_BEFORE_SIGTRAMP)
9225 (hppa32_hpux_frame_base_before_sigtramp)
9226 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9227 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9228 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9229 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9230 (FRAME_BASE_BEFORE_SIGTRAMP)
9231 (hppa64_hpux_frame_base_before_sigtramp)
9232 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9233
43e2e1a0
AC
92342004-04-03 Andrew Cagney <[email protected]>
9235
9236 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9237
ddc135a4
AC
92382004-04-02 Andrew Cagney <[email protected]>
9239
9240 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9241 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9242 * dummy-frame.h: Delete out-of-date comments.
9243 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9244 * gdbarch.h, gdbarch.c: Re-generate.
9245
d15bfd3a 92462004-04-02 Joel Brobecker <[email protected]>
8718a420 9247
d15bfd3a
AC
9248 Committed by Andrew Cagney <[email protected]>.
9249 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9250 into account an instruction saving a register if we have already
9251 seen an earlier instruction saving that same register.
9252
f04ceafa
AC
92532004-04-02 Andrew Cagney <[email protected]>
9254
08be3abd
AC
9255 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9256 * gdbarch.h, gdbarch.c: Re-generate.
9257 * frame.c (legacy_get_prev_frame): Delete references to
9258 DEPRECATED_INIT_FRAME_PC_FIRST.
9259
f04ceafa
AC
9260 * infrun.c (pc_in_sigtramp): Delete function.
9261 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9262 get_frame_type.
9263
08e69816
AC
92642004-04-02 Andrew Cagney <[email protected]>
9265
9266 * infrun.c (handle_step_into_function): Delete code conditional on
9267 legacy_frame_p.
9268 (handle_inferior_event, step_over_function): Ditto.
9269
adb54772
AC
92702004-04-02 Andrew Cagney <[email protected]>
9271
9272 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9273 "previous frame inner to this frame" test.
9274
304396fb
AC
92752004-04-02 Andrew Cagney <[email protected]>
9276
9277 * frame.c (safe_frame_unwind_memory): New function.
9278 * frame.h (safe_frame_unwind_memory): Declare. Update description
9279 of /safe_/ methods.
9280 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9281 "next_frame". Use safe_frame_unwind_memory.
9282 (tramp_frame_sniffer): Update call to tramp_frame_start.
9283
6502dd73
DJ
92842004-04-01 Daniel Jacobowitz <[email protected]>
9285
9286 * dwarf2read.c (dwarf2_objfile_data_key): New.
9287 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9288 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9289 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9290 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9291 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9292 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9293 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9294 Remove variables.
9295 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9296 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9297 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9298 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9299 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9300 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9301 Remove macros.
9302 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9303 data.
9304 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9305 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9306 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9307 (read_partial_die, read_full_die, read_indirect_string)
9308 (dwarf_decode_line_header, dwarf_decode_macros)
9309 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9310 Update uses of removed variables.
9311 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9312 of removed macros.
9313 (_initialize_dwarf2_read): New function.
9314 * symfile.h (dwarf2_has_info): Update prototype.
9315 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9316 * elfread.c (elf_symfile_read): Likewise.
9317
408752b0
JB
93182004-04-01 Jim Blandy <[email protected]>
9319
9f744501
JB
9320 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9321 function for register numbers on all the rs6000-derived targets.
9322 (rs6000_gdbarch_init): Don't register a separate
9323 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9324 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9325 variants.
9326
408752b0
JB
9327 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9328 numbering.
9329
2de41bce
PH
93302004-04-01 Paul N. Hilfinger <[email protected]>
9331
9332 * valarith.c: Update copyright notice.
9333 (value_add): Handle range types.
9334 (value_sub): Ditto.
9335 (value_equal): Ditto.
9336 (value_less): Ditto.
9337 (value_neg): Ditto.
9338 (value_complement): Ditto.
8718a420 9339 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 9340 eliminiating unnecessary COERCE_ENUMs.
8718a420 9341
5613d8d3
AC
93422004-03-31 Andrew Cagney <[email protected]>
9343
9344 * frame.h (frame_unwind_id): Declare.
9345 * frame.c (frame_unwind_id): New function.
9346 (get_prev_frame_1): New function.
9347 (frame_debug_got_null_frame): New function.
9348 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9349 code proper to prev_frame, update description.
9350 * infrun.c (step_over_function): Use frame_unwind_id.
9351
c4557624
JB
93522004-04-31 J. Brobecker <[email protected]>
9353
9354 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9355 (hppa64_push_dummy_call): Likewise.
9356
3e6bb910
JB
93572004-03-30 Jim Blandy <[email protected]>
9358
9359 From Ulrich Weigand:
9360 * utils.c (query): Do not use a va_list variable multiple times.
9361
a2f23071
DJ
93622004-03-29 Daniel Jacobowitz <[email protected]>
9363
9364 * Makefile.in (linux_nat_h): Update dependencies.
9365 * configure.in: Check for <gnu/libc-version.h>.
9366 * configure: Regenerate.
9367 * config.in: Regenerate.
9368 * linux-nat.h: Include "target.h". Add waitstatus field to
9369 struct lwp_info.
9370 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9371 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9372 to.
9373 (lin_lwp_handle_extended): New function. Handle clone events.
9374 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9375 thread exit events.
9376 (child_wait): Handle clone events.
9377 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9378 * linux-nat.c (linux_enable_event_reporting): Turn on
9379 PTRACE_O_TRACECLONE.
9380 (linux_handle_extended_wait): Handle clone events.
9381 * thread-db.c: Include <gnu/libc-version.h>.
9382 (struct private_thread_info): Add dying flag.
9383 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9384 higher.
9385 (attach_thread): Update comments. Handle dying threads.
9386 (detach_thread): Set the dying flag.
9387 (check_event): Always call attach_thread.
9388
8d5f9dcb
DJ
93892004-03-29 Daniel Jacobowitz <[email protected]>
9390
9391 * mips-tdep.c (mips_pdr_data): New.
9392 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9393 (_initialize_mips_tdep): Initialize mips_pdr_data.
9394
66337bb1
CV
93952004-03-29 Corinna Vinschen <[email protected]>
9396
9397 * minsyms.c (install_minimal_symbols): Move dropping leading
9398 char from linkage name from here...
9399 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9400 test for "__gnu_compiled*" symbols.
9401
e802b915
JB
94022004-03-28 Jim Blandy <[email protected]>
9403
9404 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9405 registers to temp register r0 and byte stores as prologue
9406 instructions.
9407
72b56458
AC
94082004-03-28 Andrew Cagney <[email protected]>
9409
9410 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9411 arm*-*-*.
9412
0bfbda3b
SC
94132004-03-28 Stephane Carrez <[email protected]>
9414
9415 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9416 and switch the layout to force a display of register window.
9417
5a7225ed
JB
94182004-02-26 J. Brobecker <[email protected]>
9419
9420 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9421 of the INTEGER class.
9422
81a07a45
JB
94232004-03-26 Jim Blandy <[email protected]>
9424
9425 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9426 bytes long on PPC GNU/Linux.
9427
8c691c7a
DC
94282004-03-26 David Carlton <[email protected]>
9429
9430 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9431
103a0089
AC
94322004-03-25 Andrew Cagney <[email protected]>
9433
9434 * PROBLEMS: Add general section titles, remove references to
9435 specific releases.
9436
7a5ea0d4
DJ
94372004-03-25 Daniel Jacobowitz <[email protected]>
9438
9439 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9440 INT_REGISTER_SIZE.
9441 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9442 FP_REGISTER_VIRTUAL_SIZE.
9443 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9444 of DEPRECATED_REGISTER_RAW_SIZE.
9445 (arm_register_type): Add gdbarch argument.
9446 (arm_register_raw_size, arm_register_virtual_size): Delete.
9447 (arm_register_byte, arm_extract_return_value)
9448 (arm_store_return_value, arm_get_longjmp_target): Update references
9449 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9450 (arm_gdbarch_init): Likewise. Don't set
9451 deprecated_register_raw_size, deprecated_register_virtual_size,
9452 deprecated_max_register_raw_size,
9453 deprecated_max_register_virtual_size, or
9454 deprecated_max_register_virtual_type. Do set register_type.
9455 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9456 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9457 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9458 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9459 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9460 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9461 INT_REGISTER_SIZE.
9462 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9463 (remote_rdp_store_register): Likewise.
9464
5792a79b
DJ
94652004-03-24 Daniel Jacobowitz <[email protected]>
9466
9467 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9468 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9469 to after osabi initialization.
9470 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9471 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9472 functions.
9473 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9474 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9475 variables.
9476 (mips_linux_init_abi): Append signal trampoline unwinders.
9477
1196bfda
AC
94782004-03-24 Andrew Cagney <[email protected]>
9479
9480 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9481 * tramp-frame.c: Include "gdb_assert.h".
9482 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9483 correct sizeof.
9484 (tramp_frame_append): Validate the tramp frame's instructions.
9485 * Makefile.in (tramp-frame.o): Update dependencies.
9486
4be282b4
AC
94872004-03-23 Andrew Cagney <[email protected]>
9488
9489 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9490
69aec09b
AC
94912004-03-23 Andrew Cagney <[email protected]>
9492
9493 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9494 Nasser as past testsuite/lib/ (and other) maintainers.
9495
63ed89b4
DJ
94962004-03-23 Daniel Jacobowitz <[email protected]>
9497
9498 * infcmd.c (attach_command): Reread symbols if we already have
9499 an exec file.
9500
f3b36427
AC
95012004-03-23 Andrew Cagney <[email protected]>
9502
9503 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9504
aa2a3f87
AC
95052004-03-23 Andrew Cagney <[email protected]>
9506
9507 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9508 * gdbarch.h, gdbarch.c: Re-generate.
9509 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9510 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9511 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 9512 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 9513 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 9514 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
9515 (DEPRECATED_SIGTRAMP_START): Update.
9516 * blockframe.c (find_pc_sect_partial_function): Update.
9517 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9518
00cac895
DJ
95192004-03-23 Daniel Jacobowitz <[email protected]>
9520
9521 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9522 if necessary.
9523
f561f026
AC
95242004-03-23 Andrew Cagney <[email protected]>
9525
9526 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9527 predicate, deprecate.
9528 * gdbarch.h, gdbarch.c: Re-generate.
9529 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9530 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9531 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9532 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9533 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9534 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9535 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9536 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9537 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9538 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9539 * blockframe.c (find_pc_partial_function): Update.
9540 * breakpoint.c (bpstat_what): Update.
9541 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9542 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9543 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9544 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9545 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9546 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9547 * i386-nto-tdep.c (i386nto_init_abi): Update.
9548 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9549 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9550 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9551 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9552 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9553 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9554 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9555 * infrun.c (pc_in_sigtramp): Update.
9556 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9557 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9558 * mips-tdep.c (mips_gdbarch_init): Update.
9559 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9560 * ppc-linux-tdep.c: Update comment.
9561 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9562 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9563 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9564 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9565 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9566 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9567 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9568 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9569 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9570 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 9571
8050c72f
AC
95722004-03-23 Andrew Cagney <[email protected]>
9573
d2259dd3
AC
9574 * tramp-frame.h, tramp-frame.h: New files.
9575 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9576 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9577
8050c72f
AC
9578 * Makefile.in: Update all dependencies.
9579
0db9b4b7
AC
95802004-03-23 Andrew Cagney <[email protected]>
9581
9582 * Makefile.in (trad_frame_h): Add $(frame_h).
9583 * trad-frame.h: Update copyright. Include "frame.h".
9584 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9585 (trad_frame_set_id, trad_frame_get_id): Declare.
9586 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9587 * trad-frame.c: Update copyright.
9588 (struct trad_frame_cache): Define.
9589 (trad_frame_cache_zalloc): New function.
9590 (trad_frame_set_id, trad_frame_get_id): New functions.
9591 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 9592
8e645ae7
AC
95932004-03-22 Andrew Cagney <[email protected]>
9594
9595 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9596 s390_pltstub_unwind_cache.
9597 (s390_stub_frame_unwind_cache): Rename
9598 s390_pltstub_frame_unwind_cache.
9599 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9600 (s390_stub_frame_prev_register): Rename
9601 s390_pltstub_frame_prev_register.
9602 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9603 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9604
9605 From Ulrich Weigand:
9606 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9607 pointer calls like PLT calls.
9608
34fcf120
DJ
96092004-03-22 Daniel Jacobowitz <[email protected]>
9610
9611 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9612 PC rather than the partial function start address. Use the start
9613 address to sanity check the found PDR.
9614
5b917078
DJ
96152004-03-22 Daniel Jacobowitz <[email protected]>
9616
9617 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9618 linux_handle_extended_wait.
9619
8adf9e78
AC
96202004-03-22 Andrew Cagney <[email protected]>
9621
c3122434
AC
9622 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9623 function.
9624
8adf9e78
AC
9625 * frame.h (generic_pop_current_frame): Delete declaration.
9626 (deprecate_pop_dummy_frame): Deprecate
9627 generic_pop_dummy_frame.
9628 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9629 (generic_pop_current_frame): Delete function.
9630 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9631 generic_pop_current_frame.
9632 * v850-tdep.c (v850_pop_frame): Update.
9633 * mcore-tdep.c (mcore_pop_frame): Update.
9634 * sh64-tdep.c (sh64_pop_frame): Update.
9635 * h8300-tdep.c (h8300_pop_frame): Update.
9636
90ba813f
AC
96372004-03-22 Andrew Cagney <[email protected]>
9638
9639 * frame.h (deprecated_pc_in_call_dummy): Rename
9640 generic_pc_in_call_dummy.
9641 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9642 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9643 generic_pc_in_call_dummy.
9644 (pc_in_dummy_frame): Make static.
9645 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9646 * gdbarch.h, gdbarch.c: Re-generate.
9647 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9648 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9649 (legacy_get_prev_frame): Ditto.
9650 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9651 comment.
8718a420 9652
ca4bb888
AC
96532004-03-21 Andrew Cagney <[email protected]>
9654
244675f9
AC
9655 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9656 declaration and out-of-date comment.
9657 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9658 Delete function.
9659 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9660 deprecated_pc_in_call_dummy.
9661
ca4bb888
AC
9662 * infrun.c (handle_inferior_event): For non legacy frames, use the
9663 frame ID and frame type to identify a signal trampoline. Update
9664 comments.
9665
1777c7b4
NW
96662004-03-21 Nathan J. Williams <[email protected]>
9667
9668 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9669 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9670
82417da5
AC
96712004-03-21 Andrew Cagney <[email protected]>
9672
9673 * frame-unwind.h: Update copyright.
9674 (struct frame_data): Add opaque declaration.
9675 (frame_sniffer_ftype): Declare.
9676 (struct frame_unwind): Add "unwind_data" and "sniffer".
9677 (frame_unwind_register_unwinder): Declare.
9678 (frame_unwind_find_by_frame): Add parameter "this_cache".
9679 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9680 (legacy_get_prev_frame, legacy_get_prev_frame)
9681 (get_frame_type): Pass the prologue_cache to
9682 frame_unwind_find_by_frame.
9683 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9684 "unwinder".
9685 (frame_unwind_register_unwinder): New function.
9686 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9687
b2ba182e
PH
96882004-03-20 Paul Hilfinger <[email protected]>
9689
9690 * bcache.c (print_percentage): Use floating point to avoid
9691 incorrect results when portion*100 overflows.
9692
81332287
KB
96932004-03-19 Kevin Buettner <[email protected]>
9694
9695 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9696 (ppc_linux_init_extra_frame_info)
9697 (ppc_linux_frameless_function_invocation)
9698 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9699 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9700 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9701 (rs6000_frame_chain): Delete declarations.
9702 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9703 (ppc_linux_init_extra_frame_info)
9704 (ppc_linux_frameless_function_invocation)
9705 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9706 (ppc_linux_init_abi): Remove registration of above deleted functions.
9707 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9708 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9709 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9710 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9711 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9712 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9713 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9714 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9715 frame management for all OSABIs.
9716
61a65099
KB
97172004-03-19 Andrew Cagney <[email protected]>
9718
9719 Committed by Kevin Buettner <[email protected]>.
9720
9721 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9722 Update copyright.
9723 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9724 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9725 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9726 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9727 unwinders. #ifdef legacy frame code.
9728 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9729 "frame-base.h".
9730 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9731 (struct rs6000_frame_cache, rs6000_frame_cache)
9732 (rs6000_frame_this_id, rs6000_frame_prev_register)
9733 (rs6000_frame_sniffer, rs6000_frame_unwind)
9734 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9735 (rs6000_frame_base): Implement a traditional frame unwinder.
9736 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9737 frame unwinder.
9738
88f7da05
KB
97392004-03-19 Kevin Buettner <[email protected]>
9740
9741 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9742 breakpoint address for watchpoints or the catch eventpoints.
9743 Add new paramter ``bptype''. Adjust all callers.
9744
f826dce1
AC
97452004-03-19 Andrew Cagney <[email protected]>
9746
33cb8b0f
AC
9747 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9748
f826dce1
AC
9749 * PROBLEMS: Delete note that ARM does not use frame code, problem
9750 fixed.
9751
43b1ab88
AC
97522004-03-18 Andrew Cagney <[email protected]>
9753
292ab034
AC
9754 * stack.c (return_command): Delete code wrapped in #ifdef
9755 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9756
43b1ab88
AC
9757 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9758
dbfe4626
AC
97592004-03-18 Andrew Cagney <[email protected]>
9760
9761 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9762 DEPRECATED_IN_SIGTRAMP.
9763 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9764 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9765 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9766 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9767 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9768 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9769 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9770 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9771 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9772 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9773
0cad6aec
AC
97742004-03-18 Andrew Cagney <[email protected]>
9775
9776 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9777 (struct frame_base_table_entry): Define.
9778 (struct frame_base_table): Re-implement as a linked list.
9779 (frame_base_init): Re-implement.
9780 (frame_base_table): Delete function.
9781 (append_predicate): Delete function.
9782 (frame_base_append_sniffer): Update.
9783 (frame_base_set_default): Update.
9784 (frame_base_find_by_frame): Update.
9785 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9786 * Makefile.in (frame-base.o): Update dependencies.
9787
9982c2e7
AC
97882004-03-17 Andrew Cagney <[email protected]>
9789
9790 * frame.c (legacy_get_prev_frame): Pass correct frame to
9791 frame_unwind_find_by_frame.
9792
8dfe8985
DC
97932004-03-17 David Carlton <[email protected]>
9794
9795 * NEWS: Mention C++ nested types and namespaces
9796
ed47347a
MC
97972004-03-16 Michael Chastain <[email protected]>
9798
9799 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9800 and "Regressions since gdb 5.3.". Add known regressions since
9801 gdb 6.0.
9802
90aeadfc
DC
98032004-03-16 David Carlton <[email protected]>
9804
9805 * dwarf2read.c (process_structure_scope): Process children even
9806 when we're a declaration.
9807
73912b9b
AC
98082004-03-16 Andrew Cagney <[email protected]>
9809
9810 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9811 * blockframe.c (find_pc_partial_function)
9812 (find_pc_sect_partial_function): Merge into a single
9813 find_pc_partial_function.
9814
283accbc
MK
98152004-03-16 Mark Kettenis <[email protected]>
9816
9817 * i386bsd-nat.c: s/regno/regnum/g.
9818 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9819 FP0_REGNUM.
9820 (store_inferior_registers): Likewise.
9821
f5b1afdf
MK
98222004-03-16 Mark Kettenis <[email protected]>
9823
9824 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9825 of i387_fill_fsave.
9826 (store_inferior_registers): Call i387_collect_fsave and
9827 i387_collect_fxsave instead of i387_fill_fsave and
9828 i387_fill_fxsave.
9829
41fe5eb3
AC
98302004-03-15 Andrew Cagney <[email protected]>
9831
9832 * Makefile.in (frame-unwind.o): Update dependencies.
9833 * frame-unwind.c: Include "gdb_obstack.h".
9834 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9835 parameter.
9836 (append_predicate): Delete function.
9837 (struct frame_unwind_table_entry): New structure.
9838 (struct frame_unwind_table): Replace "sniffer" with "head" and
9839 "tail".
9840 (frame_unwind_append_sniffer): Update.
9841 (frame_unwind_find_by_frame): Update.
9842 (_initialize_frame_unwind): Registe frame_unwind_init using
9843 gdbarch_data_register_pre_init.
9844
3f63813d
MK
98452004-03-15 Mark Kettenis <[email protected]>
9846
9847 * i386bsd-nat.c: Update copyright year.
9848 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9849 define unconditionally.
9850
3248c325 98512004-03-15 Mark Kettenis <[email protected]>
63b6c53f
MK
9852
9853 * i387-tdep.h (i387_collect_fsave): New prototype.
9854 * i387-tdep.c (i387_collect_fsave): New function containing most
9855 of the code from i387_fill_fsave.
3248c325 9856 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 9857
871fbe6a
MK
98582004-03-15 Mark Kettenis <[email protected]>
9859
9860 * i386-linux-tdep.c: Update copyright year.
9861 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9862 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9863 svr4_ilp32_link_map_offsets instead of
9864 i386_linux_svr4_fetch_link_map_offsets.
9865
8176b9b8
DC
98662004-03-15 David Carlton <[email protected]>
9867
9868 Fix for PR c++/1553:
9869 * dwarf2read.c (read_structure_type): Determine type name by
9870 calling determine_class_name.
9871 (determine_class_name): New.
9872 (determine_prefix): Look at TYPE_TAG_NAME and call
9873 determine_class_name when appropriate.
9874 (determine_prefix_aux, class_name): Delete.
9d58e29d 9875 (read_namespace): Set die->type.
8176b9b8 9876
fe8bf7d7
KB
98772004-03-15 Kevin Buettner <[email protected]>
9878
9879 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9880 unused macro definition. The definition in target.h (or perhaps
9881 elsewhere) takes precedence.
9882
ed6edd9b
AC
98832004-03-15 Andrew Cagney <[email protected]>
9884
f9be684a
AC
9885 * ppc-tdep.h: Update copyright.
9886 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9887 function signatures to match "regsets.h".
9888 * ppc-linux-tdep.c: Include "regset.h".
9889 (ELF_GREGSET_SIZE): Delete.
9890 (right_supply_register): New function.
9891 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9892 using right_supply_register.
9893 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9894 functions.
9895 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9896 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9897 (_initialize_ppc_linux_tdep): Do not register
9898 ppc_linux_regset_core_fns.
9899 (ppc_linux_regset_from_core_section): Replace
9900 fetch_core_registers.
9901 (ppc_linux_regset_core_fns): Delete.
9902 * ppc-linux-nat.c: (right_fill_reg): New function.
9903 (supply_gregset): Update call to ppc_linux_supply_gregset.
9904 (fill_gregset): Clear the register set, use right_fill_reg.
9905 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9906 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9907
ed6edd9b
AC
9908 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9909 unsigned.
9910
030f20e1
AC
99112004-03-15 Andrew Cagney <[email protected]>
9912
9913 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9914 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9915 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9916 and register_gdbarch_data.
9917 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9918 (struct gdbarch_data): Replace "init" by "pre_init" and
9919 "post_init".
9920 * gdbarch.h, gdbarch.c: Re-generate.
9921 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9922 with"obstack", use OBSTACK_ZALLOC.
9923 (dwarf2_frame_ops): Delete.
9924 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9925 (dwarf2_frame_init_reg): Use gdbarch_data.
9926 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 9927 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
9928 (_initialize_svr4_solib): Update.
9929 * user-regs.c (_initialize_user_regs): Update.
9930 * reggroups.c (_initialize_reggroup): Update.
9931 * regcache.c (_initialize_regcache): Update.
9932 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9933 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9934 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9935 * frame-unwind.c (_initialize_frame_unwind): Update.
9936 * frame-base.c (_initialize_frame_base): Update.
9937 * user-regs.c (user_reg_add): Update.
9938 * reggroups.c (reggroup_add): Update.
9939 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9940 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9941 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9942 * frame-base.c (frame_base_table): Update.
9943 * remote.c (_initialize_remote): Update.
9944 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 9945
3111a3fc
AC
99462004-03-15 Andrew Cagney <[email protected]>
9947
9948 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9949
5ecb7103
KB
99502004-03-15 Kevin Buettner <[email protected]>
9951
9952 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9953 * frv-linux-tdep.c: New file.
9954 * frv-tdep.c (struct gdbarch_tdep): Add new field
9955 ``sigcontext_reg_addr''.
9956 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9957 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9958 (frv_sigramp_frame_sniffer): New functions.
9959 (frv_sigtramp_frame_unwind): New static global.
9960 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9961 sniffers.
9962 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9963 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9964
1ccda5e9
KB
99652004-03-15 Kevin Buettner <[email protected]>
9966
9967 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9968 but not via a call to error(), when unable to read memory.
9969
b375a0a5
KB
99702004-03-15 Kevin Buettner <[email protected]>
9971
9972 * frv-tdep.c (frv_call_dummy_words): Delete.
9973 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9974
4fdf6121
AC
99752004-03-15 Andrew Cagney <[email protected]>
9976
9977 * infrun.c (handle_step_into_function, step_over_function): Only
9978 update and use STEP_FRAME_ID when the system is using legacy
9979 frames. Update comments.
9980
34021503
MK
99812004-03-14 Mark Kettenis <[email protected]>
9982
187e21d1
MK
9983 * amd64-linux-tdep.h: Remove file.
9984 * amd64-linux-tdep.c: Don't include "inferior.h" and
9985 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9986 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9987 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9988 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9989 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9990 macros.
9991 (user_to_gdb_regmap): Remove variable.
9992 (amd64_linux_gregset_reg_offset): New variable.
9993 (amd64_core_fns): Remove variable.
9994 (fetch_core_registers): Remove function.
9995 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9996 functions.
9997 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9998 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9999 * Makefile.in (amd64_linux_tdep_h): Remove.
10000 (amd64-linux-nat.o): Update dependencies.
10001 (amd64-linux-tdep.o): Update dependencies.
10002
99679982
MK
10003 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10004 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10005 functions.
10006 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10007
34021503
MK
10008 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10009 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10010
134d01f1
DJ
100112004-03-14 Daniel Jacobowitz <[email protected]>
10012
10013 * dwarf2read.c (read_structure_type): Rename from
8718a420 10014 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
10015 Return immediately if die->type is set. Call read_type_die before
10016 dwarf2_add_member_fn.
10017 (process_structure_scope): New function.
10018 (read_enumeration_type, process_enumeration_scope): New functions,
10019 broken out from read_enumeration. Don't create the enumeration
10020 type if it has already been created.
10021 (read_enumeration): Removed.
10022 (process_die): Call read_structure_type, process_structure_scope,
10023 read_enumeration_type, and process_enumeration_scope. Just call
10024 new_symbol for base and subrange types. Add a comment about other
10025 type dies.
10026 (read_type_die): Call read_enumeration_type.
10027 (add_partial_structure, new_symbol): Update comments.
10028
65760afb
SC
100292004-03-13 Stephane Carrez <[email protected]>
10030
10031 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10032
10f59415
SC
100332004-03-13 Stephane Carrez <[email protected]>
10034
10035 * tui/tui-win.h (tui_get_cmd_list): Declare.
10036 * tui/tui-win.c (tui_command): New function.
10037 (tui_get_cmd_list): New function.
10038 (_initialize_tui_win): Moved initialization of tui command in
10039 tui_get_cmd_list.
10040
10041 * tui/tui-data.c (init_content_element): Setup new data members.
10042 (init_win_info): Likewise.
10043 (free_content_elements): Free it.
10044 * tui/tui-data.h (struct tui_data_element): Store the register
10045 content to print.
10046 (struct tui_data_info): Keep the current register group.
10047
10048 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10049
10050 * tui/tui-regs.h (tui_show_registers): Update prototype.
10051 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10052 (tui_resize_all): No need to calculate anything for register window.
10053 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10054 (tui_set_register_element, tui_set_general_regs_content): Remove.
10055 (tui_set_special_regs_content): Remove.
10056 (tui_set_general_and_special_regs_content): Remove.
10057 (tui_set_float_regs_content): Remove.
10058 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10059 (tui_set_regs_content): Remove.
10060 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10061 (tui_v_show_registers_command_support): Remove.
10062 (tui_show_registers): Use a reggroup to specify the registers to show.
10063 (tui_show_register_group): New function.
10064 (tui_display_registers_from): Compute the layout of register window
10065 and refresh with new API; be sure to delete old register windows.
10066 (tui_check_register_values): Update to use tui_get_register and
10067 tui_display_data.
10068 (tui_display_register): Just refresh the register window part.
10069 (tui_register_format): Format registers and save in tui_data_element.
10070 (tui_get_register): New to combine tui_reg_value_has_changed and
10071 tui_get_register_raw_value; fix to use the new gdb API.
10072 (tui_show_float_command): Renamed tui_reg_float_command.
10073 (tui_show_general_command): Renamed tui_reg_general_command.
10074 (tui_show_special_command): Renamed tui_reg_system_command.
10075 (_initialize_tui_regs): Remove unused commands.
10076
c3364ea4
MK
100772004-03-13 Mark Kettenis <[email protected]>
10078
27d1e716
MK
10079 * NEWS (New native configurations): Mention OpenBSD/amd64.
10080
c3364ea4
MK
10081 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10082 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10083 Remove defines.
10084 * config/i386/nm-fbsd64.h: Likewise.
10085 * config/i386/nm-obsd.h: Likewise.
10086 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10087 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10088
b2d6d697
KB
100892004-03-12 Kevin Buettner <[email protected]>
10090
10091 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
10092 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10093 New constants.
10094
76e43199
KB
10095 From Richard Sandiford <[email protected]>:
10096 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10097
34ce532e
KB
100982004-03-12 Kevin Buettner <[email protected]>
10099
10100 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10101 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10102 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10103 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10104 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10105 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10106 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10107 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10108 definitions from frv-tdep.c to frv-tdep.h.
10109
c4d10515
KB
101102004-03-12 Kevin Buettner <[email protected]>
10111
10112 Add shared library support for FR-V FDPIC ABI:
10113 * Makefile.in (solib-frv.o): Add dependencies.
10114 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10115 New functions.
10116 (frv_push_dummy_call): Add support for FDPIC ABI.
10117 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10118 for FDPIC ABI.
10119 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10120 (frv_fdpic_find_canonical_descriptor): Declare.
10121 * solib-frv.c: New file.
10122 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10123 * config/frv/tm-frv.h (solib.h): Include.
10124
ed1bd989
KB
101252004-03-12 Kevin Buettner <[email protected]>
10126
10127 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10128 (frv-tdep.o): Update dependencies.
10129 * frv-tdep.h: New file.
10130 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10131 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10132 constants.
10133 (struct gdbarch_tdep): Add new member ``frv_abi''.
10134 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10135 functions.
10136 (new_variant): Set ``frv_abi'' field.
10137 (gdb_arch_init): Detect FDPIC executables.
10138
82b38f72
MK
101392004-03-12 Mark Kettenis <[email protected]>
10140
10141 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10142 wrapper.
10143
db1ea9ba
AC
101442004-03-11 Andrew Cagney <[email protected]>
10145
10146 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10147
f8766ec1
KB
101482004-03-11 Kevin Buettner <[email protected]>
10149
10150 * solist.h (master_so_list): New function.
10151 * solib.c (master_so_list): Likewise.
10152 * solib-svr4.c (enable_break): Iterate over so_list entries
10153 obtained from master list instead of entries obtained directly
10154 via svr4_current_sos().
10155
523f6a27
BE
101562004-03-10 Ben Elliston <[email protected]>
10157
10158 * MAINTAINERS: Update my mail address.
10159
37814c18
KI
101602004-03-10 Kei Sakamoto <[email protected]>
10161
10162 * remote-m32r-sdi.c: Support hardware watchpoint.
10163
8b9740d8
DJ
101642004-03-09 Daniel Jacobowitz <[email protected]>
10165
10166 * user-regs.c: Update copyright years.
10167 (struct user_regs): Rename to gdb_user_regs.
10168 (append_user_reg, builtin_user_regs, user_regs_init)
10169 (user_reg_add, user_reg_map_name_to_regnum)
10170 (usernum_to_user_reg): Update.
10171
4bb7a0a7
DJ
101722004-03-09 Daniel Jacobowitz <[email protected]>
10173
10174 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10175 (skip_children): New functions.
10176 (locate_pdi_sibling): Call skip_children.
10177
44e1a9eb
DJ
101782004-03-09 Daniel Jacobowitz <[email protected]>
10179
10180 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10181 * gdbtypes.c (check_typedef): Update comments.
10182
f3dd6933
DJ
101832004-03-09 Daniel Jacobowitz <[email protected]>
10184
10185 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10186 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10187 pointer. Update comment about comp_unit_head.
10188 (struct abbrev_info): Shorten two int flags.
10189 (dwarf_alloc_abbrev): Take a CU argument.
10190 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10191 each time through the loop. Update cleanup argument.
10192 (psymtab_to_symtab_1): Update cleanup call.
10193 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10194 abbrev_obstack.
10195 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10196 Just call obstack_free and clear the pointer.
10197
b40c7d58
DJ
101982004-03-09 Daniel Jacobowitz <[email protected]>
10199
10200 * infrun.c (handle_inferior_event): Remove short-circuit code for
10201 events in a different thread.
10202
333dabeb
DJ
102032004-03-09 Daniel Jacobowitz <[email protected]>
10204
10205 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10206 print the whole transfer.
10207 (initialize_targets): Update description of "set debug target".
10208
aa17d93e
DJ
102092004-03-09 Daniel Jacobowitz <[email protected]>
10210
10211 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10212
0b71f08f
NW
102132004-03-08 Nathan J. Williams <[email protected]>
10214
10215 * MAINTAINERS (write after approval): Add myself.
10216
3930f270
CV
102172004-03-08 Corinna Vinschen <[email protected]>
10218
10219 * sh-tdep.c (sh_print_registers_info): Use for loop.
10220 Don't skip multiple registers when a float register is encountered.
10221
a2b4a96c
CV
102222004-03-08 Corinna Vinschen <[email protected]>
10223
10224 Fix PR tdep/1291.
10225 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10226 to official SH documentation.
10227
f15a4bc0
AC
102282004-03-07 Andrew Cagney <[email protected]>
10229
10230 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10231 unused function.
10232
9498281f
DJ
102332004-03-07 Daniel Jacobowitz <[email protected]>
10234
10235 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10236 (arm_get_next_pc): Handle BX and BLX.
10237
449e1137
AC
102382004-03-07 Andrew Cagney <[email protected]>
10239
eded0a31
AC
10240 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10241 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10242 HPPA_SP_REGNUM.
10243 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10244 (hppa_target_read_fp): Delete.
10245 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10246 register_virtual_size, max_register_raw_size,
10247 max_register_virtual_size, register_byte, register_size,
10248 target_read_fp, fp_regnum, and register_bytes. Set register_type
10249 instead of register_virtual_type.
10250 (hppa32_register_type, hppa64_register_type): Replace
10251 hppa32_register_virtual_type and hppa64_register_virtual_type.
10252 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10253 (HPPA_FP_REGNUM): Define.
10254
f5f907e2
AC
10255 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10256
69b4bbe4
AC
10257 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10258 (pa_do_registers_info): Delete.
10259 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 10260 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 10261 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 10262
78161e48
AC
10263 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10264 GDB_TARGET_IS_HPPA code.
10265 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 10266 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
10267 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10268 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
10269 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10270 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10271 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 10272 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
10273 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10274 (hppa_frameless_function_invocation, hppa64_store_return_value)
10275 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 10276 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 10277 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 10278 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
10279 (find_proc_framesize, deposit_21, restore_pc_queue)
10280 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 10281 (rp_saved, pc_in_linker_stub): Delete.
78161e48 10282
782eae8b
AC
10283 Unconditionally enable 64-bit frame and ABI code.
10284 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10285 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10286 push_dummy_frame, fix_call_dummy, push_arguments,
10287 call_dummy_location, extract_return_value, use_struct_convention,
10288 store_return_value, store_struct_return, saved_pc_after_call,
10289 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10290 frame_chain, frame_chain_valid, frameless_function_invocation,
10291 frame_saved_pc, and pop_frame.
78161e48 10292
449e1137
AC
10293 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10294 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10295 (hppa_gdbarch_init): Do not set PC_REGNUM.
10296
12507572
MK
102972004-03-06 Mark Kettenis <[email protected]>
10298
10299 * config/alpha/tm-fbsd.h: Remove file.
10300 * config/alpha/fbsd.mt: Tweak comment.
10301 (TM_FILE): Set to tm-alpha.h.
10302
c107cc1b
AC
103032004-03-05 Andrew Cagney <[email protected]>
10304
10305 * infrun.c (step_over_function): When non-legacy code, and no
10306 step_frame_id, use the unwinder to get the caller's frame ID.
10307
f2e7c15d
MK
103082004-03-05 Mark Kettenis <[email protected]>
10309
8b0c3633
MK
10310 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10311 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10312 bfd_arch_unknown. Adjust comment.
10313
f2e7c15d
MK
10314 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10315 * i386obsd-tdep.c: Correct spelling in comment.
10316 * i386nbsd-tdep.c: Correct spelling in comment.
10317 * sparc-tdep.c: Correct spelling in comments.
10318
1198ecbe
DC
103192004-03-05 David Carlton <[email protected]>
10320
10321 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10322 bug.
10323
9eb42ed1
MK
103242004-03-05 Mark Kettenis <[email protected]>
10325
10326 * sparc-tdep.c: Fix typo in comment.
10327
52b5e991
JB
103282004-03-04 J. Brobecker <[email protected]>
10329
10330 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10331
d8151005
DJ
103322004-03-04 Daniel Jacobowitz <[email protected]>
10333
10334 * dwarf2read.c: Add comment describing memory lifetimes.
10335 (struct dwarf2_pinfo): Update comment.
10336 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10337 (read_enumeration, new_symbol): Don't use obsavestring.
10338
cbeae229
MK
103392004-03-04 Mark Kettenis <[email protected]>
10340
722d18c2
MK
10341 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10342 instead of amd64_fill_fxsave.
10343 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10344 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10345
cbeae229
MK
10346 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10347 Reorganize code a bit.
10348
b4206d25
OF
103492004-03-04 Orjan Friberg <[email protected]>
10350
10351 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
10352 when the frame pointer is pushed. Don't set the frame pointer's
10353 address on the stack unless it's actually located there.
b4206d25
OF
10354 Set the SRP's address on the stack correctly when the PC is still in
10355 the prologue.
10356 (cris_return_value): New function.
10357 (cris_gdbarch_init): Clear deprecated store_return_value,
10358 extract_return_value.
10359
49b0b195
JB
103602004-03-02 Jim Blandy <[email protected]>
10361
10362 * stabsread.c (reg_value_complaint): The maximum register number
10363 is one less than the number of registers.
10364
e9ff708b
AC
103652004-03-02 Andrew Cagney <[email protected]>
10366
10367 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10368 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10369 trailing comma and redundant assignment of I386_ST0_REGNUM.
10370 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10371 32-bit segment registers.
10372
d4715e41
AC
103732004-03-01 Andrew Cagney <[email protected]>
10374
10375 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10376 use frame_relative_level and get_next_frame.
10377
3ce2bf18
AC
103782004-02-29 Andrew Cagney <[email protected]>
10379
10380 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10381 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10382 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10383 Delete macro.
10384
2da6aac3
DJ
103852004-02-29 Daniel Jacobowitz <[email protected]>
10386
10387 * inflow.c (terminal_inferior): Don't give up the terminal if we
10388 previously couldn't get the inferior's terminal state.
10389
6ba34a8d
DJ
103902004-02-29 Daniel Jacobowitz <[email protected]>
10391
10392 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10393 PC_REGNUM.
10394
faae5abe
AC
103952004-02-28 Andrew Cagney <[email protected]>
10396
10397 * NEWS: Refer to GDB 6.1.
10398 * README: Refer to GDB 6.1.
10399 * PROBLEMS: Refer to GDB 6.1.
10400
2227a3c5
DJ
104012004-02-28 Daniel Jacobowitz <[email protected]>
10402
10403 * thread-db.c (disable_thread_signals): Remove unused function.
10404
80571bff
MK
104052004-02-28 Mark Kettenis <[email protected]>
10406
041bd74b
MK
10407 * amd64-nat.c: Include "gdb_string.h".
10408 (amd64_collect_native_gregset): Zero-extend the 32-bit
10409 general-purpose registers and %eip.
10410
3c017e40
MK
10411 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10412 * amd64-tdep.c (amd64_collect_fxsave): New function.
10413 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10414
80571bff
MK
10415 * i387-tdep.h: Update copyright year.
10416 (i387_collect_fxsave): New prototype.
10417 * i387-tdep.c: Update copyright year.
10418 (i387_collect_fxsave): New function containing most of the code
10419 from i387_fill_fxsave.
10420 (i387_fill_fxsave): Call i387_collect_fxsave.
10421
50d71875
AC
104222004-02-28 Andrew Cagney <[email protected]>
10423
10424 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10425 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10426
4a28816e
MK
104272004-02-28 Mark Kettenis <[email protected]>
10428
10429 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10430
dbda9972
AC
104312004-02-28 Andrew Cagney <[email protected]>
10432
10433 * utils.c: Use "", instead of <>, to include readline.
10434 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10435 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10436 * source.c, solib.c, exec.c, event-top.c: Ditto.
10437 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10438 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10439 * Makefile.in: Update all dependencies.
10440 (readline_tilde_h, readline_history_h): Define.
10441 (readline_headers): Delete.
10442
83277a99
MK
104432004-02-28 Mark Kettenis <[email protected]>
10444
91ae4303
MK
10445 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10446 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10447 "config/i386/tm-lx64.h".
10448
83277a99
MK
10449 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10450 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10451 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10452
6e1d7d6c
AC
104532004-02-28 Andrew Cagney <[email protected]>
10454
ecc9ac84
AC
10455 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10456
6e1d7d6c
AC
10457 * breakpoint.c (_initialize_breakpoint): Use
10458 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10459 Add help to show command.
10460
9671aeef
MK
104612004-02-28 Mark Kettenis <[email protected]>
10462
7fa2737c
MK
10463 * i386-nat.c: Reformat to be closer to coding standards.
10464 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10465 `retval'. Make variables `align' and `size' local to while-loop.
10466 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10467 (_initialize_i386_nat): New prototype.
10468
9671aeef
MK
10469 * tui/tui.c: Include <readline/readline.h> instead of
10470 "readline/readline.h". Include it after <term.h> and
10471 "gdb_curses.h".
10472
fca7aa43
AC
104732004-02-27 Andrew Cagney <[email protected]>
10474
412275d5
AC
10475 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10476 the new frame unwind code.
10477 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10478 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10479 PCOQ_HEAD_REGNUM.
10480
fca7aa43
AC
10481 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10482 "return_value" and "push_dummy_call".
10483 (hppa32_use_struct_convention): Delete unused function.
10484 (hppa32_store_return_value): Delete unused function.
10485 (hppa32_extract_return_value): Delete unused function.
10486 (hppa32_stack_align): Delete function.
10487
e6a8a7d2
EZ
104882004-02-27 Eli Zaretskii <[email protected]>
10489
10490 * coffread.c (enter_linenos): Don't let rawptr reference memory
10491 outside linetab[]'s limits.
10492
1797a8f6
AC
104932004-02-27 Andrew Cagney <[email protected]>
10494
10495 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10496 inferior stack space - the stack needs to grow upwards.
10497 (hppa32_frame_align): New function.
10498 (hppa64_frame_align): Replace hppa_frame_align.
10499 (hppa_gdbarch_init): Update.
10500
2e4b5889
OF
105012004-02-26 Orjan Friberg <[email protected]>
10502
10503 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10504 (dwarf2-frame.h): Include.
10505 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10506 Remove static variables related to ABI setting.
10507 (struct gdbarch_tdep): Remove cris_abi member.
10508 (struct frame_extra_info): Remove.
10509 (cris_unwind_cache, stack_item): New structs.
10510 (cris_frame_unwind, cris_frame_base): New variables.
10511 (push_stack_item, pop_stack_item)
10512 (cris_frame_unwind_cache, cris_frame_this_id)
10513 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10514 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10515 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10516 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10517 (cris_reg_struct_has_addr): New functions.
10518 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 10519 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
10520 (cris_store_struct_return, cris_frameless_function_invocation)
10521 (cris_pop_frame, cris_skip_prologue_main)
10522 (cris_abi_original_store_return_value)
10523 (cris_abi_v2_store_return_value)
10524 (cris_abi_original_extract_return_value)
10525 (cris_abi_v2_extract_return_value)
10526 (cris_abi_original_reg_struct_has_addr)
10527 (cris_abi_v2_reg_struct_has_addr)
10528 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10529 (cris_push_return_address, cris_abi_update): Remove.
10530 (_initialize_cris_tdep): Remove ABI command.
10531 (cris_dump_tdep): Ditto.
8718a420 10532 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
10533 Set store_return_value, extract_return_value, push_dummy_code,
10534 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10535 frame_unwind_append_sniffer, frame_base_set_default.
10536 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10537 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10538 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 10539 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
10540 init_extra_frame_info, frameless_function_invocation, frame_chain,
10541 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10542 dummy_write_sp.
8718a420 10543
6b9acc27
JJ
105442004-02-26 Jeff Johnston <[email protected]>
10545
10546 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10547 * valprint.c (print_hex_chars): Change from static to external.
10548 (print_char_chars): New function.
10549 * printcmd.c (print_scalar_formatted): For integer and enum types
10550 that are longer than LONGEST, perform processing via appropriate
10551 print_*_chars routines.
10552
a431654a
AC
105532004-02-26 Andrew Cagney <[email protected]>
10554
10555 * Makefile.in: Update dependencies.
10556 Changes from Ulrich Weigand,
10557 * s390-tdep.c: Include "dwarf2-frame.h".
10558 (s390_dwarf2_frame_init_reg): New function.
10559 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10560 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10561
fa8d40ab
JJ
105622004-02-26 Jeff Johnston <[email protected]>
10563
10564 * breakpoint.c (pending_break_support): New setting variable.
10565 (break_command_1): Account for pending_break_support setting
10566 when creating pending breakpoints.
10567 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10568 (_initialize_breakpoint): Add "set breakpoint pending" and
10569 "show breakpoint pending" commands.
10570
0dcd613f
AC
105712004-02-26 Andrew Cagney <[email protected]>
10572
10573 Fix PR i18n/1570.
10574 * charset.c (backslashable, backslashed, represented): Remove 'e'
10575 from list of escaped characters, not part of ISO-C.
10576
479272a3
JB
105772004-02-25 J. Brobecker <[email protected]>
10578
10579 From Peter Schauer <[email protected]>:
10580 * tui/tui.c: Move system header includes after local includes.
10581 Fixes a build failure on solaris systems.
10582
7613d933
JB
105832004-02-25 J. Brobecker <[email protected]>
10584
10585 * configure.in: Refine the previous change.
10586 * configure: Regenerate.
10587
9c1488cb
MK
105882004-02-25 Mark Kettenis <[email protected]>
10589
10590 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10591 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10592 "amd64-tdep.h" instead of "x86-64-tdep.h".
10593 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10594 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10595 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10596 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10597 and "x86-64-tdep.c".
10598 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10599 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10600 and "x86-64-tdep.c".
10601 * amd64bsd-nat.c: Update copyright year.
10602 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10603 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10604 "x86-64-tdep.h".
10605 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10606 "x86-64-tdep.h".
10607 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10608 "x86-64-tdep.h".
10609 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10610 "x86-64-tdep.h".
10611 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10612 "x86-64-tdep.h".
10613 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10614 "x86-64-tdep.h".
8718a420 10615 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
10616 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10617 * Makefile.in (amd64_linux_tdep_h): Renamed from
10618 x86_64_linux_tdep_h.
10619 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10620 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10621 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10622 (amd64obsd-tdep.o): Update dependencies.
10623 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10624 dependencies.
10625 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10626 dependencies.
10627 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10628 amd64-linux-nat.c amd64-linux-tdep.c.
10629 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10630 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10631 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10632 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10633 amd64-tdep.o and amd64-linux-tdep.o.
10634 (TM_FILE): Set to tm-linux64.h.
10635 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10636 (NAT_FILE): Set to nm-linux64.h.
10637 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10638 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10639 amd64-tdep.o.
10640 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10641 amd64-tdep.o.
10642 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10643 amd64-tdep.o.
10644
4b8dad4a
RM
106452004-02-25 Roland McGrath <[email protected]>
10646
10647 * remote.c (remote_protocol_qPart_auxv): New variable.
10648 (init_all_packet_configs): Initialize it.
10649 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10650 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10651 (show_remote_cmd): Call it.
10652 (_initialize_remote): Initialize commands.
10653 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10654 service TARGET_OBJECT_AUXV requests.
10655
66745969
JB
106562004-02-25 J. Brobecker <[email protected]>
10657
10658 * configure.in: Make sure that the wborder function is available.
10659 Otherwise, search for it in the cur_colr library.
10660 * configure: Regenerate.
10661
79508e1e
AC
106622004-02-25 Andrew Cagney <[email protected]>
10663
10664 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10665
571ee600
MK
106662004-02-25 Mark Kettenis <[email protected]>
10667
10668 * config/i386/tm-x86-64linux.h: Tweak comments.
10669
2b1b322f 106702004-02-25 Richard Sandiford <[email protected]>
ad74788f
RS
10671
10672 * MAINTAINERS: Add self to write-after-approval list.
10673
4d2acc65
AC
106742004-02-25 Andrew Cagney <[email protected]>
10675
4b8dad4a 10676 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
10677 * cli/cli-script.c (execute_control_command): Unconditionally
10678 install a cleanup. Default "ret" to "invalid_control". Use
10679 "break" instead of "return" to escape from the switch.
10680
4cfcaf21
JB
106812004-02-24 J. Brobecker <[email protected]>
10682
10683 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10684 with the lines macro defined in term.h on AiX.
10685 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10686 a collision with the label_width macro defined in term.h on AiX.
10687
54a5c8d8
KB
106882004-02-23 David Mosberger <[email protected]>
10689
10690 Committed by Kevin Buettner <[email protected]>.
10691
10692 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10693 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10694 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10695 instead of ia64_write_pc().
10696 * ia64-linux-tdep.c (regcache.h): Include.
10697 (ia64_linux_write_pc): New function.
4b8dad4a 10698
8a1dac83
RM
106992004-02-23 Roland McGrath <[email protected]>
10700
10701 * auxv.c (info_auxv_command): Fix typos in error messages.
10702
90f90721
MK
107032004-02-23 Mark Kettenis <[email protected]>
10704
8a1dac83 10705 * x86-64-tdep.h: Tweak comment.
90f90721
MK
10706 (enum amd64_regnum): New.
10707 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10708 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10709 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10710 (X86_64_XMM1_REGNUM): Removed.
10711 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10712 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10713 prototypes for renamed functions.
10714 * x86-64-tdep.c: Fix typo.
10715 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10716 register numbers.
10717 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10718 Use constants from `enum amd64_regnum' for register numbers.
10719 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10720 (amd64_analyze_prologue, amd64_frame_cache,
10721 amd64_sigtramp_frame_cache): Use constants from `enum
10722 amd64_regnum' for register numbers.
10723 (amd64_supply_fpregset): Adjust for renamed functions.
10724 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10725 `enum amd64_regnum' for register numbers.
10726 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10727 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10728 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10729 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10730 (amd64_linux_fill_gregset): Adjust for renamed macros.
10731 (fetch_core_registers): Adjust for renamed functions.
10732 (amd64_linux_init_abi): Adjust for renamed functions.
10733 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10734 renamed functions.
10735 * amd64-nat.c: Adjust for renamed macros.
10736 * amd64bsd-nat.c (fetch_inferior_registers)
10737 (store_inferior_registers): Use constants from `enum amd64_regnum'
10738 for register numbers. Adjust for renamed variables.
10739 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10740 renamed variables.
10741 (_initialize_amd64fbsd_nat): Use constants from `enum
10742 amd64_regnum' for register numbers.
10743 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10744 `enum amd64_regnum' for register numbers.
10745 (amd64fbsd_init_abi): Adjust for renamed functions.
10746 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10747 `enum amd64_regnum' for register numbers.
10748 (amd64nbsd_init_abi): Adjust for renamed functions.
10749 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10750 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10751 `enum amd64_regnum' for register numbers.
10752 (amd64obsd_init_abi): Adjust for renamed functions.
10753 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10754
d5479188
JJ
107552004-02-23 Jeff Johnston <[email protected]>
10756
10757 * breakpoint.c (print_one_breakpoint): Do not output spaces
10758 after printing <PENDING> for a pending breakpoint.
10759
81cb7cc9
JJ
107602004-02-23 Jeff Johnston <[email protected]>
10761
10762 * printcmd.c (print_scalar_formatted): Initialize val_long
10763 to remove compiler warning message.
10764
cbdeadca
JJ
107652004-02-23 Jeff Johnston <[email protected]>
10766
10767 * defs.h (nquery, yquery): New prototypes.
10768 * breakpoint.c (break_command_1): Use new nquery interface.
10769 * utils.c (defaulted_query, nquery, yquery): New functions.
10770
da6bab63
AC
107712004-02-23 Andrew Cagney <[email protected]>
10772
2f690297
AC
10773 * hppa-tdep.c (hppa_frame_align): New function.
10774 (hppa32_push_dummy_call): New function.
10775 (hppa64_push_dummy_call): New function.
10776 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10777 disabled.
8a1dac83 10778
da6bab63
AC
10779 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10780 FIX_CALL_DUMMY when push_dummy_call is available.
10781 (call_function_by_hand, push_dummy_code): Ditto.
10782
abf9b42d
AC
107832004-02-22 Andrew Cagney <[email protected]>
10784
10785 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10786 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10787 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10788 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10789 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10790 call_dummy_location to ON_STACK.
10791
10fc94a4
MK
107922004-02-22 Mark Kettenis <[email protected]>
10793
51433e4b
MK
10794 * x86-64-linux-tdep.c: Tweak comment.
10795 (amd64_linux_supply_gregset): Renamed from
10796 x86_64_linux_supply_gresget.
10797 (amd64_linux_fill_gregset): Renamed from
10798 x86_64_linux_fill_gregset.
10799 (fetch_core_registers): Adjust for renamed functions.
10800 (amd64_core_fns): Renamed from x86_64_core_fns.
10801 (amd64_linux_sigtramp_start): Renamed from
10802 x86_64_linux_sigtramp_start.
10803 (amd64_linux_pc_in_sigtramp): Renamed from
10804 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10805 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10806 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10807 (amd64_linux_sigcontext_addr): Renamed from
10808 x86_64_linux_sigcontext_addr.
10809 (amd64_linux_sc_reg_offset): Renamed from
10810 x86_64_linux_sc_reg_offset.
10811 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10812 Adjust for renamed functions and variables.
10813 (_initialize_amd64_linux_tdep): Renamed from
10814 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10815 variables.
10816 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10817 Adjust for renamed functions.
10818
430eaf2e
MK
10819 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10820 from x86_64_linux_gregset64_reg_offset.
10821 (amd64_linux_gregset32_reg_offset): Rename from
10822 x86_64_linux_gregset64_reg_offset.
10823 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10824 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10825 (amd64_linux_dr_set_control): Renamed from
10826 x86_64_linux_dr_set_control. Adjust for renamed functions.
10827 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10828 Adjust for renamed functions.
10829 (amd64_linux_dr_reset_addr): Renamed from
10830 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10831 (amd64_linux_dr_get_status): Renamed from
10832 x86_64_linux_dr_get_status. Adjust for renamed functions.
10833 (_initialize_amd64_linux_nat): Renamed from
10834 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10835 functions.
10836 * config/i386/nm-x86-64linux.h: Update copyright year.
10837 Adjust for renamed functions.
10838
10fc94a4
MK
10839 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10840 amd64fbsd_sigtramp_start.
10841 (amd64fbsd_sigtramp_end_addr): Renamed from
10842 amd64fbsd_sigtramp_end.
10843 (amd64fbsd_init_abi): Adjust for renamed variables.
10844 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10845 variables.
10846 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10847 amd64fbsd_sigtramp_start.
10848 (amd64fbsd_sigtramp_end_addr): Renamed from
10849 amd64fbsd_sigtramp_end.
10850
343af405
AC
108512004-02-22 Andrew Cagney <[email protected]>
10852
537987fc
AC
10853 * hppa-tdep.c (hppa32_return_value): New function.
10854 (hppa64_return_value): New function.
10855 (hppa_gdbarch_init): Set return_value; keep disabled.
10856
fad850b2
AC
10857 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10858 struct-return and inferior function call methods.
10859
26d08f08
AC
10860 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10861 "frame-base.h".
10862 (struct hppa_frame_cache): Define.
10863 (hppa_frame_cache, hppa_frame_this_id): New functions.
10864 (hppa_frame_prev_register): New function.
10865 (hppa_frame_unwind, hppa_frame_base): New variables.
10866 (hppa_frame_unwind_sniffer): New function.
10867 (hppa_frame_base_address, hppa_unwind_pc): New function.
10868 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10869 sniffer, and frame base sniffer; keep disabled.
10870 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10871 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10872
e7d7bd65
AC
10873 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10874 to predicates for "seriously old code".
10875
e963316f
AC
10876 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10877 runtime if(0).
10878
56132691
AC
10879 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10880 unsigned.
10881 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 10882
343af405
AC
10883 * config/pa/tm-hppa.h: Update copyright.
10884 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10885 (deprecated_init_frame_pc_default): Delete declaration.
10886 (hppa_frame_init_saved_regs): Delete declaration.
10887 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10888 * hppa-tdep.c: Include "arch-utils.h".
10889 (hppa_gdbarch_init): Set deprecated init_frame_pc
10890 and deprecated frame_init_saved_regs.
10891 (hppa_frame_init_saved_regs): Make static.
10892
f5859b4d
MK
108932004-02-22 Mark Kettenis <[email protected]>
10894
86f6f8e7 10895 Remove old 386BSD support.
cf7c5c23 10896 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
10897 * configure.host: Remove i[34567]86-*-bsd*.
10898 * configure.tgt: Remove i[34567]86-*-bsd*.
10899 * i386b-nat.c: Removed.
10900 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
10901 (i386b-nat.o): Remove dependencies.
10902
86f6f8e7
MK
10903 * config/i386/i386bsd.mh: Removed.
10904 * config/i386/i386bsd.mt: Removed.
10905 * config/i386/nm-i386bsd.h: Removed.
10906 * config/i386/tm-i386bsd.h: Removed.
10907 * config/i386/xm-i386bsd.h: Removed.
10908
971218cd
MK
10909 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10910
7e654c37
MK
10911 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10912 (amd64fbsd_init_abi): Set link map offsets.
10913 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10914 (amd64nbsd_init_abi): Set link map offsets.
10915 * amd64obsd-tdep.c: Include "solib-svr4.h".
10916 (amd64obsd_init_abi): Set link map offsets.
10917 * i386fbsd-tdep.c: Include "solib-svr4.h".
10918 (i386fbsd_init_abi): Set link map offsets.
10919 * i386nbsd-tdep.c: Include "solib-svr4.h".
10920 (i386nbsdelf_init_abi): Set link map offsets.
10921 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10922 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10923 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10924 solib-legacy.o and core-aout.o. Reformat.
10925 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10926 solib-svr4.o, solib-legacy.o. Reformat.
10927 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10928 * config/i386/nbsdelf.mh: Reformat.
10929 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10930 solib-svr4.o, solib-legacy.o and corelow.o.
10931 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10932 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10933 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10934 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10935 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10936 (TM_FILE): Set to tm-fbsd.h.
10937 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10938 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10939 solib-svr4.o.
10940 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10941 solib-svr4.o.
10942 (TM_FILE): Set to nm-nbsd.h.
10943 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10944 Simplify shared library support. Don't include "elf/common.h".
10945 (SVR4_SHARED_LIBS): Don't define.
10946 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10947 "solib.h".
10948 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10949 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10950 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10951 Don't include "i386/tm-i386.h". Include "solib.h".
10952 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10953 Don't include "i386/tm-i386.h".
10954 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10955 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10956 Include "i386/xm-i386.h".
10957 (HOST_LONG_DOUBLE_FORMAT): Remove.
10958
5d93ae8c
MK
10959 Fix OpenBSD/i386 sigtramp recognition.
10960 * i386-tdep.h: Update copyright year.
10961 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10962 (i386bsd_sigtramp_end): New prototypes.
10963 (i386fbsd_sigtramp_start_addr): Renamed from
10964 i386fbsd_sigtramp_start.
10965 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10966 (i386obsd_sigtramp_start_addr): Renamed from
10967 i386obsd_sigtramp_start.
10968 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10969 * i386bsd-tdep.c: Update copyright year.
10970 (i386bsd_pc_in_sigtramp): Make public.
10971 * i386fbsd-nat.c: Update copyright year.
10972 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10973 * i386fbsd-tdep.c: Update copyright year.
10974 (i386fbsd_sigtramp_start_addr): Renamed from
10975 i386fbsd_sigtramp_start.
10976 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10977 (i386fbsdaout_init_abi): Adjust for renamed variables.
10978 * i386obsd-nat.c: Update copyright year.
10979 (_initialize_i386obsd_nat): Adjust for renamed variables.
10980 * i386obsd-tdep.c: Include "target.h".
10981 (i386obsd_page_size): New variable.
10982 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10983 (i386obsd_sigtramp_end): New functions.
10984 (i386obsd_sigtramp_start_addr): Renamed from
10985 i386obsd_sigtramp_start.
10986 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10987 (i386obsd_init_abi): Adjust for renamed variables. Set
10988 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10989 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10990
84d04465
MK
10991 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10992 trampoline change in OpenBSD kernel.
10993
b053aceb
MK
10994 * amd64-nat.c: Update copyright year.
10995 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10996 architecture from REGCACHE.
10997
f5859b4d
MK
10998 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10999 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11000
e4bbbda8
MK
110012004-02-21 Mark Kettenis <[email protected]>
11002
ba361932
MK
11003 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11004 i[34567]86-*-openbsd3.[0-3].
11005 * config/i386/obsdaout.mh: New file.
11006
d3e48264
MK
11007 * config/i386/obsd.mh (MH_FLAGS): Remove.
11008
60a6eeb6
MK
11009 Fix PR build/1549.
11010 * i386obsd-tdep.c: Update copyright years. Include
11011 "solib-svr4.h".
11012 (i386obsd_init_abi): Don't set regset_from_core_section here.
11013 (i386obsd_aout_init_abi): New function. Set
11014 regset_from_core_section here.
11015 (i386obsd_elf_init_abi): New function.
11016 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11017 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11018 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11019 (TM_FILE): Set to tm-nbsd.h.
11020
11021 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11022 solib-sunos.o.
11023
e4bbbda8
MK
11024 * solib-svr4.h: Update copyright year.
11025 (svr4_ilp32_fetch_link_map_offsets)
11026 (svr4_lp64_fetch_link_map_offsets): New prototype.
11027 * solib-svr4.c: Update copyright year.
11028 (svr4_ilp32_fetch_link_map_offsets)
11029 (svr4_lp64_fetch_link_map_offsets): New function.
11030
f6fe98ef
DJ
110312004-02-20 Daniel Jacobowitz <[email protected]>
11032
11033 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11034 to the partial symbol table.
11035
589ca796
JB
110362004-02-20 J. brobecker <[email protected]>
11037
11038 * PROBLEMS: Add description of problem documented under gdb/1560.
11039
2031c21a
MK
110402004-02-20 Mark Kettenis <[email protected]>
11041
30b344b1
MK
11042 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11043 comments.
11044 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11045 functions.
11046 (amd64obsd_init_abi): Reorder initializations. Use
11047 amd64obsd_r_reg_offset to initialize the general-purpose register
11048 set details. Set regset_from_core_section.
11049 (_initialize_amd64obsd_tdep): Rename from
11050 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11051 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11052 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11053
2031c21a
MK
11054 * NEWS (New native configurations): Mention OpenBSD/alpha.
11055 * configure.tgt: Add alpha*-*-openbsd*.
11056 * configure.host: Add alpha*-*-openbsd*.
11057 * alphanbsd-tdep.c: Update copyright year.
11058 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11059
42471775
AC
110602004-02-20 Andrew Cagney <[email protected]>
11061
11062 Fix PR tdep/1372.
11063 * configure.tgt: Delete target "none-*-*".
11064 * configure.host: Delete host "none-*-*".
11065 * config/none/none.mh: Delete file.
11066 * config/none/none.mt: Delete file.
11067 * config/none/xm-none.h: Delete file.
11068 * config/none/tm-none.h: Delete file.
11069 * config/none/nm-none.h: Delete file.
11070
960ccd7d
FF
110712004-02-19 Fred Fish <[email protected]>
11072
11073 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11074 cache->uses_fp prior to setting it.
11075
5f883edd
FF
110762004-02-19 Fred Fish <[email protected]>
11077
11078 Fix for PR breakpoint/1558.
11079 * sh-tdep.c (IS_JSR): New macro.
11080 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11081
f98c22d5
JB
110822004-02-19 Jim Blandy <[email protected]>
11083
11084 * findvar.c (value_from_register): Doc fix.
11085
95051d27
JJ
110862004-02-19 Jeff Johnston <[email protected]>
11087
11088 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11089 type being greater than sizeof of host's LONGEST. Always use
11090 unpack_long() unless format 'f' chosen.
11091
ccefbec3
EZ
110922004-02-19 Joel Brobecker <[email protected]>
11093
11094 Committed by Elena Zannoni <[email protected]>
2ede629f 11095
ccefbec3
EZ
11096 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11097 contains a symbol wich is the best, non-exact match for the given
11098 pc. Update comments.
11099
111002004-02-19 Elena Zannoni <[email protected]>
8a1dac83 11101
2ede629f
EZ
11102 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11103 macro, which was part of the now removed Mach 3 port.
11104 * utils.c (request_quit): Ditto.
11105
567ee972
MK
111062004-02-18 Mark Kettenis <[email protected]>
11107
11108 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11109 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11110
50cca7bb
MK
111112004-02-18 Ulrich Weigand <[email protected]>
11112
11113 Committed by Mark Kettenis <[email protected]>.
11114
11115 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11116 Define.
11117
226361c4
AC
111182004-02-18 Andrew Cagney <[email protected]>
11119
11120 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11121 CONFIG_INSTALL and CONFIG_UNINSTALL.
11122 * configure: Re-generate.
11123 * interps.h (INTERP_TUI): Define.
11124 * Makefile.in: Update dependencies.
11125 (TUI): New macro.
11126 (tui-main.o): Specify dependencies.
11127 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11128 * tui/tui-main.c: New file.
11129
49cfa46f
MK
111302004-02-18 Mark Kettenis <[email protected]>
11131
e2879ccb
MK
11132 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11133 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11134 dependencies.
11135 * configure.host: Add x86_64-*-openbsd*.
11136 * configure.tgt: Add x86_64-*-openbsd*.
11137 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11138
c43f4bec
MK
11139 * tui/tui.c: Don't include <malloc.h>.
11140
09ae75b6
MK
11141 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11142 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11143 amd64nbsd-tdep.c.
11144
49cfa46f 11145 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 11146 static. Remove extraneous whitespace.
49cfa46f
MK
11147 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11148 static.
11149
05957fdb
JB
111502004-02-17 Jim Blandy <[email protected]>
11151
11152 * findvar.c (value_from_register): Doc fix.
11153
d0f54f9d
JB
111542004-02-17 Ulrich Weigand <[email protected]>
11155
11156 Committed by Jim Blandy <[email protected]>.
e1457d83 11157
8a1dac83 11158 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
11159 CORE_ADDR as type for selectors. Correct types for GNU run time
11160 message lookup function to use double indirection.
11161 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11162 * objc-lang.h (lookup_child_selector): Adapt prototype.
11163
9cbd5950
JB
11164 * s390-nat.c (SUBOFF): New macro.
11165 (supply_gregset, fill_gregset): Use it to handle debugging
11166 of 32-bit exectuables running under a 64-bit kernel.
11167 * s390-tdep.c: Include "solib-svr4.h".
11168 (s390_svr4_fetch_link_map_offset): New function.
11169 (s390x_svr_fetch_link_map_offset): Likewise.
11170 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11171 * Makefile.in (s390-tdep.o): Update dependencies.
11172
a8c99f38
JB
11173 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11174 "frame-unwind.h".
11175 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11176 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11177 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11178 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11179 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11180 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 11181 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
11182 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11183 (struct frame_extra_info): Remove.
11184 (s390_memset_extra_info): Remove.
f73b1eff
JB
11185 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11186 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11187 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
11188 (is_rse): Renamed to ...
11189 (is_rsy): ... this. Support long displacements.
11190 (is_rxe): Renamed to ...
11191 (is_rxy): ... this. Support long displacements.
11192 (compute_x_addr): Support long displacements.
11193 (struct s390_prologue_data): New data type.
11194 (s390_on_stack): Change API to use struct s390_prologue_data.
11195 (s390_store): Reimplement.
11196 (s390_load): New function.
11197 (s390_get_signal_frame_info): Remove.
11198 (s390_get_frame_info): Remove, replace by ...
11199 (s390_analyze_prolog): ... this new function.
11200 (s390_check_function_end): Remove.
11201 (s390_function_start): Remove.
11202 (s390_frameless_function_invokation): Remove.
11203 (s390_is_sigreturn): Remove.
11204 (s390_init_frame_pc_first): Remove.
11205 (s390_init_frame_extra_info): Remove.
11206 (s390_frame_init_saved_regs): Remove.
11207 (s390_frame_saved_pc_nofix): Remove.
11208 (s390_frame_saved_pc): Remove.
11209 (s390_frame_chain): Remove.
11210 (s390_fp_regnum, s390_read_fp): Remove.
11211 (s390_pop_frame_regular, s390_pop_frame): Remove.
11212 (s390_saved_pc_after_call): Remove.
11213 (s390_skip_prologue): Reimplement.
11214 (s390_in_function_epilogue_p): Support long displacements.
11215 (struct s390_unwind_cache): New data structure.
11216 (s390_frame_unwind_cache): New function.
11217 (s390_prologue_frame_unwind_cache): Likewise.
11218 (s390_backchain_frame_unwind_cache): Likewise.
11219 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11220 (s390_frame_unwind): Define.
11221 (s390_frame_sniffer): New function.
11222 (struct s390_pltstub_unwind_cache): New data structure.
11223 (s390_pltstub_frame_unwind_cache): New function.
11224 (s390_pltstub_frame_this_id): Likewise.
11225 (s390_pltstub_frame_prev_register): Likewise.
11226 (s390_pltstub_frame_unwind): Define.
11227 (s390_pltstub_frame_sniffer): New function.
11228 (struct s390_sigtramp_unwind_cache): New data structure.
11229 (s390_sigtramp_frame_unwind_cache): New function.
11230 (s390_sigtramp_frame_this_id): Likewise.
11231 (s390_sigtramp_frame_prev_register): Likewise.
11232 (s390_sigtramp_frame_unwind): Define.
11233 (s390_sigtramp_frame_sniffer): New function.
11234 (s390_frame_base_address, s390_local_base_address): New functions.
11235 (s390_frame_base): Define.
11236 (s390_unwind_pc, s390_unwind_sp): New function.
11237 (s390_push_dummy_call): Use new frame base location.
11238 (s390_unwind_dummy_id): Likewise.
11239 (s390_gdbarch_init): Remove calls to:
11240 set_gdbarch_frameless_function_invocation,
11241 set_gdbarch_deprecated_init_frame_pc,
11242 set_gdbarch_deprecated_frame_chain,
11243 set_gdbarch_deprecated_frame_init_saved_regs,
11244 set_gdbarch_deprecated_pop_frame,
11245 set_gdbarch_deprecated_init_extra_frame_info,
11246 set_gdbarch_deprecated_init_frame_pc_first,
11247 set_gdbarch_deprecated_target_read_fp,
11248 set_gdbarch_deprecated_frame_saved_pc,
11249 set_gdbarch_deprecated_saved_pc_after_call,
11250 set_gdbarch_deprecated_fp_regnum.
11251 Add calls to:
11252 set_gdbarch_in_solib_call_trampoline,
11253 frame_unwind_append_sniffer,
11254 frame_base_set_default,
11255 set_gdbarch_unwind_pc,
11256 set_gdbarch_unwind_sp.
11257 * Makefile.in (s390-tdep.o): Update dependencies.
11258
b0cf273e
JB
11259 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11260 (S390_STACK_FRAME_OVERHEAD): Remove.
11261 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11262 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11263 (s390_promote_integer_argument): Remove.
11264 (s390_cannot_extract_struct_value_address): Remove.
11265 (s390_use_struct_convention, s390_store_struct_return): Remove.
11266 (s390_extract_return_value, s390_store_return_value): Remove.
11267 (s390_return_value_convention, s390_return_value): New functions.
11268 (is_float_singleton): Handle typedefs.
8a1dac83 11269 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
11270 Remove, replace by ...
11271 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11272 s390_function_arg_integer): ... these new functions.
11273 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11274 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11275 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11276 Fill in tdep->abi.
11277 Remove calls to:
11278 set_gdbarch_deprecated_store_struct_return,
11279 set_gdbarch_deprecated_extract_return_value,
11280 set_gdbarch_deprecated_store_return_value,
11281 set_gdbarch_use_struct_convention,
11282 set_gdbarch_extract_struct_value_address,
11283 set_gdbarch_deprecated_pc_in_call_dummy,
11284 set_gdbarch_deprecated_push_arguments,
11285 set_gdbarch_deprecated_save_dummy_frame_tos,
11286 set_gdbarch_deprecated_push_return_address,
11287 set_gdbarch_deprecated_sizeof_call_dummy_words,
11288 set_gdbarch_deprecated_call_dummy_words,
11289 set_gdbarch_deprecated_dummy_write_sp.
11290 Add calls to:
11291 set_gdbarch_push_dummy_call,
11292 set_gdbarch_unwind_dummy_id,
11293 set_gdbarch_return_value.
8a1dac83 11294
e1457d83
JB
11295 * config/s390/nm-linux.h: Update comments.
11296 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11297 (STOPPED_BY_WATCHPOINT): Redefine.
11298 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11299 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11300 (s390_stopped_by_watchpoint): Likewise.
11301 (watch_area_cnt): Remove.
11302 * s390-nat.c: Update comments.
11303 (watch_area): Remove typedef.
11304 Global replace watch_area by struct watch_area.
11305 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 11306 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
11307 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11308 (s390_fix_watch_points): Remove pid argument,
11309 use s390_inferior_tid. Recompute area spanned by watchpoints.
11310 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11311 argument. Reimplement.
11312
d0f54f9d
JB
11313 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11314 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11315 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 11316 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
11317 core-regset.o.
11318 * config/s390/s390x.mt: Remove.
11319 * config/s390/tm-s390.h: Remove.
11320 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11321 (TARGET_ELF64): Remove.
11322 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11323 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11324 s390*-*-* case; always set gdb_target to s390.
11325 * regformats/reg-s390.dat: Remove control registers.
11326 * regformats/reg-s390x.dat: Likewise.
11327 * s390-tdep.h: New file.
8a1dac83 11328 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
11329 Include "inferior.h" and "s390-tdep.h".
11330 Remove private definition of offsetof.
11331 (s390_register_u_addr): Remove.
11332 (regmap_gregset, regmap_fpregset): Define.
11333 (supply_gregset, fill_gregset): Reimplement.
11334 (supply_fpregset, fill_fpregset): Likewise.
11335 (s390_inferior_tid): New function.
11336 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11337 (fetch_inferior_registers, store_inferior_registers): Likewise.
11338 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11339 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11340 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11341 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11342 (struct gdbarch_tdep): Define.
11343 (struct s390_register_info): Define.
11344 (s390_register_info): New variable.
11345 (s390_register_name): Reimplement.
11346 (s390_register_type): New function.
11347 (s390_register_raw_size, s390x_register_raw_size): Remove.
11348 (s390_cannot_fetch_register): Remove.
11349 (s390_register_byte): Remove.
11350 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11351 (s390_dwarf_regmap): New variable.
11352 (s390_dwarf_reg_to_regnum): New function.
11353 (s390_stab_reg_to_regnum): Remove.
11354 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11355 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11356 (s390_convert_register_p): Likewise.
11357 (s390_register_to_value, s390_value_to_register): Likewise.
11358 (s390_register_reggroup_p): Likewise.
11359 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11360 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11361 (s390_supply_regset, s390_regset_from_core_section): New functions.
11362 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11363 (S390_FPR_SIZE): Likewise.
11364 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11365 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11366 (S390_NUM_GPRS): Move here from tm-s390.h.
11367 (S390_NUM_FPRS): Likewise.
11368 (s390_in_function_epilogue_p): New function.
11369 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11370 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11371 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11372 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11373 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11374 Remove calls to:
11375 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
11376 set_gdbarch_deprecated_max_register_virtual_size,
11377 set_gdbarch_deprecated_register_byte,
d0f54f9d 11378 set_gdbarch_cannot_fetch_register,
8a1dac83 11379 set_gdbarch_cannot_store_register,
d0f54f9d
JB
11380 set_gdbarch_deprecated_register_size,
11381 set_gdbarch_deprecated_register_raw_size,
11382 set_gdbarch_deprecated_register_virtual_size,
11383 set_gdbarch_deprecated_register_virtual_type,
11384 set_gdbarch_deprecated_register_bytes.
11385 Add calls to:
11386 set_gdbarch_num_pseudo_regs,
11387 set_gdbarch_register_type,
11388 set_gdbarch_convert_register_p,
11389 set_gdbarch_register_to_value,
11390 set_gdbarch_value_to_register,
11391 set_gdbarch_register_reggroup_p,
11392 set_gdbarch_regset_from_core_section,
11393 set_gdbarch_pseudo_register_read,
11394 set_gdbarch_pseudo_register_write,
11395 set_gdbarch_in_function_epilogue_p.
11396 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11397 (s390_tdep_h): New variable.
11398
8cfe231d
JB
113992004-02-17 Jim Blandy <[email protected]>
11400
4589a601
JB
11401 * findvar.c (value_from_register): If the type has no length, just
11402 return an acceptable value --- don't report an internal error.
11403
8cfe231d
JB
11404 * stabsread.c (read_type): If we find any type numbers that are
11405 forward references, complain if the references aren't resolved by
11406 the time we're finished reading.
11407 (cleanup_undefined_types): Make error message more appropriate for
11408 a complaint.
11409
5bf0017e
EZ
114102004-02-17 Elena Zannoni <[email protected]>
11411
9d62932d
EZ
11412 * Makefile.in (defs_h): Remove dependency on progress_h.
11413 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11414 progress.h.
11415 * main.c (captured_main): Delete use of START_PROGRESS and
11416 END_PROGRESS.
11417
114182004-02-17 Elena Zannoni <[email protected]>
8a1dac83 11419
5bf0017e
EZ
11420 * objfiles.c (terminate_minimal_symbol_table): Add back
11421 initialization of MSYMBOL_TYPE.
11422
9fc9f5e2
AC
114232004-02-17 David Mosberger <[email protected]>
11424
11425 Committed by Andrew Cagney.
11426 * Makefile.in (ia64_tdep_h): New macro.
11427 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11428 (ia64-tdep.o): Likewise.
11429 * ia64-tdep.h: New file.
11430 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11431 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11432 (ia64_aix_sigcontext_register_address): Likewise.
11433 (ia64_linux_getunwind_table): Delete declaration.
11434 * ia64-linux-tdep.c: Likewise.
11435
76cd2bd9
CV
114362004-02-17 Corinna Vinschen <[email protected]>
11437
11438 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11439 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11440 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11441
634aa483
AC
114422004-02-17 Andrew Cagney <[email protected]>
11443
11444 * symtab.c (skip_prologue_using_sal): New function.
11445 * symtab.h (skip_prologue_using_sal): Declare.
11446 * frv-tdep.c: Include "symtab.h".
11447 (skip_prologue_using_sal): Delete function.
11448 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11449 * rs6000-tdep.c (refine_prologue_limit): Mention
11450 skip_prologue_using_sal.
11451 * ia64-tdep.c (refine_prologue_limit): Ditto.
11452 * Makefile.in: Update dependencies.
11453
114542004-02-16 Andrew Cagney <[email protected]>
19772a2c 11455
39ce7b3f
AC
11456 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11457 START_INFERIOR_TRAPS_EXPECTED.
11458 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11459 START_INFERIOR_TRAPS_EXPECTED.
11460 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11461 Delete macro.
11462 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11463 macro, moved to "nm-osf.h". Update copyright.
11464 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11465 update copyright.
11466
19772a2c
AC
11467 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11468 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11469 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11470 frameless_look_for_prologue.
11471 * frame.h (legacy_frameless_look_for_prologue): Rename
11472 frameless_look_for_prologue.
11473 * gdbarch.h, gdbarch.c: Re-generate.
11474 * sh64-tdep.c (sh64_gdbarch_init): Update.
11475 * sh-tdep.c (sh_gdbarch_init): Update.
11476 * s390-tdep.c (s390_gdbarch_init): Update.
11477 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11478 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11479 * m68k-tdep.c (m68k_gdbarch_init): Update.
11480 (delta68_frame_args_address): Update.
11481 * m32r-tdep.c (m32r_gdbarch_init): Update.
11482 * hppa-tdep.c (hppa_gdbarch_init): Update.
11483 * h8300-tdep.c (h8300_gdbarch_init): Update.
11484 * frv-tdep.c (frv_gdbarch_init): Update.
11485 (frv_frameless_function_invocation): Update.
11486 * cris-tdep.c (cris_gdbarch_init): Update.
11487 (cris_frameless_function_invocation): Update.
11488 * avr-tdep.c (avr_gdbarch_init): Update.
11489 * arm-tdep.c (arm_gdbarch_init): Update.
11490 * stack.c (frame_info): Update, call predicate.
11491 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11492 * frame.c (legacy_get_prev_frame): Update, call predicate..
11493 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11494 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11495 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11496 invocation.
11497 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11498 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11499 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
11500
11501 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11502 function.
11503
7dcaac91
DJ
115042004-02-16 Daniel Jacobowitz <[email protected]>
11505
11506 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11507 initializations.
11508
88289b6e
AC
115092004-02-16 Andrew Cagney <[email protected]>
11510
11511 * tui/tui-windata.c: Include "gdb_string.h".
11512 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11513 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11514 * Makefile.in: Update dependencies.
11515
9f976b41
DJ
115162004-02-16 Daniel Jacobowitz <[email protected]>
11517
11518 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11519 * infrun.c: Include "gdb_assert.h".
11520 (singlestep_ptid, saved_singlestep_ptid)
11521 (stepping_past_singlestep_breakpoint): New variables.
11522 (resume): Set singlestep_ptid. Check for singlestep thread
11523 hop.
11524 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11525 (handle_inferior_event): Handle singlestep thread hop.
11526
c324d747
AC
115272004-02-16 Andrew Cagney <[email protected]>
11528
f090b9b1
AC
11529 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11530 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11531 (dwarf2_frame_init_reg): Ditto.
11532
fd33e6cb
AC
11533 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11534 suggested by Joshua Neuheisel
11535
c324d747
AC
11536 * configure.in: Always check for curses, including pdcurses.
11537 Warn, instead of error, when no curses are found. Enable TUI when
11538 curses is available.
11539 * configure: Re-generate.
11540
b66ba949
CV
115412004-02-16 Corinna Vinschen <[email protected]>
11542
11543 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11544 sh_sh4_register_convert_to_virtual.
11545 (sh_register_convert_to_raw): Rename from
11546 sh_sh4_register_convert_to_raw.
11547 (sh_pseudo_register_read): Accomodate above name change.
11548 (sh_pseudo_register_write): Ditto.
11549
b58cbbf2
CV
115502004-02-16 Corinna Vinschen <[email protected]>
11551
11552 * sh-tdep.c (sh_generic_register_name): Remove.
11553 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11554
5929a910
AC
115552004-02-15 Andrew Cagney <[email protected]>
11556
4566dfcf
AC
11557 * configure.in (build_warnings): Add -Wunused-function.
11558 * configure: Re-generate.
11559
db11ed55
AC
11560 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11561 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11562
46ac7a5d
AC
11563 * procfs.c (procfs_init_inferior): Assume that
11564 START_INFERIOR_TRAPS_EXPECTED is defined.
11565 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11566 * config/ns32k/tm-nbsd.h: Delete file,
11567 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11568
ba801595
AC
11569 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11570 * config/vax/tm-vax.h: Delete file.
11571
5929a910
AC
11572 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11573 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11574 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11575 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11576 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11577 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11578 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11579
8f22cb90
MK
115802004-02-15 Mark Kettenis <[email protected]>
11581
11582 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11583 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11584 (struct dwarf2_frame_ops): New.
11585 (dwarf2_frame_default_init_reg): New function, based on
11586 dwarf2_frame_init_reg.
11587 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11588 (dwarf2_frame_init_reg): Call architecture-specific function.
11589 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11590 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11591 instead of dwarf2_frame_data.
11592 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11593 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11594
8132723e
AC
115952004-02-15 Andrew Cagney <[email protected]>
11596
046a4708
AC
11597 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11598 register_gdbarch_swap.
11599 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11600 * f-lang.c (_initialize_f_language): Update, use
11601 DEPRECATED_REGISTER_GDBARCH_SWAP.
11602 * remote.c (_initialize_remote): Ditto.
11603 * regcache.c (_initialize_regcache): Ditto.
11604 * parse.c (_initialize_parse): Ditto.
11605 * infrun.c (_initialize_infrun): Ditto.
11606 * mi/mi-main.c (_initialize_mi_main): Ditto.
11607 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 11608
549c1eea
AC
11609 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11610 poking .cacheable directly.
11611 * symfile.c (symfile_bfd_open): Ditto.
11612
0c0b39de
AC
11613 * Makefile.in: Update all dependencies.
11614
8132723e
AC
11615 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11616 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11617 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11618 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11619 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 11620
b9d26eb9
AC
116212004-02-14 Andrew Cagney <[email protected]>
11622
8e1f669a
AC
11623 * arch-utils.c (legacy_convert_register_p): Check
11624 DEPRECATED_REGISTER_CONVERTIBLE_P.
11625 * findvar.c (value_of_register): Ditto.
11626
cd0bfa36
AC
11627 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11628 * gdbarch.h, gdbarch.c: Re-generate.
11629 * arch-utils.c (deprecated_register_convertible_not): Delete.
11630 * arch-utils.h (deprecated_register_convertible_not): Delete.
11631 * mi/mi-main.c (get_register): Update. Update copyright.
11632 * infcmd.c (default_print_registers_info): Update.
11633
b9d26eb9
AC
11634 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11635 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11636 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 11637 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
11638 * frame.c (deprecated_get_next_frame_hack): Delete function.
11639 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11640 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11641 Update.
11642 * infcall.c (call_function_by_hand): Update.
11643
9ab9195f
EZ
116442004-02-14 Elena Zannoni <[email protected]>
11645
11646 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 11647 from here...
9ab9195f
EZ
11648 * objfiles.c (init_entry_point_info, entry_point_address):..to
11649 here.
11650 * symfile.h (init_entry_point_info, entry_point_address): Remove
11651 prototypes.
11652 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 11653 prototypes.
9ab9195f
EZ
11654 * cris-tdep.c: Remove include of symfile.h. Add include of
11655 objfiles.h.
11656 * infcall.c: Ditto.
11657 * mcore-tdep.c: Ditto.
11658 * mn10300-tdep.c: Ditto.
11659 * sh64-tdep.c: Ditto.
11660 * v850-tdep.c: Ditto.
11661 * arm-tdep.c: Remove include of symfile.h.
11662 * blockframe.c: Ditto.
11663 * coffread.c: Ditto.
11664 * dbxread.c: Ditto.
11665 * dwarf2read.c: Ditto.
11666 * dwarfread.c: Ditto.
8a1dac83 11667 * frv-tdep.c: Ditto.
9ab9195f
EZ
11668 * ia64-tdep.c: Ditto.
11669 * mdebugread.c: Ditto.
11670 * mipsread.c: Ditto.
8a1dac83 11671 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
11672 * s390-tdep.c: Ditto.
11673 * sh-tdep.c: Ditto.
8a1dac83 11674 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
11675 * gdbarch.sh: Remove include of symfile.h.
11676 * gdbarch.c: Regenerate.
11677 * solib-irix.c (enable_break): Use entry_point_address().
11678 Add comment about include file.
11679 * xcoffread.c: Add comment about include file.
8a1dac83
RM
11680 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11681 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11682 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11683 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
11684 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11685
c4c5b7ba
AC
116862004-02-13 Andrew Cagney <[email protected]>
11687
11688 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11689 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11690 copyright.
11691 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11692
3e7879de
FF
116932004-02-12 Fred Fish <[email protected]>
11694
11695 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11696 set_gdbarch_store_return_value.
11697
6a7760b6
AC
116982004-02-12 Andrew Cagney <[email protected]>
11699
11700 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11701 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11702 (interrupt_query): Ditto.
11703 (ofunc): Delete unused variable.
11704 * cris-tdep.c (cris_abi): Delete unused function.
11705 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11706 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11707 (cris_get_asr_quick_shift_steps): Ditto.
11708 (cris_skip_prologue_frameless_p): Ditto.
11709 * arm-tdep.c (arm_push_return_address): Delete unused function.
11710 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11711 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11712 * s390-tdep.c (s390_function_start): Delete unused function.
11713
31687c3c
AC
117142004-02-12 Andrew Cagney <[email protected]>
11715
11716 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11717 gdbarch.h, gdbarch.c: Re-generate.
11718 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11719 to generic_prologue_frameless_p.
11720 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11721 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11722
6de918a6
DJ
117232004-02-11 Daniel Jacobowitz <[email protected]>
11724
11725 * mips-linux-tdep.c: Include "frame.h".
11726 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11727 (mips_linux_skip_resolver): New functions.
11728 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11729 and set_gdbarch_in_solib_call_trampoline.
11730 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11731 to after set_gdbarch_in_solib_return_trampoline. Only set the
11732 solib hooks to mips16 functions if the OS ABI is unknown.
11733 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11734 including "config/tm-linux.h".
11735 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11736 * Makefile.in (mips-linux-tdep.o): Update.
11737
87b3ede8
DC
117382004-02-11 David Carlton <[email protected]>
11739
11740 * linespec.c (decode_compound): Only look for a class symbol when
11741 considering all but the rightmost component.
11742
5979bc46
AC
117432004-02-11 Andrew Cagney <[email protected]>
11744
11745 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11746 abi code are are separatly grouped.
11747
5867a2fb
AC
117482004-02-11 Andrew Cagney <[email protected]>
11749
11750 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11751 * gdbarch.h, gdbarch.c: Re-generate.
11752 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11753 * v850-tdep.c (v850_gdbarch_init): Update.
11754 * sh64-tdep.c (sh64_gdbarch_init): Update.
11755 * sh-tdep.c (sh_gdbarch_init): Update.
11756 * s390-tdep.c (s390_gdbarch_init): Update.
11757 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11758 * mips-tdep.c (mips_gdbarch_init): Update.
11759 * mcore-tdep.c (mcore_gdbarch_init): Update.
11760 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11761 * m32r-tdep.c (m32r_gdbarch_init): Update.
11762 * ia64-tdep.c (ia64_gdbarch_init): Update.
11763 * hppa-tdep.c (hppa_gdbarch_init): Update.
11764 * h8300-tdep.c (h8300_gdbarch_init): Update.
11765 * frv-tdep.c (frv_gdbarch_init): Update.
11766 * d10v-tdep.c (d10v_gdbarch_init): Update.
11767 * cris-tdep.c (cris_gdbarch_init): Update.
11768 * avr-tdep.c (avr_gdbarch_init): Update.
11769 * arm-tdep.c (arm_gdbarch_init): Update.
11770 * alpha-tdep.c (alpha_gdbarch_init): Update.
11771
026a72f8
CV
117722004-02-11 Corinna Vinschen <[email protected]>
11773
11774 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11775 comma.
11776 (sh_sh4al_dsp_register_name): Ditto.
11777
3903d437
AC
117782004-02-10 Andrew Cagney <[email protected]>
11779
11780 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11781 (mips_init_frame_pc_first): Delete function.
11782 (mips_frame_saved_pc): Delete function.
11783 (mips_frame_chain): Delete function.
11784 (mips_init_extra_frame_info): Delete function.
11785 (mips_xfer_register): Delete unused variable "reg".
11786 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11787 (mips_n32n64_return_value): Delete unused variable "reg".
11788 (mips_n32n64_return_value): Delete unused variable "pos".
11789 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11790 (mips_o32_return_value): Delete unused variable "pos".
11791 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11792 (mips_print_fp_register): Delete unused variable "namelen"
11793 (mips_print_fp_register): Delete unused variable "flt2"
11794 (get_frame_pointer): Delete function.
11795 (cached_proc_desc): Delete static variable.
11796 (mips_pop_frame): Delete function.
11797 (mips_find_saved_regs): Delete function.
11798 (mips_get_saved_register): Delete function.
11799 (mips_saved_pc_after_call): Delete function.
11800 (SIGFRAME_BASE): Delete macro.
11801 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11802 (SIGFRAME_PC_OFF): Delete macro.
11803 (SIGFRAME_REGSAVE_OFF): Delete macro.
11804 (mips_dump_tdep): Do not print deleted macro definitions.
11805
b9fb98bd
AC
118062004-02-10 Andrew Cagney <[email protected]>
11807
11808 * Makefile.in (SFILES): Remove explictly listed tui files.
11809 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11810
78ced177 118112004-02-10 Jeff Johnston <[email protected]>
8a1dac83 11812
78ced177
JJ
11813 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11814 to use paddr functions to format ia64 addresses and long values.
11815 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11816 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11817 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11818 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11819 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11820
6a83354a
AC
118212004-02-10 Andrew Cagney <[email protected]>
11822
11823 * defs.h: Do not include "tui.h".
11824 * gdb_curses.h: New file.
11825 * tui/tui-hooks.h: New file.
11826 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11827 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11828 (tui_initialize_io): Delete declaration.
11829 (tui_initialize_readline: Delete redundant declaration.
11830 (struct tui_point): Delete definition.
11831 * tui/tui-data.h (struct tui_point): Define.
11832 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11833 * utils.c: Include "tui/tui.h".
11834 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11835 * printcmd.c [TUI]: Include "tui/tui.h".
11836 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11837 * tui/tui-command.c: Include "gdb_curses.h".
11838 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11839 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11840 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11841 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11842 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11843 * Makefile.in: Update all dependencies.
11844 (tui_hooks_h, gdb_curses_h): Define.
11845 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11846
997470ef
EZ
118472004-02-10 Elena Zannoni <[email protected]>
11848
11849 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11850 auxf2. Add comments about some other rarely used fields.
11851
4ff2cc4d
AC
118522004-02-10 Andrew Cagney <[email protected]>
11853
11854 * Makefile.in (init.c): Fix script removing duplicates. Problem
11855 reported by Peter Schauer.
11856
1ab21617
EZ
118572004-02-09 Elena Zannoni <[email protected]>
11858
11859 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11860 obstack_specify_allocation.
11861 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 11862 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
11863 (allocate_rt_common_objfile): Ditto.
11864 * symfile.c (reread_symbols): Ditto.
11865 * gdb_obstack.h: Add comment.
11866
17763fd9
EZ
118672004-02-09 Elena Zannoni <[email protected]>
11868
11869 * linespec.c (decode_line_1, locate_first_half)
11870 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11871 commented out code.
11872
ec5cdd75
DJ
118732004-02-09 Daniel Jacobowitz <[email protected]>
11874
11875 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11876 obstack_free.
11877
43b54b88
AC
118782004-02-09 Andrew Cagney <[email protected]>
11879
11880 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11881 fails, try find_pc_section. Fix PR c++/1267.
11882 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11883 instead of find_pc_mapped_section.
11884 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11885 not default to the section containing PC. Fix PR symtab/1519.
11886
edfae063
AC
118872004-02-09 Andrew Cagney <[email protected]>
11888
11889 * Makefile.in (mips-tdep.o): Update dependencies.
11890 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11891 "trad-frame.h".
11892 (mips_unwind_pc): Return the pseudo PC register.
11893 (mips_unwind_dummy_id): New function.
11894 (mips16_fetch_instruction): New function.
11895 (mips32_fetch_instruction): New function.
11896 (struct mips_frame_cache): Define.
11897 (mips_mdebug_frame_cache): New function.
11898 (mips_mdebug_frame_this_id): New function.
11899 (mips_mdebug_frame_prev_register): New function.
11900 (mips_mdebug_frame_unwind): Define.
11901 (mips_mdebug_frame_sniffer): New function.
11902 (mips_mdebug_frame_base_address): New function.
11903 (mips_mdebug_frame_base): Define.
11904 (mips_mdebug_frame_base_sniffer): New function.
11905 (mips_gdbarch_init): Append unwind and base sniffers. Set
11906 unwind_dummy_id.
11907
defc864c
AC
119082004-02-08 Andrew Cagney <[email protected]>
11909
6764ddad
AC
11910 * frame.c: Print both the register number and name.
11911
defc864c
AC
11912 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11913 and a sed into a single sed. Make .c and .o patterns more robust.
11914 (OBS): Delete.
11915 (INIT_FILES): Replace OBS with COMMON_OBS.
11916 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11917
645d6d10
MK
119182004-02-08 Mark Kettenis <[email protected]>
11919
11920 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11921 the PT_WCOOKIE request.
11922
23e3c3fc
AC
119232004-02-08 Andrew Cagney <[email protected]>
11924
58dfe9ff
AC
11925 * mips-tdep.c (mips_unwind_pc): New function.
11926 (mips_gdbarch_init): Set mips_unwind_pc.
11927
1152e35e
AC
11928 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11929 (get_frame_id): Allow the UNKNOWN_FRAME.
11930 (frame_register_unwind, get_frame_type): Ditto.
11931
31b75dbf
AC
11932 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11933 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11934 unwind_dummy_id indicates a legacy frame.
11935
3483b318
AC
11936 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11937 * configure: Re-generate.
11938
23e3c3fc
AC
11939 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11940 methods.
11941
33f8ca73
AC
119422004-02-08 Andrew Cagney <[email protected]>
11943
11944 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11945 makefile macro.
11946 * configure: Re-generate.
11947 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11948 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11949 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11950 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11951 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11952 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11953 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11954 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11955 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11956 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11957
6ba8e26f 119582004-02-07 Andrew Cagney <[email protected]>
d836ee13 11959
20d286a5
AC
11960 * Makefile.in: Update all dependencies.
11961
d836ee13
AC
11962 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11963 * configure: Re-generate.
11964 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11965 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11966 (COMMON_OBS): Add "main.o" and "annotate.o".
11967 (ANNOTATE_OBS): Delete.
11968 (OBS): Remove ANNOTATE_OBS.
11969 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11970 CONFIG_INITS.
11971 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11972 against CONFIG_OBS and "main.o".
11973 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11974 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11975
d02c80cd
AC
11976 * tui/tui-command.c: Include "gdb_string.h", delete register
11977 attribute, use ISO-C function signatures.
11978 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11979 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11980 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11981 * tui/tui.c: Ditto.
6ba8e26f
AC
11982
11983 * tui/tui-command.c: Change variable and function names to lower
11984 case.
11985 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11986 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11987 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11988 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11989 * tui/tui-winsource.c, tui/tui.c: Ditto.
11990
4a146b47
EZ
119912004-02-07 Elena Zannoni <[email protected]>
11992
11993 * buildsym.c (free_pending_blocks, finish_block)
11994 (record_pending_block, make_blockvector, end_symtab): Replace
11995 symbol_obstack with objfile_obstack.
8a1dac83 11996 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 11997 (coff_read_enum_type): Ditto.
8a1dac83 11998 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 11999 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 12000 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
12001 (dwarf2_symbol_mark_computed): Ditto.
12002 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12003 * elfread.c (elf_symtab_read): Ditto.
12004 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12005 (hpread_read_enum_type, hpread_read_function_type)
12006 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12007 Ditto.
8a1dac83 12008 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 12009 (java_link_class_type): Ditto.
8a1dac83 12010 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
12011 (new_symbol): Ditto.
12012 * minsyms.c (install_minimal_symbols): Ditto.
12013 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12014 (terminate_minimal_symbol_table): Replace symbol_obstack with
12015 objfile_obstack.
12016 (free_objfile): Remove freeing of symbol_obstack.
12017 * objfiles.h: Remove symbol_obstack field.
12018 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12019 objfile_obstack.
12020 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12021 symbol_obstack.
12022 (solib_add_common_symbols): Replace symbol_obstack with
12023 objfile_obstack.
12024 * somsolib.c (som_solib_add): Ditto.
12025 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12026 (common_block_start, common_block_end): Ditto.
12027 * symfile.c (reread_symbols): Remove freeing and init of
12028 symbol_obstack.
12029 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12030 * symfile.h: Update comment.
12031 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12032 stats printing.
12033 * symtab.c (symbol_set_names): Replace symbol_obstack with
12034 objfile_obstack.
12035 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12036 Update comments.
12037 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12038 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12039 objfile_obstack.
12040
6d012f14
AC
120412004-02-07 Andrew Cagney <[email protected]>
12042
12043 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12044 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12045 fields and variables.
12046 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12047 (m_beInvisible): Delete macro.
12048 * tui/tui-data.h: Fix case case fields and variables.
12049 (m_genWinPtrIsNull): Delete macro.
12050 (tui_win_list): Rename winList.
12051 (TUI_SRC_WIN): Rename srcWin.
12052 (TUI_DISASM_WIN): Rename disassemWin.
12053 (TUI_DATA_WIN): Rename dataWin.
12054 (TUI_CMD_WIN): Rename cmdWin.
12055 (m_genWinPtrNotNull): Delete macro.
12056 (m_winPtrIsNull): Delete macro.
12057 (m_winPtrNotNull): Delete macro.
12058 (tui_win_is_source_type): Replace m_winIsSourceType
12059 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12060 (tui_win_has_locator): Replace m_hasLocator.
12061 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12062 m_setWinHighlightOff.
12063 * tui/tui-data.c: Update references.
12064 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12065 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12066 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12067 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12068 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12069 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12070 * tui/tui-winsource.c, tui/tui.c: Ditto.
12071
7d34766b
MK
120722004-02-07 Mark Kettenis <[email protected]>
12073
1c800673
MK
12074 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12075 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12076 StackGhost.
12077
7d34766b
MK
12078 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12079 variable `i6' to `i7'.
12080 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12081
22940a24
AC
120822004-02-07 Andrew Cagney <[email protected]>
12083
12084 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12085 (TuiPoint, TuiPointPtr): Ditto.
12086 (TuiStatus, TuiStatusPtr): Ditto.
12087 (TuiWinType, TuiWinTypePtr): Ditto.
12088 (struct tui_point): Rename _TuiPoint.
12089 (tui_get_low_disassembly_address): Rename
12090 tuiGetLowDisassemblyAddress.
12091 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12092 (tuiFree): Delete declaration.
12093 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12094 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12095 * tui/tui.c (tuiFree): Delete function.
12096 * cli/cli-cmds.c (disassemble_command): Update references.
12097 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12098 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12099 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12100 * tui/tui-winsource.c: Ditto.
12101
8b92e4d5
EZ
121022004-02-07 Elena Zannoni <[email protected]>
12103
12104 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12105 coffstab_build_psymtabs, elfstab_build_psymtabs)
12106 (stabsect_build_psymtabs): Replace psymbol_obstack with
12107 objfile_obstack.
12108 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12109 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12110 Ditto.
12111 * dwarfread.c (scan_compilation_units): Ditto.
12112 * elfread.c (elfstab_offset_sections): Ditto.
12113 * hppa-tdep.c (read_unwind_info): Ditto.
12114 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12115 (hpread_end_psymtab): Ditto.
12116 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12117 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12118 Ditto.
12119 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 12120 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
12121 (build_objfile_section_table): Ditto.
12122 (allocate_objfile): Remove init of psymbol_obstack.
12123 (free_objfile): Remove freeing of psymbol_obstack.
12124 * objfiles.h (struct objfile): Remove field
12125 psymbol_obstack. Update comments.
12126 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12127 psymbol_obstack with objfile_obstack.
12128 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12129 psymbol_obstack.
12130 * somread.c (som_symfile_offsets, init_import_symbols)
12131 (init_export_symbols): Replace psymbol_obstack with
12132 objfile_obstack.
12133 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12134 * symfile.c (default_symfile_offsets, syms_from_objfile)
12135 (reread_symbols): Remove freeing and init of psymbol_obstack.
12136 (cashier_psymtab): Update comment.
12137 * symmisc.c (print_objfile_statistics): Don't report stats for
12138 psymbol obstack.
12139 * symtab.h (struct general_symbol_info, struct partial_symtab):
12140 Update comments.
12141 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12142 (xcoff_symfile_offsets): Replace psymbol_obstack with
12143 objfile_obstack.
12144
b99607ea
EZ
121452004-02-07 Elena Zannoni <[email protected]>
12146
12147 * objfiles.h (struct objfile): Add objfile_obstack field.
12148 Remove type_obstack field.
12149
12150 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12151 read_structure_scope read_enumeration, new_symbol): Replace
12152 type_obstack with objfile_obstack.
12153 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 12154 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
12155 (lookup_fundamental_type): Ditto.
12156 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
12157 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12158 (hpread_read_doc_function_type, hpread_read_struct_type)
12159 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 12160 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 12161 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
12162 (java_link_class_type): Ditto.
12163 * mdebugread.c (parse_type): Ditto.
12164 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12165 * solib-sunos.c (solib_add_common_symbols): Ditto.
12166 * stabsread.c (define_symbol, read_type, read_member_functions,
12167 read_cpp_abbrev, read_one_struct_field): Ditto.
12168 * symfile.c (reread_symbols): Ditto.
12169 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 12170
2a8854a7
AC
121712004-02-07 Andrew Cagney <[email protected]>
12172
12173 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12174 (tui_exec_info_content): Rename TuiExecInfoContent.
12175 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12176 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12177 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12178 (TuiList, TuiListPtr): Ditto.
12179 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12180 (TuiDataType, TuiDataTypePtr): Ditto.
12181 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12182 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12183 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12184 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12185 (TuiDataElement, TuiDataElementPtr): Ditto.
12186 (TuiWinElement, TuiWinElementPtr): Ditto.
12187 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12188 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12189 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12190 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12191 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12192 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12193 * tui/tui-command.c, tui/tui-data.c: Update references.
12194 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12195 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12196 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12197 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 12198
05cbe71a
MK
121992004-02-07 Mark Kettenis <[email protected]>
12200
12201 * dwarf2-frame.h: Update copyright.
12202 (enum dwarf2_frame_reg_rule): New.
12203 (struct dwarf2_frame_state_reg): New.
12204 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12205 * dwarf2-frame.c: Update copyright.
12206 (enum dwarf2_reg_rule): Remove.
12207 (struct dwarf2_frame_state): Remove defenition of `struct
12208 dwarf2_frame_state_reg'.
12209 (read_reg): Call get_frame_arch to get the architecture instead of
12210 using CURRENT_GDBARCH.
12211 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12212 DWARF2_FRAME_.
12213 (dwarf2_frame_init_reg): New function.
12214 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12215 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12216 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12217 tags with DWARF2_FRAME_.
12218 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12219 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12220 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12221
ec7d9e56
AC
122222004-02-06 Andrew Cagney <[email protected]>
12223
dd1abb8c
AC
12224 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12225 (enum tui_data_type): Rename _TuiDataType.
12226 (struct tui_layout_def): Rename _TuiLayoutDef.
12227 (struct tui_source_element): Rename _TuiSourceElement.
12228 (struct tui_data_element): Rename _TuiDataElement.
12229 (struct tui_command_element): Rename _TuiCommandElement.
12230 (struct tui_locator_element): Rename _TuiLocatorElement.
12231 (union tui_which_element): Define.
12232 (struct tui_win_element): Rename _TuiWinElement.
12233 (struct tui_data_info): Rename _TuiDataInfo.
12234 (struct tui_source_info): Rename _TuiSourceInfo.
12235 (struct tui_command_info): Rename _TuiCommandInfo.
12236 (tui_initialize_static_data): Rename initializeStaticData.
12237 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12238 (tui_alloc_win_info): Rename allocWinInfo.
12239 (tui_init_generic_part): Rename initGenericPart.
12240 (tui_init_win_info): Rename initWinInfo.
12241 (tui_alloc_content): Rename allocContent.
12242 (tui_add_content_elements): Rename addContentElements.
12243 (tui_init_content_element): Rename initContentElement.
12244 (tui_free_window): Rename freeWindow.
12245 (tui_free_win_content): Rename freeWinContent.
12246 (tui_free_data_content): Rename freeDataContent.
12247 (tui_free_all_source_wins_content): Rename
12248 freeAllSourceWinsContent.
12249 (tui_del_window): Rename tuiDelWindow.
12250 (tui_del_data_windows): Rename tuiDelDataWindows.
12251 (tui_partial_win_by_name): Rename partialWinByName.
12252 (tui_win_name): Rename winName.
12253 (tui_current_layout): Rename currentLayout.
12254 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12255 (tui_term_height): Rename termHeight.
12256 (tui_set_term_height_to): Rename setTermHeightTo.
12257 (tui_term_width): Rename termWidth.
12258 (tui_set_term_width_to): Rename setTermWidthTo.
12259 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12260 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12261 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12262 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12263 (tui_source_windows): Rename sourceWindows.
12264 (tui_clear_source_windows): Rename clearSourceWindows.
12265 (tui_clear_source_windows_detail): Rename
12266 clearSourceWindowsDetail.
12267 (tui_clear_win_detail): Rename clearWinDetail.
12268 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12269 (tui_default_tab_len): Rename tuiDefaultTabLen.
12270 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12271 (tui_win_with_focus): Rename tuiWinWithFocus.
12272 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12273 (tui_layout_def): Rename tuiLayoutDef.
12274 (tui_win_resized): Rename tuiWinResized.
12275 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12276 (tui_next_win): Rename tuiNextWin.
12277 (tui_prev_win): Rename tuiPrevWin.
12278 (tui_add_to_source_windows): Rename addToSourceWindows.
12279 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12280 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12281 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12282 * tui/tui.c, tui/tui-data.c: Ditto.
12283 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12284 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12285
a358af15
AC
12286 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12287 (struct symtab): Declare.
12288 (tui_set_source_content): Rename tuiSetSourceContent.
12289 (tui_show_symtab_source): Rename tuiShowSource.
12290 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12291 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12292 * tui/tui-source.c: Update copyright. Update references.
12293 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12294 * tui/tui-stack.c: Update references.
12295
a21fcd8f
AC
12296 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12297 (struct tui_win_info): Declare.
12298 (tui_scroll_forward): Rename tuiScrollForward.
12299 (tui_scroll_backward): Rename tuiScrollBackward.
12300 (tui_scroll_left): Rename tuiScrollLeft.
12301 (tui_scroll_right): Rename tuiScrollRight.
12302 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12303 (tui_resize_all): Rename tuiResizeAll.
12304 (tui_refresh_all_win): Rename tuiRefreshAll.
12305 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12306 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12307 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12308 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12309
edae1ccf
AC
12310 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12311 (tui_erase_data_content): Rename tuiEraseDataContent.
12312 (tui_display_all_data): Rename tuiDisplayAllData.
12313 (tui_check_data_values): Rename tuiCheckDataValues.
12314 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12315 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12316 (tui_first_data_element_no_in_line): Rename
12317 tuiFirstDataElementNoInLine.
12318 (tui_delete_data_content_windows): Rename
12319 tuiDeleteDataContentWindows.
12320 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12321 (tui_display_data_from): Rename tuiDisplayDataFrom.
12322 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12323 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12324 * tui/tui-win.c, tui/tui-regs.c: Update references.
12325 * tui/tui-layout.c, tui/tui.c: Update references.
12326
ec7d9e56
AC
12327 * tui/tui-wingeneral.h: Update copyright.
12328 (m_allBeVisible): Delete macro.
8a1dac83 12329 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
12330 (struct tui_gen_win_info): Declare.
12331 (struct tui_win_info): Declare.
12332 (tui_unhighlight_win): Rename unhighlightWin.
12333 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12334 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12335 (tui_make_window): Rename makeWindow.
12336 (tui_copy_win): Rename copyWin.
12337 (tui_box_win): Rename boxWin.
12338 (tui_highlight_win): Rename highlightWin.
12339 (tui_check_and_display_highlight_if_needed): Rename
12340 checkAndDisplayHighlightIfNeeded.
12341 (tui_refresh_all): Rename refreshAll.
12342 (tui_delete_win): Rename tuiDelwin.
12343 (tui_refresh_win): Rename tuiRefreshWin.
12344 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12345 (tui_make_visible, tui_make_invisible): New functions.
12346 (tui_make_all_visible, tui_make_all_invisible): New functions.
12347 (make_all_visible): Rename makeAllVisible.
12348 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12349 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12350 * tui/tui-windata.c, tui/tui-win.c: Update references.
12351 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12352 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12353
1e52e2eb
MK
123542004-02-06 Mark Kettenis <[email protected]>
12355
12356 * proc-api.c (write_with_trace): Initialize local variable to
12357 silence compiler warning.
12358
f80bda8e
AC
123592004-02-06 Andrew Cagney <[email protected]>
12360
12361 * tui/tui-source.h: Do not include "defs.h".
12362 (struct tui_win_info): Declare.
12363 (tui_set_source_content_nil): Declare.
12364 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12365 (union tui_line_or_address): Rename _TuiLineOrAddress.
12366 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12367 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12368 (tui_update_source_window_as_is): Rename
12369 tuiUpdateSourceWindowAsIs.
12370 (tui_update_source_windows_with_addr): Rename
12371 tuiUpdateSourceWindowsWithAddr.
12372 (tui_update_source_windows_with_line): Rename
12373 tuiUpdateSourceWindowsWithLine.
12374 (tui_clear_source_content): Rename tuiClearSourceContent.
12375 (tui_erase_source_content): Rename tuiEraseSourceContent.
12376 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12377 (tui_show_source_content): Rename tuiShowSourceContent.
12378 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12379 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12380 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12381 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12382 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12383 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12384 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12385 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12386 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12387 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12388 (struct tui_win_info): Declare.
12389 * tui/tui-stack.c: Update references.
12390 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12391 * tui/tui-win.c, tui/tui-source.c: Ditto.
12392 * tui/tui.c, tui/tui-disasm.c: Ditto.
12393
9fbfb822
MK
123942004-02-06 Mark Kettenis <[email protected]>
12395
12396 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12397 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12398
03cebad2
MK
123992004-02-05 Mark Kettenis <[email protected]>
12400
12401 * infrun.c (handle_inferior_event): Allow for breakpoint
12402 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12403 and SIGEMT. Update comments.
12404 * NEWS (Revised SPARC target): Mention support for non-executable
12405 stack.
12406
290281b1
MK
124072004-02-04 Mark Kettenis <[email protected]>
12408
12409 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12410 * inftarg.c: Update copyright year.
12411 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12412 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12413 (sparc_xfer_wcookie): New function.
12414 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12415 * Makefile.in (sparc-nat.o): Update dependencies.
12416 * config/sparc/nm-nbsd.h: Include "target.h".
12417 (NATIVE_XFER_WCOOKIE): New define.
12418 (sparc_xfer_wcookie): New prototype.
12419
212161df
AC
124202004-02-04 Andrew Cagney <[email protected]>
12421
12422 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12423 SYSCALL_TRAP function.
12424 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12425
6e4c6c91
DJ
124262004-02-04 Andrew Cagney <[email protected]>
12427 Daniel Jacobowitz <[email protected]>
12428
12429 * objfiles.h: Delete comments refering to inside_entry_func and
12430 DEPRECATED_FRAME_CHAIN_VALID.
12431 * defs.h (inside_entry_func): Update prototype..
12432 * blockframe.c (inside_entry_func): Rename to
12433 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12434 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12435
cae688ec
JJ
124362004-02-03 Jeff Johnston <[email protected]>
12437
12438 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12439 outside of #ifdef SOLIB_ADD region.
12440 (do_restore_lang_radix_cleanup): Ditto.
12441 (resolve_pending_breakpoint): Ditto.
12442
19217676
AC
124432004-02-03 Andrew Cagney <[email protected]>
12444
12445 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12446 (process_note_abi_tag_sections): Delete unused function.
12447 (ia64_read_fp): Delete unused function.
12448 (gdbarch_extract_struct_value_address): Delete declaration.
12449
876753be
AC
124502004-02-02 Andrew Cagney <[email protected]>
12451
12452 * vax-tdep.c (vax_frame_chain): Delete call to
12453 deprecated_inside_entry_file.
12454 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12455
d4f10bf2
MK
124562004-02-02 Mark Kettenis <[email protected]>
12457
12458 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12459 column that's "empty" or "same value" when eliminating REG_RA
12460 rules.
12461
cae688ec
JJ
124622004-02-02 Jeff Johnston <[email protected]>
12463
12464 * NEWS: Add information about new pending breakpoint support.
12465
0101ce28
JJ
124662004-02-02 Jeff Johnston <[email protected]>
12467
12468 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12469 and pending fields for pending breakpoint support.
12470 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12471 (condition_command): Only parse condition if not a pending
12472 breakpoint.
12473 (print_one_breakpoint): Add support for pending breakpoints.
12474 (describe_other_breakpoints): Add checks to verify we are not
12475 dealing with pending breakpoints.
12476 (check_duplicates): Don't check pending breakpoints.
12477 (set_raw_breakpoint): Initialize pending flag.
12478 (do_restore_lang_radix_cleanup): New cleanup routine.
12479 (resolve_pending_breakpoint): New function.
12480 (re_enable_breakpoints_in_shlibs): Try and resolve any
12481 pending breakpoints via resolve_pending_breakpoint.
12482 (mention): Add pending breakpoint support.
12483 (parse_breakpoint_sals): Add new parameter to pass to
12484 decode_line_1 to indicate silent errors when files or functions
12485 are not found. Change all callers.
12486 (do_captured_parse_breakpoint): New function.
12487 (break_command_1): Change prototype to return an rc value and to
12488 take an optional pending breakpoint pointer. Support creating
12489 a pending breakpoint if a "not found" form of error occurs when
12490 parsing the breakpoint. Also support resolving an existing pending
12491 breakpoint and be silent if the resolution fails.
12492 (create_breakpoints): Change prototype to take pending breakpoint
12493 pointer. When resolving a pending breakpoint, use the new pointer
12494 to provide a conditional or commands added by the end-user.
12495 (delete_breakpoint): Add appropriate check for pending.
12496 (breakpoint_re_set_one): Ditto.
12497 (do_enable_breakpoint): Ditto.
12498
8d577d32
DC
124992004-02-02 David Carlton <[email protected]>
12500
12501 * valops.c (enum oload_classification): New.
12502 (find_overload_match): Break implementation into separate
12503 functions; delete #if 0'd code; look for symbols within
12504 namespaces.
12505 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12506 (find_oload_champ,oload_method_static,classify_oload_match): New.
12507 * cp-support.h: Add declaration for cp_func_name; update
12508 declaration for make_symbol_overload_list.
12509 * cp-support.c (cp_func_name): New.
12510 (overload_list_add_symbol): Fix comment, use
12511 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12512 (make_symbol_overload_list): Take a function name and a namespace
12513 instead of a symbol; change implementation.
12514 (make_symbol_overload_list_using): New.
12515 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12516
22e8e3c7
FF
125172004-02-02 Fred Fish <[email protected]>
12518
12519 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 12520 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
12521 * remote-sim.c (gdb_os_write_stderr): Write output to
12522 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12523 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 12524 gdb_stderr stream and update copyright years.
22e8e3c7 12525
6b753f60
DJ
125262004-02-01 Daniel Jacobowitz <[email protected]>
12527
12528 * Makefile.in (mips-linux-nat.o): Update dependencies.
12529 * mips-linux-nat.c: Include mips-tdep.h.
12530
125312004-02-01 Roland McGrath <[email protected]>
2cb6b099
RM
12532
12533 * sol-thread.c (sol_thread_xfer_partial): New function.
12534 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12535 (init_sol_core_ops): Likewise.
12536
12537 * procfs.c (procfs_xfer_partial): New function.
12538 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12539 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12540
12541 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12542 procfs_xfer_auxv function.
12543
12544 * procfs.c (procfs_make_note_section): If we can read
12545 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12546 * linux-proc.c (linux_make_note_section): Likewise.
12547
12548 * auxv.h: New file.
12549 * auxv.c: New file.
12550 * Makefile.in (auxv_h): New variable.
12551 (COMMON_OBS): Add auxv.o here.
12552 (auxv.o): New target.
12553
12554 * corelow.c (core_xfer_partial): New function.
12555 (init_core_ops): Use it for core_ops.to_xfer_partial.
12556
12557 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12558 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12559 macro if that is defined.
12560
fa5281d0
DJ
125612004-02-01 Daniel Jacobowitz <[email protected]>
12562
12563 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12564 and check the specified thread for each breakpoint.
12565 * breakpoint.h (bpstat_stop_status): Update prototype.
12566 * infrun.c (handle_inferior_event): Update calls to
12567 bpstat_stop_status.
12568
26ee262d
DJ
125692004-02-01 Daniel Jacobowitz <[email protected]>
12570
12571 * Makefile.in (cli-cmds.o): Add $(readline_h).
12572
d9b52655
DJ
125732004-02-01 Daniel Jacobowitz <[email protected]>
12574
12575 * cli/cli-cmds.c: Include readline.h.
12576 (complete_command): Pass the start of the last word to
12577 complete_line.
12578
9709f61c
DJ
125792004-01-31 Daniel Jacobowitz <[email protected]>
12580
12581 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12582 argument, and change first argument to a CORE_ADDR.
12583 * breakpoint.h (bpstat_stop_status): Update prototype.
12584 * infrun.c (adjust_pc_after_break): Add a new comment.
12585 (handle_inferior_event): Update calls to bpstat_stop_status.
12586
4f1280bb
DJ
125872004-01-31 Daniel Jacobowitz <[email protected]>
12588
12589 * breakpoint.h: Update copyright years.
12590
4fa8626c
DJ
125912004-01-31 Daniel Jacobowitz <[email protected]>
12592
12593 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12594 (bpstat_stop_status): Don't decrement PC.
12595 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12596 prototype.
12597 * infrun.c (adjust_pc_after_break): New function.
12598 (handle_inferior_event): Call it, early. Remove later references
12599 to DECR_PC_AFTER_BREAK.
12600 (normal_stop): Add commentary.
12601
fad0733a
DJ
126022004-01-31 Daniel Jacobowitz <[email protected]>
12603
12604 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12605 2004-01-27 double-free fix.
12606
42cdca6c
MK
126072004-01-31 Mark Kettenis <[email protected]>
12608
12609 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12610 (sparc32_frame_prev_register): Handle StackGhost.
12611 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12612
932d5416
RM
126132004-01-29 Roland McGrath <[email protected]>
12614
12615 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12616 * configure: Regenerated.
12617
12618 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12619 * Makefile.in (procfs.o): Add dep.
12620
47d3492a
AC
126212004-01-28 Andrew Cagney <[email protected]>
12622
12623 * tui/tui-stack.h: Update copyright.
12624 (struct frame_info): Add opaque declaration.
12625 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12626 (tui_show_locator_content): Rename tuiShowLocatorContent.
12627 (tui_show_frame_info): Rename tuiShowFrameInfo.
12628 * tui/tui-stack.c: Update copyright. Update references.
12629 * tui/tui-winsource.c: Update references.
12630 * tui/tui-win.c: Update references.
12631 * tui/tui-layout.c: Update references.
12632 * tui/tui-hooks.c: Update copyright, update references.
12633 * tui/tui.c: Update copyright, update references.
12634 * tui/tui-disasm.c: Update references.
12635
5d51ca54
DC
126362004-01-28 David Carlton <[email protected]>
12637
12638 * dwarf2read.c (add_partial_structure): Use demangled name if
12639 namespace equals "".
12640
086ed43d
JB
126412004-01-27 Jim Blandy <[email protected]>
12642
12643 Clean up misapplied patch:
12644 * dwarf2read.c (determine_prefix): Change one of the two forward
12645 declarations for 'determine_prefix_aux' to a declaration for this.
12646 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12647 argument to 'die_specification'.
12648
2a35147e
JB
12649 * dwarf2read.c (read_func_scope): Re-indent comment.
12650
a355c7de 126512004-01-27 Paul N. Hilfinger <[email protected]>
932d5416 12652
a355c7de
AC
12653 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12654 b->exp to NULL after freeing so that error during re-parsing or
12655 evaluation of expressions associated with breakpoint don't
12656 eventually lead to re-freeing of storage.
12657 Committed by Andrew Cagney.
12658
63ff5125
AC
126592004-01-27 Andrew Cagney <[email protected]>
12660
12661 * source.c (ambiguous_line_spec): Delete undefined declaration.
12662 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12663 (m32r_set_server_address, m32r_set_download_path): Ditto.
12664 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12665
e142c38c
DJ
126662004-01-27 Daniel Jacobowitz <[email protected]>
12667
12668 * dwarf2read.c: Update calls to changed and renamed functions, and
12669 references to moved variables.
12670
12671 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12672 language, language_defn, list_in_scope, and ftypes members.
12673 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12674 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12675 (baseaddr): Remove globals.
12676
12677 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12678 (set_cu_language, die_is_declaration, die_specification)
12679 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12680 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12681 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12682 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12683
12684 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12685 cu.list_in_scope. Don't initialize cu_header_offset.
12686 (add_partial_symbol): Add local baseaddr.
12687 (psymtab_to_symtab_1): Add local baseaddr. Use
12688 objfile->section_offsets for consistency. Don't initialize
12689 cu_header_offset; do initialize cu.header.offset and
12690 cu.list_in_scope.
12691 (read_file_scope, read_func_scope, read_lexical_block_scope)
12692 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12693
c6e06ede
MC
126942004-01-27 Michael Chastain <[email protected]>
12695
fb328ecc 12696 * PROBLEMS: Add gdb/1516.
c6e06ede 12697
48184fd4
AC
126982003-12-29 Robert Millan <[email protected]>
12699
12700 Patch committed by Andrw Cagney.
12701 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12702 * configure.tgt: Match knetbsd*-gnu.
12703
c1321b30
AC
127042004-01-26 Andrew Cagney <[email protected]>
12705
f3699be3
AC
12706 * breakpoint.c (catch_command_1): Delete #ifdef code.
12707 (catch_fork_command_1): Delete #ifdef wrapper.
12708 (catch_exec_command_1): Ditto.
12709 (catch_load_command_1): Ditto.
12710 (catch_unload_command_1): Ditto.
12711
c1321b30
AC
12712 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12713 (catch_breakpoint): Delete #if0ed function.
12714 (disable_catch_breakpoint): Ditto.
12715 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12716 (disable_catch, enable_catch, delete_catch): Ditto.
12717
b4501125
AC
127182004-01-26 Andrew Cagney <[email protected]>
12719
12720 * remote.c (echo_check, quit_flag): Delete variables.
12721 (cisco_kernel_mode): Delete variable.
12722 (minitelnet_return, tty_input, escape_count): Delete variables.
12723 (remote_cisco_mode): Delete variable.
12724 (remote_cisco_open, remote_cisco_close): Delete function.
12725 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12726 (init_remote_cisco_ops): Delete function.
12727 (_initialize_remote): Do not install "remote cisco" code.
12728 (read_frame): Delete cisco specific code.
12729 (remote_info_process): Delete function.
12730 (remote_wait): Delete cisco specific code.
12731 (remote_cisco_section_offsets): Delete function.
12732 (remote_cisco_objfile_relocate): Delete function.
12733 (remote_async_wait): Delete cisco specific code.
12734 (minitelnet, readtty, readsocket): Delete function.
12735
74055713
AC
127362004-01-26 Andrew Cagney <[email protected]>
12737
12738 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12739 comments mentioning extract_returned_value_address.
12740 * infcmd.c (print_return_value): Update. Add comments on
12741 extract_returned_value_address.
12742 * stack.c (return_command): Add comments on
12743 extract_returned_value_address.
12744 * values.c: Update comment.
12745 * m32r-tdep.c: Update comment.
12746 * sparc-tdep.c: Update comment.
12747 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12748 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12749 * sh64-tdep.c (sh64_gdbarch_init): Update.
12750 * sh-tdep.c (sh_gdbarch_init): Update.
12751 * s390-tdep.c (s390_gdbarch_init): Update.
12752 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12753 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12754 * m68k-tdep.c (m68k_gdbarch_init): Update.
12755 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12756 * m32r-tdep.c (m32r_gdbarch_init): Update.
12757 * ia64-tdep.c (ia64_gdbarch_init): Update.
12758 * h8300-tdep.c (h8300_gdbarch_init): Update.
12759 * frv-tdep.c (frv_gdbarch_init): Update.
12760 * arm-tdep.c (arm_gdbarch_init): Update.
12761 * alpha-tdep.c (alpha_gdbarch_init): Update.
12762
a67af2b9
AC
127632004-01-26 Andrew Cagney <[email protected]>
12764
12765 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12766 SYMBOL_LOCATION_FUNCS
12767 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12768 "struct symbol_ops".
12769 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12770 type to "struct symbol_ops".
12771 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12772 (struct symbol): Replace ".aux_value.loc.funcs" and
12773 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12774 (SYMBOL_OBJFILE): Delete macro.
12775 (SYMBOL_LOCATION_FUNCS): Delete macro.
12776 (SYMBOL_LOCATION_BATON): Update.
12777 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12778 intead of SYMBOL_LOCATION_FUNCS.
12779 * ax-gdb.c (gen_var_ref): Ditto.
12780 * printcmd.c (address_info): Ditto.
12781 * findvar.c (read_var_value): Ditto.
12782 (symbol_read_needs_frame): Ditto.
12783
c034e007
AC
127842004-01-26 Andrew Cagney <[email protected]>
12785
12786 * dwarf2read.c (read_func_scope): Document frame-base hack.
12787
bb472c1e
MK
127882004-01-25 Mark Kettenis <[email protected]>
12789
12790 * infcmd.c (print_return_value): Plug memory leak; delete
12791 ui_stream object. Rename argument `structure_return' to
12792 `struct_return'.
12793
c8e737d5
MK
127942004-01-25 Mark Kettenis <[email protected]>
12795
f941662f
MK
12796 * infcmd.c (print_return_value): Wrap long lines.
12797 (finish_command_continuation, finish_command): Remove unused
12798 variable `funcaddr'. Fix some coding-standards problems.
12799
c558d81a 12800 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 12801 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
12802 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12803 TDEP->fpregset to zero.
12804
bf1e5861 12805 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
12806 floating-point registers for traditional NetBSD core files.
12807 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12808 TDEP->sizeof_fpregset here.
12809
4c72d57a
MK
128102004-01-25 Mark Kettenis <[email protected]>
12811
566626fa
MK
12812 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12813 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12814 function with code split out from
12815 sparc32nbsd_sigcontext_frame_cache.
12816 (sparc32nbsd_sigcontext_frame_cache): Use
12817 sparc32nbsd_sigcontext_saved_regs.
12818 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12819 OpenBSD.
12820 * sparcobsd-tdep.c: New file.
12821 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12822 (sparcobsd-tdep.o): New dependency.
12823 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12824 * config/sparc/obsd.mt: New file.
12825
4c72d57a
MK
12826 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12827 TDEP->fpregset to be initialized to enable core file register
12828 sets.
12829
7e5e9f88
MK
128302004-01-24 Mark Kettenis <[email protected]>
12831
f0f207fd 12832 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
12833 Add opaque declarations.
12834 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12835 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12836 function with code split out from
12837 sparc64nbsd_sigcontext_frame_cache.
12838 (sparc64nbsd_sigcontext_frame_cache): Use
12839 sparc64nbsd_sigcontext_saved_regs.
12840 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12841 OpenBSD.
12842 * sparc64obsd-tdep.c: New file.
12843 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12844 (sparc64obsd-tdep.o): New dependency.
12845 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12846 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12847 * config/sparc/obsd64.mt: New file.
12848
690668cc
MK
12849 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12850 read the instruction at PC.
12851
7e5e9f88
MK
12852 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12853 value of GDB_OSABI_DEFAULT.
12854 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12855 instead of GDB_OSABI_NETBSD_AOUT.
12856
68b6dce9
NR
128572004-01-24 Nick Roberts <[email protected]>
12858
12859 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12860 copyright.
12861
080ce8c0
AC
128622004-01-23 Andrew Cagney <[email protected]>
12863
12864 * printcmd.c (display_command): Replace tui_set_display call with
12865 tui_set_layout_for_display_command.
12866 * tui/tui.h (enum tui_win_type): Define.
12867 (tui_set_layout): Delete declaration.
12868 (tui_set_layout_for_display_command): Rename set_tui_layout.
12869 * tui/tui-data.h (enum tui_layout_type): Define.
12870 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12871 "tui.h".
12872 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12873 (tui_default_win_height): Rename tuiDefaultWinHeight.
12874 (tui_default_win_viewport_height): Rename
12875 tuiDefaultWinViewportHeight.
12876 (tui_set_layout): RenametuiSetLayout.
12877 * tui/tui-layout.c: Update references.
12878 * tui/tui.c: Update references.
12879 * tui/tui-disasm.c: Update references.
12880
b368761e
DC
128812004-01-23 David Carlton <[email protected]>
12882
12883 Partial workaround for PR c++/1511:
12884 * cp-namespace.c: Include frame.h.
12885 (cp_lookup_transparent_type): New
12886 (cp_lookup_transparent_type_loop): New.
12887 * cp-support.h: Declare cp_lookup_transparent_type.
12888 * symtab.c (basic_lookup_transparent_type): Renamed from
12889 lookup_transparent_type.
12890 (lookup_transparent_type): Replace old body by a call to
12891 current_language->la_lookup_transparent_type.
12892 * symtab.h: Update copyright. Declare
12893 basic_lookup_transparent_type.
12894 * language.h: Update copyright.
12895 (struct language_defn): Add la_lookup_transparent_type.
12896 * language.c: Update copyright.
12897 (unknown_language_defn): Add basic_lookup_transparent_type.
12898 (auto_language_defn): Add basic_lookup_transparent_type.
12899 (local_language_defn): Add basic_lookup_transparent_type.
12900 * ada-lang.c: Update copyright.
12901 (ada_language_defn): Add basic_lookup_transparent_type.
12902 * c-lang.c: Update copyright.
12903 (c_language_defn): Add basic_lookup_transparent_type.
12904 (cplus_language_defn): Add basic_lookup_transparent_type.
12905 (asm_language_defn): Add basic_lookup_transparent_type.
12906 (minimal_language_defn): Add basic_lookup_transparent_type.
12907 * f-lang.c: Update copyright.
12908 (f_language_defn): Add basic_lookup_transparent_type.
12909 * jv-lang.c: Update copyright.
12910 (java_language_defn): Add basic_lookup_transparent_type.
12911 * m2-lang.c: Update copyright.
12912 (m2_language_defn): Add basic_lookup_transparent_type.
12913 * objc-lang.c: Update copyright.
12914 (objc_language_defn): Add basic_lookup_transparent_type.
12915 * p-lang.c: Update copyright.
12916 (p_language_defn): Add basic_lookup_transparent_type.
12917 * scm-lang.c: Update copyright.
12918 (scm_language_defn): Add basic_lookup_transparent_type.
12919 * Makefile.in (cp-namespace.o): Depend on frame.h.
12920
fdde2d81
DC
129212004-01-23 David Carlton <[email protected]>
12922
12923 Patch for PR c++/1520:
12924 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12925 properly if we have a specification die.
12926 (determine_prefix_aux): Rename from determine_prefix.
12927 (determine_prefix): Like the old determine_prefix, but never
12928 returns NULL.
12929
5b828b6b
TR
129302004-01-23 Theodore A. Roth <[email protected]>
12931
12932 * avr-tdep.c: Update copyright.
12933 (avr_iaddr_p): Delete unused function.
12934 (avr_saddr_p): Delete unused function.
12935
a1b8c067
DC
129362004-01-23 David Carlton <[email protected]>
12937
12938 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12939 Fix for PR symtab/1534.
12940
f2cab569
MK
129412004-01-23 Mark Kettenis <[email protected]>
12942
12943 * NEWS (New native configurations): Mention OpenBSD/sparc and
12944 OpenBSD/sparc64.
12945 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12946 * configure.host: Likewise.
12947 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12948 handler for OpenBSD.
12949 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12950
642d8300
MK
129512004-01-22 Mark Kettenis <[email protected]>
12952
89aac506
MK
12953 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12954 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12955
36662fde
MK
12956 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12957 * cli/cli-cmds.c (shell_escape): Likewise.
12958
642d8300
MK
12959 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12960 OpenBSD .note.openbsd.ident sections.
12961
fae299cd
DC
129622004-01-22 David Carlton <[email protected]>
12963
12964 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12965 get_scope_pc_bounds.
12966 (read_file_scope): Ditto.
12967 (get_scope_pc_bounds): New function, produced by extracting code
12968 from the above two functions, consolidating it, and adding support
12969 for DW_TAG_namespace.
12970
a49d618c
MK
129712004-01-22 Mark Kettenis <[email protected]>
12972
12973 * osabi.c (MAX_NOTESZ): New define.
12974 (check_note): New function.
12975 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12976 check_note.
12977
fe61caab
RM
129782004-01-21 Roland McGrath <[email protected]>
12979
12980 * MAINTAINERS (write after approval): Add myself.
12981
ec145965
EZ
129822004-01-21 Eli Zaretskii <[email protected]>
12983
12984 * utils.c (init_page_info): Move declarations of `rows' and
12985 `cols' before the __GO32__-specific code. Move the closing brace
12986 outside the #ifdef __GO32__..#endif block.
12987 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12988
877522db
PB
129892004-01-21 Paul Brook <[email protected]>
12990
12991 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12992 BPSTAT_WHAT_CHECK_SHLIBS.
12993
dbf5be1c
PB
129942004-01-21 Paul Brook <[email protected]>
12995
12996 * MAINTAINERS: Add myself to write-after-approval.
12997
81f08b92
AC
129982004-01-20 Andrew Cagney <[email protected]>
12999
5a1efed7
AC
13000 * ax-gdb.c (print_axs_value): Delete unused function.
13001 * jv-lang.c (java_lookup_type): Delete unused function.
13002 * cli/cli-dump.c (dump_filetype): Delete unused function.
13003 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13004 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13005 (mips_getstring): Delete unused function.
13006 (pmon_insert_breakpoint): Delete #if0ed function.
13007 (PMON_MAX_BP): Delete #if0ed MACRO.
13008 (mips_pmon_bp_info): Delete #if0ed variable.
13009 (pmon_remove_breakpoint): Delete #if0ed function.
13010 * monitor.c (monitor_write_even_block): Delete unused function.
13011 (monitor_write_memory_block): Delete #if0ed code.
13012 * dink32-rom.c (dink32_load): Delete unused function.
13013 (_initialize_dink32_rom): Delete #if0ed code.
13014 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13015
b0a30fce
AC
13016 * tui/tui-command.c: Update references.
13017 * tui/tui-io.c: Update references.
13018 * tui/tui-command.h: Update copyright.
13019 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13020
81f08b92
AC
13021 * source.c (ambiguous_line_spec): Delete never-defined function.
13022 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13023 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13024 * cli/cli-cmds.c (validate_comname): Ditto.
13025
65f05602
AC
13026 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13027 "tui-data.h".
13028 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13029 (tui_show_disassem): Rename tuiShowDisassem.
13030 (tui_show_disassem_and_update_source): Rename
13031 tuiVerticalDisassemScroll.
13032 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13033 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13034 * tui/tui.h: Update copyright.
13035 (enum tui_status): Define.
13036 * tui/tui-data.h (enum tui_scroll_direction): Define.
13037 * tui/tui-disasm.c: Update copyright. Update references.
13038 * tui/tui-winsource.c: Update copyright. Update references.
13039 * tui/tui-win.c: Update references.
13040 * tui/tui-layout.c: Update references.
13041
6bb0384f
AC
130422004-01-20 Andrew Cagney <[email protected]>
13043
13044 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13045 sym2 to start of block.
13046
9175c9a3
MC
130472004-01-19 Michael Chastain <[email protected]>
13048
13049 * MAINTAINERS: Delete mmalloc.
13050 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13051 * NEWS: Mention removal of --with-malloc.
13052 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13053 * config.in: Regenerate.
13054 * configure: Regenerate.
6bb0384f
AC
13055 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13056 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
13057 * gdbinit.in: Remove mmalloc.
13058 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13059 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13060 * config/i386/go32.mh: Likewise.
13061 * config/i386/interix.mh: Likewise.
13062 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13063
4fcef00a
JJ
130642004-01-19 Jeff Johnston <[email protected]>
13065
13066 * linespec.c (decode_variable, symtab_from_filename): Call
13067 error_silent with error message instead of throwing an exception
13068 directly.
13069 * defs.h (error_silent, error_output_message): Add prototypes.
13070 (catch_exceptions_with_msg): Ditto.
13071 * utils.c (error_silent, error_output_message): New functions.
13072 * top.c (catch_exceptions_with_msg): New function.
13073
8e94b928
NR
130742004-01-20 Nick Roberts <[email protected]>
13075
13076 * mi/mi-cmds.h (enum print_values): Add definition.
13077
13078 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13079 type and value for simple data types and just the name and type
13080 for complex ones, if required.
13081
13082 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13083 children, if required.
13084
a02d6af8
KB
130852004-01-19 Kevin Buettner <[email protected]>
13086
13087 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13088 unused declarations.
13089
78a4a9b9
AC
130902004-01-19 Andrew Cagney <[email protected]>
13091
13092 * top.h (mapped_symbol_files): Delete declaration.
13093 * main.c (captured_main): Delete option "m" and "mapped".
13094 * objfiles.c (mapped_symbol_files): Delete variable.
13095 * symfile.c (symbol_file_command): Delete mmap code.
13096 (symbol_file_add_with_addrs_or_offsets): Ditto.
13097 (add_symbol_file_command, reread_separate_symbols): Ditto.
13098 * objfiles.h (OBJF_MAPPED): Delete.
13099 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13100 (free_objfile) [USE_MMALLOC]: Ditto.
13101 (open_existing_mapped_file): Delete function.
13102 (open_mapped_file): Delete function.
13103 (map_to_file): Delete function.
13104
2dbd5e30
KB
131052004-01-19 Kevin Buettner <[email protected]>
13106
13107 * infrun.c (step_into_function): Account for possible breakpoint
13108 adjustment when computing ``stop_func_start''.
13109
437b434f
KB
131102004-01-19 Kevin Buettner <[email protected]>
13111
13112 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13113 the region size against the size of a pointer, not the size of
13114 a register as given by DEPRECATED_REGISTER_SIZE.
13115
55fb0713
AC
131162004-01-19 Andrew Cagney <[email protected]>
13117
13118 * tui/tui-regs.h: Include "tui-data.h".
13119 (tuiFirstRegElementNoInLine): Delete declaration.
13120 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13121 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13122 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13123 (tui_calculate_regs_column_count): Rename
13124 tuiCalculateRegsColumnCount.
13125 (tui_check_register_values): Rename tuiCheckRegisterValues.
13126 (tui_show_registers): Rename tuiShowRegisters.
13127 (tui_display_registers_from_line): Rename
13128 tuiDisplayRegistersFromLine.
13129 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13130 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13131 (tui_first_reg_element_no_inline): Rename
13132 tuiFirstRegElementNoInLine.
13133 * tui/tui-data.h: Update copyright.
13134 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13135 * tui/tui-windata.c: Update copyright, update references.
13136 * tui/tui-regs.c: Update copyright, update references.
13137 * tui/tui-win.c: Update copyright, update references.
13138 * tui/tui-layout.c: Update copyright, update references.
fe61caab 13139
cebe9500
AC
131402004-01-18 Andrew Cagney <[email protected]>
13141
bcdf1568
AC
13142 * tui/tui-io.c: Update copyright.
13143 (key_is_end_sequence, key_is_backspace): New functions.
13144 (key_is_command_char, key_is_start_sequence): New function.
13145 (tui_getc): Update references.
13146 * tui/tui-io.h: Update copyright.
13147 (m_tuiStartNewLine): Delete macro.
13148 (m_isBackspace, m_isDeleteChar): Delete macros.
13149 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13150 (m_isNextPage, m_isPrevPage): Delete macros.
13151 (m_isLeftArrow, m_isRightArrow): Delete macros.
13152 (m_isXdbStyleCommandChar): Delete macro.
13153 (key_is_start_sequence): Declare, replace m_isStartSequence.
13154 (key_is_end_sequence): Declare, replace m_isEndSequence.
13155 (key_is_backspace): Declare ,replace m_isBackspace.
13156 (key_is_command_char): Declare, replace m_isCommandChar.
13157 * tui/tui-command.c: Update copyright.
13158 (tuiDispatchCtrlChar): Update references.
13159
130d87e6
AC
13160 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13161 tuiSourceWin.h.
13162
d7b2e967
AC
13163 * tui/tui-command.c: Rename tui/tuiCommand.c.
13164 * tui/tui-command.h: Rename tui/tuiCommand.h.
13165 * tui/tui-data.c: Rename tui/tuiData.c.
13166 * tui/tui-data.h: Rename tui/tuiData.h.
13167 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13168 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13169 * tui/tui-io.c: Rename tui/tuiIO.c.
13170 * tui/tui-io.h: Rename tui/tuiIO.h.
13171 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13172 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13173 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13174 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13175 * tui/tui-source.c: Rename tui/tuiSource.c.
13176 * tui/tui-source.h: Rename tui/tuiSource.h.
13177 * tui/tui-stack.c: Rename tui/tuiStack.c.
13178 * tui/tui-stack.h: Rename tui/tuiStack.h.
13179 * tui/tui-win.c: Rename tui/tuiWin.c.
13180 * tui/tui-win.h: Rename tui/tuiWin.h.
13181 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13182 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13183 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13184 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13185 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13186 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13187 * tui/tui-file.c: Update includes.
13188 * tui/tui-hooks.c: Update includes.
13189 * tui/tui-interp.c: Update includes.
13190 * tui/tui.c: Update includes.
13191 * Makefile.in: Update all tui/ dependencies.
13192 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13193
b2100910
AC
13194 * Makefile.in: Update copyright. Update dependencies.
13195
cebe9500
AC
13196 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13197 problem.
13198
c6f0559b
AC
131992004-01-18 Andrew Cagney <[email protected]>
13200
43e9390b
AC
13201 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13202 instead of register_gdbarch_init.
13203
c6f0559b
AC
13204 * remote-sds.c (tohex): Delete unused function. Update copyright.
13205 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13206 * v850-tdep.c (v850_register_virtual_size): Ditto.
13207 * target.c (normal_target_post_startup_inferior): Ditto.
13208 * source.c (ambiguous_line_spec): Ditto.
13209 * remote.c (adapt_remote_get_threadinfo): Ditto.
13210 * mi/mi-out.c (out_field_fmt): Ditto.
13211 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13212 (output_control_change_notification): Ditto.
13213 * m68k-tdep.c (m68k_register_byte): Ditto.
13214 (m68k_remote_breakpoint_from_pc): Ditto.
13215 * ui-out.c (init_ui_out_state): Delete unused declaration.
13216 * stabsread.c (search_value): Ditto.
13217 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13218 * maint.c (print_section_table): Ditto.
13219 * infrun.c (set_follow_fork_mode_command): Ditto.
13220
a8504492
MK
132212004-01-18 Mark Kettenis <[email protected]>
13222
13223 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13224 DW_CFA_def_cfa_exporession. Add support for
13225 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13226 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13227
0bd8997e
AC
132282004-01-18 Andrew Cagney <[email protected]>
13229
13230 * ocd.c: Update copyright.
13231 (bdm_read_register_command): Delete unused function.
13232 (_initialize_remote_ocd): Delete commented out reference.
13233 (get_quoted_char, reset_packet): Delete #if0ed function.
13234 (output_packet, put_quoted_char): Delete #if0ed function.
13235 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13236 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13237 (BDM_BREAKPOINT): Delete #if0ed macro.
13238 (remote_timeout): Delete #if0ed variable.
13239
31bb40e4
MK
132402004-01-18 Mark Kettenis <[email protected]>
13241
13242 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13243 (core-sol2.o): Remove dependency.
13244 * core-sol2.c: Remove file.
13245
887432a5
AC
132462004-01-17 Andrew Cagney <[email protected]>
13247
13248 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13249 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13250 enums.
13251
29182b13
DJ
132522004-01-17 Daniel Jacobowitz <[email protected]>
13253
13254 * remote.c: Update copyright years.
13255
2963ee1d
DJ
132562004-01-17 Daniel Jacobowitz <[email protected]>
13257
13258 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13259
79d45cd4
AC
132602004-01-17 Andrew Cagney <[email protected]>
13261
ee300cd4
AC
13262 * mdebugread.c: Update copyright.
13263 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13264 (parse_type, parse_procedure): Ditto.
13265 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13266
fcacc9c2
AC
13267 * cris-tdep.c (cris_store_struct_return): Put back accidently
13268 deleted function.
13269
79d45cd4
AC
13270 * gdbarch.sh: Update copyright year.
13271 * gdbarch.h, gdbarch.c: Re-generate.
13272
b263358a
DJ
132732004-01-17 Daniel Jacobowitz <[email protected]>
13274
13275 Suggested by George Anzinger.
13276 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13277 correct stack offset. Include unknown opcode numbers in the error
13278 message.
13279
931aecf5
AC
132802004-01-17 Andrew Cagney <[email protected]>
13281
13282 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13283 extract_struct_value_address, i386 does not set it.
13284 * sparc64-tdep.c (sparc64_init_abi): Do not set
13285 extract_struct_value_address, never called.
13286 (sparc64_extract_struct_value_address): Delete function.
13287 * m68hc11-tdep.c: Update copyright.
13288 (m68hc11_gdbarch_init): Delete redundant assignment of
13289 extract_struct_value_address.
13290 * i386-tdep.c: Update copyright.
13291 (i386_gdbarch_init): Do not set extract_struct_value_address,
13292 never called.
13293 (i386_extract_struct_value_address): Delete function.
13294 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13295 extract_struct_value_address, never called.
13296 (sparc32_extract_struct_value_address): #if 0 function. Add
13297 comments explaining its future.
13298
756fe439
DJ
132992004-01-17 Daniel Jacobowitz <[email protected]>
13300
13301 * arm-tdep.c (arm_write_pc): New function.
13302 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13303
e74f0f02
DJ
133042004-01-17 Daniel Jacobowitz <[email protected]>
13305
13306 * breakpoint.c (must_shift_inst_regs): Delete.
13307 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13308 and SHIFT_INST_REGS.
13309 * infcmd.c (step_1, step_1_continuation): Delete references to
13310 SHIFT_INST_REGS.
13311 * infrun.c (keep_going): Likewise.
13312 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13313 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13314
b6cb9035
AC
133152004-01-17 Andrew Cagney <[email protected]>
13316
444a1e2e
AC
13317 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13318 * gdbarch.h, gdbarch.c: Re-generate.
13319 * infcmd.c (print_return_value): Delete reference to
13320 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13321
def7e6ed
AC
13322 * cris-tdep.c (cris_gdbarch_init): Do not set
13323 deprecated_extract_struct_value_address.
13324
07be497a
AC
13325 * xstormy16-tdep.c: Update copyright.
13326 (xstormy16_extract_struct_value_address): Update to current
13327 extract struct value address interface.
13328 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13329 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13330 current extract struct value address interface.
13331 (sh64_gdbarch_init): Set extract_struct_value_address.
13332
6b4d5c91
AC
13333 * cris-tdep.c: Update copyright.
13334 (cris_extract_struct_value_address): Delete function.
13335 (struct_return_address): Delete variable.
13336 (cris_store_struct_return): Do not set struct_return_address.
13337
464e0365
AC
13338 * mcore-tdep.c: Update copyright.
13339 (mcore_extract_struct_value_address): Delete function. Update
13340 comments.
13341 (mcore_gdbarch_init): Update.
13342 * mn10300-tdep.c: Update copyright.
13343 (mn10300_extract_struct_value_address): Delete function.
13344 (mn10300_gdbarch_init): Update.
13345 * v850-tdep.c: Update copyright.
13346 (v850_extract_struct_value_address): Delete.
13347 (v850_gdbarch_init): Update.
13348 * ns32k-tdep.c: Update copyright.
13349 (ns32k_extract_struct_value_address): Delete.
13350 (ns32k_gdbarch_init): Update.
13351 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13352 (hppa_gdbarch_init): Update.
13353 * vax-tdep.c: Update copyright.
13354 (vax_extract_struct_value_address): Delete.
13355 (vax_gdbarch_init): Update.
13356
afb18d0f
AC
13357 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13358 * gdbarch.h, gdbarch.c: Re-generate.
13359 * procfs.c (procfs_fetch_registers): Delete reference to
13360 DEPRECATED_NPC_REGNUM.
13361 (procfs_store_registers): Ditto.
13362 * regcache.c (generic_target_write_pc): Simplify.
13363 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13364
a698f53e
AC
13365 * core-sol2.c (fetch_core_registers): Replace
13366 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13367
adc11376
AC
13368 * hppa-tdep.c: Update copyright year.
13369 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13370 NPC_REGNUM.
13371 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13372
b6cb9035
AC
13373 * mips-tdep.c (mips_write_pc): New function.
13374 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13375 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13376 (mips_find_saved_regs, mips_software_single_step: Ditto.
13377 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13378 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13379
6d82d43b
AC
133802004-01-17 Andrew Cagney <[email protected]>
13381
13382 * mips-tdep.c: Re-indent. Group functions by ABI.
13383
71bd6bd4
AC
133842004-01-17 Andrew Cagney <[email protected]>
13385
13386 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13387 * gdbarch.c: Re-generate.
13388 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13389 DECR_PC_AFTER_BREAK to zero.
13390 * vax-tdep.c (vax_gdbarch_init): Ditto.
13391 * v850-tdep.c (v850_gdbarch_init): Ditto.
13392 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13393 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13394 * sh-tdep.c (sh_gdbarch_init): Ditto.
13395 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13396 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13397 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13398 * mips-tdep.c (mips_gdbarch_init): Ditto.
13399 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13400 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13401 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13402 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13403 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13404 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13405 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13406 * frv-tdep.c (frv_gdbarch_init): Ditto.
13407 * cris-tdep.c (cris_gdbarch_init): Ditto.
13408 * avr-tdep.c (avr_gdbarch_init): Ditto.
13409 * arm-tdep.c (arm_gdbarch_init): Ditto.
13410 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13411
a02abb62
JB
134122004-01-17 J. Brobecker <[email protected]>
13413
13414 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13415 Delete, no longer used.
13416 (read_subrange_type): New function, mostly extracted from
13417 read_array_type().
13418 (read_array_type): Replace extracted code by call to
13419 read_subrange_type().
13420 (dwarf2_get_attr_constant_value): New function.
13421 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13422 (add_partial_symbol): Likewise.
13423 (process_die): Likewise.
13424 (new_symbol): Likewise.
13425 (read_type_die): Likewise.
13426
cf5b2f1b
AC
134272004-01-16 Andrew Cagney <[email protected]>
13428
13429 * symfile.c: Update copyright year.
13430 (compare_symbols): Delete unused function.
13431 * stabsread.c: Update copyright year.
13432 (lrs_general_complaint): Delete unused function.
13433 (ref_search_value): Ditto.
13434 (get_substring): Delete declaration.
13435 * sh64-tdep.c: Update copyright year.
13436 (sh64_get_gdb_regnum): Delete unused function.
13437 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13438 Delete unused function.
13439
d33b9831
MK
134402004-01-17 Mark Kettenis <[email protected]>
13441
13442 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13443 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13444
7aea86e6
AC
134452004-01-16 Andrew Cagney <[email protected]>
13446
13447 Changes from Peter Schauer.
13448 * rs6000-tdep.c: Update copyright year.
13449 (rs6000_push_dummy_call): Update the stack pointer before
13450 accessing the corresponding stack region.
13451 * rs6000-nat.c: Update copyright year.
13452 (set_host_arch): Set "info.abfd" to "exec_bfd".
13453
26b0da32
MK
134542004-01-15 Mark Kettenis <[email protected]>
13455
13456 * blockframe.c: Update copyright year.
13457 (inside_entry_func): Don't treat a zero PC specially.
13458
86fbe6cc
EZ
134592004-01-14 Elena Zannoni <[email protected]>
13460
13461 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13462 variable.
13463 (gcore_create_callback): Ditto. Skip any memory segment that has
13464 no permissions set.
13465
63d06c5c
DC
134662004-01-14 David Carlton <[email protected]>
13467
13468 Change symbols for C++ nested types to contain the fully qualified
13469 name, if possible. (At least in the DWARF-2 case.) Partial fix
13470 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13471 c++/895.
13472 * c-exp.y (qualified_type): Handle types nested within classes.
13473 * cp-namespace.c: Update comments.
13474 (cp_set_block_scope): Delete #if 0.
13475 (cp_lookup_nested_type): Handle types nested within classes.
13476 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13477 when appropriate.
13478 (add_partial_symbol): Add the name of the enclosing namespace to
13479 types.
13480 (pdi_needs_namespace): New.
13481 (add_partial_namespace): Tweak comment.
13482 (add_partial_structure): New.
13483 (psymtab_to_symtab_1): Initialize processing_current_prefix
13484 here...
13485 (process_die): instead of here.
13486 (read_structure_scope): Try to figure out the name of the class or
13487 namespace that the structure might be defined within.
13488 (read_enumeration): Generate fully-qualified names, if possible.
13489 (read_namespace): Don't set name to NULL.
13490 (die_specification): New.
13491 (new_symbol): Generate fully-qualified names for types.
13492 (read_type_die): Determine appropriate prefix.
13493 (determine_prefix): New.
13494 (typename_concat): New.
13495 (class_name): New.
13496 * valops.c (value_aggregate_elt): Pass NOSIDE to
13497 value_struct_elt_for_reference.
13498 (value_struct_elt_for_reference): Make static, add NOSIDE
13499 parameter, call value_maybe_namespace_elt as a last resort.
13500 (value_namespace_elt): Break out code into
13501 value_maybe_namespace_elt.
13502 (value_maybe_namespace_elt): New.
13503
87783b8b
AC
135042004-01-12 Andrew Cagney <[email protected]>
13505
13506 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13507 cooked floating-point registers.
13508 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13509 and value_to_register.
13510
6503b91e
AC
135112004-01-13 Andrew Cagney <[email protected]>
13512
13513 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13514 * gdbarch.c: Re-generate.
13515 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13516 FUNCTION_START_OFFSET.
13517 * v850-tdep.c (v850_gdbarch_init): Ditto.
13518 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13519 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13520 * sh-tdep.c (sh_gdbarch_init): Ditto.
13521 * s390-tdep.c (s390_gdbarch_init): Ditto.
13522 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13523 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13524 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13525 * mips-tdep.c (mips_gdbarch_init): Ditto.
13526 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13527 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13528 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13529 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13530 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13531 * i386-tdep.c (i386_gdbarch_init): Ditto.
13532 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13533 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13534 * frv-tdep.c (frv_gdbarch_init): Ditto.
13535 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13536 * cris-tdep.c (cris_gdbarch_init): Ditto.
13537 * avr-tdep.c (avr_gdbarch_init): Ditto.
13538 * arm-tdep.c (arm_gdbarch_init): Ditto.
13539 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13540
ea1dd7bc
DJ
135412004-01-13 Daniel Jacobowitz <[email protected]>
13542
13543 * infrun.c (follow_fork_mode_ask): Remove.
13544 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13545 (follow_fork): Simplify and remove internal error for
13546 follow_fork_mode_ask.
13547 (_initialize_infrun): Update "set follow-fork-mode" help text.
13548
0f0cffd2
AC
135492004-01-13 Andrew Cagney <[email protected]>
13550
13551 * configure.in: Update copyright year.
13552 (build_warnings): Add -Wunused-label.
13553 * configure: Re-generate.
13554
de38af99
AC
135552004-01-12 Andrew Cagney <[email protected]>
13556
954a7fba
AC
13557 * exec.h (exec_ops): Make "extern".
13558
de38af99
AC
13559 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13560 the function is void.
13561 (mips_pseudo_register_write): Ditto.
13562
1a111ce3
AC
135632004-01-12 Andrew Cagney <[email protected]>
13564
13565 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13566 call. Never defined.
13567 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13568 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13569 (struct sparc_gregset, struct regcache): Ditto.
13570 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13571
48efe704
AC
135722004-01-12 Andrew Cagney <[email protected]>
13573
13574 * mi/ChangeLog: Delete file. Renamed to ...
13575 * mi/ChangeLog-1999-2003: New file.
13576 * tui/ChangeLog: Delete file. Renamed to ...
13577 * tui/ChangeLog-1998-2003: New file.
fe61caab 13578
a54124c5
MK
135792004-01-11 Mark Kettenis <[email protected]>
13580
2ca62865
MK
13581 * sparc64nbsd-tdep.c: Include "regset.h".
13582 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13583 Remove variables.
13584 (fetch_core_registers): Remove function.
13585 (sparc64nbsd_core_fns): Remove variable.
13586 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13587 functions.
13588 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13589 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13590 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13591
ca9d58e9
MK
13592 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13593 sparc_extract_struct_value_address.
13594 (sparc32_gdbarch_init): Set extract_struct_value_address.
13595 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13596 function.
13597 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13598 return_value_on_stack.
13599
3cc87ec0
MK
13600 * NEWS: Mention that %cs and %ss have been added to the AMD64
13601 configurations
13602
5bf00f29
MK
13603 * frame.c: Update copyright year.
13604 (get_prev_frame): Improve comment.
13605
4f7ec84e
MK
13606 * sparc64fbsd-tdep.c: Include "regset.h".
13607 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13608 Remove variables.
13609 (fetch_core_registers): Remove function.
13610 (sparc64fbsd_core_fns): Remove variable.
13611 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13612 functions.
13613 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13614 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 13615 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 13616
4e7b0cd3
MK
13617 * sparcnbsd-tdep.c: Include "regset.h".
13618 (fetch_core_registers): Remove function.
13619 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13620 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13621 functions.
13622 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13623 TDEP->fpregset.
46b58ce9 13624 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 13625
a54124c5
MK
13626 * sparc-tdep.h (struct regset): Provide opaque declaration.
13627 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13628 fpregset and sizeof_fpregset members.
13629 * sparc-tdep.c (struct regset): Provide opaque declaration.
13630 (sparc_regset_from_core_section): New function.
13631 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13632 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13633 Set regset_from_core_section when appropriate.
13634
29ff87c5
MK
136352004-01-10 Mark Kettenis <[email protected]>
13636
79b1ab3d
MK
13637 * x86-64-tdep.c (amd64_non_pod_p): New function.
13638 (amd64_classify_aggregate): Return class memory for non-POD
13639 C++ structure types.
13640
6470d250
MK
13641 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13642 argument. Use it to reserve a register if necessary.
13643 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13644 amd64_push_arguments.
13645
562c50c2
MK
13646 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13647
af233647
MK
13648 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13649 register numbers in comments.
13650 * x86-64-tdep.h: Update copyright year.
13651 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13652 Adjust for addition of %cs and %ss.
13653 * amd64fbsd-nat.c: Update copyright year.
13654 (reg_offset): Add register offsets for %cs and %ss.
13655 * amd64fbsd-tdep.c: Update copyright year.
13656 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13657 (amd64fbsd_sc_reg_offset): Likewise.
13658 * x86-64-linux-nat.c: Update copyright year.
13659 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13660 and %ss.
13661 * amd64nbsd-nat.c: Update copyright year.
13662 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13663 * amd64nbsd-tdep.c: Update copyright year.
13664 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13665 * x86-64-linux-tdep.c: Update copyright year.
13666 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13667 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13668 * regformats/reg-x86-64.dat: Add %cs and %ss.
13669
29ff87c5
MK
13670 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13671 variables to prevent long lines. Update comments to reflect
13672 reality.
13673
38d518c9
EZ
136742004-01-09 David Carlton <[email protected]>
13675
13676 Checked in by Elena Zannoni <[email protected]>.
13677 * dwarf2read.c (read_namespace): Pull out name-generating code
13678 into namespace_name. Rename previous_namespace to previous_prefix
13679 and processing_current_namespace to processing_current_prefix..
13680 (namespace_name): New function.
13681 (add_partial_symbol): Substitute uses of pdi->name with
13682 actual_name.
13683 * cp-support.h: Rename processing_current_namespace to
13684 processing_current_prefix.
13685 Update copyright year.
13686 * cp-namespace.c: Rename processing_current_namespace to
13687 processing_current_prefix.
13688 Update copyright year.
fe61caab 13689
1e4728e7
AC
136902004-01-09 Andrew Cagney <[email protected]>
13691
13692 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13693
c77c642a
MK
136942004-01-09 Mark Kettenis <[email protected]>
13695
13696 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13697 complaining.
13698 (process_one_symbol): Deal with N_PATCH stabs.
13699
b44e9041
EZ
137002004-01-09 Elena Zannoni <[email protected]>
13701
13702 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13703 ifdeffed code.
13704 Update copyright year.
38d518c9 13705
eccfb640
MC
137062004-01-08 Michael Chastain <[email protected]>
13707
13708 * config/pa/tm-hppa.h: Update extern declarations for
13709 hppa32_hpux_frame_saved_pc_in_sigtramp,
13710 hppa32_hpux_frame_base_before_sigtramp, and
13711 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13712
848c5feb
MC
137132004-01-08 Michael Chastain <[email protected]>
13714
13715 * config/pa/tm-hppah.h: Update copyright years.
13716
3cc5d663
AC
137172004-01-08 Andrew Cagney <[email protected]>
13718
13719 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13720 (mips_o32_reg_struct_has_addr): Delete function.
13721 (mips_gdbarch_init): Update.
13722 (mips_extract_struct_value_address): Delete function.
13723
bfec0b41
JJ
137242004-01-08 David Mosberger <[email protected]>
13725
13726 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13727 reality.
13728
16e109ca
AC
137292004-01-07 Andrew Cagney <[email protected]>
13730
6214a8a1
AC
13731 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13732 architecture's elf flags (when available).
13733
8d5838b5
AC
13734 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13735 FPU to the start, check the MIPS FPU when looking for an old
13736 architecture.
13737 (set_mipsfpu_single_command): Update the architecture.
13738 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13739
480d3dd2
AC
13740 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13741 (mips_mask_address_p): Add "tdep" parameter.
13742 (show_mask_address, mips_addr_bits_remove): Update.
13743 (mips_dump_tdep): Update.
13744 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13745 (MIPS_STACK_ARGSIZE): Delete macro.
13746 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13747 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13748 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13749 (mips_dump_tdep): Update.
13750 (MIPS_SAVED_REGSIZE): Delete macro.
13751 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13752 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13753 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13754 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13755 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13756 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13757 (mips_pop_frame, return_value_location): Update.
13758 (mips_n32n64_return_value, mips_dump_tdep): Update.
13759
ec03c1ac
AC
13760 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13761 MIPS ABI.
13762
16e109ca
AC
13763 * mips-tdep.c: Update copyright.
13764 (mips_gdbarch_init): Merge two code blocks handling the register
13765 name and number layout.
13766
15255275
MS
137672004-01-02 Pawel Ostrowski <[email protected]>
13768
13769 * tracepoint.c (validate_actionline): Fix segv at EOF
13770
9f9057da
MC
137712004-01-07 Michael Chastain <[email protected]>
13772
13773 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13774 properly for static fields.
13775
0127c0d3 137762004-01-06 Jeff Johnston <[email protected]>
91562f53 13777 Jason Molenda <[email protected]>
0127c0d3
JJ
13778
13779 * disasm.c: Update copyright to include 2004.
13780 (do_mixed_source_and_assembly): For uiout asm list
13781 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 13782 NULL and do so prior to loop. Only reset when we close off
0127c0d3 13783 the tuple/list. Move check for whether to close off the
fe61caab 13784 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
13785 on each loop iteration.
13786
5269965e
AC
137872004-01-05 Andrew Cagney <[email protected]>
13788
54f1137d
AC
13789 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13790 should be a switch case and not a label.
13791 * mips-tdep.c (mips32_next_pc): Delete unused labels
13792 "greater_equal_branch" and "less_zero_branch".
13793 * jv-valprint.c (java_print_value_fields): Delete unused label
13794 "flush_it".
13795
5269965e
AC
13796 * target.c (unpush_target): Only close a target that is in the
13797 target stack.
13798
dbc22fa1
MK
137992004-01-05 Mark Kettenis <[email protected]>
13800
9515395e
MK
13801 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13802 address from [sp + 64] instead of %o2.
13803
dbc22fa1
MK
13804 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13805 fixes PR backtrace/1476.
13806
5439edaa
AC
138072004-01-05 Andrew Cagney <[email protected]>
13808
13809 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13810 move to start of file.
13811 * i386-tdep.h (struct regcache): Add opaque declaration.
13812 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13813 declaration.
13814 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13815 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13816 * win32-nat.c (fake_create_process): Use ISO C style definition.
13817 * stabsread.c (define_symbol): Delete #ifndef
13818 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13819 stabs_argument_has_addr call, macro never defined.
13820
19061abe
MC
138212004-01-04 Michael Chastain <[email protected]>
13822
13823 * op50-rom.c: Delete.
13824 * w89k-rom.c: Delete.
13825 * Makefile.in: Remove references.
13826
e53bef9f
MK
138272004-01-04 Mark Kettenis <[email protected]>
13828
13829 * x86-64-tdep.c: Update copyright year.
13830 (struct amd64_register_info): Rename from x86_64_register_info.
13831 (amd64_register_info): Rename from x86_64_register_info.
13832 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13833 (amd64_register_name): Rename from x86_64_register_name.
13834 (amd64_register_type): Rename from x86_64_register_type.
13835 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13836 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13837 (amd64_dwarf_reg_to_regnum): Rename from
13838 x86_64_dwarf_reg_to_regnum.
13839 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13840 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13841 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13842 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13843 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13844 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13845 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13846 (amd64_frame_cache): Rename from x86_64_frame_cache.
13847 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13848 (amd64_frame_prev_register): Rename from
13849 x86_64_frame_prev_register.
13850 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13851 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13852 (amd64_sigtramp_frame_cache): Rename from
13853 x86_64_sigtramp_frame_cache.
13854 (amd64_sigtramp_frame_prev_register): Rename from
13855 x86_64_sigtramp_frame_prev_register.
13856 (amd64_sigtramp_frame_unwind): Rename from
13857 x86_64_sigtramp_frame_unwind.
13858 (amd64_sigtramp_frame_sniffer): Rename from
13859 x86_64_sigtramp_frame_sniffer.
13860 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13861 (amd64_frame_base): Rename from x86_64_frame_base.
13862 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13863 (amd64_frame_align): Rename from x86_64_frame_align.
13864 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13865 (amd64_regset_from_core_section): Rename from
13866 x86_64_regset_from_core_section.
13867 (x86_64_init_abi): Update comments.
13868
fca6aa58
NR
138692004-01-04 Nick Roberts <[email protected]>
13870
13871 * MAINTAINERS (write after approval): Add myself.
13872
8ada74e3
MK
138732004-01-04 Mark Kettenis <[email protected]>
13874
13875 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13876 `float' arguments.
13877
5154b0cd
MK
138782004-01-04 Mark Kettenis <[email protected]>
13879
13880 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13881 such that it mentions a specific version of GCC that exhibits this
13882 bug.
13883
fb316966
MK
138842004-01-03 Mark Kettenis <[email protected]>
13885
200cc553
MK
13886 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13887 structure that has a single `float' member, store it in %f1 in
13888 addition to %f0.
13889
e226a4a0
MK
13890 * sparc-sol2-nat.c: Add missing '\'.
13891
b9d4c5ed
MK
13892 * sparc-tdep.c (sparc32_return_value): New function.
13893 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13894 Remove functions.
13895 (sparc32_gdbarch_init): Set return_value, don't set
13896 extract_return_value, store_return_value, use_struct_convention
13897 and return_value_on_stack.
13898
fb316966
MK
13899 * sparc-sol2-nat.c: Add missing ')'.
13900
1af510a8
JB
139012004-01-03 J. Brobecker <[email protected]>
13902
13903 * infrun.c (handle_step_into_function): New function.
13904 (handle_inferior_event): Extract out some code into the new
13905 function above.
13906
5cf4d23a
JB
139072004-01-03 J. Brobecker <[email protected]>
13908
13909 * infrun.c (handle_inferior_event): Move the declaration of
13910 real_stop_pc inside the if blocks where it is used.
13911
60af1db2
MK
139122004-01-03 Mark Kettenis <[email protected]>
13913
13914 * sparc64-tdep.c (sparc64_16_byte_align_p)
13915 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13916 Use check_typedef to get subtypes of structures and unions.
13917 (sparc64_store_return_value): Fix calculation of the appropriate
13918 offset into VALBUF when storing a structure or union.
13919 (sparc64_return_value): New function.
13920 (sparc64_use_struct_convention): Remove function.
13921 (sparc64_init_abi): Set return_value, don't set
13922 extract_return_value, store_return_value and
13923 use_struct_convention.
13924
1a901d3f
EZ
139252004-01-03 Eli Zaretskii <[email protected]>
13926
13927 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13928 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13929 gdb/config/alpha/xm-alphaosf.h,
13930 gdb/config/powerpc/tm-ppcle-eabi.h,
13931 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13932 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13933 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13934 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13935 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13936 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13937 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13938 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13939 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13940 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13941 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13942 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13943 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13944 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13945 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13946 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13947 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13948 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13949 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13950 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13951 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13952 Remove lines for .cvsignore files.
13953
ef52e463
JB
139542004-01-03 J. Brobecker <[email protected]>
13955
13956 * infrun.c: Back out the previous change.
13957
cb1bf9dc
MK
139582004-01-03 Mark Kettenis <[email protected]>
13959
f0424ef6
MK
13960 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13961 sparc-*-sunos4* to the list of REMOVED configurations.
13962
cb1bf9dc
MK
13963 * configure.tgt: Add back sparc-*-vxworks*.
13964 * remote-vxsparc.c: Remove all includes except for "defs.h",
13965 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13966 Include "sparc-tdep.h".
13967 (SPARC_R_G1): New define.
13968 (vxsparc_gregset): New variable.
13969 (ext_format_sparc): Remove extern declaration.
13970 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13971 sparc32_supply_fpregset.
13972 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13973 sparc_collect_rwindow and sparc32_collect_fpregset.
13974 * config/sparc/tm-vxworks.h: New file, based on recently removed
13975 tm-vxsparc.h.
13976 * config/sparc/vxworks.mt: New file, based on recently removed
13977 vxworks.mt.
fe61caab 13978
5e938f9f
JB
139792004-01-03 J. Brobecker <[email protected]>
13980
13981 * infrun.c (handle_step_into_function): New function.
13982 (handle_inferior_event): Extract out some code into the new
13983 function above.
13984
386c036b
MK
139852004-01-02 Mark Kettenis <[email protected]>
13986
13987 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13988 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13989 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13990 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13991 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13992 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13993 (sparc_nat_h): New variable.
13994 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13995 (tm-sun4os4.h): Remove dependency.
13996 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13997 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13998 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13999 sparc-tdep.o): Update dependencies.
14000 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14001 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14002 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14003 dependencies.
14004 * configure.host: Remove existing sparc-*-lynxos*,
14005 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14006 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14007 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14008 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14009 triplets.
14010 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14011 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14012 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14013 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14014 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14015 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14016 sparc64-*-solaris2* and sparc64-*-* triplets.
14017 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14018 "symtab.h" and "objfiles.h".
14019 (BIAS): Remove define.
14020 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14021 (X_DISP19): Remove macros.
14022 (sparc_fetch_instruction): Remove function.
14023 (struct gdbarch_tdep): Remove definition.
14024 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14025 (sparc_breakpoint_from_pc): Remove function.
14026 (struct sparc64_frame_cache): Remove definition.
14027 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14028 sparc64_unwind_pc): Remove functions.
14029 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14030 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14031 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14032 (sparc64_frame_cache): Change return type to `struct
14033 sparc_frame_cache *'. Simply call sparc_frame_cache.
14034 (sparc64_frame_this_id, sparc64_frame_prev_register,
14035 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14036 instead of `struct sparc64_frame_cache.
14037 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14038 sparc_analyze_control_transfer, sparc_software_single_step,
14039 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14040 _initialize_sparc64_tdep): Remove functions.
14041 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14042 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14043 macros.
14044 (sparc64_supply_gregset, sparc64_collect_gregset,
14045 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14046 (sparc64_init_abi): New function.
14047 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14048 inclusion guard. Include "sparc-tdep.h".
14049 (BIAS): Define.
14050 (r_tstate_offset, r_fprs_offset): New defines.
14051 (enum sparc_regnum): Remove defenition.
14052 (enum sparc64_regnum): Reformat.
14053 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14054 (sparc64_init_abi, sparc64_supply_gregset,
14055 sparc64_collect_gregset, sparc64_supply_fpregset,
14056 sparc64_collect_fpregset): New prototypes.
14057 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14058 Add extern declarations.
14059 (sparc64_sol2_init_abi): New prototype.
14060 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14061 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14062 prototypes.
14063 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14064 "sparnbsd-nat.h".
14065 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14066 functions.
14067 (_initialize_sparc64fbsd_nat): Remove initialization of
14068 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14069 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 14070 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
14071 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14072 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14073 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14074 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14075 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14076 (sparc64fbsd_r_y_offset): Remove variables.
14077 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14078 Make static and const.
14079 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14080 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14081 functions.
14082 (sparc64fbsd_gregset): New variable.
14083 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14084 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14085 and sparc64_supply_fpregset.
14086 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14087 (sparc64fbsd_sigtramp_frame_this_id)
14088 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14089 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14090 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14091 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14092 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14093 * sparcnbsd-tdep.c: Update copyright year. Include
14094 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14095 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14096 "value.h" and "sparcnbsd-tdep.h".
14097 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14098 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14099 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14100 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14101 defines.
14102 (sparcnbsd_gregset): New variable.
14103 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14104 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14105 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14106 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14107 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14108 variables.
14109 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14110 (sparc32nbsd_sigcontext_frame_this_id)
14111 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14112 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14113 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14114 (sparcnbsd_get_longjmp_target_32,
14115 sparcnbsd_get_longjmp_target_64): Remove functions.
14116 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14117 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14118 sparcnbsd_init_elf): Remove.
14119 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14120 (sparcnbsd_elf_init_abi): New functions.
14121 (_initialize_sparcnbsd_tdep): New prototype.
14122 (_initialize_sparnbsd_tdep): Update.
14123 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14124 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14125 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14126 * config/sparc/linux.mh: Update comment.
14127 (XM_FILE, HOST_IPC): Remove variables.
14128 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14129 sparc-linux-nat.o.
14130 * config/sparc/linux.mt: Update comment.
14131 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14132 * config/sparc/nbsd.mt: Reformat.
14133 * config/sparc/nbsd64.mh: Update comment.
14134 (NATDEPFILES): Add sparc-nat.o.
14135 * config/sparc/nbsd64.mt: Update comment.
14136 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14137 (TM_FILE): Set to tm-nbsd.h.
14138 * config/sparc/nbsdelf.mh: Update comment.
14139 (NATDEPFILES): Add sparc-nat.o.
14140 (XM_FILE): Delete.
14141 * config/sparc/nbsdaout.mh: Update comment.
14142 (NATDEPFILES): Add sparc-nat.o
14143 (XM_FILE): Delete.
14144 * config/sparc/nm-linux.h: Update copyright year. Don't include
14145 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14146 inclusion.
14147 (KERNEL_U_SIZE): Remove define.
14148 (kernel_u_size): Remove prototype.
14149 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14150 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14151 "regcache.h".
14152 (CHILD_PREPARE_TO_STORE): Remove define.
14153 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14154 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14155 sparcnbsd-nat.c: Rewrite files.
14156 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14157 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14158 sparcnbsd-tdep.h: Remove files.
14159 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14160 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14161 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14162 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14163 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14164 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14165 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14166 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14167 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14168 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14169 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14170 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14171 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14172 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14173 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14174 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14175 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14176 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14177 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14178
ee84457a
AC
141792004-01-02 Andrew Cagney <[email protected]>
14180
14181 From 2003-12-18 Kazuhiro Inaoka:
14182 * configure.host: Add m32r-linux target.
14183
0bc2134e
MC
141842004-01-02 Michael Chastain <[email protected]>
14185
14186 * top.c (print_gdb_version): Update year to 2004.
14187
89a72f9c
MM
141882004-01-02 Mark Mitchell <[email protected]>
14189
14190 * MAINTAINERS: Add myself to the write-after-approval category.
14191
86b013ed
DJ
141922004-01-02 Daniel Jacobowitz <[email protected]>
14193
14194 From Bernardo Innocenti <[email protected]>:
14195 * configure.tgt: Add uClinux target.
14196
e42c9534
AC
141972004-01-02 Andrew Cagney <[email protected]>
14198
14199 * utils.c (do_my_cleanups): Make static, add forward declaration.
14200 * defs.h (do_my_cleanups): Delete declaration.
14201
162467d3
EZ
142022004-01-02 Eli Zaretskii <[email protected]>
14203
14204 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14205 bfd/ChangeLog-0203.
14206
78434e59
MK
142072004-01-02 Mark Kettenis <[email protected]>
14208
14209 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14210 in <machine/reg.h>.
14211 * configure, config.in: Regenerate.
14212
48efe704
AC
14213For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14214tui/ChangeLog-1998-2003.
c906108c
SS
14215\f
14216Local Variables:
14217mode: change-log
14218left-margin: 8
14219fill-column: 74
14220version-control: never
14221End:
This page took 3.038503 seconds and 4 git commands to generate.