* gdb.texinfo (Filenames): Add Ada suffixes.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7dc1ef8d
PH
12004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
2
3 * Makefile.in (.l.c): Modify rule for compatibility with recent
4 versions of flex, and remove most command-line options.
5 * ada-lex.l: Add %options line in place of -I -i and -s command-line
6 options.
7
1f8173e6
PH
82004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
9
10 Turn on initial Ada support (mainly expression evaluation).
11
12 * Makefile.in (SFILES): Remove ada-tasks.c.
13 (HFILES_NO_SRCDIR): Add ada-lang.h.
14 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
15 (YYOBJ): Add ada-exp.o.
16 (rule .l.c): Generalize to not mention ada.
17 * symtab.c: Include ada-lang.h.
18 (symbol_natural_name, symbol_demangled_name)
19 (symbol_search_name): Add Ada case.
20
cb85a953
AC
212004-10-01 Andrew Cagney <cagney@gnu.org>
22
3f3db248
AC
23 * Makefile.in (COMMON_OBS): Add inf-child.o.
24 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
25 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
26 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
27 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
28 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
29 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
30 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
31 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
32 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
33 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
34 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
35 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
36 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
37
cb85a953
AC
38 * target.c (xfer_using_stratum): Change return type to LONGEST.
39 On each iteration offset, readbuf and writebuf.
40 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
41 partial_length, and read/modify/write predicate, update comments.
42 Pass buffer.word to ptrace write.
43
963a6417
PH
442004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
45
46 * symfile.c (init_filename_language_table): Add extensions for
47 Ada.
48 * defs.h (enum language): Add language_ada.
49 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
50 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
51 (add_symbols_from_enclosing_procs): Make a no-op for now.
52 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
53 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
54 (find_line_in_linetable, find_next_line_in_linetable)
55 (read_all_symtabs, is_plausible_func_for_line)
56 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
57 (is_runtime_sym_defined, check_size): Remove declaration.
58 (function_name_from_pc, ada_translate_error_message)
59 (ada_lookup_minimal_symbol): Remove definition.
60 (ada_add_block_symbols): Remove useless label.
61 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
62 useless declaration.
63 (ada_is_exception_sym): Likewise.
64
9b32d526
KI
652004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
66
67 Add m32r-linux support.
68 * configure.tgt: Add m32r*-*-linux*.
69 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
70 and m32r-linux-tdep.c.
71 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
72 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
73 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
74 m32r-linux-tdep.c.
75 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
76 config/m32r/linux.mh, config/m32r/linux.mt,
77 config/m32r/nm-linux.h: New files.
78
2de118d3
JB
792004-09-30 Joel Brobecker <brobecker@gnat.com>
80
81 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
82 (mips32_fetch_instruction): Remove, unused.
83
a9fe69d1
JB
842004-09-30 Joel Brobecker <brobecker@gnat.com>
85
86 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
87 conditions that will always be true.
88
bc8ffc12
MK
892004-09-30 Mark Kettenis <kettenis@gnu.org>
90
ba0cd111
MK
91 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
92 (vaxbsd_fetch_inferior_registers): Rename from
93 fetch_inferior_registers. Make static.
94 (vaxbsd_store_inferior_registers): Rename from
95 store_inferior_registers. Make static.
96 (_initialize_vaxbsd_nat): Construct and add target vector.
97 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
98 inftarg.o. Add inf-child.o and inf-ptrace.o.
99 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
100 inftarg.o. Add inf-child.o and inf-ptrace.o.
101 (NAT_FILE): Remove.
102 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
103 inftarg.o. Add inf-child.o and inf-ptrace.o.
104 (NAT_FILE): Remove.
105 * Makefile.in (vaxbsd-nat.o): Update dependencies.
106
bc8ffc12
MK
107 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
108 (m88kbsd_fetch_inferior_registers): Rename from
109 fetch_inferior_registers. Make static.
110 (m88kbsd_store_inferior_registers): Rename from
111 store_inferior_registers. Make static.
112 (_initialize_m88kbsd_nat): New prototype and function.
113 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
114 inftarg.o. Add inf-child.o and inf-ptrace.o.
115 (NAT_FILE): Remove.
116 * Makefile.in (m88kbsd-nat.o): Update dependencies.
117
27394598
AC
1182004-09-30 Andrew Cagney <cagney@gnu.org>
119
120 * target.c (target_xfer_partial): New function.
121 (target_read_memory_partial, target_write_memory_partial)
122 (default_xfer_partial, target_read_partial, target_write_partial)
123 (xfer_using_stratum): Use.
124 (debug_to_xfer_partial): Delete function.
125 (setup_target_debug): Do not override to_xfer_partial.
126
74a4fe32
MK
1272004-09-30 Mark Kettenis <kettenis@chello.nl>
128
129 * fork-child.c: Update copyright year. Fix coding style.
130
982526a1
MK
1312004-09-29 Mark Kettenis <kettenis@gnu.org>
132
133 * defs.h (msavestring, mstrsave): Remove prototypes.
134 * utils.c (msavestring, mstrsave): Remove functions.
135 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
136 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
137 of mstrsave.
138 * source.c (find_and_open_source): Use xstrdup instead of
139 mstrsave.
140
b8eb5af0
AC
1412004-09-30 Andrew Cagney <cagney@gnu.org>
142
0779438d
AC
143 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
144 (inf_ptrace_xfer_memory): Delete.
145 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
146 (target_read_memory, target_write_memory): Use xfer_using_stratum
147 when target_xfer_partial_p.
148 (debug_target): Move to start of file.
149 (target_read_memory_partial, target_write_memory_partial): Use
150 to_xfer_partial when target_xfer_partial_p.
151
f929a579
AC
152 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
153 inf_ptrace_xfer_memory with equivalent code.
154 * inftarg.c (child_xfer_partial): When performing a write, pass
155 writebuf to child_xfer_memory.
156
b8eb5af0
AC
157 * target.c (target_read_string): Use target_read_memory instead of
158 target_xfer_memory.
159
ee21b650
AC
1602004-09-29 Andrew Cagney <cagney@gnu.org>
161
d3e05d0d
AC
162 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
163 the address of status.
164
ee21b650
AC
165 * infptrace.c (ptrace_wait): Mention problem with HPUX.
166 (kill_inferior): Inline ptrace_wait call.
167 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
168 * inftarg.c (child_wait): Inline ptrace_wait call.
169
a182eed6
AC
170 * target.h (struct target_ops): Delete field to_post_wait.
171 (target_post_wait): Delete macro.
172 (child_post_wait): Delete declaration.
173 * target.c (update_current_target, update_current_target)
174 (debug_to_post_wait, setup_target_debug): Delete functions and
175 references.
176 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
177 * inftarg.c (child_post_wait): Delete.
178 (init_child_ops): Do not set to_post_wait.
179 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
180 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
181 * inf-child.c (inf_child_post_wait): Delete.
182 (inf_child_target): Do not set to_post_wait.
183 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
184 (inf_ptrace_target): Do not set to_post_wait.
185
ba0c540b
AC
186 * wince.c (child_ops): Delete.
187 * win32-nat.c (child_ops): Delete.
188
81977402
AC
189 * inftarg.c (inftarg_set_find_memory_regions)
190 (inftarg_set_make_corefile_notes): Delete functions.
191 (_initialize_linux_nat): Inline calls.
192
5ac10fd1
AC
193 * target.h (child_ops): Declare.
194 * inftarg.c (child_ops): Move from here ...
195 * target.c (child_ops): ... to here.
196 * wince.c (child_ops): Delete extern declaration.
197 * win32-nat.c (child_ops): Delete extern declaration.
198 * linux-nat.c (child_ops): Delete extern declaration.
199 * hpux-thread.c (child_ops): Delete extern declaration.
200
663408c2 2012004-09-28 Mark Kettenis <kettenis@gnu.org>
890c8f4d
MK
202
203 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
204
0dad8a66
MK
2052004-09-28 Mark Kettenis <kettenis@gnu.org>
206
207 * configure.in: Only set host_makefile_frag when building a native
208 debugger.
209 * configure: Regenerate.
e8d74ed3
MK
210
211 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
212 for OpenBSD ELF.
213
dba24537
AC
2142004-09-28 Andrew Cagney <cagney@gnu.org>
215
e979516b
AC
216 Problem identified by Paul Hilfinger.
217 * Makefile.in (ada_lex_c): Define.
218 (ada-lex.o): Delete rule.
219
dba24537
AC
220 * linux-proc.c: Delete file.
221 * Makefile.in: Update.
222 * config/sparc/linux64.mh (NATDEPFILES):
223 * config/sparc/linux.mh (NATDEPFILES): Update.
224 * config/s390/s390.mh (NATDEPFILES): Update.
225 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
226 * config/powerpc/linux.mh (NATDEPFILES): Update.
227 * config/pa/linux.mh (NATDEPFILES): Update.
228 * config/mips/linux.mh (NATDEPFILES): Update.
229 * config/m68k/linux.mh (NATDEPFILES): Update.
230 * config/ia64/linux.mh (NATDEPFILES): Update.
231 * config/i386/linux64.mh (NATDEPFILES): Update.
232 * config/i386/linux.mh (NATDEPFILES): Update.
233 * config/arm/linux.mh (NATDEPFILES): Update.
234 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
235 * linux-nat.c: Update copyright. Include <sys/param.h>,
236 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
237 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
238 (O_LARGEFILE): Possibly define.
239 (_initialize_linux_nat, linux_proc_pending_signals)
240 (add_line_to_sigset, linux_proc_xfer_memory)
241 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
242 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
243 (struct linux_corefile_thread_data)
244 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
245 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
246
d6b0e80f
AC
2472004-09-16 Andrew Cagney <cagney@gnu.org>
248
249 * lin-lwp.c: Delete file.
250 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
251 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
252 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
253 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
254 (linux_nat_attach, detach_callback, linux_nat_detach)
255 (resume_callback, resume_clear_callback, linux_nat_resume)
256 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
257 (stop_wait_callback, linux_nat_has_pending, flush_callback)
258 (status_callback, running_callback, count_events_callback)
259 (select_singlestep_lwp_callback, select_event_lwp_callback)
260 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
261 (child_wait, stop_and_resume_callback, linux_nat_wait)
262 (kill_callback, kill_wait_callback, linux_nat_kill)
263 (linux_nat_create_inferior, linux_nat_mourn_inferior)
264 (linux_nat_xfer_memory, linux_nat_thread_alive)
265 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
266 (_initialize_linux_nat): New functions.
267 * Makefile.in: Update all dependencies.
268 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
269 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
270 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
271 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
272 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
273 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
274 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
275 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
276 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
277 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
278 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
279 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
280 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
281
5a174d79
MK
2822004-09-27 Mark Kettenis <kettenis@gnu.org>
283
2f604c28
MK
284 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
285 config/i386/obsd64.mh (NAT_FILE): Remove variable.
286
5a174d79
MK
287 * configure.in: Don't comment out NATDEPFILES in the generated
288 Makefile if NAT_FILE is unset.
289 * configure: Regenerate.
290
b2ed1746
AC
2912004-09-27 Andrew Cagney <cagney@gnu.org>
292
44cbf7b5
AC
293 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
294 (insert_step_resume_breakpoint): Delete.
295 (insert_step_resume_breakpoint_at_frame): New function.
296 (insert_step_resume_breakpoint_at_sal): New function.
297 (handle_inferior_event, step_into_function)
298 (insert_step_resume_breakpoint): Simplify by using same.
299
b2ed1746
AC
300 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
301
3691b3be
MK
3022004-09-26 Mark Kettenis <kettenis@gnu.org>
303
36f391e8
MK
304 * fbsd-proc.c: Remove file.
305 * Makefile.in (fbsd-proc.o): Remove dependency.
306
771e236c
MK
307 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
308 code together.
309
3691b3be
MK
310 * config/i386/nm-fbsd64.h: Remove file.
311 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
312
6a5c78a3
MK
3132004-09-26 Mark Kettenis <kettenis@gnu.org>
314
315 * amd64-nat.h: Update copyright year.
316 (amd64bsd_target): New prototype.
317 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
318 (amd64bsd_target): New function.
319 (amd64bsd_fetch_inferior_registers): Rename from
320 fetch_inferior_registers. Make static.
321 (amd64bsd_store_inferior_registers): Rename from
322 store_inferior_registers. Make static.
323 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
324 (_initialize_amd64fbsd_nat): Construct and add target vector.
325 * amd64nbsd-nat.o: Include "target.h".
326 (_initialize_amd64nbsd_nat): Construct and add target vector.
327 * amd64obsd-nat.c: Include "target.h".
328 (_initialize_amd64obsd_nat): Construct and add target vector.
329 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
330 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
331 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
332 fbsd-nat.o.
333 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
334 Remove infptrace.o and inftarg.o. Add inf-child.o and
335 inf-ptrace.o.
336 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
337 (amd64obsd-nat.o): Update dependencies.
338
27acbe61
MK
3392004-09-25 Mark Kettenis <kettenis@gnu.org>
340
509a5e7d
MK
341 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
342 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
343 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
344 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
345 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
346
6e1e94ea
MK
347 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
348 Inline attach call.
349 (inf_ptrace_detach): Inline detach call.
350
8b9cf735
MK
351 * configure.in: Check for waddstr instead of mvwaddstr when
352 searching for curses library. Check for wborder.
353 * configure, config.in: Regenerate.
354 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
355 available.
356
27acbe61
MK
357 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
358
b96ec7ac
AC
3592004-09-24 Robert Picco <Robert.Picco@hp.com>
360
361 Committed by Andrew Cagney.
362 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
363 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
364 configuration.
365 (fetch_register_using_p): Implement 'p' packet. Based on code by
366 Fernando Nasser.
367 (remote_fetch_registers): Call fetch_register_using_p.
368 (init_all_packet_configs, show_remote_cmd)
369 (_initialize_remote): Add p-packet.
370
62ece330
MK
3712004-09-24 Mark Kettenis <kettenis@gnu.org>
372
373 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
374 instead of call_ptrace. Call wait directly instead of
375 ptrace_wait.
376 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
377 (inf_ptrace_wait): Inline ptrace_wait call.
378
00937274
PH
3792004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
380
381 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
382 rolled back instead.
383
3f2c7a45
PH
3842004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
385
386 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
387 the new argument order.
388
b6fcb393
CV
3892004-09-23 Corinna Vinschen <vinschen@redhat.com>
390
391 * MAINTAINERS: Remove "broken" from XStormy16 entry.
392 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
393 (struct gdbarch_tdep): Remove.
394 (struct xstormy16_frame_cache): New frame cache structure.
395 (xstormy16_register_byte, xstormy16_register_raw_size)
396 (xstormy16_reg_virtual_type, xstormy16_register_type)
397 (xstormy16_push_arguments, xstormy16_push_return_address)
398 (xstormy16_pop_frame, xstormy16_store_struct_return)
399 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
400 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
401 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
402 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
403 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
404 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
405 (xstormy16_use_struct_convention): Drop gcc_p parameter.
406 (xstormy16_extract_return_value, xstormy16_store_return_value):
407 Regcachify. Drop useless struct convention handling.
408 (xstormy16_register_type, xstormy16_return_value)
409 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
410 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
411 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
412 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
413 (xstormy16_unwind_sp, xstormy16_unwind_pc)
414 (xstormy16_unwind_dummy_id) : New functions.
415 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
416 of xstormy16_scan_prologue.
417 (xstormy16_frame_unwind): New frame_unwind structure.
418 (xstormy16_frame_base): New frame_base structure.
419 (xstormy16_gdbarch_init): Accomodate all of the above changes.
420 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
421
1285b746
MK
4222004-09-22 Mark Kettenis <kettenis@gnu.org>
423
424 * language.c (language_gdbarch_post_init): Fix off-by one error.
425
1c379e20
DJ
4262004-09-21 Daniel Jacobowitz <dan@debian.org>
427
428 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
429 (struct dwarf2_offset_and_type): New.
430 (set_die_type, reset_die_and_siblings_types, get_die_type)
431 (offset_and_type_hash, offset_and_type_eq): New functions.
432 (read_structure_type, read_enumeration_type, read_array_type)
433 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
434 (read_tag_reference_type, read_tag_const_type)
435 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
436 (read_typedef, read_base_type, read_subrange_type): Use
437 set_die_type.
438
ae038cb0
DJ
4392004-09-20 Daniel Jacobowitz <dan@debian.org>
440
441 * Makefile.in (dwarf2read.o): Update dependencies.
442 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
443 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
444 and read_in_chain.
445 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
446 mark, and has_form_ref_addr.
447 (struct dwarf2_per_cu_data): New.
448 (dwarf2_max_cache_age): New.
449 (dwarf2_build_psymtabs_hard): Free cached compilation units
450 after loading. Create and manage the list of compilation units.
451 Remove unnecessary NULL initialization. Fix indentation.
452 (psymtab_to_symtab_1): Initialize all of CU.
453 (dwarf2_read_abbrevs): Set has_form_ref_addr.
454 (find_partial_die): Use dwarf2_find_containing_comp_unit
455 and load_comp_unit.
456 (free_stack_comp_unit): Update comments. Clear the per-cu
457 pointer. Handle aging.
458 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
459 (age_cached_comp_units, free_one_cached_comp_unit)
460 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
461 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
462 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
463 (show_dwarf2_cmd): New.
464 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
465 and "maint show dwarf2 max-cache-age".
466 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
467 externs.
468 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
469 global.
470
987504bb
JJ
4712004-09-20 Jeff Johnston <jjohnstn@redhat.com>
472
473 * dwarf2read.c (typename_concat): Change prototype to accept obstack
474 and dwarf2_cu struct pointer as arguments. Change function to use
475 obstack if provided and use dwarf2_cu to determine language-specific
476 separator.
477 (partial_die_parent_scope): Change comment to include java. Use
478 new version of typename_concat instead of obconcat.
479 (partial_die_full_name): Use typename_concat.
480 (read_namespace): Ditto.
481 (read_enumeration_type): Use typename_concat instead of obconcat.
482 (new_symbol): Ditto.
483 (add_partial_symbol): Enhance tests for C++ to also test for Java.
484 (guess_structure_name): Ditto.
485 (read_subroutine_type): Ditto.
486 (read_structure_type): Ditto.
487 (is_vtable_name): Add Java support.
488 (determine_class_name): Switch to new typename_concat call.
489 (determine_prefix): Switch to new typename_concat call.
490 * jv-exp.y (FuncStart): New pattern.
491 (MethodInvocation): Add support for simple function calls. Change
492 warning message for other forms of inferior call currently not
493 supported.
494 * valarith.c (value_subscript): Treat an array with upper-bound
495 of -1 as unknown size.
496
d9c8471e
DJ
4972004-09-20 Daniel Jacobowitz <dan@debian.org>
498
499 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
500 (lookup_partial_symtab): Use symtab_to_fullname.
501
d73f140a
JB
5022004-09-19 Jim Blandy <jimb@redhat.com>
503
504 * minsyms.c (lookup_minimal_symbol): Doc fix.
505
adbef1f0
AC
5062004-09-20 Andrew Cagney <cagney@gnu.org>
507
508 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
509 CHILD_RESUME.
510 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
511 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
512 KILL_INFERIOR.
513 * infptrace.c: Update.
514
d092d1a2
DJ
5152004-09-19 Daniel Jacobowitz <dan@debian.org>
516
517 * symtab.c (output_source_filename): Mark first argument as const.
518 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
519 for "info sources" output.
520
86d9e1d7
MK
5212004-09-20 Mark Kettenis <kettenis@gnu.org>
522
523 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
524 <machine/vmparam.h>.
525 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
526 (register_u_addr): Remove prototype.
527
9a6c8ef4
MK
5282004-09-19 Mark Kettenis <kettenis@gnu.org>
529
9692934b
MK
530 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
531 (i386bsd_fetch_inferior_registers): Rename from
532 fetch_inferior_registers. Make static.
533 (i386bsd_store_inferior_registers): Rename from
534 store_inferior_registers. Make static.
535 (i386bsd_target): New function.
536 * i386bsd-nat.h: New file.
537 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
538 "i386bsd-nat.h".
539 (i386fbsd_resume): Rename from child_resume. Make static.
540 (_initialize_i386fbsd_nat): Construct and add target vector.
541 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
542 (_initialize_i386nbsd_nat): Construct and add target vector.
543 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
544 Remove defines.
545 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
546 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
547 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
548 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
549 (LOADLIBES): New variable.
550 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
551 inf-ptrace.o. Remove inftarg.o.
552 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
553 inf-ptrace.o. Remove inftarg.o.
554 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
555 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
556 (LOADLIBES): New variable.
557 * Makefile.in (i386bsd_nat_h): New variable.
558 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
559 dependencies.
560
3510d1f2
MK
561 * sparc64nbsd-tdep.c: Include "objfiles.h".
562 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
563 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
564 svr4_lp64_fetch_link_map_offsets.
565 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
566 "nbsd-tdep.h".
567 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
568 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
569 svr4_lp64_fetch_link_map_offsets.
570 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
571 dependencies.
572
578c1c03
MK
573 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
574 * fbsd-nat.h: New file.
575 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
576 (fbsd_nat_h): New variable.
577 (fbsd-nat.o): New dependency.
578
7a7b73b7
MK
579 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
580 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
581
9a6c8ef4
MK
582 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
583 comment.
584
72d5681a
PH
5852004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
586
587 * ada-exp.y (type_int): New function to add layer of abstraction
588 around references to expression types.
589 (type_long): Ditto.
590 (type_long_long): Ditto.
591 (type_float): Ditto.
592 (type_double): Ditto.
593 (type_long_double): Ditto.
594 (type_char): Ditto.
595 (type_system_address): Ditto.
596 (simple_exp): Use type_* functions in place of builtin_*
597 variables.
598 (exp): Ditto.
599 (write_var_from_name): Ditto.
600 (write_object_renaming): Ditto.
601 * ada-lang.c (ada_create_fundamental_type): Remove redundant
602 declaration.
603 (build_ada_types): Remove, replacing with...
604 (ada_language_arch_info): New function to initialize primitive
605 type vector in language_arch_info.
606 (ada_array_length): Remove use of builtin_type_ada_int.
607 (value_pos_atr): Ditto.
608 (ada_evaluate_subexp): Ditto.
609 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
610 builtin_type_ada_long_long, builtin_type_ada_char,
611 builtin_type_ada_float, builtin_type_ada_double,
612 builtin_type_ada_long_double, builtin_type_ada_natural,
613 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
614 (ada_builtin_types): Remove.
615 (ada_language_defn): Remove entries for la_builtin_type_vector and
616 string_char_type and use ada_language_arch_info.
617 (_initialize_ada_language): Do type-vector initialization along
618 the lines of c-lang.c.
619 (ada_create_fundamental_type): Break up line.
620 (ada_dump_symtab): Remove unused function.
621 (enum ada_primitive_types): Define.
622 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
623 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
624 builtin_type_ada_float, builtin_type_ada_double,
625 builtin_type_ada_long_double, builtin_type_ada_natural,
626 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
627 * ada-lex.l: Use type_* functions in place of builtin_* variables.
628 (processInt): Ditto.
629 (processReal): Ditto.
630 (name_lookup): Ditto.
631 * ada-typeprint.c (print_range): Use builtin_type_int, not
632 builtin_type_ada_int.
633
4f0be353
MK
6342004-09-18 Mark Kettenis <kettenis@gnu.org>
635
30b0e2d8
MK
636 * i386-tdep.c (i386_register_name): Rename regno to regnum.
637
4f0be353
MK
638 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
639 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
640 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
641 * configure.in: Improve checks for curses library by checking for
642 mvwaddstr instead of initscr. Drop HP curses in favour of
643 standard curses on HP-UX.
644 * configure: Regenerated.
645
72d5681a 6462004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
6c038f32
PH
647
648 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
649 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
650 Minor formatting changes.
651 (empty_array): Slight rewrite for formatting.
652 (emit_char,parse,ada_language_defn,build_ada_types,
653 ada_is_exception_sym, _initialize_ada_language): Move
654 definitions around.
655 (ada_dump_symtab): Remove unused definition.
656 (ada_maybe_exception_partial_symbol): Remove unused definition.
657
1c8c7407
AC
6582004-09-16 Andrew Cagney <cagney@gnu.org>
659
7681f339
AC
660 * inf-child.c: Include "gdb_string.h".
661 (inf_child_core_file_to_sym_file): Delete.
662 (inf_child_target): Set to_fetch_registers and to_store_registers.
663 * inf-ptrace.c: Include "gdb_string.h".
664 * Makefile.in: Update all dependencies.
665
1c8c7407
AC
666 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
667 problem.
668
65596487
JB
6692004-09-14 Joel Brobecker <brobecker@gnat.com>
670
671 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
672 call to heuristic_proc_desc. Remove code that became redundant
673 as a consequence.
674 (read_next_frame_reg): Remove special case for SP_REGNUM.
675 (set_reg_offset): Fix small typo.
676 (reset_saved_regs): New procedure.
677 (mips32_heuristic_proc_desc): No longer compute a fake
678 procedure descriptor. Compute the full frame cache instead.
679 Some minor comment reformatting.
680
95575b2e
AC
6812004-09-14 Andrew Cagney <cagney@gnu.org>
682
f200c492
AC
683 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
684 maintainer.
685
95575b2e
AC
686 * thread-db.c (thread_db_new_objfile): Assume that there is a
687 child process.
688
69657671
JB
6892004-09-13 Jim Blandy <jimb@redhat.com>
690
691 * valops.c (value_assign): Move 'buffer' to the enclosing block,
692 so that its storage isn't referenced after its lifetime ends.
693
6c4182dd
JB
694 * valops.c (value_assign): 'use_buffer' is initialized to zero,
695 and never assigned to. Delete it, and the 'if (use_buffer)'
696 clauses. Delete 'raw_buffer', since it is now unused.
697
ee31a58d
AC
6982004-09-13 Andrew Cagney <cagney@gnu.org>
699
2c0fc042
AC
700 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
701 * configure: Re-generate.
702 * nlm/Makefile.in (TAGS): Update.
703 * Makefile.in (TAGS): Update.
704 * config/vax/nbsd.mt (TM_FILE): Update.
705 * config/sparc/vxworks.mt (TM_FILE): Update.
706 * config/sparc/sol2.mt (TM_FILE): Update.
707 * config/sparc/sol2-64.mt (TM_FILE): Update.
708 * config/sparc/obsd64.mt (TM_FILE): Update.
709 * config/sparc/obsd.mt (TM_FILE): Update.
710 * config/sparc/nbsd64.mt (TM_FILE): Update.
711 * config/sparc/nbsd.mt (TM_FILE): Update.
712 * config/sparc/linux64.mt (TM_FILE): Update.
713 * config/sparc/linux.mt (TM_FILE): Update.
714 * config/sparc/fbsd.mt (TM_FILE): Update.
715 * config/sh/wince.mt (TM_FILE): Update.
716 * config/sh/nbsd.mt (TM_FILE): Update.
717 * config/sh/linux.mt (TM_FILE): Update.
718 * config/sh/embed.mt (TM_FILE): Update.
719 * config/s390/s390.mt (TM_FILE): Update.
720 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
721 * config/rs6000/rs6000.mt (TM_FILE): Update.
722 * config/rs6000/aix4.mt (TM_FILE): Update.
723 * config/powerpc/vxworks.mt (TM_FILE): Update.
724 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
725 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
726 * config/powerpc/obsd.mt (TM_FILE): Update.
727 * config/powerpc/nbsd.mt (TM_FILE): Update.
728 * config/powerpc/linux.mt (TM_FILE): Update.
729 * config/powerpc/aix.mt (TM_FILE): Update.
730 * config/pa/obsd.mt (TM_FILE): Update.
731 * config/pa/linux.mt (TM_FILE): Update.
732 * config/pa/hppahpux.mt (TM_FILE): Update.
733 * config/pa/hppa64.mt (TM_FILE): Update.
734 * config/pa/hppa.mt (TM_FILE): Update.
735 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
736 * config/mips/wince.mt (TM_FILE): Update.
737 * config/mips/vxmips.mt (TM_FILE): Update.
738 * config/mips/nbsd.mt (TM_FILE): Update.
739 * config/mips/linux.mt (TM_FILE): Update.
740 * config/mips/irix6.mt (TM_FILE): Update.
741 * config/mips/irix5.mt (TM_FILE): Update.
742 * config/mips/embed.mt (TM_FILE): Update.
743 * config/m68k/vxworks68.mt (TM_FILE): Update.
744 * config/m68k/st2000.mt (TM_FILE): Update.
745 * config/m68k/os68k.mt (TM_FILE): Update.
746 * config/m68k/obsd.mt (TM_FILE): Update.
747 * config/m68k/nbsd.mt (TM_FILE): Update.
748 * config/m68k/monitor.mt (TM_FILE): Update.
749 * config/m68k/linux.mt (TM_FILE): Update.
750 * config/m68k/cisco.mt (TM_FILE): Update.
751 * config/ia64/linux.mt (TM_FILE): Update.
752 * config/ia64/aix.mt (TM_FILE): Update.
753 * config/ia64/ia64.mt (TM_FILE): Update.
754 * config/i386/vxworks.mt (TM_FILE): Update.
755 * config/i386/obsd64.mt (TM_FILE): Update.
756 * config/i386/obsd.mt (TM_FILE): Update.
757 * config/i386/nto.mt (TM_FILE): Update.
758 * config/i386/nbsd64.mt (TM_FILE): Update.
759 * config/i386/nbsd.mt (TM_FILE): Update.
760 * config/i386/linux64.mt (TM_FILE): Update.
761 * config/i386/linux.mt (TM_FILE): Update.
762 * config/i386/i386sol2.mt (TM_FILE): Update.
763 * config/i386/i386lynx.mt (TM_FILE): Update.
764 * config/i386/fbsd64.mt (TM_FILE): Update.
765 * config/i386/fbsd.mt (TM_FILE): Update.
766 * config/i386/cygwin.mt (TM_FILE): Update.
767 * config/h8300/h8300.mt (TM_FILE): Update.
768 * config/frv/frv.mt (TM_FILE): Update.
769 * config/cris/cris.mt (TM_FILE): Update.
770 * config/arm/wince.mt (TM_FILE): Update.
771 * config/arm/nbsd.mt (TM_FILE): Update.
772 * config/arm/linux.mt (TM_FILE): Update.
773 * config/arm/embed.mt (TM_FILE): Update.
774 * config/alpha/nbsd.mt (TM_FILE): Update.
775 * config/alpha/fbsd.mt (TM_FILE): Update.
776 * config/alpha/alpha.mt (TM_FILE): Update.
777 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
778 * config/alpha/alpha-linux.mt (TM_FILE): Update.
779
362646f5
AC
780 Eliminate event_loop_p, always has the value 1.
781 * defs.h (event_loop_p): Delete macro.
782 * breakpoint.c (until_break_command): Simplify.
783 * utils.c (prompt_for_continue): Simplify.
784 * tracepoint.c (read_actions): Simplify.
785 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
786 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
787 (set_prompt, init_main): Simplify.
788 (init_signals, disconnect): Delete, unused.
789 * remote.c (remote_async_resume)
790 (extended_remote_async_create_inferior): Simplify.
791 * mi/mi-interp.c (mi_input): Delete, unused.
792 (mi_interpreter_resume, mi_command_loop): Simplify.
793 * interps.c (current_interp_command_loop): Simplify.
794 * infrun.c (proceed): Simplify.
795 * infcmd.c (run_command, continue_command, step_1, jump_command)
796 (until_command, advance_command, finish_command)
797 (interrupt_target_command): Simplify.
798 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
799
ee31a58d
AC
800 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
801 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
802 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
803 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
804 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
805 * mips-tdep.c (mips_dump_tdep): Do not print same.
806
b7ffc4a8
AC
8072004-09-12 Andrew Cagney <cagney@gnu.org>
808
2bfb72ee
AC
809 * valprint.c (print_longest): Use fputs_filtered. Make "val"
810 const.
811 * Makefile.in (valprint.o): Delete explict rule.
812
4f17c3c1
AC
813 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
814 reported by Dave Anderson.
815
f810308b
AC
816 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
817
b7ffc4a8
AC
818 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
819
28b41c52
AC
8202004-09-12 Salvador E. Tropea <set@users.sf.net>
821 Andrew Cagney <cagney@gnu.org>
822
823 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
824 (mi_cmd_data_list_register_values)
825 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
826 the register number computation.
827
5bf970f9
AC
8282004-09-12 Andrew Cagney <cagney@gnu.org>
829
830 * ppcnbsd-nat.c: Include "inf-ptrace.h".
831 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
832 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
833 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
834 target.
835 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
836 inf-ptrace.o and inf-child.o.
837 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
838 * Makefile.in: Update dependencies.
839
0759e0bf
AC
8402004-09-11 Andrew Cagney <cagney@gnu.org>
841
842 * language.c (hex_string, hex_string_custom): Move from here ...
843 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
844 (CELLSIZE): Increase to 50.
845 * language.h (hex_string, hex_string_custom): Move from here ...
846 * defs.h: ... to here.
847 * Makefile.in: Update all dependencies.
848
bb599908
PH
8492004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
850
851 * language.c (local_hex_format_custom): Remove.
852 (local_hex_string): Rename to hex_string, use C format, and move to
853 utils.c
854 (local_hex_string_custom): Rename to hex_string_custom and change
855 interface. Now uses C format. Move to utils.c
856 (local_octal_format_custom): Remove.
857 (local_decimal_format_custom): Remove.
858 (unknown_language_defn): Remove language-specific number
859 formatting entries.
860 (auto_language_defn): Ditto.
861 (local_language_defn): Ditto.
862 * language.h (struct language_format_info): Delete declaration.
863 (struct language_defn): Remove language_format_info fields
864 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
865 (local_binary_format): Remove macro.
866 (local_binary_format_prefix): Remove macro.
867 (local_binary_format_specifier): Remove macro.
868 (local_binary_format_suffix): Remove macro.
869 (local_octal_format): Remove macro.
870 (local_octal_format_prefix): Remove macro.
871 (local_octal_format_specifier): Remove macro.
872 (local_octal_format_suffix): Remove macro.
873 (local_decimal_format): Remove macro.
874 (local_decimal_format_prefix): Remove macro.
875 (local_decimal_format_specifier): Remove macro.
876 (local_decimal_format_suffix): Remove macro.
877 (local_hex_format): Remove macro.
878 (local_hex_format_prefix): Remove macro.
879 (local_hex_format_specifier): Remove macro.
880 (local_hex_format_suffix): Remove macro.
881 (local_decimal_format_custom): Remove.
882 (local_octal_format_custom): Remove.
883 (local_hex_format_custom): Remove.
884 (local_hex_string): Rename to hex_string and move to defs.h.
885 (local_hex_string_custom): Rename to hex_string_custom, change
886 interface, and move to defs.h.
887 * utils.c: (int_string): New function.
888 (hex_string): New function (from language.c).
889 (hex_string_custom): New function (from language.c).
890 (octal2str): New function.
891 (decimal2str): Add width parameter.
892 (paddr_u): Use new decimal2str interface.
893 (paddr_d): Ditto.
894 * defs.h (hex_string): Declare.
895 (hex_string_custom): Declare.
896 (int_string): Declare.
897 * printcmd.c (print_scalar_formatted): Remove localized binary
898 formatting.
899 * valprint.c (print_longest): Use int_string.
900 (print_floating): Use C hex format.
901 (print_hex_chars): Ditto.
902 (print_binary_chars): Remove language-specific formatting.
903 (print_octal_chars): Use C octal format.
904 (print_decimal_chars): Delocalize format.
905 (print_decimal): Remove.
906 * ada-lang.c (ada_language_defn): Remove language-specific number
907 formatting entries.
908 * p-lang.c (pascal_language_defn): Ditto.
909 * c-lang.c (c_language_defn): Ditto.
910 (cplus_language_defn): Ditto.
911 (asm_language_defn): Ditto.
912 (minimal_language_defn): Ditto.
913 * f-lang.c (f_language_defn): Ditto.
914 * jv-lang.c (java_language_defn): Ditto.
915 * m2-lang.c (m2_language_defn): Ditto.
916 * scm-lang.c (scm_language_defn): Ditto.
917 * objc-lang.c (objc_language_defn): Ditto.
918 * memattr.c (mem_info_command): Use renamed hex_string_custom with
919 new interface.
920 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
921 * ui-out.c (ui_out_field_core_addr): Ditto.
922 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
923 * exec.c (print_section_info): Ditto.
924 * i387-tdep.c (print_i387_status_word): Ditto.
925 (print_i387_control_word): Ditto.
926 (i387_print_float_info): Ditto.
927 * maint.c (maint_print_section_info): Ditto.
928 * solib.c (info_sharedlibrary_command): Ditto.
929 * somsolib.c (som_sharedlibrary_info_command): Ditto.
930 * symtab.c (print_msymbol_info): Ditto.
931 * tracepoint.c (tracepoints_info): Ditto.
932 * solib-frv.c (lm_base): Ditto.
933 (frv_current_sos): Ditto.
934 (enable_break2): Ditto.
935 (enable_break): Ditto.
936 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
937 (process_one_symbol): Ditto.
938 * infcmd.c (program_info): Ditto.
939 * mdebugread.c (parse_partial_symbols): Ditto.
940 * symfile.c (add_symbol_file_command): Ditto.
941 * cli/cli-cmds.c (edit_command): Ditto.
942 (list_command): Ditto.
943 * infcall.c (call_function_by_hand): Ditto.
944 * remote-vx.c (vx_run_files_info): Ditto.
945 (vx_wait): Ditto.
946 (vx_attach): Ditto.
947 (vx_detach): Ditto.
948 (vx_kill): Ditto.
949 * aix-thread.c (pdc_symbol_addrs): Ditto.
950 (pdc_read_regs): Ditto.
951 (pdc_write_regs): Ditto.
952 (pdc_read_data): Ditto.
953 (pdc_write_data): Ditto.
954 * d10v-tdep.c (display_trace): Ditto.
955 * rs6000-nat.c (find_toc_address): Ditto.
956 * aix-thread.c: Don't include language.h.
957 * buildsym.c: Ditto.
958 * dbxread.c: Ditto.
959 * mdebugread.c: Ditto.
960 * rs6000-nat.c: Ditto.
961 * buildsym.c (make_blockvector): Use renamed hex_string.
962
33f2d567
JM
9632004-09-10 Jason Molenda (jmolenda@apple.com)
964
965 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
966 chars after 'if' or 'while' commands in user-defined commands.
967
7b90c3f9
JB
9682004-09-08 Jim Blandy <jimb@redhat.com>
969
970 Fix bug reported and analyzed by Olivier Crete:
971 * symfile.c (copy_section_addr_info): New function.
972 (symbol_file_add_with_addrs_or_offsets): Use it to save the
973 original set of address arguments, instead of handwritten code
974 that uses one length to allocate and a different length to
975 initialize. Use make_cleanup_free_section_addr_info.
976 * symfile.h (copy_section_addr_info): New declaration.
977 * utils.c: #include "symfile.h".
978 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
979 New functions.
980 * defs.h (make_cleanup_free_section_addr_info): New declaration.
981 * Makefile.in (utils.o): Update dependencies.
982
b26a6851
AC
9832004-09-08 Andrew Cagney <cagney@gnu.org>
984
985 * thread-db.c (keep_thread_db): Delete.
986 (thread_db_new_objfile, thread_db_create_inferior)
987 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
988
be24b061
MK
9892004-09-08 Mark Kettenis <kettenis@gnu.org>
990
f6792ef4
MK
991 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
992 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
993 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
994 (i386_frameless_signal_p): Remove prototype.
995 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
996 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
997 I386_SSE_NUM_REGS.
998 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
999 instead of FP0_REGNUM.
1000 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1001 of FP0_REGNUM and FPC_REGNUM.
1002
eeefdaa7
MK
1003 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1004 (sunos_solib_create_inferior_hook): Don't call
1005 sunos_relocate_main_executable.
1006
be24b061
MK
1007 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1008 solib_svr4_fetch_link_map_offsets to
1009 svr4_ilp32_fetch_link_map_offsets.
1010 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1011 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1012 svr4_ilp32_fetch_link_map_offsets.
1013 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1014
7c679d16
JB
10152004-09-07 Jim Blandy <jimb@redhat.com>
1016
1017 * frame.h (frame_register): Doc fix.
1018
1f04aa62
AC
10192004-09-07 Andrew Cagney <cagney@gnu.org>
1020
1021 * vx-share/wait.h: Delete #ifdef USG.
1022 * utils.c (request_quit): Ditto.
1023 * tui/tui.c (tui_reset): Ditto.
1024 * remote.c: Ditto.
1025 * remote-sds.c: Ditto.
1026 * remote-rdi.c: Ditto.
1027 * mdebugread.c: Ditto.
1028 * m68klinux-nat.c: Ditto.
1029 * infttrace.c: Ditto.
1030 * infptrace.c: Ditto.
1031 * i386v-nat.c: Ditto.
1032 * exec.c: Ditto.
1033 * dbxread.c: Ditto.
1034 * core-aout.c: Ditto.
1035
90edbfbc
JB
10362004-09-05 Joel Brobecker <brobecker@gnat.com>
1037
1038 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1039 heuristic_proc_desc.
1040 (mips_insn32_frame_cache): Likewise.
1041
01f4bf2b
JB
10422004-09-04 Joel Brobecker <brobecker@gnat.com>
1043
1044 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1045 left behind by error.
1046
8511a048
JB
10472004-09-04 Joel Brobecker <brobecker@gnat.com>
1048
1049 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1050 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1051
649dfe9f
JB
10522004-09-04 Joel Brobecker <brobecker@gnat.com>
1053
1054 * config/rs6000/xm-aix4.h: Remove this file.
1055 * config/rs6000/aix4.mh (XM_FILE): Delete.
1056
6e50f889
JB
10572004-09-04 Joel Brobecker <brobecker@gnat.com>
1058
1059 * config/rs6000/xm-rs6000.h: Remove this file.
1060 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1061
b8c4aece
AC
10622004-09-03 Andrew Cagney <cagney@gnu.org>
1063
fb603883
AC
1064 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1065 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1066 only use.
1067
c9343fd1
AC
1068 * mips-tdep.c (temp_saved_regs): Delete.
1069 (set_reg_offset): Replace saved_regs parameter with this_cache.
1070 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1071 (mips32_heuristic_proc_desc): Add this_cache parameter.
1072 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1073 (after_prologue): Pass a NULL this_cache.
1074
9733cfe1
AC
1075 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1076 non-kernel trap prologues.
1077
0d5febcc
AC
1078 * mips-tdep.c (find_proc_desc): Delete function.
1079 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1080 simplify.
1081 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1082 mips_insn32_frame_cache.
1083
9733cfe1 1084 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
1085 Simplify as NEXT_FRAME is NULL.
1086 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1087
177f84a3
AC
1088 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1089 local variable.
1090 (mips_skip_prologue): Update.
1091
465f7520
AC
1092 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1093 "cur_frame" parameter.
177f84a3
AC
1094 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1095 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 1096
e38b8658
AC
1097 * config/vax/nm-obsd.h: Delete file.
1098 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1099 * config/vax/nm-nbsd.h: Delete file.
1100 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1101 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1102 * config/sh/nm-nbsd.h: Delete file.
1103 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1104 * config/rs6000/nm-rs6000ly.h: Delete file.
1105 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1106 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1107 * config/powerpc/nm-obsd.h: Delete file.
1108 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1109 * config/powerpc/nm-nbsd.h: Delete file.
1110 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1111 * config/pa/nm-obsd.h: Delete file.
1112 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1113 * config/mips/nm-nbsd.h: Delete file.
1114 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1115 * config/m88k/nm-obsd.h: Delete file.
1116 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1117 * config/m68k/nm-nbsd.h: Delete file.
1118 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1119 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1120 * config/i386/nm-nbsd.h: Delete file.
1121 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1122 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1123 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1124 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1125 * config/i386/nm-i386lynx.h: Delete file.
1126 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1127 * config/arm/nm-nbsd.h: Delete file.
1128 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1129 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1130
be1ed680
AC
1131 * config/i386/tm-fbsd.h: Delete file.
1132 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1133 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1134
4b392b26
AC
1135 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1136 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1137 * config/rs6000/aix4.mt (TM_FILE): Set to
1138 config/rs6000/tm-rs6000.h.
1139 * config/powerpc/tm-ppc-aix.h: Delete file.
1140 * config/powerpc/aix.mt (TM_FILE): Set to
1141 config/rs6000/tm-rs6000.h.
1142 * config/m68k/tm-linux.h: Delete file.
1143 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1144 * config/i386/tm-linux64.h: Delete file.
1145 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1146 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1147
f3219c75
AC
1148 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1149 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1150 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1151 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1152 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1153 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1154 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1155 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1156 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1157
b8c4aece
AC
1158 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1159 gdb_host_cpu.
1160
8ac2e020
JB
11612004-09-02 Joel Brobecker <brobecker@gnat.com>
1162
1163 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1164 Minor reformatting. Some code factoring.
1165
c185a355
AC
11662004-09-02 Andrew Cagney <cagney@gnu.org>
1167
63f22f0d
AC
1168 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1169 * config/vax/tm-nbsd.h: Delete file.
1170 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1171 * config/sparc/tm-vxworks.h: Delete file.
1172 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1173 * config/sparc/tm-nbsd.h: Delete file.
1174 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1175 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1176 * config/sparc/tm-linux.h: Delete file.
1177 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1178 * config/s390/tm-linux.h: Delete file.
1179 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1180 * config/pa/tm-bsd.h: Delete file.
1181 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1182 * config/m68k/tm-obsd.h: Delete file.
1183 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1184 * config/m68k/tm-nbsd.h: Delete file.
1185 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1186 * config/i386/tm-vxworks.h: Delete file.
1187 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1188 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1189 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1190 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1191 * config/i386/tm-nbsd.h: Delete file.
1192 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1193 * config/i386/tm-i386lynx.h: Delete file.
1194 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1195 * config/cris/tm-cris.h: Delete file.
1196
0f475e27
AC
1197 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1198 * configure: Re-generate.
1199 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1200 * config/arm/tm-nbsd.h: Delete file.
1201
458ed000
AC
1202 * config/powerpc/tm-ppcle-sim.h: Delete.
1203 * config/powerpc/tm-ppcle-eabi.h: Delete.
1204 * config/powerpc/tm-nbsd.h: Delete.
1205 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1206 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1207 tm-ppcle-eabi.h.
1208
f14375f3
AC
1209 * config/i386/nto.mh (NAT_FILE): Delete.
1210 * config/i386/nm-nto.h: Delete.
1211
c34d127c
AC
1212 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1213 * config/m68k/tm-os68k.h: Ditto.
1214 * config/m68k/tm-monitor.h: Ditto.
1215 * config/m68k/tm-cisco.h: Ditto.
1216 * config/m68k/st2000.mt (TM_FILE): Delete.
1217 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1218 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1219 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1220 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1221
f7f0fe03
AC
1222 * config/m68k/tm-st2000.h: Delete.
1223 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1224 * config/sparc/fbsd.mt (TM_FILE): Delete.
1225 * config/sparc/tm-fbsd.h: Delete.
1226
a2558533
AC
1227 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1228 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1229 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1230
b78960be
AC
1231 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1232 GDB_TM_FILE and GDB_XM_FILE.
1233 * gdbarch.c: Re-generate.
1234 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1235 quotes in macro definition.
1236 * configure.in: Re-generate.
1237
4d60522e
AC
1238 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1239 validating architecture methods.
1240 * gdbarch.c: Re-generate.
1241
5010d38b
AC
1242 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1243 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1244 GDB_MULTI_ARCH_PARTIAL.
1245 * gdbarch.h: Re-generate.
1246
c185a355
AC
1247 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1248 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1249 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1250 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1251 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1252 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1253 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1254 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1255 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1256 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1257 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1258 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1259
14aaa6ab
AC
12602004-09-01 Andrew Cagney <cagney@gnu.org>
1261
1262 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1263 and main_func_highpc.
1264 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1265 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1266 * nlmread.c (nlm_symfile_read): Update.
1267
a343eb3c
JB
12682004-09-01 Joel Brobecker <brobecker@gnat.com>
1269
1270 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1271 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1272 (find_proc_desc): Remove dead code.
1273
4fbbbd07
JB
12742004-09-01 Joel Brobecker <brobecker@gnat.com>
1275
1276 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1277
84acb35a
JJ
12782004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1279
1280 * observer.sh: Add struct so_list declaration.
1281 * Makefile.in: Add dependencies on observer.h for solib.c and
1282 breakpoint.c.
1283 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1284 function.
1285 (_initialize_breakpoint): Register
1286 disable_breakpoints_in_unloaded_shlib as an observer of the
1287 "solib unloaded" observation event.
1288 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1289 call decode_line_1 so unfound breakpoint errors are silent.
1290 * solib.c (update_solib_list): When a solib is discovered to have
1291 been unloaded by the program, notify all observers of the
1292 "solib unloaded" observation event.
1293
c8cd9f6c
AC
12942004-09-01 Andrew Cagney <cagney@gnu.org>
1295
1296 * frame.c: Include "objfiles.h".
1297 (inside_main_func): New function.
1298 (get_prev_frame): Use new inside_main_func.
1299 * Makefile.in (frame.o): Update dependencies.
1300 * defs.h (inside_main_func): Delete declaration.
1301 * blockframe.c (inside_main_func): Delete function.
1302
1168df01
JB
13032004-08-31 Jim Blandy <jimb@redhat.com>
1304
1305 * dwarf2read.c (is_vtable_name): New function, based on logic from
1306 read_structure_type, but passing the correct length to strncmp,
1307 and using 'sizeof' instead of 'strlen'.
1308 (read_structure_type): Call it.
1309
f14f9744
JB
13102004-08-31 Joel Brobecker <brobecker@gnat.com>
1311
1312 * config/powerpc/aix.mh: Add comment.
1313
386d4518
PG
13142004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1315
1316 * MAINTAINERS: Add self to Write-After-Approval.
1317
7d97d5e2
MI
13182004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1319
1320 * MAINTAINERS: Add self to Write-After-Approval.
1321
68f53502
AC
13222004-08-30 Andrew Cagney <cagney@gnu.org>
1323
1324 Fix PR breakpoints/1757.
1325 * infrun.c (struct execution_control_state): Replace
1326 remove_breakpoints_on_following_step with
1327 step_after_step_resume_breakpoint.
1328 (init_execution_control_state): Update.
1329 (handle_inferior_event): For signals, when stepping off a
1330 breakpoint, set step_after_step_resume_breakpoint. When
1331 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1332 (keep_going): Delete code handling
1333 remove_breakpoints_on_following_step.
1334
7ca2d3a3
DL
13352004-08-29 David Lecomber <david@streamline-computing.com>
1336
1337 Fix PR gdb/648
1338 * language.h (enum array_ordering): New enum.
1339 * language.h (struct language_defn): New la_array_ordering
1340 attribute.
1341 * language.c (unknown_language_defn, auto_language_defn)
1342 (local_language_defn): Ditto.
1343 * ada-lang.c (ada_language_defn): Ditto.
1344 * c-lang.c (c_language_defn, cplus_language_defn)
1345 (asm_language_defn, minimal_language_defn): Ditto.
1346 * f-lang.c (f_language_defn): Ditto.
1347 * jv-lang.c (java_language_defn): Ditto.
1348 * m2-lang.c (f_language_defn): Ditto.
1349 * objc-lang.c (objc_language_defn): Ditto.
1350 * p-lang.c (pascal_language_defn): Ditto.
1351 * scm-lang.c (scm_language_defn): Ditto.
1352 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1353 oriented large to small in type structure.
1354 * dwarf2read.c (read_array_order): New function.
1355 (read_array_type): Use read_array_order to check row/column
1356 major ordering.
1357
e354df01
NW
13582004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1359
1360 * target.c (target_resize_to_sections): Check
1361 current_target.to_sections for an old value when updating.
1362
9185ddce
JB
13632004-08-27 Joel Brobecker <brobecker@gnat.com>
1364
1365 * procfs.c (dbx_link_bpt_addr): New static global variable.
1366 (dbx_link_shadow_contents): New static global variable.
1367 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1368 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1369 if we just hit it.
1370 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1371 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1372 from run to run.
1373 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1374 after the inferior has been forked.
1375 (remove_dbx_link_breakpoint): New function.
1376 (dbx_link_addr): New function.
1377 (insert_dbx_link_bpt_in_file): New function.
1378 (insert_dbx_link_bpt_in_region): New function.
1379 (insert_dbx_link_breakpoint): New function.
1380 (proc_trace_syscalls_1): New function, extracted from
1381 proc_trace_syscalls.
1382 (proc_trace_syscalls): Replace extract code by call to
1383 proc_trace_syscalls_1.
1384 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1385 is no longer valid.
1386
e6742ace
JB
13872004-08-25 Jim Blandy <jimb@redhat.com>
1388
1389 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1390
8fb3e588
AC
13912004-08-25 Andrew Cagney <cagney@gnu.org>
1392
629a41ee
AC
1393 * infrun.c (struct execution_control_state): Delete field
1394 "stepping_through_sigtramp".
1395 (init_execution_control_state): Do not set same.
1396 (context_switch): Do not pass same to save_infrun_state and
1397 load_infrun_state.
1398 * gdbthread.h (struct thread_info): Delete field
1399 stepping_through_sigtramp.
1400 (save_infrun_state, load_infrun_state): Delete parameter
1401 stepping_through_sigtramp.
1402 * thread.c (load_infrun_state, save_infrun_state): Update.
1403
8fb3e588
AC
1404 * infrun.c: Re-indent. Move expression operators to the beginning
1405 of the line. Remove long disabled #if 0 code.
1406
49c54768
AC
14072004-08-24 Andrew Cagney <cagney@gnu.org>
1408
1409 * doublest.h (floatformat_ieee_quad): Rename
1410 floatformat_ia64_quad.
1411 * doublest.c (floatformat_ieee_quad): Rename
1412 floatformat_ia64_quad.
1413 (_initialize_doublest): Update.
1414
5ca2e327
JB
14152004-08-24 Jim Blandy <jimb@redhat.com>
1416
87808bd6
JB
1417 * dwarf2expr.h (struct dwarf_expr_context): New members
1418 'num_pieces' and 'pieces', for returning the result of an
1419 expression that uses DW_OP_piece.
1420 (struct dwarf_expr_piece): New struct type.
1421 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1422 pieces.
1423 (free_dwarf_expr_context): Free pieces, if any.
1424 (add_piece): New function.
1425 (execute_stack_op): Implement DW_OP_piece.
1426 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1427 expression is a list of pieces, print an error message.
1428 (dwarf2_loc_desc_needs_frame): If the expression yields
1429 pieces, and any piece is in a register, then we need a frame.
1430
5ca2e327
JB
1431 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1432 the stack until we've decided what sort of result the evaluation
1433 has produced. Use separate variables, with more specific names.
1434
2afeb6b8
RE
14352004-08-23 Richard Earnshaw <rearnsha@arm.com>
1436
1437 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1438 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1439 (arm_netbsd_init_abi_common): Register them.
1440
5885ab49
MK
14412004-08-22 Mark Kettenis <kettenis@gnu.org>
1442
fda820a6
MK
1443 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1444
1c5bf419
MK
1445 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1446 safe_frame_unwind_memory instead of target_read_memory.
1447
8cbba7c8
MK
1448 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1449 Reorder includes.
1450 (fetch_register, store_register): Remove prototypes.
1451 (child_resume): Reorganize code and comments such that it is
1452 grouped a bit more logically.
1453 (attach): Explicitly compare errno against 0.
1454 (detach): Likewise. Use perror_with_name instead of
1455 print_sys_errmsg.
1456 * Makefile.in (infptrace.o): Update dependencies.
1457
c5fa4245
MK
1458 * ia64-linux-nat.c: Update copyright year.
1459 (fetch_debug_register, store_debug_register)
1460 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1461 PTRACE_TYPE_ARG3.
1462 * config/ia64/nm-linux.h: Update copyright year.
1463 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1464
387c058c
MK
1465 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1466 from CORE_ADDR to struct frame_info *. Use
1467 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1468 (amd64_linux_sigtramp_p): Adjust for changed signature of
1469 and64_linux_sigtramp_start
1470
277215a6
MK
1471 * gdb_ptrace.h: GNU/Linux.
1472
25f6178e
MK
1473 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1474 Remove defines.
1475
652fc137
MK
1476 * infptrace.c: Include "gdb_assert.h".
1477 (PTRACE_XFER_TYPE): Remove define.
1478 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1479 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1480 Tweak comment.
1481 (fetch_inferior_registers, store_inferior_registers): Remove
1482 redundant culry braces. Tweak comment. s/regno/regnum.
1483 * Makefile.in (infptrace.o): Update dependencies.
1484
5885ab49
MK
1485 * configure.in: Change test for return type of ptrace to default
1486 to `long' instead of `int'.
1487 * configure: Regenerate.
1488
11003ae3
MK
14892004-08-21 Mark Kettenis <kettenis@gnu.org>
1490
6b95110c
MK
1491 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1492
bcb3dc3d
MK
1493 * configure.in: Check for ttrace function.
1494 * configure, config.in: Regenerate.
1495
11003ae3
MK
1496 * gdb_ptrace.h: New file.
1497 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1498 <sys/ptrace.h>.
1499 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1500 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1501 (attach): Don't define PT_ATTACH.
1502 (detach): Don't define PT_DETACH.
1503 * Makefile.in (gdb_ptrace_h): New variable.
1504 (infptrace.o): Update dependencies.
1505
f8707cac
MK
15062004-08-16 Mark Kettenis <kettenis@gnu.org>
1507
1508 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1509 instead of `int' if not already defined.
1510 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1511 PTRACE_TYPE_ARG3.
1512 * infptrace.c (call_ptrace): Revert change that replaced
1513 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1514
655c5466
MK
15152004-08-15 Mark Kettenis <kettenis@gnu.org>
1516
156e5ba7
MK
1517 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1518 Remove defines.
1519
de9a9e51
MK
1520 * linux-nat.c (kill_inferior): Add missing third and fourth
1521 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1522
88800403
MK
1523 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1524 PTRACE_TYPE_RET.
1525
849a1d7c
MK
1526 * proc-why.c (proc_prettyfprint_why): Fix format string.
1527
61ad16d1
MK
1528 * solib-osf.c (osf_current_sos): Remove unsused label.
1529
a6ed5501
MK
1530 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1531 curses headers.
1532 * configure, config.in: Regenerate.
1533 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1534 <ncurses/ncurses.h>.
1535
016ddeca
MK
1536 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1537 * config/nm-nbsd.h: Update copyright year.
1538 (PTRACE_ARG3_TYPE): Remove define.
1539
49ec097f
MK
1540 * sparc-nat.c (fetch_inferior_registers)
1541 (store_inferior_registers, sparc_xfer_wcookie):
1542 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1543
9f8e0089
MK
1544 * alphabsd-nat.c (fetch_inferior_registers):
1545 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1546 PTRACE_TYPE_ARG3.
1547 * amd64bsd-nat.c (fetch_inferior_registers)
1548 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1549 PTRACE_TYPE_ARG3.
1550 * armnbsd-nat.c: Update copyright year.
1551 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1552 (store_register, store_regs, store_fp_register, store_fp_regs):
1553 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1554 * hppabsd-nat.c (fetch_inferior_registers)
1555 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1556 PTRACE_TYPE_ARG3.
1557 * i386bsd-nat.c (fetch_inferior_registers)
1558 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1559 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1560 * m68kbsd-nat.c (fetch_inferior_registers)
1561 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1562 PTRACE_TYPE_ARG3.
1563 * m88kbsd-nat.c (fetch_inferior_registers)
1564 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1565 PTRACE_TYPE_ARG3.
1566 * mipsnbsd-nat.c: Update copyright year.
1567 (fetch_inferior_registers, store_inferior_registers):
1568 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1569 * ns32knbsd-nat.c: Update copyright year.
1570 (fetch_inferior_registers, store_inferior_registers):
1571 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1572 * ppcnbsd-nat.c (fetch_inferior_registers):
1573 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1574 PTRACE_TYPE_ARG3.
1575 * ppcobsd-nat.c (fetch_inferior_registers):
1576 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1577 PTRACE_TYPE_ARG3.
1578 * shnbsd-nat.c: Update copyright year.
1579 (fetch_inferior_registers, store_inferior_registers):
1580 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1581 * vaxbsd-nat.c (fetch_inferior_registers)
1582 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1583 PTRACE_TYPE_ARG3.
1584
655c5466
MK
1585 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1586 PTRACE_TYPE_ARG3.
1587 * infptrace.c (call_ptrace, child_resume, attach, detach)
1588 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1589 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1590 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1591 PTRACE_TYPE_ARG3.
1592
c40d0d10
MK
15932004-08-14 Mark Kettenis <kettenis@gnu.org>
1594
5cb0ff31
MK
1595 * defs.h: Remove out-of-date comment.
1596 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1597 [!GETENV_PROVIDED] (getenv): Remove prototype.
1598
5f0f34cb
MK
1599 * standalone.c: Remove file.
1600 * Makefile.in (standalone.o): Remove dependency.
1601
7532965f
MK
1602 * i386-linux-nat.c (dummy_sse_values): Remove function and
1603 prototype.
1604 (i386_linux_dr_get): Fix typo in comment.
1605 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1606
1bdc6c53
MK
1607 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1608
c40d0d10
MK
1609 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1610 from declaration.
1611 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1612 from definition.
1613
64218d3e
MK
16142004-08-13 Mark Kettenis <kettenis@gnu.org>
1615
1616 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1617 parenthesis in definition.
1618 * configure: Regenerated.
1619
926c94e7
MC
16202004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1621
1622 * PROBLEMS: Mention build/1411.
1623
69489883
NN
16242004-08-09 Robert Millan <robertmh@gnu.org>
1625
1626 Committed by Nathanael Nerode.
1627 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1628 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1629
ebb7c577
AC
16302004-08-12 Andrew Cagney <cagney@gnu.org>
1631
1632 * NEWS: Mention fixes in GDB 6.2.1.
1633 * PROBLEMS: Remove mention of mips-irix.
1634
232d697c
JB
16352004-08-11 Joel Brobecker <brobecker@gnat.com>
1636
1637 * config/powerpc/xm-aix.h: Delete.
1638 * config/powerpc/aix.mh (MH_FILE): Remove.
1639 * config/powerpc/aix432.mh (MH_FILE): Remove.
1640
72f4e82b
JB
16412004-08-11 Joel Brobecker <brobecker@gnat.com>
1642
1643 * config/powerpc/aix.mh: Remove obsolete comment.
1644 * config/powerpc/aix432.mh: Likewise.
1645
0687ccb2
JB
16462004-08-11 Joel Brobecker <brobecker@gnat.com>
1647
1648 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1649
dbf3ada7
JB
16502004-08-11 Joel Brobecker <brobecker@gnat.com>
1651
e08e1886
JB
1652 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1653 this file is now empty.
1654 * config/xm-aix4.h: Remove, this file is no longer included
1655 anywhere.
1656
16572004-08-11 Joel Brobecker <brobecker@gnat.com>
1658
1659 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1660 that file is now empty.
dbf3ada7
JB
1661 (termdef): Remove prototype, function no longer used.
1662
4c525ef6
JB
16632004-08-11 Joel Brobecker <brobecker@gnat.com>
1664
1665 * doc/gdbint.texinfo (Host Definition): Remove documentation
1666 for USE_O_NOCTTY, no longer used.
1667 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1668 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1669
82e0b968
JB
16702004-08-11 Joel Brobecker <brobecker@gnat.com>
1671
1672 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1673 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1674 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1675
f2acbe1c
MK
16762004-08-11 Mark Kettenis <kettenis@gnu.org>
1677
daa98270
MK
1678 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1679 instead of FIVE_ARG_PTRACE.
1680
f2acbe1c
MK
1681 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1682 (new_tty): Use O_NOCTTY unconditionally.
1683
cc377e6b
MK
16842004-08-10 Mark Kettenis <kettenis@gnu.org>
1685
1686 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1687 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1688 fflush on stdout.
1689
3bcc18fa
JB
16902004-08-10 Joel Brobecker <brobecker@gnat.com>
1691
1692 * xcoff_symfile_finish: Replace last call to xmfree by call
1693 to xfree.
1694
7936743b
AC
16952004-08-10 Andrew Cagney <cagney@gnu.org>
1696
cc503c8a
AC
1697 * main.c (captured_main): Delete call to init_malloc.
1698 * defs.h (init_malloc): Delete declaration.
1699 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1700 (init_malloc): Delete functions.
1701
2dc74dc1
AC
1702 * defs.h (xmfree): Delete.
1703 * utils.c (xmfree): Delete function.
1704 (xfree): Inline calls to xmfree and mfree.
1705 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1706 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1707 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1708 * somread.c (som_symfile_finish): Ditto.
1709 * objfiles.c (allocate_objfile, free_objfile):
1710 * nlmread.c (nlm_symfile_finish): Ditto.
1711 * hpread.c (hpread_symfile_finish): Ditto.
1712 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1713 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1714 * coffread.c (coff_symfile_finish): Ditto.
1715
aa2ee5f6
AC
1716 * defs.h (xmcalloc): Delete declaration.
1717 * utils.c (xmcalloc): Delete.
1718 (xcalloc): Inline calls to xmcalloc and mcalloc.
1719 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1720 xcalloc and xfree.
1721 * symtab.c (create_demangled_names_hash): Ditto.
1722
0efffb96
AC
1723 * defs.h (xmrealloc): Delete.
1724 * utils.c (xmrealloc): Delete.
1725 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1726 * symmisc.c (extend_psymbol_list): Use xrealloc.
1727 * source.c (find_source_lines): Ditto.
1728 * hpread.c (hpread_lookup_type): Ditto.
1729 * dbxread.c (add_bincl_to_list): Ditto.
1730
7936743b
AC
1731 * utils.c (xmmalloc): Delete.
1732 (xmalloc): Inline xmmalloc and mmalloc calls.
1733 (msavestring): Use xmalloc.
1734 * defs.h (xmmalloc): Delete declaration.
1735 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1736 xmmalloc.
1737 * symmisc.c (extend_psymbol_list): Ditto.
1738 * symfile.c (init_psymbol_list): Ditto.
1739 * source.c (find_source_lines): Ditto.
1740 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1741 * elfread.c (elf_symtab_read): Ditto.
1742 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1743 * coffread.c (coff_symfile_init): Ditto.
1744
252ab814
DC
17452004-08-10 David Carlton <carlton@bactrian.org>
1746
1747 * MAINTAINERS: Remove David Carlton from c++ testsuite
1748 maintainers.
1749
8f5ba92b
JG
17502004-08-10 Jerome Guitton <guitton@gnat.com>
1751
1752 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1753 print a line feed before the prompt.
1754
21749010
MK
17552004-08-10 Mark Kettenis <kettenis@gnu.org>
1756
1757 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1758
1f011ce2
JB
17592004-08-09 Joel Brobecker <brobecker@gnat.com>
1760
1761 General cleanup of the AIX xm include file:
1762 * config/xm-aix4.h (fd_set): Remove undefine.
1763 Remove include of <sys/select.h>.
1764 (HAVE_TERMIO): Remove define.
1765 (USG): Likewise.
1766 (NULL): Remove redefine.
1767 (alloca): Remove #pragma.
1768 (vfork): Remove define.
1769 (termdef): Remove.
1770 (SIGWINCH_HANDLER): Remove.
1771 (SIGWINCH_HANDLER_BODY): Remove.
1772
cf4e7692
MK
17732004-08-09 Mark Kettenis <kettenis@gnu.org>
1774
1775 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1776 GDB_OSABI_OPENBSD_ELF.
1777
ac5754fa
MK
17782004-08-07 Robert Millan <robertmh@gnu.org>
1779
1780 * bsd-kvm.c: Check for nlist.h before including it.
1781
086ec9eb
MK
17822004-08-09 Mark Kettenis <kettenis@gnu.org>
1783
bbe06c74
MK
1784 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1785 sigcontext' offset consistency checks for ancient BSD.
1786
3aa7b3b3
MK
1787 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1788
086ec9eb
MK
1789 * configure.in: Check for <sys/types.h>. Check return and
1790 argument types of ptrace.
1791 * configure, config.in: Regenerate.
1792
09991fa0
JB
17932004-08-09 Jim Blandy <jimb@redhat.com>
1794
1795 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1796 rs6000_register_sim_regno): Doc fixes.
1797
fed7ba43
JB
17982004-08-08 Joel Brobecker <brobecker@gnat.com>
1799
1800 * mips-tdep.c: Include "floatformat.h".
1801 (n32n64_floatformat_always_valid): New function.
1802 (floatformat_n32n64_long_double_big): New constant.
1803 (mips_gdbarch_init): Set size and format of long double
1804 for N32 and N64 ABIs.
1805 * Makefile.in (mips-tdep.o): Update dependencies.
1806
456fcf94
AC
18072004-08-08 Andrew Cagney <cagney@gnu.org>
1808
2f9b146e
AC
1809 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1810 print. Improve script's error messages.
1811 * gdbarch.h: Re-generate.
1812
456fcf94
AC
1813 * gdbarch.sh (pformat): New function.
1814 (float_format, double_format, long_double_format): List with bit
1815 members. Use pformat when printing.
1816 * gdbarch.c, gdbarch.h: Re-generate.
1817
69e9e646
NW
18182004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1819
1820 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1821 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1822 (ppcnbsd_supply_pcb): New function.
1823 (_initialize_ppcnbsd_nat): New prototype and function.
1824 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1825 (LOADLIBES): New variable.
1826 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1827
5ef2d0aa
AC
18282004-08-08 Andrew Cagney <cagney@gnu.org>
1829
1830 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1831 (builtin_type_ieee_double, builtin_type_ia64_quad)
1832 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1833 BE/LE floating-point types.
1834 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1835 (builtin_type_ieee_double, builtin_type_ia64_quad)
1836 (builtin_type_ia64_spill): Declare.
1837 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1838 (floatformat_ieee_double, floatformat_arm_ext)
1839 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1840 of LE/BE floatformats.
1841 * doublest.h: (struct floatformat, floatformat_ieee_single)
1842 (floatformat_ieee_double, floatformat_arm_ext)
1843 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1844
5c7f2947
MK
18452004-08-08 Mark Kettenis <kettenis@gnu.org>
1846
ecac404d
MK
1847 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1848
9b8607ce
MK
1849 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1850 instead of regcache_raw_supply when storing the registers.
1851
f6052080
MK
1852 * i386gnu-nat.c: Update copyright year.
1853 (gnu_store_registers): Don't use deprecated_registers and
1854 deprecated_registers_valid. Use regcache_valid_p and
1855 regcache_raw_supply instead.
1856
17777823
MK
1857 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1858 frame_pc_unwind.
1859
5240ceac
MK
1860 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1861 variables. Incapitalized "process".
1862
5c7f2947
MK
1863 * configure.in: Add cursesX to the list of possible curses libs.
1864 Add cursesX.h to the list of possible curses headers.
1865 * configure, config.in: Regenerate.
1866
da7d81e3
NW
18672004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1868
1869 * configure.in: Test for struct lwp in <sys/lwp.h>.
1870 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1871 the offset of l_addr in struct lwp.
1872
7f245d65
NW
18732004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1874
1875 * bsd-kvm.c: Include "gdbcore.h"
1876 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1877
47b3f456
AC
18782004-08-07 Andrew Cagney <cagney@gnu.org>
1879
70bd8e24
AC
1880 * gdbtypes.c (build_flt, build_complex): New functions.
1881 (gdbtypes_post_init): Use.
1882
9b0dea39
AC
1883 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1884
5cf7abac
AC
1885 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1886 through to builtin_type_uint128.
1887
64d2b26d
AC
1888 * c-exp.y: Use builtin_type function to obtain builtin types.
1889
7ad6570d
AC
1890 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1891 builtin_uint128.
1892 * gdbtypes.c (gdbtypes_post_init): Update.
1893 (build_gdbtypes): Move initialization of builtin_type_int0
1894 through to builtin_type_uint128 from here ...
1895 (_initialize_gdbtypes): ... to here.
1896 * d10v-tdep.c (d10v_register_type): Update.
1897
47b3f456
AC
1898 * doublest.c: Update copyright.
1899 (floatformat_from_length): Call error when floatformat is NULL.
1900 (extract_floating_by_length): Remove NULL fmt check.
1901 (store_floating_by_length): Ditto.
1902
0a8146bf
AC
19032004-08-07 Andrew Cagney <cagney@gnu.org>
1904
1905 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1906 that the register is valid.
1907
c0ccb908
MK
19082004-08-05 Mark Kettenis <kettenis@chello.nl>
1909
8e6bed05
MK
1910 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1911 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1912 struct frame_info *. Use safe_frame_unwind_memory instead of
1913 deprecated_read_memory_nobpt.
1914 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1915 changed signature of i386_linux_sigtramp_start and
1916 i386_linux_rt_sigtramp_start.
1917
24f9f5e3
MK
1918 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1919 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1920 instead of deprecated_read_memory_nobpt.
1921 (i386nbsd_sigtramp_p): Adjust for changed signature of
1922 i386nbsd_sigtramp_offset.
1923
c822af0c
MK
1924 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1925 safe_frame_unwind_memory instead of target_read_memory.
1926
c0ccb908
MK
1927 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1928 !NO_SYS_FILE.
1929 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1930 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1931 (_initialize_kernel_u_addr): Remove prototype and function.
1932 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1933 !NO_SYS_FILE.
1934 * xcoffread.c: Likewise.
1935
b9e1c0d6
MK
19362004-08-06 Mark Kettenis <kettenis@gnu.org>
1937
1938 * vax-nat.c: New file.
1939 * vaxbsd-nat.c: Tweak comment.
1940 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1941 vaxnbsd-tdep.c.
1942 (vax-nat.o): New dependency.
1943 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1944 (vax-*-ultrix2*): Remove.
1945 * config/vax/vax.mh: New file.
1946 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1947 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1948 (vax_register_u_addr): New prototype.
1949 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1950 * config/vax/vaxult2.mh: Remove file.
1951 * config/vax/vaxult.mh: Remove file.
1952 * config/vax/vaxbsd.mh: Remove file.
1953 * config/vax/vax.mt (TM_FILE): Remove.
1954 * config/vax/tm-vaxbsd.h: Remove file.
1955
9ad7bec7
JB
19562004-08-06 Joel Brobecker <brobecker@gnat.com>
1957
1958 * aix-thread.c (get_signaled_thread): New function.
1959 (iter_trap): Delete, no longer used.
1960 (iter_tid): New function.
1961 (pd_update): Find the thread that received the SIGTRAP signal
1962 by first locating the kernel thread, and then finding its
1963 associated thread.
1964
bf0d233d
UW
19652004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1966
1967 * lin-lwp.c (child_wait): Continue inferior after processing
1968 PTRACE_EVENT_CLONE event.
1969
d0f853e1
NN
19702004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1971
1972 * MAINTAINERS: Add self to Write-After-Approval.
1973
ab14aeb0
JJ
19742004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1975
1976 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1977 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1978
9c8dbfa9
AC
19792004-08-05 Andrew Cagney <cagney@gnu.org>
1980
c8f3ca46
AC
1981 * config/xm-sysv4.h: Delete file.
1982 * config/mips/xm-irix5.h: Delete file.
1983 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1984 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1985 * config/ia64/xm-aix.h: Delete file.
1986 * config/ia64/aix.mh (XM_FILE): Delete.
1987 * config/pa/xm-hppah.h: Delete file.
1988 * config/pa/hpux11w.mh (XM_FILE): Delete.
1989 * config/pa/hpux11.mh (XM_FILE): Delete.
1990 * config/pa/hpux1020.mh (XM_FILE): Delete.
1991 * config/pa/hppahpux.mh (XM_FILE): Delete.
1992
5f7daaff
AC
1993 * config/alpha/xm-alphalinux.h: Delete file.
1994 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1995 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1996 * config/alpha/xm-alphaosf.h: Delete file.
1997 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1998 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1999 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2000 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2001
69babf95
AC
2002 * config/i386/xm-i386v.h: Delete file.
2003 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2004 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2005 * config/i386/xm-i386sco.h: Delete file.
2006 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2007 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2008 * config/i386/xm-i386v4.h: Delete file.
2009 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2010 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2011 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2012 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2013
6f009c8a
AC
2014 * config/vax/xm-vax.h: Delete file.
2015 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2016 * config/vax/xm-vaxult2.h: Delete file.
2017 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2018 * config/vax/vaxult2.mh (XM_FILE): Delete.
2019 * config/vax/xm-vaxult.h: Delete file.
2020 * config/vax/vaxult.mh (XM_FILE): Delete.
2021 * config/vax/xm-vaxbsd.h: Delete file.
2022 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2023
9c8dbfa9
AC
2024 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2025 * gdbarch.h, gdbarch.c: Re-generate.
2026 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2027 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2028 * frame.h: Delete deprecated_read_fp from comments.
2029 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2030 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2031
84367a3e
MK
20322004-08-04 Mark Kettenis <kettenis@gnu.org>
2033
9c8e3411
MK
2034 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2035 trampoline in OpenBSD 3.5-current.
2036
b87bc0d8
MK
2037 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2038 SSE registers.
2039
84367a3e
MK
2040 * Makefile.in: Remove embedded page breaks.
2041
a44bddec
JB
20422004-08-04 Jim Blandy <jimb@redhat.com>
2043
7ab3286f
JB
2044 * regcache.c (regcache_raw_read): Assert that, after calling
2045 target_fetch_registers, the register we're reading is cached.
2046
a44bddec
JB
2047 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2048 a call to 'internal_error', with a more helpful error message.
2049 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 2050 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 2051
35124113
AC
20522004-08-04 Andrew Cagney <cagney@gnu.org>
2053
2054 * Makefile.in: Update dependencies.
2055
9f643768
JB
20562004-08-04 Jim Blandy <jimb@redhat.com>
2057
6ced10dd
JB
2058 Change the layout of the PowerPC E500 raw register cache to allow
2059 the lower 32-bit halves of the GPRS to be their own raw registers,
2060 not pseudoregisters.
2061 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2062 add ppc_ev0_upper_regnum flag.
2063 * rs6000-tdep.c: #include "reggroups.h".
2064 (spe_register_p): Recognize the ev upper half registers as SPE
2065 registers.
2066 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2067 registers.
2068 (e500_move_ev_register): New function.
2069 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2070 vector registers are the pseudo-registers now, formed by splicing
2071 together the gprs and the upper-half registers.
2072 (e500_register_reggroup_p): New function.
2073 (P): Macro deleted.
2074 (P8, A4): New macro.
2075 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2076 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2077 macros.
2078 (registers_e500): Rearrange register set so that the raw register
2079 set contains 32-bit GPRs and upper-half registers, and the SPE
2080 vector registers become pseudo-registers.
2081 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2082 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2083 register numbers are now the same for the E500 as they are for
2084 other PowerPC variants. Register e500_register_reggroup_p as the
2085 register group function for the E500.
2086 * Makefile.in (rs6000-tdep.o): Update dependencies.
2087
2088 Adapt PPC E500 native support to the new raw regcache layout.
2089 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2090 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2091 (fetch_spe_register, store_spe_register): Handle fetching/storing
2092 all the SPE registers at once, if regno == -1. These now take
2093 over the job of fetch_spe_registers and store_spe_registers.
2094 (fetch_spe_registers, store_spe_registers): Deleted.
2095 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2096 unconditionally; they're always raw. Fetch/store SPE upper half
2097 registers, if present, instead of ev registers.
2098 (fetch_register, store_register): Remove sanity checks: gprs are
2099 never pseudo-registers now, so we never need to even mention any
2100 registers that are ever pseudoregisters.
2101
9f643768
JB
2102 Use a fixed register numbering when communicating with the PowerPC
2103 simulator.
2104 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2105 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2106 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2107 New functions.
2108 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2109 init_sim_regno_table.
2110 * Makefile.in (gdb_sim_ppc_h): New variable.
2111 (rs6000-tdep.o): Update dependencies.
2112
1e2279c8
AC
21132004-08-02 Andrew Cagney <cagney@gnu.org>
2114
1d94326f
AC
2115 * cris-tdep.c (cris_register_size): Restore function, still used
2116 locally.
2117
331ae7ed
AC
2118 * gdbarch.sh (deprecated_target_read_fp)
2119 (deprecated_frame_locals_address, deprecated_frame_args_address)
2120 (deprecated_frame_chain_valid, deprecated_frame_chain)
2121 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2122 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2123 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2124 * gdbarch.h, gdbarch.c: Re-generate.
2125 * regcache.c (deprecated_read_fp): Do not call
2126 DEPRECATED_TARGET_READ_FP_P.
2127 * infcmd.c (default_print_registers_info): Do not call
2128 DEPRECATED_DO_REGISTERS_INFO.
2129 * frame-base.c (default_frame_locals_address): Do not call
2130 DEPRECATED_FRAME_LOCALS_ADDRESS.
2131 (default_frame_args_address): Do not call
2132 DEPRECATED_FRAME_ARGS_ADDRESS.
2133
1e2279c8
AC
2134 * gdbarch.sh (deprecated_register_raw_size)
2135 (deprecated_register_virtual_size:int): Delete.
2136 * gdbarch.h, gdbarch.c: Re-generate.
2137 * cris-tdep.c (cris_register_size): Delete.
2138 (cris_gdbarch_init): Update.
2139 * alpha-tdep.c (alpha_register_raw_size)
2140 (alpha_register_virtual_size): Delete.
2141 (alpha_gdbarch_init): Update.
2142
a90c06b4
AC
2143 * gdbarch.sh (deprecated_register_virtual_type)
2144 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2145 (deprecated_dummy_write_sp): Delete.
2146 * gdbarch.h, gdbarch.c: Re-generate.
2147
f42accbe
AC
2148 * gdbarch.sh (deprecated_register_bytes): Delete.
2149 * gdbarch.h, gdbarch.c: Re-generate.
2150 * regcache.c (deprecated_register_bytes): New function.
2151 * regcache.h (deprecated_register_bytes): Declare.
2152 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2153 * v850-tdep.c (v850_gdbarch_init): Update.
2154 * sh64-tdep.c (sh64_gdbarch_init): Update.
2155 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2156 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2157 * mcore-tdep.c (mcore_gdbarch_init): Update.
2158 * cris-tdep.c (cris_gdbarch_init): Update.
2159 * arm-tdep.c (arm_gdbarch_init): Update.
2160 * remote.c (init_remote_state): Update.
2161 * remote-vx.c (vx_prepare_to_store): Update.
2162 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2163 * irix5-nat.c (fetch_core_registers): Update.
2164 * cris-tdep.c (cris_register_bytes_ok): Update.
2165 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2166
45c9dd44
AC
2167 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2168 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2169 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2170 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2171 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2172 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2173 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2174 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2175 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2176 with mips_insn16 and mips_insn32.
2177
3acba339
AC
2178 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2179 * rs6000-tdep.c (rs6000_push_dummy_call)
2180 (rs6000_extract_return_value): Use register_size.
2181 * xstormy16-tdep.c (xstormy16_get_saved_register)
2182 (xstormy16_extract_return_value): Ditto.
2183 * valops.c (value_assign): Ditto.
2184 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2185 * v850-tdep.c (v850_extract_return_value): Ditto.
2186 * tracepoint.c (collect_symbol): Ditto.
2187 * target.c (debug_print_register): Ditto.
2188 * stack.c (frame_info): Ditto.
2189 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2190 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2191 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2192 (store_register_using_P): Ditto.
2193 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2194 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2195 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2196 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2197 * regcache.c (deprecated_read_register_bytes)
2198 (deprecated_write_register_bytes, read_register)
2199 (write_register): Ditto.
2200 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2201 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2202 * monitor.c (monitor_supply_register, monitor_fetch_register)
2203 (monitor_store_register): Ditto.
2204 * mn10300-tdep.c (mn10300_pop_frame_regular)
2205 (mn10300_print_register): Ditto.
2206 * mipsv4-nat.c (fill_fpregset): Ditto.
2207 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2208 (mips64_fill_fpregset): Ditto.
2209 * mi/mi-main.c (register_changed_p, get_register)
2210 (mi_cmd_data_write_register_values): Ditto.
2211 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2212 * irix5-nat.c (fill_gregset, fetch_core_registers):
2213 * infrun.c (write_inferior_status_register): Ditto.
2214 * infptrace.c (fetch_register, store_register): Ditto.
2215 * infcmd.c (default_print_registers_info): Ditto.
2216 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2217 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2218 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2219 * hpux-thread.c (hpux_thread_fetch_registers)
2220 (hpux_thread_store_registers): Ditto.
2221 * hppah-nat.c (store_inferior_registers, fetch_register):
2222 * findvar.c (value_from_register): Ditto.
2223 * dve3900-rom.c (fetch_bitmapped_register):
2224 * cris-tdep.c (cris_gdbarch_init): Ditto.
2225 * alpha-tdep.h: Ditto.
2226 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2227
01e1877c
AC
2228 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2229 DEPRECATED_REGISTER_RAW_SIZE from comments.
2230 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2231 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2232 DEPRECATED_REGISTER_RAW_SIZE.
2233 * findvar.c (value_of_register): Simplify by assuming that the
2234 registers raw and virtual sizes are identical.
2235 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2236 comment.
2237 * arch-utils.c (generic_register_size): Simplify by assuming
2238 register_type.
2239
73f458fb
AC
2240 * regcache.c (legacy_read_register_gen, real_register)
2241 (legacy_write_register_gen): Delete, not used.
2242
336a3131
AC
2243 * regcache.c (struct regcache_descr): Delete legacy_p.
2244 (init_legacy_regcache_descr): Delete function.
2245 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2246 Do not use deprecated register functions.
2247 (regcache_raw_read, deprecated_write_register_gen):
2248 (deprecated_read_register_gen, regcache_raw_write): Delete code
2249 predicated on legacy_p.
2250 (register_size): Delete check against register raw size.
2251
c1d546cd
AC
2252 * cris-tdep.c (cris_register_type): Replace
2253 cris_register_virtual_type.
2254 (cris_gdbarch_init): Update, set register_type.
2255
48c2c0a6
AC
2256 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2257 * gdbarch.h, gdbarch.c: Re-generate.
2258 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2259 (arm_gdbarch_init) Do not set frameless function invocation.
2260 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2261 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2262 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2263 (frv_gdbarch_init): Do not set frameless function invocation.
2264 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2265 * sh-tdep.c (sh_gdbarch_init): Ditto.
2266 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2267 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2268 * avr-tdep.c (avr_gdbarch_init): Ditto.
2269
474093a6
AC
2270 * blockframe.c (legacy_frame_chain_valid): Delete function.
2271
3c109c8b
AC
2272 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2273 and pc. Update comments.
2274 (pc_in_dummy_frame): Delete function.
2275 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2276 use the "id".
2277 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2278 call_hi, top and pc, use the id.
2279 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2280
96860204
AC
2281 * dummy-frame.c: Include "gdb_string.h".
2282 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2283 (generic_save_dummy_frame_tos): Delete.
2284 (dummy_frame_push): New function, replaces above.
2285 * dummy-frame.h: Update copyright.
2286 (dummy_frame_push): Declare.
2287 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2288 (generic_save_call_dummy_addr): Delete declarations.
2289 * infcall.c: Include "dummy-frame.h".
2290 (call_function_by_hand): Add locals caller_regcache,
2291 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2292 with call to frame_save_as_regcache plus cleanup. Delete calls to
2293 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2294 Move clear_proceed_status to just before the resume, add call to
2295 dummy_frame_push (discard cleanup).
2296 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2297 (dummy-frame.o): Add $(gdb_string_h).
2298
d67ec5db
AC
22992004-08-01 Andrew Cagney <cagney@gnu.org>
2300
2301 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2302 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2303 * dummy-frame.c (find_dummy_frame): Delete.
2304 (struct dummy_frame_cache, dummy_frame_sniffer)
2305 (dummy_frame_prev_register, dummy_frame_this_id)
2306 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2307 frame unwinder using a dummy_frame_cache.
2308
a81dcb05
AC
23092004-08-01 Andrew Cagney <cagney@gnu.org>
2310
2311 * frame.h (frame_save_as_regcache): Declare.
2312 * frame.c (frame_save_as_regcache): New function.
2313 (do_frame_read_register): Replace do_frame_unwind_register.
2314 (frame_pop): Use frame_save_as_regcache.
2315 * dummy-frame.c (generic_push_dummy_frame): Use
2316 frame_save_as_regcache.
2317
aa495d11
JB
23182004-08-01 Joel Brobecker <brobecker@gnat.com>
2319
2320 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2321 file as included until we record the first line in the linetable.
2322
ff65ac78
AC
23232004-08-01 Andrew Cagney <cagney@gnu.org>
2324
2325 * frame.h (deprecated_pop_dummy_frame)
2326 (deprecated_read_register_dummy)
2327 (deprecated_generic_find_dummy_frame): Delete.
2328 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2329 (deprecated_read_register_dummy)
2330 (deprecated_find_dummy_frame_regcache)
2331 (discard_innermost_dummy)
2332 (deprecated_pop_dummy_frame): Delete.
2333 (dummy_frame_this_id): Simplify.
2334 (struct dummy_frame): Delete "fp" and "sp".
2335 (find_dummy_frame): Simplify.
2336 (generic_push_dummy_frame): Do not set "fp" or "sp".
2337 (fprint_dummy_frames): Do not print "fp" and "sp"
2338
37bdc87e
MK
23392004-08-01 Mark Kettenis <kettenis@gnu.org>
2340
2341 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2342 (struct i386_insn): New structure.
2343 (i386_match_insn): New function.
2344 (i386_frame_setup_skip_insns): New variable.
2345 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2346 array i386_frame_setup_insns of instructions that should be
2347 skipped inside the frame setup sequence.
2348
8241eaa6
AC
23492004-08-01 Andrew Cagney <cagney@gnu.org>
2350
5bc602c7
AC
2351 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2352 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2353 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2354 * stack.c (frame_info): Delete references to
2355 DEPRECATED_FRAME_INIT_SAVED_REGS and
2356 deprecated_get_frame_saved_regs.
2357 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2358 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2359 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2360 (frame_unwind_register_signed)
2361 (frame_unwind_register_unsigned)
2362 (frame_unwind_unsigned_register): Use register_size.
2363 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2364 (deprecated_frame_xmalloc_with_cleanup)
2365 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2366 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2367
03d363a1
AC
2368 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2369 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2370 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2371 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2372
8241eaa6
AC
2373 * infcall.c (call_function_by_hand): Do not use
2374 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2375 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2376 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2377 DEPRECATED_STACK_ALIGN.
2378
f00df8b7
AC
23792004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2380
2381 Committed by Andrew Cagney.
2382 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2383
eec63939
AC
23842004-08-01 Andrew Cagney <cagney@gnu.org>
2385
2386 * mips-tdep.c (mips16_frame_cache)
2387 (mips16_frame_this_id, mips16_frame_prev_register)
2388 (mips16_frame_unwind, mips16_frame_sniffer)
2389 (mips16_frame_base_address, mips16_frame_base)
2390 (mips16_frame_base_sniffer, mips32_frame_cache)
2391 (mips32_frame_this_id, mips32_frame_prev_register)
2392 (mips32_frame_unwind, mips32_frame_sniffer)
2393 (mips32_frame_base_address, mips32_frame_base)
2394 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2395 separate heuristic mips16 and mips32 unwinders.
2396 (mips_stub_frame_cache, mips_stub_frame_this_id)
2397 (mips_stub_frame_prev_register)
2398 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2399 (mips_stub_frame_base_address, mips_stub_frame_base)
2400 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2401 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2402 match true mdebug frames.
2403 (non_heuristic_proc_desc): Add forward declaration.
2404
e66299b3
AC
24052004-08-01 Andrew Cagney <cagney@gnu.org>
2406
83cbbf3e
AC
2407 * config/mips/tm-irix6.h: Delete file.
2408 * config/mips/tm-irix5.h: Delete file.
2409 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2410 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2411
22d41b37
AC
2412 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2413 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2414 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2415 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2416 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2417 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2418 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2419 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2420 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2421 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2422 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2423 (TARGET_SIGNAL_RAW_VALUES): Delete.
2424 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2425 Delete.
2426 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2427 (TARGET_HW_WATCH_LIMIT): Delete.
2428 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2429 * minimon.h: Delete file.
2430
e66299b3
AC
2431 * trad-frame.c (trad_frame_get_this_base)
2432 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2433 functions.
2434 * trad-frame.h (trad_frame_set_this_base)
2435 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2436
1f67027d
AC
24372004-07-31 Andrew Cagney <cagney@gnu.org>
2438
2439 * trad-frame.c (trad_frame_get_prev_register): Rename
2440 trad_frame_get_prev_register.
2441 * vax-tdep.c (vax_frame_prev_register): Update.
2442 * trad-frame.h: Update.
2443 * trad-frame.c (trad_frame_get_register): Update.
2444 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2445 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2446 Update.
2447 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2448 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2449 Update.
2450 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2451 Update.
2452 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2453 Update.
2454 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2455 Update.
2456 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2457 Update.
2458 * s390-tdep.c (s390_frame_prev_register)
2459 (s390_stub_frame_prev_register)
2460 (s390_sigtramp_frame_prev_register): Update.
2461 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2462 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2463 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2464 * m88k-tdep.c (m88k_frame_prev_register)
2465 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2466 * m32r-tdep.c (m32r_frame_prev_register): Update.
2467 * hppa-tdep.c (hppa_frame_prev_register_helper)
2468 * frv-tdep.c (frv_frame_prev_register): Update.
2469 * d10v-tdep.c (d10v_frame_prev_register): Update.
2470 * cris-tdep.c (cris_frame_prev_register): Update.
2471 * avr-tdep.c (avr_frame_prev_register): Update.
2472 * arm-tdep.c (arm_prologue_prev_register)
2473 (arm_sigtramp_prev_register): Update.
2474
c1bf6f65
AC
24752004-07-31 Andrew Cagney <cagney@gnu.org>
2476
2477 * frame.h (legacy_saved_regs_unwind)
2478 (legacy_frame_chain_valid, legacy_frame_p)
2479 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
2480 * dummy-frame.c (dummy_frame_this_id): Simplify.
2481 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
2482 * frame.c (struct frame_info): Delete the field "type".
2483 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2484 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2485 (legacy_saved_regs_unwind, legacy_frame_p)
2486 (frame_type_from_pc): Delete.
2487 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2488 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2489
dc856692
MK
24902004-07-31 Mark Kettenis <kettenis@gnu.org>
2491
5a5effe1
MK
2492 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2493 indentation.
2494
d4fd50a6
MK
2495 * mips-nat.c: Remove file.
2496 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2497 (mips-nat.o): Remove dependency.
2498
2689df5a
MK
2499 * infptrace.c: Update copyright year.
2500 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2501 explicitly setting the buffer to all zeroes.
2502
dc856692
MK
2503 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2504 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2505
763910e0
AC
25062004-07-30 Andrew Cagney <cagney@gnu.org>
2507
2508 * GDB 6.2 released from gdb_6_2-branch.
2509
0b66e38c
EZ
25102004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2511
2512 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2513
2514 * exec.c (exec_file_attach):
2515 * nto-tdep.c (nto_find_and_open_solib):
2516 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2517 * solib.c (solib_open):
2518 * somsolib.c (som_solib_sizeof_symbol_table):
2519 * source.c (is_regular_file, openp, open_source_file):
2520 * symfile.c (symfile_bfd_open):
2521 * wince.c (upload_to_device): Differentiate between the search for
2522 binary and source files.
2523
be7d7357
AC
25242004-07-30 Andrew Cagney <cagney@gnu.org>
2525
2526 * complaints.c (_initialize_complaints): Pass NULL to
2527 add_setshow_zinteger_cmd for help_doc.
2528 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2529
ddc9cd0f
AC
25302004-07-30 Andrew Cagney <cagney@gnu.org>
2531
2532 Fix PR i18n/761.
2533 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2534 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2535 $(PACKAGE).pot and update-po.
2536 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2537 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2538 (update-po): New rules.
2539 (localedir): Define using autoconf.
2540 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2541 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2542 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2543 * configure.in: Generate CATALOGS and LINGUAS from contents of
2544 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2545 * configure: Re-generate.
2546 * po/gdbtext: New file
2547
e92f3704
JG
25482004-07-30 Jerome Guitton <guitton@gnat.com>
2549
2550 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2551 order.
2552
b0f35d58
DL
25532004-07-30 David Lecomber <dsl@sources.redhat.com>
2554
2555 * dwarf2read.c (read_file_scope): Set producer if attribute
2556 present.
2557 (struct dwarf2_cu): Added new member producer.
2558
ce7d4522
JG
25592004-07-30 Jerome Guitton <guitton@gnat.com>
2560
2561 * inflow.c (kill_command): release file handles in BFD.
2562 * exec.c (exec_file_attach): Ditto.
2563 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2564
05ee07c7
AC
25652004-07-29 Andrew Cagney <cagney@gnu.org>
2566
2567 * PROBLEMS (mips-irix): Note that it is broken.
2568
62eceb47
AC
25692004-07-29 Andrew Cagney <cagney@gnu.org>
2570
e57b8d41
AC
2571 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2572 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2573
d334389b
AC
2574 * config/xm-nbsd.h: Delete file.
2575 * config/arm/xm-nbsd.h: Delete file.
2576 * config/i386/xm-nbsd.h: Delete file.
2577 * config/ns32k/xm-nbsd.h: Delete file.
2578 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2579 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2580 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2581 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2582 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2583
e910f676
AC
2584 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2585 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2586 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2587 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2588 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2589 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2590
6fa856b9
AC
2591 * config/powerpc/xm-linux.h: Delete empty file.
2592 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2593 * config/powerpc/linux.mh (XM_FILE): Delete.
2594 * config/m68k/xm-linux.h: Delete empty file.
2595 * config/m68k/linux.mh (XM_FILE): Delete.
2596 * config/ia64/xm-linux.h: Delete empty file.
2597 * config/ia64/linux.mh (XM_FILE): Delete.
2598 * config/arm/xm-linux.h: Delete empty file.
2599 * config/arm/linux.mh (XM_FILE): Delete.
2600
471ae5ae
AC
2601 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2602 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2603 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2604 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2605 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2606 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2607 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2608 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2609
62eceb47
AC
2610 * config/m68k/xm-m68k.h: Delete file.
2611 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2612 copyright.
2613 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2614 * config/pa/xm-linux.h: Delete empty file.
2615 * config/pa/linux.mh (XM_FILE): Delete.
2616 * config/i386/xm-i386.h: Delete empty file.
2617 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2618 "i386/xm-i386.h".
2619 * config/i386/obsdaout.mh (XM_FILE): Delete.
2620 * config/i386/obsd64.mh (XM_FILE): Delete.
2621 * config/i386/fbsd64.mh (XM_FILE): Delete.
2622 * config/i386/nto.mh (XM_FILE): Delete.
2623 * config/i386/obsd.mh (XM_FILE): Delete.
2624 * config/i386/linux64.mh (XM_FILE): Delete.
2625 * config/i386/linux.mh (XM_FILE): Delete.
2626 * config/i386/i386sol2.mh (XM_FILE): Delete.
2627 * config/i386/i386gnu.mh (XM_FILE): Delete.
2628 * config/i386/fbsd.mh (XM_FILE): Delete.
2629 * config/i386/nbsd64.mh (XM_FILE): Delete.
2630
c35f4ffc
AC
26312004-07-29 Andrew Cagney <cagney@gnu.org>
2632
2633 * config/pa/xm-linux.h: Do not include "floatformat.h".
2634 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2635 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2636 * config/i386/xm-i386.h: Do not include "floatformat.h".
2637 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2638 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2639 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2640 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2641 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2642 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2643 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2644 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2645 * configure, config.in: Regenerate.
2646 * configure.host (gdb_host_float_format, gdb_host_double_format)
2647 (gdb_host_long_double_format): Set according to the host.
2648
624a44a3
AC
26492004-07-29 Andrew Cagney <cagney@gnu.org>
2650
2651 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2652
0dea2468
AC
26532004-07-28 Andrew Cagney <cagney@gnu.org>
2654
2655 * PROBLEMS: Mention threads/1650.
2656 * NEWS: Mention the NPTL fix.
2657
b3f42336
AC
26582004-07-28 Andrew Cagney <cagney@gnu.org>
2659
2660 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2661 (add_setshow_cmd_full): Make static.
2662 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2663 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2664 * cli/cli-decode.c (add_setshow_filename_cmd)
2665 (add_setshow_string_cmd): New functions.
2666 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2667 * mips-tdep.c (_initialize_mips_tdep): Update.
2668 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2669 * cli/cli-logging.c (_initialize_cli_logging): Update.
2670 * complaints.c (_initialize_complaints): Update.
2671 * remote.c (_initialize_remote): Update.
2672
3b64bf98
AC
26732004-07-28 Andrew Cagney <cagney@gnu.org>
2674
2675 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2676 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2677 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2678 print parameters. Make string parameters constant.
2679 * command.h: Update. Update copyright.
2680 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2681 * observer.c (_initialize_observer): Ditto.
2682 * frame.c (_initialize_frame): Ditto.
2683 * complaints.c (_initialize_complaints): Ditto.
2684 * maint.c (_initialize_maint_cmds): Ditto.
2685 * target.c (initialize_targets): Ditto.
2686 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2687 * infcall.c (_initialize_infcall): Ditto.
2688 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2689 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2690 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2691 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2692 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2693
e9667a65
AC
26942004-07-28 Andrew Cagney <cagney@gnu.org>
2695
54a5b07d
AC
2696 * gdbtypes.c (lookup_primitive_typename): Delete function.
2697 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2698 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2699 * gdbtypes.c (lookup_typename): Ditto.
2700 * f-exp.y (yylex): Ditto.
2701 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2702
e9667a65
AC
2703 * scm-lang.c (c_builtin_types): Delete extern declaration.
2704 (scm_language_defn): Replace
2705 string_char_type and primitive_type_vector with
2706 la_language_arch_info.
2707 * jv-lang.c (java_language_defn): Replace
2708 string_char_type and primitive_type_vector with
2709 la_language_arch_info.
2710 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2711 c_builtin_types in comment.
2712 * c-lang.h (struct language_arch_info): Declare opaque.
2713 (c_language_arch_info): Declare.
2714 (c_builtin_types): Delete declaration.
2715 * c-lang.c (c_language_arch_info): Set string_char_type to
2716 builtin_char, not builtin_true_char. Make global.
2717 (c_builtin_types): Delete array.
2718 (asm_language_defn, minimal_language_defn): Replace
2719 string_char_type and primitive_type_vector with
2720 la_language_arch_info.
2721
685419e2
AC
27222004-07-28 Andrew Cagney <cagney@gnu.org>
2723
2724 * gdbtypes.h (struct builtin_type): Rename true_char to
2725 builtin_true_char.
2726 * gdbtypes.c (gdbtypes_post_init): Update.
2727 * c-lang.c (arch_info): New function.
2728 (enum c_primitive_types): New enum.
2729 (c_language_defn): Instead of string_char_type and
2730 primitive_type_vector set la_language_arch_info.
2731
5a44ea29
AC
27322004-07-28 Andrew Cagney <cagney@gnu.org>
2733
2734 * language.h (struct language_arch_info): Fix typo
2735 s/primative/primitive/.
2736 * gdbtypes.c (lookup_primitive_typename): Ditto.
2737 * language.c (language_lookup_primitive_type_by_name)
2738 (unknown_language_arch_info): Ditto.
2739
f290d38e
AC
27402004-07-27 Andrew Cagney <cagney@gnu.org>
2741
2742 * defs.h (enum language): Add nr_languages.
2743 * language.h (struct language_arch_info): Define.
2744 (struct language_defn): Add la_language_arch_info.
2745 (language_lookup_primative_type_by_name): Declare.
2746 (language_string_char_type): Declare.
2747 * language.c (_initialize_language, language_gdbarch_post_init)
2748 (struct language_gdbarch, language_gdbarch_data): Implement
2749 per-architecture language information.
2750 (unknown_language_arch_info, language_string_char_type)
2751 (language_lookup_primative_type_by_name): New functions.
2752 (unknown_language_defn, auto_language_defn)
2753 (local_language_defn): Set la_language_arch_info to
2754 unknown_language_arch_info.
2755 (unknown_builtin_types): Delete.
2756 * gdbtypes.c (lookup_primitive_typename): Use
2757 language_lookup_primative_type_by_name.
2758 (create_string_type): Use language_string_char_type.
2759 * values.c (value_from_string): Use language_string_char_type.
2760 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2761 * p-lang.c (pascal_language_defn): Ditto.
2762 * m2-lang.c (m2_language_defn): Ditto.
2763 * jv-lang.c (java_language_defn): Ditto.
2764 * objc-lang.c (objc_language_defn): Ditto.
2765 * f-lang.c (f_language_defn): Ditto.
2766 * c-lang.c (c_language_defn, cplus_language_defn)
2767 (asm_language_defn, minimal_language_defn): Ditto.
2768
000177f0
AC
27692004-07-27 Andrew Cagney <cagney@gnu.org>
2770
2771 * gdbtypes.h (struct builtin_type): Declare.
2772 (builtin_type): Declare.
2773 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2774 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2775 (gdbtypes_post_init): New function.
2776 (builtin_type): New function.
2777
e22f895c
KI
27782004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2779
2780 * remote-m32r-sdi.c: Fix breakpoint bug.
2781 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2782 recv_char_data, recv_long_data): New functions to replace communication
2783 sequences.
2784
536517dd
MC
27852004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2786
2787 Document PR threads/1650.
2788 * PROBLEMS (Threads): Document problem with many threads
2789
a0a44d18
AC
27902004-07-26 Andrew Cagney <cagney@gnu.org>
2791
2792 * gdb-mi.el: Move from here ...
2793 * mi/gdb-mi.el: ... to here.
2794
7ac4ac06
AC
27952004-07-26 Andrew Cagney <cagney@gnu.org>
2796
2797 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2798 * main.c (captured_main): When in batch mode always detach.
2799
a1b461bf
AC
28002004-07-26 Andrew Cagney <cagney@gnu.org>
2801
2802 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2803 and h8300 as broken.
2804 * NEWS: END-OF-LIFE frame compatibility module.
2805 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2806 specific comments.
2807
cb1a6d5f
AC
28082004-07-26 Andrew Cagney <cagney@gnu.org>
2809
2810 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2811 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2812 * wince.c (_initialize_wince): Update.
2813 * win32-nat.c (_initialize_win32_nat): Update.
2814 * varobj.c (_initialize_varobj): Update.
2815 * valops.c (_initialize_valops): Update.
2816 * utils.c (initialize_utils, initialize_utils): Update.
2817 * tui/tui-win.c (_initialize_tui_win): Update.
2818 * top.c (init_main): Update.
2819 * symfile.c (_initialize_symfile): Update.
2820 * source.c (_initialize_source): Update.
2821 * somsolib.c (_initialize_som_solib): Update.
2822 * solib.c (_initialize_solib): Update.
2823 * solib-frv.c (_initialize_frv_solib): Update.
2824 * serial.c (_initialize_serial): Update.
2825 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2826 * remote.c (_initialize_remote, _initialize_remote): Update.
2827 * remote-vx.c (_initialize_vx): Update.
2828 * remote-utils.c (_initialize_sr_support): Update.
2829 * remote-sds.c (_initialize_remote_sds): Update.
2830 * remote-mips.c (_initialize_remote_mips): Update.
2831 * remote-e7000.c (_initialize_remote_e7000): Update.
2832 * proc-api.c (_initialize_proc_api): Update.
2833 * printcmd.c: Update.
2834 * parse.c (_initialize_parse): Update.
2835 * pa64solib.c (_initialize_pa64_solib): Update.
2836 * p-valprint.c (_initialize_pascal_valprint): Update.
2837 * monitor.c (_initialize_remote_monitors): Update.
2838 * mips-tdep.c (_initialize_mips_tdep): Update.
2839 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2840 * maint.c (_initialize_maint_cmds): Update.
2841 * lin-lwp.c (_initialize_lin_lwp): Update.
2842 * language.c (_initialize_language): Update.
2843 * kod.c (_initialize_kod): Update.
2844 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2845 * i386-tdep.c (_initialize_i386_tdep): Update.
2846 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2847 * gdbarch.sh: Update.
2848 * gdbarch.c: Re-generate.
2849 * gdb-events.sh: Update.
2850 * gdb-events.c: Re-generate.
2851 * frame.c (_initialize_frame): Update.
2852 * exec.c: Update.
2853 * demangle.c (_initialize_demangler): Update.
2854 * dcache.c (_initialize_dcache): Update.
2855 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2856 * cp-valprint.c (_initialize_cp_valprint): Update.
2857 * corefile.c (_initialize_core): Update.
2858 * command.h: Update.
2859 * cli/cli-decode.h: Update.
2860 * cli/cli-cmds.c (init_cli_cmds): Update.
2861 * charset.c (_initialize_charset): Update.
2862 * breakpoint.c (_initialize_breakpoint): Update.
2863 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2864 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2865 * aix-thread.c (_initialize_aix_thread): Update.
2866
b4632131
MK
28672004-07-24 Mark Kettenis <kettenis@gnu.org>
2868
2869 Partial fix for PR backtrace/1718.
2870 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2871 that GCC migrates into the prolugue. Don't handle any
2872 instructions that clobber %ebx.
2873
822c9732
AC
28742004-07-23 Andrew Cagney <cagney@gnu.org>
2875
2876 Use regcache_raw_collect instead of regcache_collect.
2877 * regcache.h (regcache_collect): Delete declaration.
2878 * regcache.c (regcache_colect): Delete function.
2879 * win32-nat.c (do_child_store_inferior_registers): Update.
2880 * sol-thread.c (sol_thread_store_registers): Update.
2881 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2882 * rs6000-nat.c (store_register): Update.
2883 * remote.c (store_register_using_P, remote_store_registers): Update.
2884 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2885 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2886 (fill_vrregset, store_spe_registers, fill_gregset)
2887 (fill_gregset): Update.
2888 * nto-procfs.c (procfs_store_registers): Update.
2889 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2890 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2891 * m68klinux-nat.c (store_register, fill_gregset): Update.
2892 * m68k-tdep.c (fill_gregset): Update.
2893 * infptrace.c (store_register): Update.
2894 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2895 * i386-linux-nat.c (store_register, fill_gregset): Update.
2896 * hppa-linux-nat.c (fill_gregset): Update.
2897 * go32-nat.c (store_register): Update.
2898 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2899 (store_fp_regs): Update.
2900 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2901 (store_nwfpe_extended, store_fpregister, store_fpregs)
2902 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2903 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2904 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2905 (store_regs_user_thread, store_regs_kernel_thread): Update.
2906
32b05c07
MK
29072004-07-24 Mark Kettenis <kettenis@gnu.org>
2908
2909 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2910 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2911 encoding.
2912 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2913 member of `struct comp_unit'.
2914
8567c30f
AC
29152004-07-23 Andrew Cagney <cagney@gnu.org>
2916
2917 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2918 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2919
f6da8dd8
MH
29202004-07-23 Martin Hunt <hunt@redhat.com>
2921 Kevin Buettner <kevinb@redhat.com>
2922
2923 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2924 alignment was being added to the offset instead of multiplied.
2925
bd921882
MK
29262004-07-23 Mark Kettenis <kettenis@gnu.org>
2927
24f033e8
MK
2928 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2929 changed signal trampoline in OpenBSD 3.5-current.
2930
90f3cecd
MK
2931 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2932 <machine/pcb.h> and "bsd-kvm.h".
2933 (sparc64nbsd_supply_pcb): New function.
2934 (_initialize_sparc64nbsd_nat): Renamed from
2935 _initialize_sparcnbsd_nat. Enable libkvm interface.
2936 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2937 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2938 (LOADLIBES): New variable.
2939
a4954a62
MK
2940 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2941
bd921882
MK
2942 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2943
23a6d369
AC
29442004-07-21 Andrew Cagney <cagney@gnu.org>
2945
2946 Use regcache_raw_supply instead of supply_register.
2947 * regcache.h (supply_register): Delete declaration.
2948 * regcache.c (supply_register): Delete function.
2949 * wince.c (do_child_fetch_inferior_registers): Update.
2950 * win32-nat.c (do_child_fetch_inferior_registers)
2951 (fetch_elf_core_registers): Update.
2952 * v850ice.c (v850ice_fetch_registers): Update.
2953 * thread-db.c (thread_db_store_registers): Update.
2954 * sol-thread.c (sol_thread_store_registers): Update.
2955 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2956 * rs6000-nat.c (fetch_register): Update.
2957 * rom68k-rom.c (rom68k_supply_one_register): Update.
2958 * remote.c (remote_wait, remote_async_wait): Update.
2959 * remote-st.c (get_hex_regs): Update.
2960 * remote-sim.c (gdbsim_fetch_register): Update.
2961 * remote-sds.c (sds_fetch_registers): Update.
2962 * remote-rdp.c (remote_rdp_fetch_register): Update.
2963 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2964 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2965 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2966 * remote-hms.c (init_hms_cmds): Update.
2967 * remote-est.c (init_est_cmds): Update.
2968 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2969 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2970 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2971 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2972 (fetch_register, supply_vrregset, supply_vrregset)
2973 (fetch_spe_registers): Update.
2974 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2975 * monitor.c (monitor_supply_register): Update.
2976 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2977 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2978 (mipsnbsd_supply_fpreg): Update.
2979 * mips-nat.c (fetch_inferior_registers)
2980 (fetch_core_registers): Update.
2981 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2982 (supply_fpregset, mips64_supply_gregset)
2983 (mips64_supply_fpregset): Update.
2984 * m68klinux-nat.c (fetch_register, supply_gregset)
2985 (supply_fpregset): Update.
2986 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2987 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2988 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2989 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2990 * infptrace.c (fetch_register): Update.
2991 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2992 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2993 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2994 (gnu_fetch_registers, gnu_store_registers): Update.
2995 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2996 * i386-linux-nat.c (fetch_register, supply_gregset)
2997 (dummy_sse_values): Update.
2998 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2999 * hppah-nat.c (fetch_register): Update.
3000 * hppa-linux-nat.c (fetch_register, supply_gregset)
3001 (supply_fpregset): Update.
3002 * go32-nat.c (fetch_register): Update.
3003 * dve3900-rom.c (fetch_bitmapped_register)
3004 (_initialize_r3900_rom): Update.
3005 * cris-tdep.c (supply_gregset): Update.
3006 * abug-rom.c (init_abug_cmds): Update.
3007 * core-aout.c (fetch_core_registers): Update.
3008 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3009 (fetch_register, fetch_fp_register): Update.
3010 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3011 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3012 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3013 * alphanbsd-tdep.c (fetch_core_registers): Update.
3014 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3015 * alpha-nat.c (fetch_osf_core_registers)
3016 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3017 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3018 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3019
73cc75f3
AC
30202004-07-21 Andrew Cagney <cagney@gnu.org>
3021
3022 * PROBLEMS: Mention breakpoints/1702.
3023 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3024 that is known to work.
3025
a53c66de
AC
30262004-07-21 Andrew Cagney <cagney@gnu.org>
3027
3028 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3029 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3030 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3031 (handle_inferior_event): Wrap call to deprecated
3032 IGNORE_HELPER_CALL in #ifdef.
3033 * config/mips/tm-nbsd.h: Update.
3034
708ff411
JB
30352004-07-20 Jim Blandy <jimb@redhat.com>
3036
412b3060
JB
3037 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3038 bfd_mach_ppc has no segment registers.
3039
13ac140c
JB
3040 Include PowerPC SPR numbers for special-purpose registers.
3041 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3042 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3043 new member in initializer.
3044 (S, S4, SN4, S64): New macros for defining special-purpose
3045 registers.
3046 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3047 registers_403, registers_403GC, registers_505, registers_860,
3048 registers_601, registers_602, registers_603, registers_604,
3049 registers_750, registers_e500): Use them.
3050
708ff411
JB
3051 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3052 replace references with expression used to initialize variable.
3053
1f602b35
AC
30542004-07-20 Andrew Cagney <cagney@gnu.org>
3055
3056 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3057 read_memory_nobpt.
3058 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3059 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3060 (s390_sigtramp_frame_sniffer): Update.
3061 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3062 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3063 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3064 (mips32_fetch_instruction): Update.
3065 * mcore-tdep.c (get_insn): Update.
3066 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3067 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3068 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3069 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3070 (i386_linux_rt_sigtramp_start): Update.
3071 * i386-linux-nat.c (child_resume): Update.
3072 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3073 * hppa-linux-tdep.c (insns_match_pattern): Update.
3074 * gdbcore.h: Update.
3075 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3076 * frame.c (safe_frame_unwind_memory): Update.
3077 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3078 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3079 * alpha-tdep.c (alpha_read_insn): Update.
3080
2cd8546d
AC
30812004-07-20 Andrew Cagney <cagney@gnu.org>
3082
3083 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3084 containing both bytes and mask. Add "frame_type".
3085 * tramp-frame.c (tramp_frame_start): Update.
3086 (tramp_frame_prepend_unwinder): Update.
3087 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3088 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3089 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3090 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3091
f928dd62
EZ
30922004-07-19 Eli Zaretskii <eliz@gnu.org>
3093
3094 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3095 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3096 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3097 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3098
d5c560f7
AC
30992004-07-17 Andrew Cagney <cagney@gnu.org>
3100
860660cb
AC
3101 * NEWS, PROBLEMS: Update for 6.2.
3102
8c266f54
AC
3103 * README: Update to 6.2.
3104
a552edd9
AC
3105 * utils.c (xvasprintf): Call xstrvprintf.
3106
c4a172b5
AC
3107 * parse.c: Update copyright.
3108 (null_post_parser): Eliminate ARGSUSED.
3109
da745b36
AC
3110 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3111 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3112 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3113
9cbc6ef0
AC
3114 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3115 * ppc-linux-nat.c: Use "Linux kernel".
3116 * hppa-linux-tdep.c: Use GNU/Linux.
3117 * hppa-linux-nat.c: Use GNU/Linux.
3118 * dwarfread.c: Add [sic] to use of Linux.
3119
1b89295f
AC
3120 * hppa-linux-nat.c: Do not include <string.h>.
3121 (supply_fpregset): Remove "register" attribute.
3122
d5c560f7
AC
3123 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3124
7ddd7709
MK
31252004-07-17 Mark Kettenis <kettenis@gnu.org>
3126
b1d19a62
MK
3127 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3128 * configure, config.in: Regenerated.
3129
7ddd7709
MK
3130 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3131 "bsd-kvm.h".
3132 (vaxbsd_supply_pcb): New function.
3133 (_initialize_vaxbsd_nat): New prototype and function.
3134 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3135 solib-sunos.o.
3136 (LOADLIBES): New variable.
3137 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3138 (LOADLIBES): New variable.
3139 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3140 (LOADLIBES): New variable.
3141 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3142
2c07db7a
AC
31432004-07-16 Andrew Cagney <cagney@gnu.org>
3144
3145 * defs.h (event_loop_p): Replace variable declaration with macro,
3146 always 1.
3147 * main.c (captured_main): Delete options "-async" and "-noasync".
3148 (event_loop_p): Delete variable.
3149 * NEWS: Mention that "-async" and "-noasync" were removed.
3150
717eb1cf
AC
31512004-07-16 Andrew Cagney <cagney@gnu.org>
3152
3153 * remote-m32r-sdi.c: Re-indent.
3154
c101bc14
JB
31552004-07-16 Jim Blandy <jimb@redhat.com>
3156
5109a438
JB
3157 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3158 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3159 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3160 missing MPC823 SPRs.
3161 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3162 incorrect. (This was corrected in GDB's register name tables on
3163 2004-07-14.)
3164
c101bc14
JB
3165 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3166 should be "esasrr" ("ESA Save and Restore Register").
3167
7ce450bd
AC
31682004-07-16 Andrew Cagney <cagney@gnu.org>
3169
3170 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3171 calls, no longer applicable. Update comments and rename parameter
3172 "step_frame" to "return_frame".
3173
ca73dd9d
AC
31742004-07-16 Andrew Cagney <cagney@gnu.org>
3175
3176 * frame.c (fprint_field): New function.
3177 (fprint_frame_id): Use fprint_field.
3178
31941f6d
JB
31792004-07-15 Joel Brobecker <brobecker@gnat.com>
3180
3181 * ada-lang.c (ada_language_defn): Remove commented out code.
3182
f86a7158
JB
31832004-07-15 Jim Blandy <jimb@redhat.com>
3184
3185 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3186 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3187
c24791ec
JB
31882004-07-14 Jim Blandy <jimb@redhat.com>
3189
29bb1356
JB
3190 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3191
cc98b5cc
JB
3192 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3193
8f088af7
JB
3194 * ppc-tdep.h (ppc_num_srs): New enum constant.
3195
0ea0ec5f
JB
3196 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3197 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3198 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3199 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3200 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3201 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3202 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3203 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3204 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3205 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3206 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3207 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3208 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3209 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3210 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3211 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3212 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3213 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3214 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3215 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3216 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3217 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3218 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3219 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3220 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3221 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3222 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3223 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3224 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3225 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3226 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3227 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3228 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3229 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3230 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3231 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3232 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3233 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3234 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3235 special-purpose register numbers.
3236
c24791ec
JB
3237 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3238 manual mentions 'md_twb', but many mention 'm_twb', and at that
3239 point in the register list.)
3240
d833db3b
AC
32412004-07-14 Andrew Cagney <cagney@gnu.org>
3242
3243 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3244 instead of "internal-error".
3245
080228b2
JB
32462004-07-10 Joel Brobecker <brobecker@gnat.com>
3247
3248 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3249 that was inserted inside a comment.
3250
c268433a
RC
32512004-07-10 Randolph Chung <tausq@debian.org>
3252
3253 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3254 function.
3255 (hppa_hpux_push_dummy_code): New function.
3256 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3257 Set find_global_pointer method.
3258
71009278
MK
32592004-07-10 Mark Kettenis <kettenis@gnu.org>
3260
3261 * NEWS: Mention BSD libkvm interface.
3262
b2fa5097
MS
32632004-07-10 Michael Snyder <msnyder@redhat.com>
3264
3265 * symfile.c (generic_load): Comment typo.
3266 * stack.c (get_selected_block): Ditto.
3267 * regcache.c (regcache_cooked_read): Ditto.
3268 * monitor.c (monitor_debug): Ditto.
3269 * mips-tdep.c (mips_read_pc): Ditto.
3270 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3271 * gdb_mbuild.sh: Ditto.
3272 * gdbarch.sh: Ditto.
3273 * gdbarch.h: Ditto.
3274
c3e5cd34
PH
32752004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3276
8a2225b2
PH
3277 * ada-tasks.c: Remove file.
3278
c3e5cd34
PH
3279 Remove ARI problems:
3280
3281 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3282 beginning of line.
3283
3284 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3285 Add comment.
3286 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3287 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3288 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3289 (UMIN_OF_SIZE): Remove.
3290 (max_of_type): New function to replace orphan macro in gdbtypes.h
3291 (min_of_type): Ditto.
3292 (discrete_type_high_bound): Use max_of_type.
3293 (discrete_type_low_bound): Use min_of_type.
3294 (possible_user_operator_p): Move operator to beginning of line.
3295 (ada_is_variant_part): Ditto.
3296 (ensure_lval): Rewrite to avoid deprecated operations.
3297 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3298 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3299 (ada_enum_name): Remove assignments in 'if' statements.
3300 (build_ada_types): Add gdbarch parameter.
3301 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3302 with gdbarch_data_register_post_init.
3303 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3304 add_show_from_set.
3305
3306 * ada-valprint.c (inspect_it): Remove declaration.
3307 (repeat_count_threshold): Remove declaration.
3308 (ada_print_floating): Remove assignments in 'if' statements.
3309 (print_str): Move operator to beginning of line.
3310
61ce229a
JB
33112004-07-08 Jim Blandy <jimb@redhat.com>
3312
3313 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3314
09bcec80
BR
33152004-07-08 Bob Rossi <bob@brasko.net>
3316
3317 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3318
31c27f77
JJ
33192004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3320
3321 * language.h (struct_language_defn): Add new function pointer:
3322 la_class_name_from_physname. Also add new prototype for
3323 language_class_name_from_physname.
3324 * language.c (language_class_name_from_physname): New function.
3325 (unk_lang_class_name): Ditto.
3326 (unknown_language_defn, auto_language_defn): Change
3327 to add unk_lang_class_name function pointer for
3328 la_class_name_from_physname.
3329 (local_language_defn): Ditto.
3330 * dwarf2read.c (guess_structure_name): Change to call
3331 language_class_name_from_physname.
3332 (determine_class_name): Ditto.
3333 * cp-support.c (class_name_from_physname): Renamed.
3334 (cp_class_name_from_physname): New name of function.
3335 * cp-support.h: Ditto.
3336 * c-lang.c (c_language_defn): Change to add NULL
3337 for class_name_from_physname function pointer.
3338 (cplus_language_defn): Change to add cp_class_name_from_physname.
3339 * jv-lang.c (java_class_name_physname): New function.
3340 (java_find_last_component): New static routine.
3341 (java_language_defn): Add java_class_name_from_physname pointer.
3342 * ada-lang.c (ada_language_defn): Change to add NULL
3343 for class_name_from_physname function pointer.
3344 * f-lang.c (f_language_defn): Ditto.
3345 * m2-lang.c (m2_language_defn): Ditto.
3346 * objc-lang.c (objc_language_defn): Ditto.
3347 * p-lang.c (pascal_language_defn): Ditto.
3348 * scm-lang.c (scm_language_defn): Ditto.
3349
ee28ca0f
AC
33502004-07-06 Andrew Cagney <cagney@gnu.org>
3351
3352 Patch from Bart Robinson.
3353 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3354 (O_LARGEFILE): Define to 0, if not defined.
3355
fdb1bf9d
MK
33562004-07-03 Mark Kettenis <kettenis@gnu.org>
3357
cb162ff6
MK
3358 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3359 <machine/pcb.h> and "bsd-kvm.h".
3360 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3361 (m68kbsd_supply_pcb): New function.
3362 (_initialize_m68kbsd_nat): New prototype and function.
3363 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3364 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3365 (LOADLIBES): New variable.
3366 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3367 (LOADLIBES): New variable.
3368
fdb1bf9d
MK
3369 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3370
963c4174
MK
33712004-07-03 Mark Kettenis <kettenis@gnu.org>
3372
3373 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3374 <sys/proc.h>.
3375 (bsd_kvm_cmdlist): New variable.
3376 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3377 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3378 command and "kvm proc" command.
3379 * Makefile.in (bsd-kvm.o): Update dependencies.
3380
533f1d8f
MK
33812004-07-02 Mark Kettenis <kettenis@gnu.org>
3382
3383 * osabi.c: Update copyright year.
3384 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3385 notes if EI_OSABI is set to ELFOSABI_HPUX.
3386
6780dcde
MS
33872004-07-01 Michael Snyder <msnyder@redhat.com>
3388
3389 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3390 that seems to have gotten whacked out of line.
3391
67bebe79
MK
33922004-07-01 Mark Kettenis <kettenis@gnu.org>
3393
3394 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3395 code.
3396
0b5d8877
PH
33972004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3398
3399 * ada-lang.c (decode_packed_array): Minor change to comment.
3400 (ada_value_slice_ptr): New function.
3401 (ada_value_slice): New function.
3402 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3403 test. Don't know why it is there.
3404 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3405 to avoid dereferencing huge arrays from which one is slicing.
3406 (empty_array): Correct to return an array rather than
3407 a subrange value.
3408 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3409 on empty arrays (let'em use 'FIRST instead).
3410
19c1ef65
PH
34112004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3412
3413 Address complaints from gdb_ari.sh:
3414
3415 * ada-exp.y: Include gdb_string.h rather than string.h.
3416 (convert_char_literal): Reformat declaration.
3417 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3418 * ada-lex.l: Change use of free to xfree (the macro would do so
3419 anyway, but this is harmless).
3420 Include gdb_string.h rather than string.h.
3421 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3422
3423 * ada-lang.c (parse): Remove K&Rism in parameter list.
3424 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3425
d81cbc94
MK
34262004-06-30 Mark Kettenis <kettenis@gnu.org>
3427
3428 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3429 dead code.
3430
07681759
MK
34312004-06-30 Mark Kettenis <kettenis@gnu.org>
3432
3433 * alphabsd-nat.c: Update copyright year.
3434 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3435
f7948b5f
JB
34362004-06-29 Joel Brobecker <brobecker@gnat.com>
3437
6e0cdd28 3438 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
3439 (i386_cygwin_in_solib_call_trampoline): New function.
3440 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3441 and skip_trampoline_code gdbarch methods.
3442
8f113c9a
JB
34432004-06-29 Jim Blandy <jimb@redhat.com>
3444
3445 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3446 name actually used in the dependency lists.
3447
97dc871c
RC
34482004-06-29 Randolph Chung <tausq@debian.org>
3449
3450 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3451
47216e51
CV
34522004-06-29 Corinna Vinschen <vinschen@redhat.com>
3453
3454 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 3455 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
3456 functionality.
3457
e623b504
AC
34582004-06-28 Andrew Cagney <cagney@gnu.org>
3459
3460 * defs.h (xstrvprintf): Declare.
3461 * utils.c (xstrvprintf): New function.
3462 (internal_vproblem, xstrprintf, xasprintf)
3463 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3464 * serial.c (serial_printf): Ditto.
3465 * complaints.c (vcomplaint): Ditto.
3466
79acc9b3
CV
34672004-06-29 Corinna Vinschen <vinschen@redhat.com>
3468
3469 * infcmd.c (attach_command): Move call to target_terminal_inferior
3470 behind loading symbol table.
3471
1daf35d9
AC
34722004-06-28 Andrew Cagney <cagney@gnu.org>
3473
3474 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3475 change - add back extern deprecated_ui_loop_hook declaration.
3476
b435e160
AC
34772004-06-28 Andrew Cagney <cagney@gnu.org>
3478
3479 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3480 xstrprintf.
3481 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3482 (c_value_of_variable): Ditto.
3483 * utils.c (internal_vproblem): Ditto.
3484 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3485 * remote.c (add_packet_config_cmd): Ditto.
3486 * remote-rdp.c (rdp_set_command_line): Ditto.
3487 * regcache.c (regcache_dump): Ditto.
3488 * frv-tdep.c (new_variant, new_variant): Ditto.
3489 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3490 (fbsd_find_memory_regions): Ditto.
3491 * breakpoint.c (create_thread_event_breakpoint)
3492 (create_breakpoints): Ditto.
3493 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3494 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3495
06d5cf63
JB
34962004-06-28 Joel Brobecker <brobecker@gnat.com>
3497
3498 * ada-lang.c: Re-indent file, with some massaging to help indent
3499 a bit when the result is otherwise really too ugly.
3500
35809fad
UW
35012004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3502
3503 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3504 code_addr_p and special_addr_p to 'unsigned int'.
3505
40e20472
MK
35062004-06-27 Mark Kettenis <kettenis@gnu.org>
3507
3508 * i386v4-nat.c: Update copyright year and tweak comment.
3509 (regmap): Remove trailing comma.
3510 (supply_gregset): Rename local variable i to regnum. Call
3511 regcache_raw_supply instead of supply_register.
3512 (fill_gregset): Rename argument regno to regnum. Call
3513 regcache_raw_collect instead of regcache_collect.
3514
12b0b6de
UW
35152004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3516
3517 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3518 and special_addr_p.
3519 (frame_id_build, frame_id_build_special): Update comments.
3520 (frame_id_build_wild): New prototype.
3521 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3522 struct frame_id fields.
3523 (frame_id_build_wild): New function.
3524 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3525
47b42a3e
MK
35262004-06-27 Mark Kettenis <kettenis@gnu.org>
3527
3528 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3529 hppabsd-tdep.c.
3530
1265e4aa
JB
35312004-06-27 Joel Brobecker <brobecker@gnat.com>
3532
3533 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3534
76a01679
JB
35352004-06-27 Joel Brobecker <brobecker@gnat.com>
3536
3537 * ada-lang.c: Re-indent file.
3538
7aca490a
JB
35392004-06-27 Joel Brobecker <brobecker@gnat.com>
3540
3541 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3542 (no_symtab_msg): Likewise.
3543
5e987968
AS
35442004-06-27 Andreas Schwab <schwab@suse.de>
3545
3546 * source.c: Fix whitespace.
3547
315c4276
MK
35482004-06-27 Mark Kettenis <kettenis@gnu.org>
3549
d15be926
MK
3550 * configure.in: Include <sys/param.h> for td_pcb test.
3551 * configure: Regenerated.
3552
9062529b
MK
3553 * i386nbsd-nat.c: New file.
3554 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3555 i386obsd-nat.c and i386obsd-tdep.c.
3556 (i386nbsd-nat.o): New dependency.
3557 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3558 bsd-kvm.o.
3559 (LOADLIBES): New variable.
3560 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3561 bsd-kvm.o.
3562 (LOADLIBES): New variable.
3563
8010310e
MK
3564 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3565 (LOADLIBES): New variable.
3566
efe1d7b9
MK
3567 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3568 fetching from BSD_KVM_PADDR. Correctly lookup address for
3569 "_thread0".
3570
315c4276
MK
3571 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3572 "bsd-kvm.h".
3573 (amd64fbsd_supply_pcb): New funcion.
3574 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3575
399cfac6
DL
35762004-06-27 <david@streamline-computing.com>
3577
3578 Partial fix for PR cli/1056.
3579 * valarith.c: Check for zero in division and remainder
3580 evaluation.
3581
6235f9c8
MK
35822004-06-27 Mark Kettenis <kettenis@gnu.org>
3583
3584 * i387-tdep.c: Remove excessive whitespace.
3585
2726dafc
AC
35862004-06-26 Andrew Cagney <cagney@gnu.org>
3587
3588 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3589 * gdb-events.h, gdb-events.c: Re-generate.
3590 * tui/tui-hooks.c (tui_install_hooks): Update.
3591 (tui_remove_hooks): Update.
3592 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3593
0e56aeaf
MK
35942004-06-26 Mark Kettenis <kettenis@gnu.org>
3595
cb461069
MK
3596 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3597 (gregset_t, fpregset_t): Remove typedefs.
3598 (REG_OFFSET): Rename argument.
3599 (amd64bsd_r_reg_offset): Rename from reg_offset.
3600 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3601 Remove functions.
3602 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3603 of reg_offset.
3604 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3605
ecba89de
MK
3606 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3607
4cd80476
MK
3608 * vax-tdep.c: Tweak comment.
3609
0e56aeaf
MK
3610 Add OpenBSD/hppa support.
3611 * NEWS (New native configurations): Mention OpenBSD/hppa.
3612 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3613 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3614 files.
3615 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3616 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3617 * configure.host: Add hppa*-*-openbsd*.
3618 * configure.tgt: Add hppa*-*-openbsd*.
3619
98bbd631
AC
36202004-06-25 Andrew Cagney <cagney@gnu.org>
3621
3622 * defs.h (deprecated_ui_loop_hook): Deprecated.
3623 * wince.c (child_wait): Update.
3624 * win32-nat.c (child_wait): Update.
3625 * v850ice.c (v850ice_wait): Update.
3626 * top.c (deprecated_ui_loop_hook): Update.
3627 * serial.h: Update.
3628 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3629 (do_unix_readchar): Update.
3630 * ser-tcp.c (net_open): Update.
3631 * remote-sim.c (gdb_os_poll_quit): Update.
3632 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3633
769d7dc4
AC
36342004-06-24 Andrew Cagney <cagney@gnu.org>
3635
3636 * defs.h (deprecated_pre_add_symbol_hook)
3637 (deprecated_post_add_symbol_hook): Deprecated.
3638 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3639 (symbol_file_add_with_addrs_or_offsets): Update references.
3640
11c949aa
AC
36412004-06-24 Andrew Cagney <cagney@gnu.org>
3642
3643 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3644 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3645 * wince.c (ui_loop_hook): Delete extern declaration.
3646 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3647 * v850ice.c (ui_loop_hook): Delete extern declaration..
3648 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3649 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3650 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3651 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3652 ui_loop_hook declaration.
3653
eedc19af
AC
36542004-06-24 Andrew Cagney <cagney@gnu.org>
3655
3656 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3657 entry_func_highpc fields.
3658 * objfiles.c (init_entry_point_info): Do not clear
3659 entry_func_lowpc and entry_func_highpc.
3660 (objfile_relocate): Do not relocate entry_func_lowpc and
3661 entry_func_highpc.
3662 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3663 entry_func_highpc.
3664 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3665 entry_func_highpc.
3666 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3667 entry_func_lowpc and entry_func_highpc with call to
3668 inside_entry_func.
3669
d47079be
MK
36702004-06-24 Mark Kettenis <kettenis@gnu.org>
3671
3672 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3673 quad-precision floating point arguments in registers.
3674
2107e348
MK
36752004-06-24 Mark Kettenis <kettenis@gnu.org>
3676
3677 From Michael Mueller <m.mueller99@kay-mueller.de>:
3678 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3679 account.
3680
46587c42
JJ
36812004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3682
3683 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3684 to -1.
3685 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3686 untriggered watchpoints to a separate if clause. Update function
3687 comment regarding STOPPED_BY_WATCHPOINT argument.
3688
226f5cf4
JB
36892004-06-22 Jim Blandy <jimb@redhat.com>
3690
3691 * gdbarch.sh: Doc fix.
3692
f10683bb
MH
36932004-06-21 Martin Hunt <hunt@redhat.com>
3694 Kevin Buettner <kevinb@redhat.com>
3695
3696 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3697 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3698 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3699 to set_gdbarch_sp_regnum(). Use cooked register number.
3700 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3701
412d5987
AC
37022004-06-21 Andrew Cagney <cagney@gnu.org>
3703
3704 * gdbarch.sh: When the macro field is empty, do not generate a
3705 macro definition. When the macro field is "=", generate the macro
3706 name from the upper-case function name.
3707 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3708 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3709 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3710 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3711 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3712 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3713 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3714 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3715 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3716 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3717 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3718 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3719 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3720 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3721 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3722 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3723 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3724 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3725 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3726 (DEPRECATED_USE_STRUCT_CONVENTION)
3727 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3728 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3729 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3730 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3731 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3732 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3733 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3734 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3735 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3736 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3737 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3738 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3739 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3740 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3741 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3742 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3743 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3744 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3745
68908a3e
AC
37462004-06-21 Andrew Cagney <cagney@gnu.org>
3747
48f7351b
AC
3748 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3749 macro name, and the function rather than macro value. Only wrap
3750 macro print statements in #ifdef. Move format logic to where it
3751 is needed.
3752 * gdbarch.c: Re-generate.
3753
283354d8
AC
3754 * gdbarch.sh (read): Delete "print_p" and "description", add
3755 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3756 Delete references to print_p.
3757 (TARGET_ARCHITECTURE): Delete print predicate.
3758 * gdbarch.c: Re-generate.
3759
68908a3e
AC
3760 * gdbarch.sh: Check that multi-arch methods do not provide a
3761 macro.
3762 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3763 (print_registers_info, print_float_info, print_vector_info)
3764 (adjust_breakpoint_address, remote_translate_xfer_address)
3765 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3766 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3767 name from the multi-arch definition.
3768
a2428dbe
AC
37692004-06-20 Andrew Cagney <cagney@gnu.org>
3770
3771 * gdbarch.sh: Sort by the function, instead of macro name.
3772 * gdbarch.c: Re-generate.
3773
750eb019
AC
37742004-06-20 Andrew Cagney <cagney@gnu.org>
3775
66d659b1
AC
3776 * gdbarch.sh: Use the function, instead of macro name in
3777 errors and the log file.
3778 (return_value): Remove stray ":" in spec.
3779
750eb019
AC
3780 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3781 * gdbarch.h, gdbarch.c: Re-generate.
3782 * Makefile.in (arch-utils.o): Update dependencies.
3783 * values.c (using_struct_return): Move code calling
3784 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3785 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3786 to legacy_return_value, simplify.
3787 * infcmd.c (print_return_value): Move code calling
3788 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3789 to legacy_return_value, simplify.
3790 * infcall.c (call_function_by_hand): Move code calling
3791 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3792 * arch-utils.c: Update copyright. Include "gdbcore.h".
3793 (legacy_return_value): New function.
3794 * arch-utils.h: Update copyright.
3795 (legacy_return_value): Declare.
3796
b5622e8d
AC
37972004-06-20 Andrew Cagney <cagney@gnu.org>
3798
3799 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3800 * gdbarch.h, gdbarch.c: Re-generate.
3801 * values.c (using_struct_return): Update call.
3802 * mcore-tdep.c: Update comment.
3803 * infcall.c (call_function_by_hand): Update comment.
3804 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3805 * arch-utils.h (always_use_struct_convention): Update.
3806 * v850-tdep.c (v850_gdbarch_init): Update.
3807 * sh64-tdep.c (sh64_gdbarch_init): Update.
3808 * sh-tdep.c (sh_gdbarch_init): Update.
3809 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3810 * mips-tdep.c (mips_gdbarch_init): Update.
3811 * mcore-tdep.c (mcore_gdbarch_init): Update.
3812 * m32r-tdep.c (m32r_gdbarch_init): Update.
3813 * ia64-tdep.c (ia64_gdbarch_init): Update.
3814 * h8300-tdep.c (h8300_gdbarch_init): Update.
3815 * frv-tdep.c (frv_gdbarch_init): Update.
3816 * cris-tdep.c (cris_gdbarch_init): Update.
3817 * arm-tdep.c (arm_gdbarch_init): Update.
3818 * alpha-tdep.c (alpha_gdbarch_init): Update.
3819
5191de37
MC
38202004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3821
3822 * PROBLEMS: Add more specific information, and a work-around,
3823 for PR gdb/1458.
3824
782263ab
AC
38252004-06-18 Andrew Cagney <cagney@gnu.org>
3826
3827 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3828 * gdbarch.h, gdbarch.c: Re-generate.
3829 * ada-lang.c (ada_finish_decode_line_1): Update.
3830 * infrun.c (handle_inferior_event): Update.
3831 * infcall.c (find_function_addr): Update.
3832 * linespec.c (minsym_found): Update.
3833 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3834 Update.
3835 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3836 * cli/cli-cmds.c (disassemble_command): Update.
3837 * vax-tdep.c (vax_gdbarch_init): Update.
3838
2f305df1
MK
38392004-06-18 Mark Kettenis <kettenis@gnu.org>
3840
3841 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3842
e5fe55f7
AC
38432004-06-17 Andrew Cagney <cagney@gnu.org>
3844
3845 GDB 6.1.1 released from the GDB 6.1 branch.
3846 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3847 * PROBLEMS: Ditto.
3848
473b7be6
DJ
38492004-06-16 Daniel Jacobowitz <dan@debian.org>
3850
3851 PR gdb/1658
3852 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3853 operation as a uleb128. Found by Michael Coulter.
3854
96d887e8
PH
38552004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3856
3857 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3858 make it non-static.
3859 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3860 to ada-lang.h; this is needed to be able to implement the kill command
3861 in multi-task mode.
3862 (task_ptid): Ditto.
3863 (task_entry): Ditto.
3864 (task_list): Ditto.
3865 (ada_build_task_list): Ditto.
3866
3867 * ada-lang.c: Conditionalize routines and data structures related
3868 to breakpoints, exceptions, completion, and symbol caching on
3869 GNAT_GDB, since these are not yet used in the submitted public sources.
3870 (ada_main_name): Editorial: Move definition out of exception-related
3871 code.
3872
31eef181
AC
38732004-06-15 Andrew Cagney <cagney@gnu.org>
3874
3875 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3876 deprecated_pc_in_call_dummy.
3877
2c500098
AM
38782004-06-15 Alan Modra <amodra@bigpond.net.au>
3879
3880 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3881 bfd_get_section_size_before_reloc or _raw_size.
3882 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3883 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3884 (dwarf2_read_section): Likewise.
3885 * elfread.c (elf_locate_sections): Likewise.
3886 * gcore.c (derive_heap_segment): Likewise.
3887 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3888 * remote-e7000.c (e7000_load): Likewise.
3889 * remote-m32r-sdi.c (m32r_load): Likewise.
3890 * remote-mips.c (mips_load_srec): Likewise.
3891 (pmon_load_fast): Likewise.
3892 * remote.c (compare_sections_command): Likewise.
3893 * symfile.c (add_section_size_callback): Likewise.
3894 (load_section_callback): Likewise.
3895 (pc_in_unmapped_range): Likewise.
3896 (pc_in_mapped_range): Likewise.
3897 (sections_overlap): Likewise.
3898 (list_overlays_command): Likewise.
3899 (simple_overlay_update_1): Likewise.
3900 (simple_overlay_update): Likewise.
3901 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3902 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3903
90f943f1
RC
39042004-06-14 Randolph Chung <tausq@debian.org>
3905
3906 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3907 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3908 static.
3909 (hppa_hpux_inferior_created): New function.
3910 (hppa_hpux_init_abi): Register observer.
3911 * symfile.c (hp_cxx_exception_support_initialized)
3912 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3913 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3914
700c15aa
RC
39152004-06-14 Randolph Chung <tausq@debian.org>
3916
3973a7d3
AC
3917 * MAINTAINERS (Write After Approval): Alphabetize my entry
3918 correctly.
700c15aa 3919
cea4838c
AC
39202004-06-14 Andrew Cagney <cagney@gnu.org>
3921
3922 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3923 testsuite maintainer.
3924
97092415
AC
39252004-06-13 Andrew Cagney <cagney@gnu.org>
3926
e8c3165b
AC
3927 * infcmd.c (print_return_value): Fix logic, allow
3928 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3929
bceabdd8
AC
3930 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3931 defining any macros.
3932 * gdbarch.h: Re-generate.
3933
57010b1c
AC
3934 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3935 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3936 * gdbarch.h: Re-generate.
3937
bc87dfa0
AC
3938 * values.c (generic_use_struct_convention): Don't check gcc_p.
3939
15ac804d
AC
3940 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3941 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3942 * gdbarch.h, gdbarch.c: Regenerate.
3943 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3944 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3945 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3946 deprecated_max_register_raw_size and
3947 deprecated_max_register_virtual_size.
3948 * v850-tdep.c (v850_gdbarch_init): Ditto.
3949 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3950 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3951 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3952 * cris-tdep.c (cris_gdbarch_init): Ditto.
3953
97092415
AC
3954 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3955 * gdbarch.h, gdbarch.c: Re-generate.
3956 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3957 (m68hc11_use_struct_convention): Delete function.
3958 (m68hc11_extract_struct_value_address): Delete function.
3959 (m68hc11_return_value): New function.
3960 (m68hc11_gdbarch_init): Instead of store_return_value,
3961 extract_return_value, return_value_on_stack,
3962 deprecated_extract_struct_value_address and use_struct_convention,
3963 set return_value.
3964 * values.c (using_struct_return): Do not call
3965 RETURN_VALUE_ON_STACK.
3966 * arch-utils.h (generic_return_value_on_stack_not): Delete
3967 declaration.
3968 * arch-utils.c (generic_return_value_on_stack_not): Delete
3969 function.
3970
44e5158b
AC
39712004-06-12 Andrew Cagney <cagney@gnu.org>
3972
3973 * values.c (register_value_being_returned): Delete function.
3974 * infcmd.c (legacy_return_value): Delete function.
3975 * infcall.c (call_function_by_hand): Inline
3976 "register_value_being_returned", simplify.
3977 * values.c (using_struct_return): Update comment, refer to
3978 print_return_value instead of register_value_being_returned.
3979 * infcmd.c (print_return_value): Inline calls to
3980 register_value_being_returned and legacy_return_value. Simplify.
3981
b887c273
RC
39822004-06-11 Randolph Chung <tausq@debian.org>
3983
3984 * somread.c (som_symtab_read): Exclude gcc local symbols.
3985
1b2bfbb9
RC
39862004-06-11 Randolph Chung <tausq@debian.org>
3987
3973a7d3
AC
3988 * infrun.c (handle_inferior_event): Handle the case when a
3989 trampoline ends up in the runtime resolver, and if the trampoline
3990 has no name. Rearrange the code so that all the trampoline
3991 processing happens before other step-out-of-range handling.
1b2bfbb9 3992
a9d61c86
MH
39932004-06-11 Martin Hunt <hunt@redhat.com>
3994
3995 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3996 has no fpu.
3997
2c87cf5a
AC
39982004-06-10 Andrew Cagney <cagney@gnu.org>
3999
4000 * blockframe.c (legacy_inside_entry_func): Delete.
4001 (legacy_frame_chain_valid): Inline call to
4002 legacy_inside_entry_func, simplify.
4003
0b67b468 40042004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
4005
4006 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
4007 * dwarf2read.c (partial_die_info): Add dirname field.
4008 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4009 (read_partial_die): Save away DW_AT_comp_dir.
4010 * defs.h (symtab_to_filename): Removed.
4011 * source.c (find_and_open_source): Added.
57c22c6c 4012 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
4013 (symtab_to_filename): Removed.
4014 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
4015 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4016 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4017 symtab_to_filename.
4018 * symtab.h (partial_symtab): Add dirname field.
4019 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
4020 (mi_cmd_file_list_exec_source_file): Call new function
4021 symtab_to_fullname to find fullname.
57c22c6c 4022 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 4023 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
4024 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4025
9a1dd1ad
AC
40262004-06-10 Andrew Cagney <cagney@gnu.org>
4027
239ae8c7
AC
4028 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4029 to generic_use_struct_convention, the default value.
4030
fc720350
AC
4031 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4032 of abort.
4033
9a1dd1ad
AC
4034 * ns32k-tdep.c (ns32k_push_arguments): New function.
4035 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4036 * infcall.c (call_function_by_hand): Call error instead of
4037 legacy_push_arguments.
4038 * value.h (legacy_push_arguments): Delete declaration.
4039 * valops.c (legacy_push_arguments): Delete function.
4040 (value_push): Delete function.
4041
fea25152
BF
40422004-06-10 Brian Ford <ford@vss.fsi.com>
4043
4044 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4045 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4046 info.
4047 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4048
30a4a8e0
AC
40492004-06-10 Andrew Cagney <cagney@gnu.org>
4050
4051 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4052 * gdbarch.h, gdbarch.c: Re-generate.
4053 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4054 parameters.
4055 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4056 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4057 deprecated_pc_in_call_dummy instead of
4058 DEPRECATED_PC_IN_CALL_DUMMY.
4059 (arm_skip_prologue): Ditto.
4060 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4061 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4062 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4063 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4064 Ditto.
4065 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4066 (sh64_init_extra_frame_info, sh64_get_saved_register)
4067 (sh64_pop_frame): Ditto.
4068 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4069 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4070 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4071 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4072 (h8300_pop_frame): Ditto.
4073 * blockframe.c (legacy_inside_entry_func)
4074 (legacy_frame_chain_valid): Ditto.
4075 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4076 to deprecated_pc_in_call_dummy.
4077
81cfbe54
AC
40782004-06-09 Andrew Cagney <cagney@gnu.org>
4079
a1f4a1b6
AC
4080 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4081 provide a default value.
4082 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4083 * gdbarch.h, gdbarch.c: Re-generate.
4084 * arch-utils.c (generic_convert_register_p): Rename
4085 legacy_convert_register_p
4086 (legacy_register_to_value, legacy_value_to_register): Delete
4087 functions.
4088 * arch-utils.h (generic_convert_register_p): Rename
4089 legacy_convert_register_p.
4090 (legacy_register_to_value, legacy_value_to_register): Delete
4091 declarations.
4092
9730f241
AC
4093 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4094 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4095 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4096 * gdbarch.h, gdbarch.c: Re-generate.
4097 * infcmd.c (default_print_registers_info): Simplify.
4098 * findvar.c (value_of_register): Simplify.
4099 * mi/mi-main.c (get_register): Simplify.
4100 * arch-utils.c (legacy_convert_register_p): Always return 0.
4101 (legacy_register_to_value, legacy_value_to_register): Always call
4102 internal_error.
4103
8a1bf479
AC
4104 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4105 #ifdef CLEAR_INSN_CACHE code.
4106 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4107 Delete #ifdef CLEAR_DEFERRED_STORES code.
4108
4b38d6f1
AC
4109 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4110
2d62ecc7
AC
4111 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4112 copyright.
4113 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4114
be4f7469
AC
4115 * config/mips/mipsv4.mh: Delete file.
4116
81cfbe54
AC
4117 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4118 unreferenced macro.
4119 (hpread_adjust_stack_address): Delete declaration.
4120
d966f0cb
AC
41212004-06-08 Andrew Cagney <cagney@gnu.org>
4122
4123 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4124 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4125 PTRACE_ATTACH / PTRACE_DETACH available call error.
4126 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4127 * infttrace.c (update_thread_state_after_attach, attach, detach):
4128 Remove #ifdef wrappers.
4129 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4130 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4131 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4132 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4133 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4134 * config/nm-linux.h (ATTACH_DETACH): Delete.
4135 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4136 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4137 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4138 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4139 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4140
d91670b9
CV
41412004-06-08 Corinna Vinschen <vinschen@redhat.com>
4142
4143 * configure.in: Set $configdir to the right OS specific value.
4144 Use value when setting $tcldir and $tkdir.
4145 * configure: Regenerate.
4146
28ba0b33
PB
41472004-06-06 Paul Brook <paul@codesourcery.com>
4148
4149 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4150 records.
4151
f26caa11
PH
41522004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4153
4154 * ada-lang.c (lookup_symbol_in_language): New function to allow
4155 re-use of another language's symbol lookup code. (Placed here
4156 temporarily while Ada support is being integrated into the public
4157 tree).
4158 (restore_language): New auxiliary function for
4159 lookup_symbol_in_language.
4160 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4161 temporarily while Ada support is being integrated into the public
4162 tree).
4163
d560a54b
AO
41642004-06-08 Alexandre Oliva <aoliva@redhat.com>
4165
e75d110c
AO
4166 * Makefile.in (check//%): New.
4167
d560a54b
AO
4168 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4169 (mn10300_store_return_value): Rewrite.
4170 (mn10300_type_align): New.
4171 (mn10300_use_struct_convention): Rewrite.
4172 (mn10300_return_value): New, using all of the above.
4173 (mn10300_pop_frame_regular): Add saved_regs_size.
4174 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4175
a72fbdb7
AO
4176 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4177 regs if PC is on movm.
4178
01904826
JB
41792004-06-07 Jim Blandy <jimb@redhat.com>
4180
4181 Add native Linux support for the PowerPC E500.
4182 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4183 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4184 all architectures except the E500.
4185 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4186 #definitions.
4187 (struct gdb_evrregset_t): New type.
4188 (have_ptrace_getsetevrregs): New variable.
4189 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4190 fetch_spe_registers): New functions.
4191 (fetch_register): Call fetch_spe_register as appropriate.
4192 Assert that we're only passed raw register numbers.
4193 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4194 Don't fetch gprs if they're pseudoregisters.
4195 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4196 store_spe_registers): New functions.
4197 (store_register): Call store_spe_register as appropriate.
4198 Assert that we're only passed raw register numbers.
4199 (store_ppc_registers): Call store_spe_registers as appropriate.
4200 Don't store gprs if they're pseudoregisters.
4201
f90ef764
JJ
42022004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4203
4204 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4205 struct if one exists, even if we are dealing with a zombie thread.
4206
45b75230
AC
42072004-06-07 Andrew Cagney <cagney@gnu.org>
4208
4209 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4210 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4211 Rename PC_REQUIRES_RUN_BEFORE_USE.
4212 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4213 #ifdef.
4214
1658da49
RC
42152004-06-07 Randolph Chung <tausq@debian.org>
4216
4217 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4218 unwinding after sp has been saved to the stack but before the end
4219 of the prologue, and after the fp has been modified but before it has
4220 been saved to the stack.
4221 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4222 Remove superfluous definitions.
4223 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4224
9a727a3c
RC
42252004-06-07 Guy Martin <gmsoft@gentoo.org>
4226
4227 Committed by Randolph Chung.
4228 * hppa-linux-nat.c: Include the correct version of the header file
4229 depending on the kernel version.
4230
9e500012
RC
42312004-06-06 Randolph Chung <tausq@debian.org>
4232
4233 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4234 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4235
3388d7ff
RC
42362004-06-06 Randolph Chung <tausq@debian.org>
4237
4238 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4239 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4240 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4241 * hppa-tdep.c (hppa_symbol_address): New function definition.
4242 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4243
d49771ef
RC
42442004-06-06 Randolph Chung <tausq@debian.org>
4245
4246 * hppa-tdep.h (struct value): Forward declaration.
4247 (gdbarch_tdep): Define tdep find_global_pointer method.
4248 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4249 associated with the function we are trying to call, and write it
4250 to the gp register.
4251 (hppa32_convert_from_funct_ptr_addr): New function.
4252 (hppa_find_global_pointer): New function.
4253 (hppa_gdbarch_init): Set default find_global_pointer method; set
4254 convert_from_func_ptr_addr method.
4255 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4256 (hppa_linux_init_abi): Set find_global_pointer method.
4257 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4258
7d9b040b
RC
42592004-06-06 Randolph Chung <tausq@debian.org>
4260
4261 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4262 to struct value *function.
4263 * gdbarch.c: Regenerate.
4264 * gdbarch.h: Likewise.
4265 * infcall.c (call_function_by_hand): Pass entire function value
4266 to push_dummy_call.
4267
4268 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4269 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4270 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4271 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4272 * arm-tdep.c (arm_push_dummy_call): Likewise.
4273 * avr-tdep.c (avr_push_dummy_call): Likewise.
4274 * cris-tdep.c (cris_push_dummy_call): Likewise.
4275 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4276 * frv-tdep.c (frv_push_dummy_call): Likewise.
4277 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4278 * hppa-tdep.c (hppa32_push_dummy_call)
4279 (hppa64_push_dummy_call): Likewise.
4280 * i386-tdep.c (i386_push_dummy_call): Likewise.
4281 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4282 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4283 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4284 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4285 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4286 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4287 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4288 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4289 (ppc64_sysv_abi_push_dummy_call): Likewise.
4290 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4291 (ppc64_sysv_abi_push_dummy_call): Likewise.
4292 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4293 * s390-tdep.c (s390_push_dummy_call): Likewise.
4294 * sh-tdep.c (sh_push_dummy_call_fpu)
4295 (sh_push_dummy_call_nofpu): Likewise.
4296 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4297 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4298 * vax-tdep.c (vax_push_dummy_call): Likewise.
4299
4a19ea35
JB
43002004-06-04 Jim Blandy <jimb@redhat.com>
4301
8327ccee
JB
4302 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4303 gdbarch argument to register_size.
4304
a3c001ce
JB
4305 * rs6000-tdep.c (rs6000_store_return_value): Use
4306 regcache_cooked_write_part instead of
4307 deprecated_write_register_bytes.
4308 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4309 not gdbarch_deprecated_store_return_value.
4310
4a19ea35
JB
4311 * ppc-linux-nat.c (store_register, fetch_register): Remove
4312 incorrect assertions. Simplify and generalize handling of
4313 transfers whose sizes are not multiples of, or less than, sizeof
4314 (PTRACE_XFER_TYPE).
4315
b9b5d7ea
JJ
43162004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4317
4318 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4319 as a new thread event.
720c7d64 4320 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 4321 zombie, return TD_THR_ZOMBIE.
720c7d64 4322 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
4323 TD_THR_ZOMBIE, check if the thread is still on the thread list
4324 and return a -1 ptid if not found.
4325 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4326 change the status to TARGET_WAITKIND_SPURIOUS.
4327
c8a3b559
CV
43282004-06-03 Corinna Vinschen <vinschen@redhat.com>
4329
4330 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4331 double values in little endian mode.
4332
20605361
AC
43332004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4334
4335 Committed by Andrew Cagney.
4336 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4337 after last enum constant to avoid error from IBM C
4338 compiler.
4339
bc97b3ba
JB
43402004-06-02 Jim Blandy <jimb@redhat.com>
4341
4342 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4343 to 'message', and make it local to the lone block that uses it.
4344
1da28ab0
JB
4345 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4346
4c4b4cd2
PH
43472004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4348
8a2225b2
PH
4349 * ada-exp.y: Update copyright notice.
4350 Include block.h.
4351
4352 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4353 SPECIAL_VARIABLE and unify the treatment of these cases.
4354
4355 (write_attribute_call0): Remove.
4356 (write_attribute_call1): Remove.
4357 (write_attribute_calln): Remove.
4358 (save_qualifier): Add missing semicolon.
4359
4360 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4361 temporarily disabled to allow compilation with FSF head version.
4362
4363 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4364 use individual operators (OP_*) for all attributes.
4365 (exp syntax): Use write_int.
4366 Handle STRING literals with OP_STRING.
4367 (variable syntax): Add limit parameter to calls to
4368 write_object_renaming.
4369
4370 (temp_parse_space): New definition to hold entities that need
4371 only live until the next call to ada_parse.
4372 (string_to_operator): Rename fields of ada_opname_table entries.
4373
4374 (write_var_from_sym): Record block.
4375 (write_var_from_name): Minor reformatting.
4376 Make sure saved name is properly encoded in the case of multiple
4377 matches, and set its language to Ada.
4378 Update comment.
4379 Modify to indicate unresolved name as symbol in the UNRESOLVED
4380 namespace, allocated in temp_parse_space.
4381 (write_int): New function.
4382
4383 (write_object_renaming): Add max_depth parameter to limit
4384 chains of object renamings.
4385 Handle case where root of renaming expression is itself a renaming.
4386 Use temp_parse_space for temporary name buffer.
4387 Handle renamings to dereferenced pointers (___XEXA suffices).
4388
4389 (ada_parse, yyerror, string_to_operator,
4390 write_var_from_sym, write_var_from_name, write_attribute_call0,
4391 write_attribute_call1, write_attribute_calln,
4392 write_object_renaming): Protoize.
4393
4394 (_initialize_ada_exp): New function.
4395
4396 * ada-lang.c: Update copyright notice.
4397 General terminology change to conform to GNAT compiler usage:
4398 mangle => encode, demangle => decode
4399 Include gdb_obstack.h.
4400 Include gdb_regex.h
4401 Include frame.h
4402 Include hashtab.h
4403 Include completer.h
4404 Include gdb_stat.h
4405 Include block.h
4406 Include infcall.h
4407
4408 (ADA_RETAIN_DOTS): Make sure this is defined.
4409 (TRUNCATION_TOWARDS_ZERO): Define.
4410 (struct string_vector): Define.
4411 (unresolved_names): Remove definition.
4412 (xnew_string_vector): New function.
4413 (string_vector_append): New function.
4414 (extract_string): Make static.
4415 (ada_unqualified_name): New function.
4416 (add_angle_brackets): New function.
4417 (function_name_from_pc): New function.
4418 (place_on_stack): Rename to ensure_lval.
4419
4420 (ensure_lval): Renamed from place_on_stack.
4421 Make identity on lvals.
4422 Update comment.
4423 (is_nonfunction): New interface.
4424 Only symbols in LOC_CONST class can be enumerals.
4425 (fill_in_ada_prototype): Remove; now independent of language.
4426 (add_defn_to_vec): Add obstack and symtab arguments.
4427 Use obstack to hold collected definitions.
4428 (num_defns_collected): New function.
4429 (defns_collected): New function.
4430 (ada_resolve_subexp): Rename to resolve_subexp.
4431 (resolve_subexp): Renamed from ada_resolve_subexp.
4432 (ada_op_name): Return non-const result.
4433 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4434 other purposes.
4435
4436 (to_fixed_array_type): Add declaration.
4437 (coerce_unspec_val_to_type): Remove offset parameter.
4438 (find_sal_from_funcs_and_line): New interface.
4439 (find_line_in_linetable): Ditto.
4440
4441 (all_sals_for_line): Rename to ada_sals_for_line and make
4442 global.
4443 Add new parameter. When set, do not ask the user to choose the
4444 instance, but use the first one found instead.
4445 Use given line number in returned sals.
4446 Fix comment.
4447 Skip the prologue if funfirstline is set.
4448 Correct for memory leak when 0 lines found.
4449
4450 (value_pos_atr): Use pos_atr.
4451 (pos_atr): New function.
4452 (standard_lookup): Add block parameter.
4453
4454 (makeTimeStart): Remove declaration and uses.
4455 (makeTimeStop): Remove declaration and uses.
4456
4457 (ada_completer_word_break_characters): Allow for VMS.
4458 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4459 (raise_sym_name): New constant.
4460 (raise_unhandled_sym_name): New constant.
4461 (raise_assert_sym_name): New constant.
4462 (process_raise_exception_name): New constant.
4463 (longest_exception_template): New constant.
4464 (warning_limit): New variable to limit warnings during expression
4465 evaluation.
4466 (warnings_issued): New variable to keep track of warnings issued.
4467 (known_runtime_file_name_patterns): New constant.
4468 (known_auxiliary_function_name_patterns): New constant.
4469 (symbol_list_obstack): New variable.
4470
4471 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4472 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4473 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4474 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4475 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4476 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4477 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4478 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4479 and strcmp.
4480
4481 (ada_get_field_index): New function.
4482 (lim_warning): New function.
4483 (ada_translate_error_message): New function.
4484 (MAX_OF_SIZE): New function.
4485 (MIN_OF_SIZE): New function.
4486 (UMAX_OF_SIZE): New function.
4487 (UMIN_OF_SIZE): New function.
4488 (discrete_type_high_bound): New function.
4489 (discrete_type_low_bound): New function.
4490 (base_type): New function.
4491 (do_command): Remove.
4492
4493 (ada_update_initial_language): Use language_ada, not language_unknown.
4494 (ada_encode): Renamed from ada_mangle.
4495 Obey ADA_RETAIN_DOTS.
4496 (ada_decode): Renamed from ada_demangle.
4497 Update coding conventions.
4498 (decoded_names_store): New hash table.
4499 (ada_decode_symbol): New function.
4500 (ada_la_decode): New function.
4501
4502 (modify_general_field): Correct computations of offset and bit
4503 position.
4504 (desc_base_type): Handle ref types, too.
4505 (ada_is_direct_array_type): New function.
4506
4507 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4508 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4509 (ada_is_bogus_array_descriptor,ada_type_of_array,
4510 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4511 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4512 ada_is_array_descriptor_type.
4513
4514 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4515 (ada_is_packed_array_type): Handle pointers or
4516 references to packed arrays as well.
4517 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4518 (decode_packed_array_type): Search for the packed array type
4519 symbol in the currently selected block and associated
4520 superblocks too.
4521 Use lookup_symbol again.
4522
4523 (decode_packed_array): Handle pointers and references.
4524 Update call to coerce_unspec_val_to_type.
4525 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4526 (ada_value_primitive_packed_val): Improve comment.
4527
4528 (ada_index_type): Substitute int type for "undefined".
4529 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4530 ada_array_langth, ada_is_string_type): Use renamed
4531 ada_is_simple_array_type.
4532 (empty_array): New function.
4533
4534 (ada_resolve): Rename to resolve.
4535 (resolve): Make static.
4536 Call renamed resolve_subexp.
4537 Update comment.
4538 (ada_resolve_subexp): Rename to resolve_subexp.
4539 (resolve_subexp): Update comment.
4540 Decomment disabled code.
4541 Add LOC_COMPUTED* cases.
4542 Modify to use temporary struct symbols (marked as being in
4543 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4544 OP_UNRESOLVED_VALUE.
4545 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4546 Add OP_STRING case.
4547 Remove OP_ARRAY.
4548 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4549 Use new ada_lookup_symbol_list interface.
4550 Use new ada_resolve_function interface.
4551 Remove OP_TYPE case.
4552
4553 (ada_args_match): Idiot proof against null actuals.
4554 Use intermediate variables to clarify.
4555 (ada_resolve_function): Update comment and interface.
4556 (mangled_ordered_before): Rename to encoded_ordered_before and
4557 update comment.
4558 (sort_choices): Update comment and interface.
4559 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4560 (user_select_syms): New interface.
4561 Use new sort_choices interface.
4562 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4563 (possible_user_operator_p): Idiot-proof against null values.
4564 (ada_simple_renamed_entity): Don't make cleanup; rely on
4565 caller to free result string.
4566 Remove const from return type.
4567 (make_array_descriptor): Rename uses of place_on_stack to
4568 ensure_lval.
4569 Make sure that arrays are on stack.
4570
4571 (HASH_SIZE): Define.
4572 (struct cache_entry): Define.
4573 (cache_space): Define.
4574 (cache): Define.
4575 (clear_ada_sym_cache): New function.
4576 (find_entry): New function.
4577 (lookup_cached_symbol): New function.
4578 (defn_vector_size): Define.
4579 (cache_symbol): New function.
4580 (defn_symbols): Remove.
4581
4582 (standard_lookup): Use lookup_symbol_in_language to get effect of
4583 C lookup.
4584 Cache results.
4585
4586 (symbol_completion_match): New function.
4587 (symbol_completion_add): New function.
4588 (ada_make_symbol_completion_list): New function.
4589
4590 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4591 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4592 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4593 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4594
4595 (ada_lookup_simple_minsym): New function.
4596 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4597
4598 (add_symbols_from_enclosing_procs): New interface.
4599 Conditionalize more helpfully.
4600 Don't bother if program isn't running.
4601 Use new interface to get_frame_block.
4602 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4603
4604 (remove_extra_symbols): New interface.
4605 (xget_renaming_scope): New function.
4606 (is_package_name): New function.
4607 (renaming_is_visible): New function.
4608 (remove_out_of_scope_renamings): New function.
4609
4610 (ada_lookup_symbol_list): New interface.
4611 Properly reinitialize the symbol list obstack.
4612 Don't call add_symbols_from_enclosing_procs if we start from a
4613 static or global block.
4614 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4615 add_symbols_from_enclosing_procs.
4616 Add symtab data to cached entries.
4617 Handle symbols prefixed with
4618 "standard__" specially; strip prefix and don't look in local symbols.
4619 Do not include out of scope renaming symbols in list of
4620 symbols returned.
4621 Add const to block parameter.
4622 Move check for non-local, non-global symbols earlier.
4623 Remove timing stuff.
4624 (ada_lookup_symbol): New interface.
4625 Find symtab as well.
4626 (ada_lookup_symbol_nonlocal): New function.
4627
4628 (is_name_suffix): Enhance suffix detection to recognize
4629 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4630 (is_dot_digits_suffix): New function.
4631 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4632
4633 (ada_add_block_symbols): New interface. Use obstack to return results
4634 in a vector of struct ada_symbol_infos. Add symtab argument.
4635 Use new interface to add_defn_to_vec.
4636 Remove calls to fill_in_ada_prototype.
4637 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4638
4639 (ada_finish_decode_line_1): Add const qualification to local to fix
4640 warning.
4641 Start looking in static block for functions to avoid attempts
4642 to search frame chain for up-level variables.
4643 Adapt to new ada_sals_for_line interface.
4644 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4645 Handle quoting of the function name inside the spec string.
4646 Skip prologue when funfirstline is set and update the
4647 function documentation to that effect.
4648
4649 (debug_print_lines, debug_print_block, debug_print_blocks,
4650 debug_print_symtab): Remove.
4651
4652 (ada_main_name): New function.
4653 (ada_exception_breakpoint_type): New function.
4654 (is_known_support_routine): New function.
4655 (ada_find_printable_frame): Renamed from find_printable_frame and made
4656 global.
4657 Remove level parameter.
4658 Use new interface to select_frame.
4659
4660 (begin_command): Remove.
4661 (ada_adjust_exception_stop): New function.
4662 (ada_print_exception_stop): New function.
4663 (exception_name_from_cond): New function.
4664 (ada_report_exception_break): Replace disabled code with
4665 conditionalization on GNAT_GDB.
4666 Get the exception name from the condition string.
4667 Remove and move functionality into new functions
4668 ada_print_exception_breakpoint_task and
4669 ada_print_exception_breakpoint_nontask.
4670 (error_breakpoint_runtime_sym_not_found): New function.
4671 (is_runtime_sym_defined): New function.
4672 (ada_breakpoint_rewrite): Uncomment suppressed code.
4673 Use symbolic error-message and runtime-symbol names.
4674 Surround runtime symbol names in quotes.
4675 Allow non-specific breakpoints on exceptions and assertions before
4676 program starts.
4677
4678 (ada_is_tagged_type): Add parameter.
4679 (ada_is_tag_type): New function.
4680 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4681 (ada_variant_discrim_type): Ditto.
4682 (value_tag_from_contents_and_address): New function.
4683 (type_from_tag): New function.
4684 (struct tag_args): New structure used to communicate with
4685 ada_tag_name_1.
4686 (ada_tag_name_1): New function.
4687 (ada_tag_name): New function.
4688
4689 (ada_scan_number): Update comment.
4690 (find_struct_field): New function.
4691 (ada_search_struct_field): Make static.
4692 (ada_value_struct_elt): New version that returns references when
4693 given pointers or references to structs.
4694 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4695 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4696 interface.
4697 (ada_value_ind): Use new ada_to_fixed_value interface.
4698 (ada_coerce_ref): Ditto.
4699 (field_offset): Remove.
4700
4701 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4702 (ada_find_renaming_symbol): New function.
4703 (ada_prefer_type): Prefer named types over unnamed ones.
4704 (variant_field_index): New function.
4705 (contains_variant_part): Removed: subsumed by variant_field_index.
4706 (ada_template_to_fixed_record_type): New function, mostly from
4707 template_to_fixed_record_type.
4708 (template_to_fixed_record_type):
4709 Do not scan the type fields beyond the last one; prevents a
4710 potential SEGV.
4711 Handle case where variant field is listed BEFORE discriminant it
4712 depends on.
4713 Fix calculation of record length when bit length is
4714 not evenly divisible by char length.
4715 Move code to ada_template_to_fixed_record_type and call it.
4716
4717 (template_to_static_fixed_type): Revise comment.
4718 Modify to work on ordinary record types as well as templates,
4719 so as to handle fields that use ___XVE or ___XVU encodings.
4720 (to_record_with_fixed_variant_part): Fill out comment.
4721 Initialize C++ stuff in right type.
4722 Allow case where DVAL is null.
4723 Handle case where variant field is not last.
4724 Fix typo concerning record length.
4725 (to_fixed_record_type): Decomment disabled code.
4726 (to_fixed_record_type): Use variant_field_index instead of
4727 contains_variant_part.
4728 (to_fixed_variant_branch_type): Ditto.
4729 (to_fixed_array_type): Decomment disabled code.
4730 (ada_to_fixed_type): Convert tagged types to the specific type.
4731 Deactivate the size-check for array types in order to avoid
4732 some false size alarms.
4733 (to_static_fixed_type): Decomment disabled code.
4734 Modify to call template_to_static_fixed_type
4735 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4736 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4737 Remove valaddr argument, as it is never really used.
4738 (ada_to_fixed_value): Change interface to act on single struct value*
4739 operand.
4740 (adjust_pc_past_prologue): New function.
4741 (ada_attribute_name): Modify to take enum exp_opcode argument.
4742
4743 (ada_enum_name): Recognize new homonym-distinguishing convention.
4744 Adjust local variable's type to remove compiler warning.
4745 Fix a small problem in the part that unqualifies the enumeration name.
4746 (ada_value_binop): New function.
4747 (ada_value_equal): New function.
4748
4749 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4750 Don't give error message when not doing normal evaluation
4751 and a tagged type doesn't seem to contain a structure member.
4752 Give error message for packed arrays.
4753 For indexing arrays, handle pointers to packed arrays correctly.
4754 Handle case of 'first and 'last attributes of bare integral type
4755 without encoded subtype info.
4756 Remove some unnecessary casts.
4757 Fix uninitialized value of type in computing 'first, 'last, or 'length
4758 of array object.
4759 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4760 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4761 calls.
4762 Attributes are now exp_opcode values.
4763 Correct treatment of 'modulus.
4764 Better error message for taking 'length of wrong kind of type;
4765 improve comment.
4766 Change EVAL_NORMAL to noside for consistency.
4767 Use ada_value_binop for DIV, MOD, REM.
4768 Make special case out of array of length 0, since an argument
4769 of 0 upsets some platforms' malloc.
4770 Use OP_STRING instead of OP_ARRAY.
4771 For slice, add check that we have an array type before extracting
4772 a slice out of it. Avoids a SEGV.
4773 When evaluating an array slice, if the array type is a reference to
4774 an aligner type, then replace the aligner type by the actual type.
4775 Decomment disabled code.
4776 Remove some dead code.
4777 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4778 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4779 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4780 and UNOP_MBR to UNOP_IN_RANGE.
4781 If an array type has a parallel ___XVE type, then use it.
4782 Turn arrays into pointers for lvalue arrays.
4783 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4784 bounds error and handle 0-length slices.
4785 Use lim_warning.
4786 When selecting fields, apply ada_to_fixed_value (because the fields
4787 might have ___XVU or ___XVE encodings even if not dynamic.)
4788 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4789 (ada_is_system_address_type): New function.
4790
4791 (get_var_value): Use new interface to ada_lookup_symbol_list.
4792 (get_int_var_value): New interface.
4793 (to_fixed_range_type): Allow unknown bound, with warning.
4794 (ada_is_modular_type): Decomment disabled code.
4795 (ADA_OPERATORS): New definition.
4796 (ada_operator_length): New function.
4797 (ada_expr_op_name): New function.
4798 (ada_forward_operator_length): New function.
4799 (ada_dump_subexp_body): New function.
4800 (ada_print_subexp): New function.
4801 (ada_exp_descriptor): New constant.
4802 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4803 (ada_language_defn): Add ada_exp_descriptor entry.
4804 Change ada_parse => parse.
4805 Add post-parser entry.
4806 Use ada-specific non-local symbol lookup.
4807 Don't use C-style arrays.
4808 String lower-bound is 1.
4809 Decomment disabled code.
4810 (parse): New function.
4811 New fields ada_translate_error_message, ada_lookup_symbol,
4812 ada_lookup_minimal_symbol.
4813
4814 * ada-lang.h: Update copyright dates.
4815 Replace the mangle/demangle terminology throughout by the
4816 more appropriate encode/decode one.
4817 Include breakpoint.h.
4818 Forward declare struct partial_symbol, struct block.
4819 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4820 (EXTRACT_ADDRESS): Remove.
4821 (EXTRACT_INT): Remove.
4822 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4823 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4824 (MAX_RENAMING_CHAIN_LENGTH): Define.
4825 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4826
4827 (enum task_states): Remove.
4828 ada_task_states: Remove.
4829 (fat_string): Remove.
4830 (struct entry_call): Remove.
4831 (struct task_fields): Remove.
4832 (struct task_entry): Remove.
4833
4834 (struct ada_symbol_info): Define.
4835 (enum ada_attribute): Remove.
4836 (enum ada_operator): Define.
4837
4838 (ada_get_field_index): Declare.
4839 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4840 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4841 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4842 (ada_lookup_symbol_list): New interface.
4843 (ada_decode_symbol): Declare.
4844 (ada_decode): Declare.
4845 (ada_lookup_symbol): New interface.
4846 (ada_update_initial_language): Declare.
4847 (ada_lookup_simple_minsym): Declare.
4848 (user_select_syms): New interface.
4849 (ada_sals_for_line): Declare.
4850 (ada_is_tagged_type): New interface.
4851 (ada_tag_name): Declare.
4852 (ada_lookup_struct_elt_type): Remove declaration.
4853 (ada_search_struct_field): Remove declaration.
4854 (ada_attribute_name): New interface.
4855 (ada_is_system_address_type): Declare.
4856 (ada_to_fixed_value): Remove declaration.
4857 (ada_template_to_fixed_record_type_1): Declare.
4858 (get_int_var_value): New interface.
4859 (ada_find_any_symbol): Declare.
4860 (ada_find_renaming_symbol): Declare.
4861 (ada_mangle): Rename to ada_encode.
4862 (ada_simple_renamed_entity): Remove const.
4863 (ada_main_name): Declare.
4864 (get_current_task): Rename to ada_get_current_task.
4865 (get_entry_number): Remove declaration.
4866 (ada_report_exception_break): Remove declaration.
4867 (ada_print_exception_breakpoint_nontask): Declare.
4868 (ada_print_exception_breakpoint_task): Declare.
4869 (ada_find_printable_frame): Declare.
4870
4871 * ada-lex.l: Update copyright notices.
4872 Use xmalloc and xfree instead of malloc and free.
4873 Use new interface to name_lookup.
4874 Use new interface to
4875 ada_mangle=>ada_encode.
4876 Redo handling of '$...' variable to parallel current treatment
4877 in c-exp.y.
4878 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4879 digit_to_int, strtoulst, processInt, processReal, processId,
4880 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4881 yywrap): Protoize.
4882
4883 (processInt): Use cast to remove harmless warning.
4884 (processReal): Modify to get rid of compiler warning on scan formats.
4885
4886 (processId): Replace xmalloc with obstack_alloc for name and remove
4887 call to ada_name_string_cleanup.
4888 Remove obsolete disabled code.
4889 (name_lookup): Ditto.
4890 New interface.
4891 Use obsavestring on temp_parse_space instead of savestring
4892 on name, and remove call to ada_name_string_cleanup.
4893 Free string returned from ada_simple_renamed_entity.
4894 Use new interface to ada_lookup_symbol_list.
4895 Decomment disabled code.
4896 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4897 not types.
4898 When a type name lookup succeeds as a result of
4899 lookup_primitive_typename, check for regular type entry that has not
4900 yet been read in.
4901 Limit length of chain of renamed symbols we are willing to follow.
4902 Do not break names beginning with "standard__" into segments.
4903 (block_lookup): Use new interface to ada_lookup_symbol_list.
4904
4905 * ada-typeprint.c: Update copyright notice.
4906 (demangled_type_name): Rename to decoded_type_name.
4907 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4908 (print_range_bound): Correct handling of negative
4909 bounds that make the index type looked unsigned under STABS.
4910 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4911 (print_range_type_named): Use the builtin int type if no type
4912 corresponding to the given type name could be found.
4913 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4914 Add some bullet-proofing.
4915 (print_variant_clauses): Allow for variant branches with ___XVU
4916 encodings that are not dynamic fields.
4917 Use new interface to ada_is_tagged_type.
4918 (print_record_type): Allow for fields with ___XVE encodings that
4919 are not dynamic fields.
4920 Use new interface to ada_is_tagged_type.
4921 (ada_print_type): ada_is_array_descriptor =>
4922 ada_is_array_descriptor_type.
4923
4924 * ada-valprint.c: Update copyright notice.
4925 Include gdb_string.h
4926 Include infcall.h
4927 (ui_memcpy): New function.
4928 (ada_print_floating): New function.
4929 (ada_print_str): Order arguments correctly.
4930 Correct handling of empty arrays and arrays of 0-length items.
4931 ada_is_array_descriptor => ada_is_array_descriptor_type
4932 Print values of type System.Address in hexadecimal format.
4933 Use ada_print_floating to print floating-point numbers in Ada format.
4934 Print class tag values with type names.
4935 No longer print the address of reference values. Avoids
4936 a potential confusion.
4937 (ada_value_print): Stop printing the object type for reference
4938 values, but preserve that behavior for access types. Avoids
4939 a potential confusion.
4940 Simplify one conditional expression, as the first part is now
4941 necessarily true.
4942 ada_is_array_descriptor => ada_is_array_descriptor_type
4943 Add check for arrays for null records, and print them by hand.
4c4b4cd2 4944
f65f91b5
JB
49452004-06-01 Jim Blandy <jimb@redhat.com>
4946
4947 * ppc-tdep.h: Delete unused 'regoff' member.
4948 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4949
d4687fa0
MC
49502004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4951
4952 Fix PR symtab/1661.
4953 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4954 (hpread_read_struct_type): Likewise.
4955
de169ec9
AC
49562004-06-01 Andrew Cagney <cagney@gnu.org>
4957
c6902d46
AC
4958 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4959 instead of xasprintf.
4960 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4961 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4962 (mi_cmd_data_list_register_names)
4963 (mi_cmd_data_list_changed_registers)
4964 (mi_cmd_data_list_register_values)
4965 (get_register, mi_cmd_data_write_register_values)
4966 (mi_cmd_data_write_register_values)
4967 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4968 (mi_cmd_target_download, mi_cmd_target_select)
4969 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4970 (mi_execute_cli_command, mi_execute_async_cli_command)
4971 (mi_execute_async_cli_command): Ditto.
4972 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4973 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4974
6085fc2d
AC
4975 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4976 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4977 error_last_message instead of mi_error_last_message.
4978 * mi/mi-main.c (mi_error_last_message): Delete function.
4979
de169ec9
AC
4980 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4981 "invalid number of columns" error. Delete redundant "out of
4982 memory" check.
4983
1fc7d519
MK
49842004-05-31 Mark Kettenis <kettenis@gnu.org>
4985
6cfb2041
MK
4986 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4987 (gregset_t, fpregset_t): Remove typedefs.
4988 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4989 (REG_OFFSET): Rename argument.
4990 (i386bsd_r_reg_offset): Rename from reg_offset.
4991 (REG_ADDR): Remove macro.
4992 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4993 functions.
4994 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4995 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4996 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4997 instead of supply_gregset.
4998 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4999 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5000 instead of fill_gregset.
5001 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5002
1fc7d519
MK
5003 * i386bsd-nat.c: Don't include "gregset.h".
5004 (supply_gregset, fill_gregset): Make static.
5005 (supply_fpregset, fill_fpregset): Remove.
5006 * Makefile.in (i386bsd-nat.o): Update dependencies.
5007
2c34abbe
MK
50082004-05-30 Mark Kettenis <kettenis@gnu.org>
5009
448724fb
MK
5010 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5011 "gdb_assert.h". Con't include "gregset.h".
5012 (fbsd_make_corefile_notes): Use regset-based core file support
5013 instead off fill_gregset and fill_fpregset.
5014 * Makefile.in (fbsd-proc.o): Update dependencies.
5015
5ca8ca7c
MK
5016 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5017 instructions.
5018 (m88k_frame_prev_register): Simplify code a bit.
5019
593adc23
MK
5020 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5021 (amd64_collect_fpregset): New function.
5022 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5023
8d1b517b
MK
5024 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5025
7fdafb5a
MK
5026 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5027 (i386_collect_gregset): New function.
5028 (i386_supply_fpregset): Adjust comment.
5029 (i386_collect_fpregset): New function.
5030 (i386_regset_from_core_section): Use i386_collect_gregset and
5031 i386_collect_fpregset.
5032
8693c419
MK
5033 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5034 handle VALUEP being null.
5035
2c34abbe
MK
5036 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5037
45d134d8
MK
50382004-05-29 Mark Kettenis <kettenis@gnu.org>
5039
1698f4e7
MK
5040 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5041
45d134d8
MK
5042 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5043 assembler in OpenBSD 3.5-current.
5044 (amd64obsd_sigcontext_addr): Likewise.
5045
691d145a
JB
50462004-05-28 Jim Blandy <jimb@redhat.com>
5047
5048 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5049 register set, so our regcache isn't declared "legacy" and our E500
5050 pseudoregister read and write functions aren't ignored.
5051 (rs6000_register_byte, rs6000_register_raw_size,
5052 rs6000_register_virtual_type, rs6000_register_convertible,
5053 rs6000_register_convert_to_virtual,
5054 rs6000_register_convert_to_raw): Deleted.
5055 (rs6000_register_type, rs6000_convert_register_p,
5056 rs6000_register_to_value, rs6000_value_to_register): New
5057 functions.
5058 (rs6000_gdbarch_init): Don't register
5059 gdbarch_deprecated_register_size,
5060 gdbarch_deprecated_register_bytes,
5061 gdbarch_deprecated_register_byte,
5062 gdbarch_deprecated_register_raw_size,
5063 gdbarch_deprecated_register_virtual_type,
5064 gdbarch_deprecated_register_convertible,
5065 gdbarch_deprecated_register_convert_to_virtual, or
5066 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5067 register gdbarch_register_type, gdbarch_convert_register_p,
5068 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5069
18ed0c4e
JB
50702004-05-26 Jim Blandy <jimb@redhat.com>
5071
5072 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5073 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5074 functions, updated to match the register numberings used in GCC.
5075 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5076 rs6000_dwarf2_reg_to_regnum as register number conversions
5077 functions for STABS and Dwarf2.
5078
779af9e3
RC
50792004-05-26 Randolph Chung <tausq@debian.org>
5080
5081 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5082 in header file.
5083
c23968a2
JB
50842004-05-25 Joel Brobecker <brobecker@gnat.com>
5085
5086 * NEWS: Document new "start" command.
5087
3a7d1c27
RC
50882004-05-25 Randolph Chung <tausq@debian.org>
5089
5090 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5091 hppa-linux.
5092
43613416
RC
50932004-05-25 Randolph Chung <tausq@debian.org>
5094
5095 * hppa-hpux-tdep.c (offsetof): Define.
5096 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5097 (hppa32_hpux_frame_base_before_sigtramp)
5098 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5099 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5100 (hppa64_hpux_frame_base_before_sigtramp)
5101 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5102 functions.
5103 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5104 (hppa_hpux_sigtramp_frame_unwind_cache)
5105 (hppa_hpux_sigtramp_frame_this_id)
5106 (hppa_hpux_sigtramp_frame_prev_register)
5107 (hppa_hpux_sigtramp_frame_unwind)
5108 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5109 (hppa_hpux_init_abi): Register sigtramp unwinder.
5110 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5111
6d1be3f1
RC
51122004-05-25 Randolph Chung <tausq@debian.org>
5113
5114 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5115 and multiple stack unwinds.
5116 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5117
97c34f65
AC
51182004-05-25 Andrew Cagney <cagney@gnu.org>
5119
5120 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5121 * symfile-mem.h: Delete file.
5122 * symfile-mem.c: Do not include "symfile-mem.h".
5123 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5124 "struct bfd_section". When an error do not bother returning NULL.
5125 (add_symbol_file_from_memory_command): Use "struct bfd" and
5126 "struct bfd_section".
5127 * Makefile.in (symfile_mem_h): Delete.
5128 (symfile-mem.o): Update dependencies.
5129
e23cbd82
NR
51302004-05-25 Nick Roberts <nickrob@gnu.org>
5131
5132 * gdb-mi.el: New file.
5133
20d2ca3e
AC
51342004-05-25 Andrew Cagney <cagney@gnu.org>
5135
5136 * inftarg.c: Include "observer.h".
5137 (child_attach, child_create_inferior): Notify inferior_created.
5138 * corelow.c: Include "observer.h".
5139 (core_open): Notify inferior_created.
5140 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5141
c27cda74
AC
51422004-05-25 Andrew Cagney <cagney@gnu.org>
5143
5144 * target.h (struct target_ops): Add from_tty to
5145 to_create_inferior.
5146 (target_create_inferior, find_default_create_inferior): Update.
5147 * infcmd.c (run_command): Update.
5148 * wince.c (child_create_inferior): Update.
5149 * win32-nat.c (child_create_inferior): Update.
5150 * uw-thread.c (uw_thread_create_inferior): Update.
5151 * thread-db.c (thread_db_create_inferior): Update.
5152 * target.c (debug_to_create_inferior)
5153 (find_default_create_inferior): Update.
5154 (maybe_kill_then_create_inferior): Update.
5155 * sol-thread.c (sol_thread_create_inferior): Update.
5156 * remote.c (extended_remote_async_create_inferior)
5157 (extended_remote_create_inferior): Update.
5158 * remote-vx.c (vx_create_inferior): Update.
5159 * remote-st.c (st2000_create_inferior): Update.
5160 * remote-sim.c (gdbsim_create_inferior): Update.
5161 * remote-sds.c (sds_create_inferior): Update.
5162 * remote-rdp.c (remote_rdp_create_inferior): Update.
5163 * remote-rdi.c (arm_rdi_create_inferior): Update.
5164 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5165 * remote-e7000.c (e7000_create_inferior): Update.
5166 * procfs.c (procfs_create_inferior): Update.
5167 * ocd.c (ocd_create_inferior): Update.
5168 * ocd.h (ocd_create_inferior): Update.
5169 * nto-procfs.c (procfs_create_inferior): Update.
5170 * monitor.c (monitor_create_inferior): Update.
5171 * lin-lwp.c (lin_lwp_create_inferior): Update.
5172 * inftarg.c (child_create_inferior): Update.
5173 * hpux-thread.c (hpux_thread_create_inferior): Update.
5174 * gnu-nat.c (gnu_create_inferior): Update.
5175
1db2a798
AC
51762004-05-25 Andrew Cagney <cagney@gnu.com>
5177
5178 * MAINTAINERS: Update e-mail address.
5179
007d08bb
RC
51802004-05-24 Randolph Chung <tausq@debian.org>
5181
5182 * thread.c (info_threads_command, thread_apply_all_command)
5183 (thread_apply_command, thread_command, do_captured_thread_select):
5184 Remove HPUXHPPA-specific code.
5185
69e7b95e
RC
51862004-05-24 Randolph Chung <tausq@debian.org>
5187
5188 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5189 unused symbols.
5190 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5191 references.
5192
a4d5f2e0
JB
51932004-05-24 Joel Brobecker <brobecker@gnat.com>
5194
5195 * infcmd.c (kill_if_already_running): New function, extracted
5196 from run_command().
5197 (run_command): Replace extracted code by call to
5198 kill_if_already_running().
5199 (start_command): New function.
5200 (_initialize_infcmd): Add "start" command.
5201
bf2ca189
MK
52022004-05-24 Mark Kettenis <kettenis@gnu.org>
5203
5204 Add OpenBSD/m88k support.
5205 * NEWS (New native configurations): Mention OpenBSD/m88k.
5206 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5207 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5208 * Makefile.in (m88k_tdep_h): New variable.
5209 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5210 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5211 * configure.host: Add m88*-*-openbsd*.
5212 * configure.tgt: Add m88*-*-openbsd*.
5213
80fadb11
JB
52142004-05-24 Jim Blandy <jimb@redhat.com>
5215
5216 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5217 to approve changes.
5218
19e2d14b
KB
52192004-05-24 Kevin Buettner <kevinb@redhat.com>
5220
5221 * symtab.c (fixup_section): Search section table when lookup by
5222 name fails.
5223
1b07b470
RC
52242004-05-24 Randolph Chung <tausq@debian.org>
5225
5226 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5227 be "small_struct".
5228
368702b1
MK
52292004-05-24 Mark Kettenis <kettenis@gnu.org>
5230
5df97fde
MK
5231 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5232 register number in regcache_raw_collect call.
5233 (m68kbsd_collect_fpregset): Likewise.
5234 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5235
368702b1
MK
5236 * regset.h (struct regset): Add back `regset' member.
5237
a770d4ec
MK
52382004-05-23 Mark Kettenis <kettenis@gnu.org>
5239
70f9f479
MK
5240 * configure.in: Check for td_pcb in `struct thread'.
5241 * configure, config.in: Regenerated.
5242
2e16d79e
MK
5243 * dpx2-nat.c: Remove file.
5244 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5245 (dpx2-nat.o): Remove dependencies.
5246
492cf391
MK
5247 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5248 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5249 (amd64obsd_supply_pcb): New function.
5250 (_initialize_amd64obsd_nat): Enable libkvm interface.
5251 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5252 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5253 (LOADLIBES): New variable.
5254
a770d4ec
MK
5255 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5256 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5257 (sparc32nbsd_supply_pcb): New function.
5258 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5259 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5260 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5261 (LOADLIBES): New variable.
5262
9ea75c57
MK
52632004-05-22 Mark Kettenis <kettenis@gnu.org>
5264
2e0c3539
MK
5265 * bsd-kvm.c, bsd-kvm.h: New files.
5266 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5267 "bsd-kvm.h".
5268 (i386fbsd_supply_pcb): New function.
5269 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5270 (i386fbsd-nat.o): Update dependencies.
5271 (bsd_kvm_h): New variable.
5272 (bsd-kvm.o): New dependency.
5273 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5274 (LOADLIBES): New variable.
5275
9ea75c57
MK
5276 * regset.c: Tweak comment.
5277 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5278 macro.
5279 * regset.h: Update copyright year.
5280 (struct regset): Remove `descr' member, add `gdbarch' member.
5281 (regset_alloc): Adjust prototype and comment.
5282 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5283 (i386_supply_fpregset): Likewise.
5284 (i386_regset_from_core_section): Update call to regset_alloc.
5285 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5286 REGSET->arch.
5287 (i386obsd_aout_regset_from_core_section): Update call to
5288 regset_alloc.
5289 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5290 REGSET->arch.
5291 (i386nbsd_aout_regset_from_core_section): Update call to
5292 regset_alloc.
5293 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5294 REGSET->arch.
5295 (amd64_regset_from_core_section): Update call to regset_alloc.
5296 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5297 REGSET->arch.
5298 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5299 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5300 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5301 (sparc32nbsd_init_abi): Update call to regset_alloc.
5302 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5303 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5304 (sparc64obsd_init_abi): Update call to regset_alloc.
5305 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5306 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5307 (sparc64nbsd_init_abi): Update call to regset_alloc.
5308 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5309 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5310 (sparc64fbsd_init_abi): Update call to regset_alloc.
5311
867e2dc5
JB
53122004-05-22 Jim Blandy <jimb@redhat.com>
5313
5314 * ppc-tdep.h (spe_register_p): New declaration.
5315 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5316 ppc_spefscr_regnum.
5317 * rs6000-tdep.c (spe_register_p): New function.
5318 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5319 spefscr.
5320 (rs6000_gdbarch_init): Initialize the new members of the tdep
5321 structure.
5322
617a4cba
JB
53232004-05-21 Jim Blandy <jimb@redhat.com>
5324
0397dee1
JB
5325 * ppc-linux-nat.c (fetch_register): Move code back to be next
5326 to the comment that describes it. (Moved code, instead of
5327 comment, for symmetry with store_register.)
5328
617a4cba
JB
5329 Allocate regset structures in the gdbarch's obstack, not using
5330 xmalloc.
5331 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5332 Add 'arch' argument. Allocate the regset on arch's obstack, not
5333 using xmalloc.
5334 * regset.h (regset_alloc): Update declaration.
5335 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5336 gdbarch argument.
5337 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5338 * i386-tdep.c (i386_regset_from_core_section): Same.
5339 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5340 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5341 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5342 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5343 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5344 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5345
9aa3914d
JB
53462004-05-21 Joel Brobecker <brobecker@gnat.com>
5347
5348 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5349
99c87dab
JB
53502004-05-21 Jim Blandy <jimb@redhat.com>
5351
5352 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5353 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5354
c2b6b4aa
JB
53552004-05-20 Jim Blandy <jimb@redhat.com>
5356
5357 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5358
144529d0
MK
53592004-05-20 Mark Kettenis <kettenis@gnu.org>
5360
5361 * regset.h: Make prototype const-correct.
5362 * regset.c (regset_xmalloc): Make const-correct.
5363
4725b721
PH
53642004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5365
5366 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5367 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5368 (symbol_search_name): Declare.
5369
5370 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5371 (iter_name_next_hashed): Ditto.
5372 (iter_name_next_linear): Ditto.
5373 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5374
5375 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5376 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5377 (symbol_search_name): New function.
5378
5379 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5380
5381 * minsyms.c (build_minimal_symbol_hash_tables): Change
5382 test for adding to demangled hash table to check for difference
5383 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5384
be07a590
JB
53852004-05-19 Jim Blandy <jimb@redhat.com>
5386
5387 Use a constructor function to create regset structures.
5388 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5389 (struct regset): Use supply_regset_ftype. Add new
5390 'collect_regset' member.
5391 (regset_xmalloc): New declaration.
5392 * regset.c: New file.
5393 * am64-tdep.c (amd64_regset_from_core_section): Use
5394 regset_xmalloc to construct regset structures.
5395 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5396 * i386-tdep.c (i386_regset_from_core_section): Same.
5397 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5398 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5399 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5400 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5401 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5402 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5403 * Makefile.in (COMMON_OBS): Add regset.o.
5404 (regset.o): New rule.
5405
604368f5
JB
54062004-05-19 Joel Brobecker <brobecker@gnat.com>
5407
5408 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5409 and pthread_cond_wait.c.
5410
82d69f8b
JB
54112004-05-18 Jim Blandy <jimb@redhat.com>
5412
5413 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5414 before the mach-specific switch, and then let the individual cases
5415 override the defaults, rather than leaving them uninitialized
5416 until the switch and then setting them in each case.
5417
5859efe5
RC
54182004-05-18 Randolph Chung <tausq@debian.org>
5419
5420 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5421 millicode functions.
5422
9ca80cf8
RC
54232004-05-18 Randolph Chung <tausq@debian.org>
5424
5425 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5426 references to dld_flags_buffer consistent.
5427
ed70ba00
RC
54282004-05-18 Randolph Chung <tausq@debian.org>
5429
5430 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5431 it for unwinding the stack.
5432
63100632
RC
54332004-05-18 Randolph Chung <tausq@debian.org>
5434
5435 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5436 Undefine these so we can overide them using gdbarch.
5437
090ccbb7
RC
54382004-05-18 Randolph Chung <tausq@debian.org>
5439
5440 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5441 handling for 64-bit HPUX (elf).
5442
594706e6
DJ
54432004-05-18 Daniel Jacobowitz <dan@debian.org>
5444
5445 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5446 constants.
5447 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5448 * ia64-tdep.c (examine_prologue): Likewise.
5449 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5450 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5451
e5483145
MK
54522004-05-18 Mark Kettenis <kettenis@gnu.org>
5453
5454 * vax-tdep.c (vax_return_value): Implement
5455 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5456
caed1a45
MK
54572004-05-17 Mark Kettenis <kettenis@gnu.org>
5458
5459 * vax-tdep.c (vax_return_value): Fix typo.
5460
3c0b7db2
AC
54612004-05-17 Andrew Cagney <cagney@redhat.com>
5462
5aae53e5
AC
5463 * MAINTAINERS: Mark Salter was also responsible for
5464 testsuite/config/
5465
3c0b7db2
AC
5466 * NEWS: Mention signal fixes.
5467
22b0923d
RC
54682004-05-17 Randolph Chung <tausq@debian.org>
5469
5470 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5471 check to see if we are unwinding an export stub. Export stubs clobber
5472 the %rp in the call path and stores the original rp in a stack slot.
5473
22f2b2f3
JB
54742004-05-17 Jim Blandy <jimb@redhat.com>
5475
5476 * MAINTAINERS: Update address for J.T. Conklin.
5477
cea96d64
RC
54782004-05-17 Randolph Chung <tausq@debian.org>
5479
5480 * hppa-tdep.c: Remove superfluous #include's.
5481 * Makefile.in (hppa-tdep.o): Update dependencies.
5482
f08f6a4a
RC
54832004-05-17 Randolph Chung <tausq@debian.org>
5484
5485 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5486 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5487 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5488 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5489 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5490 Remove static function declarations.
5491
51da707a
MK
54922004-05-17 Mark Kettenis <kettenis@gnu.org>
5493
caed1a45
MK
5494 * alphabsd-nat.c: Update copyright year.
5495 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5496
c0c2b0db
MK
5497 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5498 and M68K_A2_REGNUM.
5499
51da707a
MK
5500 * m68k-tdep.c (m68k_svr4_return_value): Implement
5501 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5502
8d027a04
MK
55032004-05-16 Mark Kettenis <kettenis@gnu.org>
5504
5505 * sol-thread.c Update copyright year. Fix various coding
5506 standards violations. Tweak a few comments.
5507 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5508 Delete prototypes.
5509
0d99fdb9
RC
55102004-05-15 Randolph Chung <tausq@debian.org>
5511
5512 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5513 as pointer instead of array reference since HPUX compiler does
5514 not accept unsized array arguments.
5515 * somsolib.c (dld_flags_buffer): Use constant array size.
5516
f7e3843a
MK
55172004-05-15 Mark Kettenis <kettenis@gnu.org>
5518
0fe85704
MK
5519 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5520 offset with decimal offset.
5521 (amd64obsd_sigcontext_addr): Return correct address for entire
5522 signal trampoline.
5523
a54f9a00
MK
5524 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5525 instead of get_frame_base.
5526
feae6502
MK
5527 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5528 (fill_gregset): Use regcache_raw_collect.
5529
0382d099
MK
5530 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5531 ppcobsd-tdep.c.
5532
f7e3843a
MK
5533 * config/sparc/tm-nbsd64.h: Remove file.
5534 * config/tm-sunos.h: Remove file.
5535
773df3e5
JB
55362004-05-15 Joel Brobecker <brobecker@gnat.com>
5537
5538 * rs6000-tdep.c (store_param_on_stack_p): New function,
5539 an improved version of some code extracted from skip_prologue().
5540 (skip_prologue): Use store_param_on_stack_p() to detect
5541 instructions saving a parameter on the stack. Detect when r0
5542 is used to save a parameter.
5543 Do not mark "li rx, SIMM" instructions as part of the prologue,
5544 unless the following instruction is also part of the prologue.
5545
95918acb
AC
55462004-05-14 Andrew Cagney <cagney@redhat.com>
5547
06f32659
AC
5548 * infrun.c (handle_inferior_event): Simplify
5549 STEP_OVER_UNDEBUGGABLE.
5550
95918acb
AC
5551 * infrun.c (handle_step_into_function): Delete function.
5552 (handle_inferior_event): Inline calls to
5553 handle_step_into_function.
5554
40711ff1 55552004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
5556
5557 * rs6000-nat.c: Fix a comment.
5558
02f60eae
JB
55592004-05-12 David Anderson <davea@sgi.com>
5560
5561 Committed by Jim Blandy <jimb@redhat.com>:
5562 * regcache.c (struct regcache_descr): fix comment spelling.
5563
552e377b
JB
55642004-05-13 J. Brobecker <brobecker@gnat.com>
5565
5566 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5567 Fixes a link link failure.
5568
349766b2
JB
55692004-05-13 J. Brobecker <brobecker@gnat.com>
5570
5571 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5572 error that was causing the build to fail.
5573
0d4d5484
JB
55742004-05-13 J. Brobecker <brobecker@gnat.com>
5575
5576 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5577 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5578
0b30808c
AC
55792004-05-13 Andrew Cagney <cagney@redhat.com>
5580
5581 * infrun.c (handle_inferior_event): Check for
5582 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5583 calls. Update comments.
5584
cdf2c5f5
JB
55852004-05-13 Jim Blandy <jimb@redhat.com>
5586
063715bf
JB
5587 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5588 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5589 (store_regs_user_thread, store_regs_kernel_thread): Use
5590 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5591 * ppc-linux-nat.c (fill_gregset): Same.
5592 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5593 (ppc_linux_sigtramp_cache): Same.
5594 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5595 (ppcnbsd_sigtramp_cache_init): Same.
5596 * rs6000-nat.c (fetch_core_registers): Same.
5597 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5598 (rs6000_frame_cache): Same.
5599
cdf2c5f5
JB
5600 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5601 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5602 of assuming that the gprs are numbered starting with zero.
5603 * ppc-linux-nat.c (fill_gregset): Same.
5604 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5605 * ppcnbsd-nat.c (getregs_supplies): Same.
5606 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5607 * rs6000-nat.c (fetch_core_registers): Same.
5608 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5609
450bd37b
MS
56102004-05-07 Michael Snyder <msnyder@redhat.com>
5611
5612 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5613 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5614
4a72a2a6
AC
56152004-05-13 Andrew Cagney <cagney@redhat.com>
5616
5617 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5618
8edfa926
BM
56192004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5620
5621 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5622 base_address for shared libraries.
5623
723e0e3d
BM
56242004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5625
5626 * MAINTAINERS (write after approval): Add myself.
5627
00d4360e
UW
56282004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5629
5630 * breakpoint.c (bpstat_stop_status): Add new argument
5631 STOPPED_BY_WATCHPOINT. Use it instead of testing
5632 target_stopped_data_address agaist 0 to check whether
5633 or not we stopped due to a hardware watchpoint.
5634 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5635 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5636 with new argument.
5637
ec76baa5
JB
56382004-05-12 Jim Blandy <jimb@redhat.com>
5639
5640 * configure.in: When checking whether we should use the -bbigtoc
5641 option, don't forget to restore the original value of LDFLAGS.
5642 * configure: Regenerated.
5643
f2c9ca08
AC
56442004-05-12 Andrew Cagney <cagney@redhat.com>
5645
5646 * thread.c (load_infrun_state): Delete step_sp.
5647 * infrun.c (context_switch): Ditto.
5648 * inferior.h (step_sp): Ditto.
5649 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5650 * gdbthread.h (struct thread_info, save_infrun_state)
5651 (restore_infrun_state): Ditto.
5652
090ddb2a
UW
56532004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5654
5655 * MAINTAINERS (write after approval): Add myself.
5656
8aad930b
AC
56572004-05-12 Andrew Cagney <cagney@redhat.com>
5658
5659 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5660 eliminate reference to step_sp.
5661 (struct execution_control_state, init_execution_control_state)
5662 (handle_inferior_event, keep_going): Delete update_step_sp and
5663 step_sp.
5664 * infcmd.c (step_sp): Note that variable is unused.
5665
922d5ae0
AC
56662004-05-11 Andrew Cagney <cagney@redhat.com>
5667
5668 * infrun.c (step_over_function): Delete function.
5669 (handle_step_into_function): Use insert_step_resume_breakpoint.
5670 (insert_step_resume_breakpoint): Fix assertion.
5671
017c5ca5
NR
56722004-05-11 Nick Roberts <nickrob@gnu.org>
5673
5674 * utils.c (defaulted_query): Just use the normal query input type
5675 when printing the annotations.
5676
42edda50
AC
56772004-05-11 Andrew Cagney <cagney@redhat.com>
5678
5679 * infrun.c (handle_inferior_event): Simplify code handling
5680 step-into or return-from a signal trampoline.
5681
d28b44a7
AC
56822004-05-11 Andrew Cagney <cagney@redhat.com>
5683
5684 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5685 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5686
383f0f5b
JB
56872004-05-10 Jim Blandy <jimb@redhat.com>
5688
d0b57c3a
JB
5689 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5690 with a call to internal_error.
5691
383f0f5b
JB
5692 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5693 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5694 processor variant lacks those registers.
5695 (ppc_floating_point_unit_p): Change description to make it clear
5696 that this returns info about the ISA, not the ABI.
5697 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5698 return true or false by checking tdep->ppc_fp0_regnum and
5699 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5700 arch/mach switching done in rs6000_gdbarch_init; it's better to
5701 keep that logic there, and just check the results here.
5702 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5703 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5704 floating-point registers.
5705 (ppc_supply_fpregset, ppc_collect_fpregset)
5706 (rs6000_push_dummy_call, rs6000_extract_return_value)
5707 (rs6000_store_return_value): Assert that we have floating-point
5708 registers.
5709 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5710 (rs6000_frame_cache): Don't note the locations at which
5711 floating-point registers were saved if we have no fprs.
5712 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5713 registers.
5714 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5715 (store_regs_user_thread, store_regs_kernel_thread): Only call
5716 supply_fprs / fill_fprs if we actually have floating-point
5717 registers.
5718 (special_register_p): Check ppc_fpscr_regnum before matching
5719 against it.
5720 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5721 supply / collect fpscr if we don't have it.
5722 * ppc-bdm.c: #include "gdb_assert.h".
5723 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5724 have floating-point registers, since I can't test this code on
5725 FP-free systems to adapt it.
5726 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5727 fpscr and floating point register numbers if they don't exist.
5728 (fetch_register): Assert that we have floating-point registers
5729 before we reach the code that handles them.
5730 (store_register): Same. And use tdep instead of calling
5731 gdbarch_tdep again.
5732 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5733 don't have them.
5734 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5735 fprs and fpscr if we don't have them.
5736 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5737 don't have them.
5738 * ppcnbsd-nat.c: #include "gdb_assert.h".
5739 (getfpregs_supplies): Assert that we have floating-point registers.
5740 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5741 * ppcobsd-tdep.c: #include "gdb_assert.h".
5742 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5743 have floating-point registers.
5744 * rs6000-nat.c (regmap): Don't match against the fpscr and
5745 floating point register numbers if they don't exist.
5746 (fetch_inferior_registers, store_inferior_registers,
5747 fetch_core_registers): Only fetch / store / supply the
5748 floating-point registers and the fpscr if we have them.
5749 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5750 (ppcobsd-tdep.o): Update dependencies.
5751
15960608
AC
57522004-05-10 Andrew Cagney <cagney@redhat.com>
5753
5754 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5755 (context_switch): Do not switch through_sigtramp_breakpoint.
5756 * gdbthread.h (save_infrun_state, load_infrun_state)
5757 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5758 and structure member.
5759 * thread.c (load_infrun_state, save_infrun_state): Update.
5760
5ab5aa0f
MK
57612004-05-10 Mark Kettenis <kettenis@gnu.org>
5762
5763 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5764
da78b0e7
DJ
57652004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5766
5767 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5768 throughout.
5769 * aclocal.m4: Regenerate.
5770
cca0d3b0
NW
57712004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5772
5773 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5774
d303a6c7
AC
57752004-05-10 Andrew Cagney <cagney@redhat.com>
5776
5777 * infrun.c (check_sigtramp2): Delete function.
5778 (handle_inferior_event): When single stepping, and taking a
5779 signal, set a breakpoint at the signal return address. Delete
5780 redundant calls to check_sigtramp2.
5781 (insert_step_resume_breakpoint): New function.
5782 (through_sigtramp_breakpoint, handle_inferior_event)
5783 (follow_exec, wait_for_inferior, fetch_inferior_event)
5784 (currently_stepping, keep_going): Delete most uses of
5785 through_sigtramp_breakpoint, not that it should be deleted.
5786 (delete_breakpoint_current_contents): Delete function.
5787
03f4cc20
RC
57882004-05-10 Randolph Chung <tausq@debian.org>
5789
5790 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5791 target.
5792 * config/pa/tm-linux.h: New file.
5793
37fc812e
DJ
57942004-05-10 Daniel Jacobowitz <drow@mvista.com>
5795
5796 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5797 of prefixes. Don't print the prefix twice in the CLI.
5798
26c0b942
JB
57992004-05-10 Jim Blandy <jimb@redhat.com>
5800
2e56e9c1
JB
5801 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5802 collect all the gprs.
5803
26c0b942
JB
5804 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5805 loop collecting gprs.
5806
dc497459
AC
58072004-05-09 Andrew Cagney <cagney@redhat.com>
5808
5809 * remote-vx.c (net_step): Delete step-range code.
5810 * remote.c (remote_resume, init_all_packet_configs)
5811 (set_remote_protocol_E_packet_cmd)
5812 (show_remote_protocol_E_packet_cmd)
5813 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5814 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5815 (show_remote_protocol_e_packet_cmd): Ditto.
5816
0543f387
MK
58172004-05-09 Mark Kettenis <kettenis@gnu.org>
5818
c481d1ca
MK
5819 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5820
f626a069
MK
5821 * hppa-tdep.h: Update copyright year.
5822 (struct trad_frame_saved_reg): Add opaque declaration.
5823
6fa57a7d
MK
5824 * amd64-tdep.c (amd64_return_value): Implement
5825 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5826
e47577ab
MK
5827 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5828 (m68k_value_to_register): New functions.
5829 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5830 value_to_register.
5831
31db7b6c
MK
5832 * defs.h (enum return_value_convention): Add
5833 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5834 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5835 * infcmd.c (legacy_return_value): New function.
5836 (print_return_value): Rwerite to implement
5837 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5838 * values.c (using_struct_return): Check for inequality to
5839 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5840 RETURN_VALUE_STRUCT_CONVENTION.
5841 * i386-tdep.c (i386_return_value): Implement
5842 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5843
0543f387
MK
5844 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5845 include "symtab.h", "opcode/vax.h" and "inferior.h".
5846 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5847 to read_memory_unsigned_integer.
5848 (vax_gdbarch_init): Reorder.
5849 (_initialize_vax_tdep): Spell out prototype.
5850 * Makefile.in (vax-tdep.o): Update dependencies.
5851
0c93b7b6
AC
58522004-05-08 Andrew Cagney <cagney@redhat.com>
5853
e6b55ae2
AC
5854 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5855 * target.c (target_detach, target_disconnect): Ditto.
5856
1ac839b8
AC
5857 * infcall.c (call_function_by_hand): When no
5858 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5859 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5860 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5861 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5862 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5863
28954179
AC
5864 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5865 * gdbarch.h, gdbarch.c: Re-generate.
5866 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5867 deprecated_fix_call_dummy.
5868 * v850-tdep.c (v850_gdbarch_init): Ditto.
5869 * infcall.c (call_function_by_hand): Do not call
5870 DEPRECATED_FIX_CALL_DUMMY.
5871
434b87dd
AC
5872 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5873 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5874 * gdbarch.h, gdbarch.c: Re-generate.
5875 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5876 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5877 deprecated_sizeof_call_dummy_words.
5878 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5879 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5880 * v850-tdep.c (v850_gdbarch_init): Ditto.
5881 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5882 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5883 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5884 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5885 * arch-utils.h (legacy_call_dummy_words)
5886 (legacy_sizeof_call_dummy_words): Delete declarations.
5887 * arch-utils.c (legacy_call_dummy_words)
5888 (legacy_sizeof_call_dummy_words): Delete variables.
5889
58d28df8
AC
5890 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5891 * gdbarch.h, gdbarch.c: Re-generate.
5892 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5893 * infcall.c (call_function_by_hand): Eliminate call to
5894 DEPRECATED_PUSH_DUMMY_FRAME.
5895 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5896 push_dummy_frame.
5897 (ns32k_push_dummy_frame): Delete function.
5898
e4a2df64
AC
5899 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5900 deprecated_call_dummy_breakpoint_offset or
5901 deprecated_call_dummy_start_offset.
5902 * dummy-frame.c, arm-tdep.c: Update comments.
5903 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5904 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5905 * gdbarch.h, gdbarch.c: Re-generate.
5906
d3712828
AC
5907 * infcall.c (legacy_push_dummy_code): Delete function.
5908 (push_dummy_code): Delete call.
5909
7a882905
AC
5910 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5911 * gdbarch.h, gdbarch.c: Re-generate.
5912 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5913 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5914 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5915 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5916
0ec5872b
AC
5917 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5918 (struct frame_info): Delete opaque declaration.
5919 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5920 * frame.c (get_frame_type): Delete call.
5921
0c93b7b6
AC
5922 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5923 pc_in_call_dummy.
5924 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5925 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5926
75536971
MK
59272004-05-08 Mark Kettenis <kettenis@gnu.org>
5928
527ca6bb
MK
5929 * alphanbsd-tdep.c: Include "gdb_string.h".
5930 * armnbsd-tdep.c: Update copyright year.
5931 Include "gdb_string.h".
5932 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5933 dependencies.
5934
d39fdc61
MK
5935 * delta68-nat.c: Remove file.
5936 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5937 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5938 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5939 (delta68-nat.o): Remove dependency.
5940
75536971
MK
5941 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5942 function.
5943 (m68k_gdbarch_init): Don't set
5944 deprecated_frameless_function_invocation.
5945
f4ca1d1f
RC
59462004-05-07 Randolph Chung <tausq@debian.org>
5947
5948 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5949 read_memory_nobpt for code reading when doing frame unwinding.
5950 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5951
2f0e8c7a
RC
59522004-05-07 Randolph Chung <tausq@debian.org>
5953
5954 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5955 instead of sp, handle sigaltstack case.
5956 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5957 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5958 signal handler and not that of the caller.
5959 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5960 hppa_linux_sigtramp_find_sigcontext.
5961
959464ff
RC
59622004-05-07 Randolph Chung <tausq@debian.org>
5963
5964 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5965 hppa-linux-nat.c.
5966 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5967 * hppa-linux-nat.c (fetch_register, store_register): Define.
5968 (fetch_inferior_registers, store_inferior_registers): Define.
5969 (supply_gregset): Add comment and clean up some unneeded code.
5970 (fill_gregset): Add comment and fix so that it saves registers in
5971 the right place in the gregset.
5972 (fill_fpregset): Fix buffer overrun problem.
5973 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5974
0da28f8a
RC
59752004-05-07 Randolph Chung <tausq@debian.org>
5976
5977 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5978 do common handling of the pcoqt register.
5979 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5980 to use helper function.
5981 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5982 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5983 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5984 generic fallback unwinder when all else fails.
5985 (hppa_gdbarch_init): Add fallback sniffer.
5986 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5987 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5988 to use helper function.
5989
b9ec757a
JB
59902004-05-08 Joel Brobecker <brobecker@gnat.com>
5991
5992 * config/djgpp/fnchange.lst: Add translation rules for
5993 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5994
756e95f1
MK
59952004-05-08 Mark Kettenis <kettenis@gnu.org>
5996
5997 * frame.c (get_prev_frame_1): Work around GCC bug.
5998 * frame.h: Add comment about GCC bug.
5999
2b4855ab
AC
60002004-05-07 Andrew Cagney <cagney@redhat.com>
6001
6002 * observer.c: Include "commands.h" and "gdbcmd.h".
6003 (observer_debug, _initialize_observer): Add the
6004 command "set/show debug observer".
6005 * observer.sh: When observer debugging, log notify calls.
6006 * Makefile.in (observer.o): Update dependencies.
6007
ba3e8e46
JM
60082004-05-07 Jason Molenda (jmolenda@apple.com)
6009
6010 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6011
16796152
JB
60122004-05-07 Jim Blandy <jimb@redhat.com>
6013
daf6dc85
JB
6014 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6015 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6016 to recognize gpr regnums, instead of assuming that
6017 tdep->ppc_fp0_regnum marks the end of the general-purpose
6018 registers.
6019
16796152
JB
6020 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6021 the given architecture has floating-point registers.
6022
c69b8bfc
AC
60232004-05-07 Andrew Cagney <cagney@redhat.com>
6024
6025 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6026 macro defined to 1.
6027 * gdbarch.h, gdbarch.c: Re-generate.
6028 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6029 deprecated_use_generic_dummy_frames.
6030
7243600a
BF
60312004-05-07 Brian Ford <ford@vss.fsi.com>
6032
6033 * NEWS: Mention Cygwin DWARF 2 support.
6034
73c1e0a1
AC
60352004-05-07 Andrew Cagney <cagney@redhat.com>
6036
6037 * objfiles.h (struct entry_info): Delete unused fields
6038 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6039 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6040 * mipsread.c (mipscoff_symfile_read): Update.
6041 * mdebugread.c (parse_partial_symbols): Update.
6042 * dwarfread.c (read_file_scope): Update.
6043 * dwarf2read.c (read_file_scope): Update.
6044 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6045 * coffread.c (complete_symtab): Update.
6046
1d3056ac
MK
60472004-05-07 Mark Kettenis <kettenis@gnu.org>
6048
6049 * infcall.c (_initialize_infcall): Fix typo.
6050
15170568
AC
60512004-05-07 Andrew Cagney <cagney@redhat.com>
6052
6053 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6054 * command.h (add_setshow_zinteger_cmd): Declare.
6055
34f75cc1
RC
60562004-05-06 Randolph Chung <tausq@debian.org>
6057
6058 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6059 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6060 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6061 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6062 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6063 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6064 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6065 definitions ...
6066 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6067 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6068 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6069 (hppa64_hpux_frame_find_saved_regs_in_sig)
6070 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6071 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6072 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6073 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6074 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6075 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6076 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6077 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6078 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6079 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6080 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6081 (hppa32_register_type, hppa_cannot_store_register)
6082 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6083 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6084 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6085 * pa64solib.c (pa64_solib_have_load_event)
6086 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6087 (pa64_solib_unloaded_library_pathname): Likewise.
6088 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6089 (som_solib_library_pathname): Likewise.
6090
0a5e7efe
JI
60912004-05-05 Jim Ingham <jingham@apple.com>
6092
6093 * breakpoint.c (create_breakpoints): Copy the ignore count and
6094 thread id over from the pended breakpoint to the actual
6095 breakpoint.
6096
10a4b113
AC
60972004-05-05 Andrew Cagney <cagney@redhat.com>
6098
6099 * gdbarch.sh (PARM_BOUNDARY): Delete.
6100 gdbarch.h, gdbarch.c: Re-generate.
6101 * valops.c (PARM_BOUNDARY): Delete macro.
6102 (value_push): Delete PARM_BOUNDARY code.
6103 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6104
366f009f
JB
61052004-05-04 Jim Blandy <jimb@redhat.com>
6106
32b99774
JB
6107 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6108 Don't assume that the gprs, fprs, and UISA sprs are
6109 contiguous, start at register number zero, and end with fpscr.
6110 Instead, use the numbers from the tdep structure.
6111
366f009f
JB
6112 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6113 should no longer be used in code specific to the RS6000 and its
6114 derivatives.
6115 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6116 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6117 tdep->ppc_fp0_regnum.
6118 (ppc_supply_fpregset, ppc_collect_fpregset)
6119 (rs6000_push_dummy_call, rs6000_extract_return_value)
6120 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6121 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6122 FP0_REGNUM.
6123 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6124 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6125 Same.
6126 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6127 bdm_ppc_store_registers): Same.
6128 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6129 (store_register, fill_fpregset): Same.
6130 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6131 (ppc_linux_supply_fpregset): Same.
6132 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6133 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6134 Same.
6135 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6136 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6137 ppc64_sysv_abi_return_value): Same.
6138 * rs6000-nat.c (regmap, fetch_inferior_registers)
6139 (store_inferior_registers, fetch_core_registers): Same.
6140
827f338d
MK
61412004-05-01 Mark Kettenis <kettenis@gnu.org>
6142
6143 * m68knbsd-nat.c: Remove file.
6144 * m68knbsd-tdep.c: Remove file.
6145 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6146 dependencies.
6147 * configure.host: Add m68k-*-netbsdelf*.
6148 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6149 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6150 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6151 (XM_FILE): Remove.
6152 * config/m68k/nbsdelf.mh: New file.
6153 * config/m68k/nbsd.mt: New file.
6154 * config/m68k/nbsdaout.mt: Remove file.
6155 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6156 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6157 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6158 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6159 (use_struct_convention): Remove prototype.
6160 (USE_STRUCT_CONVENTION): Remove define.
6161 * config/m68k/xm-nbsd.h: Remove file.
6162
66894781
MS
61632004-05-04 Michael Snyder <msnyder@redhat.com>
6164
6165 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6166 reg_struct_return method (as gcc usually does for cross targets).
6167
f0f63663
AC
61682004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6169
6170 Committed by Andrew Cagney.
6171 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6172 alignment padding when accessing ucontext struct members.
6173
edf61169
JB
61742004-05-04 Jim Blandy <jimb@redhat.com>
6175
8bf659e8
JB
6176 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6177 'ppc_gplast_regnum' member.
6178 (ppc_num_gprs): New enum constant.
6179 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6180 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6181 * rs6000-nat.c (regmap, fetch_inferior_registers,
6182 store_inferior_registers): Same.
6183 * rs6000-tdep.c (e500_pseudo_register_read)
6184 (e500_pseudo_register_write): Same.
6185 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6186
b967e06f
JB
6187 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6188 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6189 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6190 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6191 FPLAST_REGNUM.
6192 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6193 Same.
6194 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6195 * rs6000-nat.c (regmap, fetch_inferior_registers)
6196 (store_inferior_registers): Same.
6197
edf61169
JB
6198 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6199 with FPLAST_REGNUM.
6200
58a9656e
JB
62012004-05-03 Joel Brobecker <brobecker@gnat.com>
6202
6203 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6204 failure detected by recent versions of GCC.
6205 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6206 to be consistent with the usage in dwarf2_create_include_psymtab.
6207
dc305454
MS
62082004-05-03 Michael Snyder <msnyder@redhat.com>
6209
6210 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6211 (heuristic_proc_start): Whitespace cleanup.
6212
29972665
MK
62132004-05-04 Mark Kettenis <kettenis@gnu.org>
6214
6b57680d
MK
6215 * sun3-nat.c: Remove file.
6216 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6217 dependencies.
6218 (ALLDEPFILES): Remove sun3-nat.c.
6219 (sun3-nat.o): Remove dependencies.
6220
29972665
MK
6221 * i386-interix-nat.c, i386-interix-tdep.c,
6222 config/i386/nm-interix.h, config/i386/interix.mh,
6223 config/i386/interix.mt: Remove files.
6224 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6225 dependencies.
6226
f595cb19
MK
62272004-05-03 Mark Kettenis <kettenis@gnu.org>
6228
6229 * m68k-tdep.h (struct gdbarch_tdep): Add member
6230 struct_value_regnum.
6231 (m68k_svr4_init_abi): New prototype.
6232 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6233 different calling conventions.
6234 (m68k_extract_return_value): Remove code dealing with single-field
6235 structs.
6236 (m68k_store_return_value): Remove code dealing with single-field
6237 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6238 (m68k_extract_struct_value_address): Remove function.
6239 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6240 (m68k_reg_struct_return_p, m68k_return_value)
6241 (m68k_svr4_return_value): New functions.
6242 (m68k_use_struct_convention): Remove function.
6243 (m68k_push_dummy_call): Use new struct_value_regnum member of
6244 `struct gdbarch_tdep' instead of hardcoded register number to
6245 store STRUCT_ADDR.
6246 (m68k_svr4_init_abi): New function.
6247 (m68k_gdbarch_init): Don't set extract_return_value,
6248 store_return_values, deprecated_extract_struct_value_address and
6249 use_struct_convention. Set return_value instead. Initialize new
6250 struct_value_regnum member of `struct gdbarch_tdep'.
6251 * m68klinux-tdep.c: Update copyright year.
6252 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6253 (m68k_linux_extract_struct_value_address): Remove function.
6254 (m68k_linux_init_abi): Don't set extract_return_value,
6255 store_return_values, deprecated_extract_struct_value_address and
6256 use_struct_convention. Call m68k_svr4_init_abi but override the
6257 new struct_value_regnum member of `struct gdbarch_tdep'.
6258 * Makefile.in (m68k-tdep.o): Update dependencies.
6259
aaa75496
JB
62602004-05-03 J. Brobecker <brobecker@gnat.com>
6261
6262 * dwarf2read.c (line_header): Add new included_p field in
6263 field file_names.
6264 (partial_die_info): New field has_stmt_list. New field line_offset.
6265 (dwarf2_create_include_psymtab): New function.
6266 (dwarf2_build_include_psymtabs): New function.
6267 (add_file_name): Add forward declaration. Initialize new field.
6268 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6269 to be able to determine the list of files included by the
6270 given unit, and build their associated psymtabs.
6271 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6272 files as well.
6273 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6274 (read_file_scope): Update call to dwarf_decode_lines.
6275 (read_partial_die): Handle DW_AT_stmt_list attributes.
6276
c848556f
MC
62772004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6278
6279 Unfix PR gdb/1626.
6280 * configure.in: Revert special case for osf5.*.
6281 * configure: Regenerate.
6282
eb4556d7
JB
62832004-05-02 Jim Blandy <jimb@redhat.com>
6284
6285 Move the symbol-file-from-memory functions into their own file.
6286 * symfile-mem.c, symfile-mem.h: New files.
6287 * symfile.c (symbol_file_add_from_bfd): New function.
6288 (symbol_file_add): Call symbol_file_add_from_bfd.
6289 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6290 Moved to symfile-mem.c.
6291 (_initialize_symfile): Move definition of
6292 add-symbol-file-from-memory command to symfile-mem.c.
6293 * symfile.h (symbol_file_add_from_bfd): New declaration.
6294 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6295 * config/powerpc/linux.mt (TDEPFILES): Same.
6296 * Makefile.in (SFILES): Add symfile-mem.c.
6297 (symfile_mem_h): New variable.
6298 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6299 (symfile-mem.o): New rule.
6300
80bb239e
AC
63012004-05-01 Andrew Cagney <cagney@redhat.com>
6302
7789d0fa
AC
6303 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6304 frame_find_by_id instead of frame_relative_level.
6305 (do_enable_breakpoint): Ditto.
6306 * thread.c: Update copyright.
6307 (info_threads_command): Ditto, simplify.
6308
80bb239e
AC
6309 * frame.c (deprecated_generic_get_saved_register): Delete
6310 function, moved to "xstormy16-tdep.c".
6311 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6312 deprecated_generic_get_saved_register from "frame.c".
6313 (xstormy16_frame_saved_register): Call
6314 xstormy16_get_saved_register.
6315 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6316 static.
6317 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6318 * frame.h (deprecated_generic_get_saved_register): Delete.
6319
b2a871dd
MC
63202004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6321
6322 * dwarfread.c: Update documentation on the state of dwarf-1.
6323
0e100dab
AC
63242004-05-01 Andrew Cagney <cagney@redhat.com>
6325
acd8056e
AC
6326 * stack.c (select_frame_command): Delete call to
6327 frame_relative_level.
6328 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6329 Delete #if0 code.
6330 (frame_info): Do not print FRAMELESS.
6331 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6332 (catch_info): Delete #if0 code.
6333
0e100dab
AC
6334 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6335 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6336 of frame_relative_level.
6337 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6338 to SENTINEL_FRAME.
6339 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6340 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6341 frame_relative_level.
6342
55699d59
AC
6343 * frame.h (deprecated_set_frame_type): Delete declaration.
6344 * frame.c (deprecated_set_frame_type): Delete function, update
6345 comments.
6346
fcf70625
AC
6347 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6348 * gdbarch.h, gdbarch.c: Re-generate.
6349 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6350 (shnbsd_pc_in_sigtramp): Delete.
6351 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6352 pc_in_sigtramp.
6353 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6354 pc_in_sigtramp.
6355 * frame.h: Update comments.
6356 * ppc-linux-tdep.c: Update comments.
6357 * breakpoint.c (bpstat_what): Update comments.
6358
ac5eccb7
AC
6359 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6360 m68klinux-tdep.o's dependencies, were previously added to
6361 m68klinux-nat.o.
6362
f2524b93
AC
6363 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6364 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6365 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6366 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6367 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6368
17e20bce
AC
6369 * Makefile.in (m68klinux-nat.o): Update dependencies.
6370 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6371 (m68k_linux_sigtramp_frame_cache)
6372 (m68k_linux_sigtramp_frame_this_id)
6373 (m68k_linux_sigtramp_frame_prev_register)
6374 (m68k_linux_sigtramp_frame_unwind)
6375 (m68k_linux_sigtramp_frame_sniffer)
6376 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6377 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6378 names, use trad-frame.h.
6379 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6380 (struct m68k_sigtramp_info): Delete.
6381 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6382 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6383 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6384 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6385 "m68klinux-tdep.c".
6386
c8864fa2
AC
6387 * infrun.c (check_sigtramp2): Delete check for
6388 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6389
511dd2cd
MK
63902004-05-01 Mark Kettenis <kettenis@gnu.org>
6391
6392 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6393
8c6b0e06
AC
63942004-05-01 Andrew Cagney <cagney@redhat.com>
6395
9df0bb3f
AC
6396 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6397 (frv_linux_sigtramp_frame_cache)
6398 (frv_linux_sigtramp_frame_this_id)
6399 (frv_linux_sigtramp_frame_prev_register)
6400 (frv_linux_sigtramp_frame_unwind)
6401 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6402 include "linux" in function and variable names, directly call
6403 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6404 the latest trad-frame code.
6405 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6406 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6407 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6408 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6409 * frv-tdep.c (frv_sigtramp_frame_cache)
6410 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6411 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6412 frv-linux-tdep.c.
6413 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6414 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6415 (frv_set_sigcontext_reg_addr): Delete function.
6416
8c6b0e06
AC
6417 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6418 (DEPRECATED_SIGTRAMP_END): Delete.
6419 * gdbarch.h, gdbarch.c: Re-generate.
6420 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6421 * config/vax/tm-vaxbsd.h: Update copyright.
6422 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6423 (DEPRECATED_IN_SIGTRAMP): Define.
6424 * config/m68k/tm-nbsd.h: Update copyright.
6425 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6426 (DEPRECATED_IN_SIGTRAMP): Define.
6427
50ea7769
MK
64282004-05-01 Mark Kettenis <kettenis@gnu.org>
6429
03ac2a74
MK
6430 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6431 encondings. Fixes PR gdb/1628.
6432
50ea7769
MK
6433 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6434 DW_CFA_restore state without a matching DW_CFA_remember_state
6435 instead of aborting. Fixes PR backtrace/1589.
6436
9a5d7be1
JB
64372004-04-30 Joel Brobecker <brobecker@gnat.com>
6438
6439 * MAINTAINERS: Add self as AIX maintainer.
6440 Update my e-mail address in write-after-approval section.
6441
2593d1cd
AC
64422004-04-30 Andrew Cagney <cagney@redhat.com>
6443
ce12bbf9
AC
6444 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6445 (legacy_get_prev_frame): Ditto.
6446
36710c63
AC
6447 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6448 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6449 * mipsread.c (sigtramp_address): Delete extern variable.
6450 (mipscoff_new_init): Delete reference.
6451 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6452 (fixup_sigtramp): Delete function.
6453 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6454 (fixup_sigtramp): Delete declarations.
6455
2593d1cd
AC
6456 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6457 deprecated_pc_in_sigtramp.
6458 (ppcnbsd_pc_in_sigtramp): Delete function.
6459
2a25f91c
MK
64602004-05-01 Mark Kettenis <kettenis@gnu.org>
6461
6462 * config/m68k/nm-nbsd.h: Tweak comments.
6463 * config/m68k/nm-nbsdaout.h: Likewise.
6464
0b281939
AC
64652004-04-30 Andrew Cagney <cagney@redhat.com>
6466
6467 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6468 legacy_pc_in_sigtramp.
6469 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6470
8f2d3ea0
MK
64712004-05-01 Mark Kettenis <kettenis@gnu.org>
6472
6473 Add OpenBSD/m68k support.
6474 * NEWS (New native configurations): Mention OpenBSD/m68k.
6475 * m68kbsd-tdep.c: New file.
6476 * m68kbsd-nat.c: New file.
6477 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6478 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6479 * configure.host: Add m68k-*-openbsd.
6480 * configure.tgt: Add m68k-*-openbsd.
6481 * config/m68k/tm-obsd.h: New file.
6482 * config/m68k/obsd.mt: New file.
6483 * config/m68k/obsd.mh: New file.
6484 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6485 m68kbsd-tdep.c.
6486
c40f49a4
AC
64872004-04-30 Andrew Cagney <cagney@redhat.com>
6488
6489 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6490 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6491
e81554cd
MK
64922004-04-30 Mark Kettenis <kettenis@gnu.org>
6493
6494 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6495 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6496
d4dc1a91
BF
64972004-04-30 Brian Ford <ford@vss.fsi.com>
6498
6499 Revert 2004-04-16 change.
6500 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6501 (i386_coff_init_abi): Remove.
6502 * i386-tdep.h (i386_coff_init_abi): Remove.
6503 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6504
2f72f850
AC
65052004-04-30 Andrew Cagney <cagney@redhat.com>
6506
e492f9d6
AC
6507 * blockframe.c (find_pc_partial_function): Delete use of
6508 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6509 DEPRECATED_SIGTRAMP_END.
6510
7b7adad0
AC
6511 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6512 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6513 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6514 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6515 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6516
2f72f850
AC
6517 * defs.h (deprecated_inside_entry_file): Delete declaration.
6518 * blockframe.c (deprecated_inside_entry_file): Delete function.
6519 (legacy_frame_chain_valid): Delete call.
6520 * sh64-tdep.c (sh64_frame_chain): Delete call.
6521 * objfiles.h: Update comments.
6522 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6523 call.
6524 * frame.c (get_prev_frame): Delete call, update comments.
6525
283f90a7
BF
65262004-04-30 Brian Ford <ford@vss.fsi.com>
6527
6528 * MAINTAINERS (Write After Approval): Add myself.
6529
8ee56bcf
AC
65302004-04-30 Andrew Cagney <cagney@redhat.com>
6531
6532 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6533 * gdbarch.h, gdbarch.c: Re-generate.
6534 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6535 code.
6536
ee27e1b6
AC
65372004-04-30 Andrew Cagney <cagney@redhat.com>
6538
6539 * gdb-events.sh (selected_thread_changed)
6540 (selected_frame_level_changed, target_changed): Delete.
6541 * gdb-events.h, gdb-events.c: Re-generate.
6542 * valops.c (value_assign): Update.
6543 * stack.c (select_frame_command, up_silently_base)
6544 (down_silently_base): Update.
6545
d5ac5a39
AC
65462004-04-29 Andrew Cagney <cagney@redhat.com>
6547
6548 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6549 registers correctly.
6550 (print_gp_register_row, mips32_heuristic_proc_desc)
6551 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6552 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6553 references to mips_isa_regsize.
6554
ceae6e75
AC
65552004-04-29 Andrew Cagney <cagney@redhat.com>
6556
6557 * mips-tdep.c (struct gdbarch_tdep): Delete
6558 mips_fp_register_double.
6559 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6560 mips_abi_regsize.
6561 (mips_gdbarch_init): Do not set mips_fp_register_double.
6562 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6563
a587af0b
AC
65642004-04-29 Joel Brobecker <brobecker@gnat.com>
6565
6566 Committed by Andrew Cagney.
6567 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6568 function calls.
6569
13326b4e
AC
65702004-04-29 Andrew Cagney <cagney@redhat.com>
6571
6572 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6573 gdbarch, use mips_abi, update callers.
6574 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6575 mips_abi_regsize, update callers.
6576 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6577 mips_default_abi_regsize.
6578 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6579 mips_default_abi_regsize.
6580
711cc5cd
AC
65812004-04-29 Andrew Cagney <cagney@redhat.com>
6582
1b13c4f6
AC
6583 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6584 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6585 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6586 mips_default_abi_regsize.
6587 (mips_isa_regsize): Rename mips_regisze.
6588 * mipsnbsd-tdep.c: Update.
6589 * mips-linux-tdep.c: Update.
6590 * irix5-nat.c: Update.
6591 * mips-tdep.h (mips_isa_regsize): Update.
6592
711cc5cd
AC
6593 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6594 Delete all disabled code.
6595 * gdb-events.h, gdb-events.c: Re-generate.
6596
e63bbc88
MK
65972004-04-19 Jerome Guitton <guitton@gnat.com>
6598 Mark Kettenis <kettenis@gnu.org>
6599
6600 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6601 the function begins with a branch instruction.
6602
fd35795f
MK
66032004-04-29 Mark Kettenis <kettenis@gnu.org>
6604
6605 * i386-tdep.c: Fix spelling mistakes.
6606
c960c18f
AC
66072004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6608 Andrew Cagney <cagney@redhat.com>
6609
6610 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6611 <sys/proc.h>.
6612 * acconfig.h: Provide default _KMEMUSER value.
6613 * config.in, configure: Re-generate.
6614 * NEWS: Mention fix.
6615
50306a9d
RC
66162004-04-24 Randolph Chung <tausq@debian.org>
6617
6618 * configure.host (hppa*-*-linux*): New target.
6619 * configure.tgt (hppa*-*-linux*): Likewise.
6620 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6621 gdbarch_init_osabi() call earlier so that osabi-specific frame
6622 unwinders can be registered first.
6623 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6624 hppa-linux-nat.c.
6625 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6626 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6627 * config/pa/linux.mh: New file.
6628 * config/pa/linux.mt: New file.
6629 * config/pa/nm-linux.h: New file.
6630 * config/pa/xm-linux.h: New file.
6631 * hppa-linux-nat.c: New file.
6632 * hppa-linux-tdep.c: New file.
6633
2a6228ef
RC
66342004-04-28 Randolph Chung <tausq@debian.org>
6635
6636 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6637 return values.
6638 (hppa32_push_dummy_call): Fix small struct and floating point argument
6639 passing, and make sure the stack frame is properly aligned.
6640
82c10df6
AC
66412004-04-28 Andrew Cagney <cagney@redhat.com>
6642
d762c46a
AC
6643 * stack.c (print_stack_frame): Fix description.
6644
82c10df6
AC
6645 * NEWS: Mention gdb/gdbserver/configure execute permission
6646 changed. PR server/519.
6647
0faf0076
AC
66482004-04-28 Andrew Cagney <cagney@redhat.com>
6649
6650 * stack.c (print_stack_frame_stub): Delete declaration.
6651 (struct print_stack_frame_args, print_stack_frame)
6652 (print_frame_info, print_frame): Replace "source" with print what.
6653 Replace "print" with "print_level". Replace "args" with
6654 "print_args".
6655 * frame.h (show_and_print_stack_frame, print_stack_frame)
6656 (print_frame_info): Update declarations.
6657 * stack.c (select_and_print_frame, frame_command)
6658 (current_frame_command, up_command, down_command): Update calls -
6659 use get_selected_frame, pass "enum print_what" for source, do not
6660 call frame_relative_level.
6661 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6662 * remote-rdp.c (remote_rdp_open): Ditto.
6663 * remote-mips.c (common_open): Ditto.
6664 * remote-e7000.c (e7000_start_remote): Ditto.
6665 * ocd.c (ocd_start_remote): Ditto.
6666 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6667 * infrun.c (normal_stop): Ditto.
6668 * inflow.c (kill_command): Ditto.
6669 * infcmd.c (finish_command): Ditto.
6670 * corelow.c (core_open): Ditto.
6671 * tracepoint.c (finish_tfind_command): Ditto.
6672 * thread.c (info_threads_command, info_threads_command)
6673 (restore_current_thread, do_captured_thread_select): Ditto.
6674 * ada-tasks.c (task_command): Ditto.
6675
f4c5303c
OF
66762004-04-26 Orjan Friberg <orjanf@axis.com>
6677
6678 * frame.c: Include "observer.h".
6679 (frame_observer_target_changed): New function.
6680 (_initialize_frame): Attach target_changed observer.
6681 * regcache.c: Include "observer.h".
6682 (regcache_observer_target_changed): New function.
6683 (_initialize_regcache): Attach target_changed observer.
6684 * valops.c: Include "observer.h".
6685 (value_assign): Notify target_changed event when modifying register.
6686 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6687
7270d8f2
OF
66882004-04-26 Orjan Friberg <orjanf@axis.com>
6689
6690 From Paul Koning <pkoning@equallogic.com>:
6691 * breakpoint.c (free_valchain): New function.
6692 (insert_bp_location, delete_breakpoint): Use free_valchain.
6693 (remove_breakpoint): Do not remove the valchain.
6694 (bpstat_stop_status): If not stopped by watchpoint, skip
6695 watchpoints when generating stop status list.
6696 * infrun.c (handle_inferior_event): Make
6697 stepped_after_stopped_by_watchpoint a global variable.
6698 * remote.c (remote_stopped_data_address): Return watch data
6699 address rather than zero if stepped_after_stopped_by_watchpoint is
6700 set.
6701
02d62932
MC
67022004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6703
6704 Fix PR gdb/1626.
6705 * configure.in: Check for curses after termcap.
6706 On osf5.*, do not check for ncurses.
6707 * configure: Regenerate.
6708
3e9a183c
MK
67092004-04-25 Mark Kettenis <kettenis@gnu.org>
6710
c79ac407
MK
6711 * ppcobsd-nat.c: Include "ppc-tdep.h".
6712 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6713
3e9a183c
MK
6714 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6715 Fixes PR tdep/1623 and PR tdep/1624.
6716
38cc9c28
MC
67172004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6718
6719 * xmodem.h, xmodem.c: Remove files.
6720 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6721
7f07c5b6
RC
67222004-04-23 Randolph Chung <tausq@debian.org>
6723
6724 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6725 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6726 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6727 for handling stackless frames.
6728 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6729
9f7194c3
RC
67302004-04-23 Randolph Chung <tausq@debian.org>
6731
6732 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6733 starts at a pc before the frame is created.
6734
dcff6009
JB
67352004-04-23 Joel Brobecker <brobecker@gnat.com>
6736
6737 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6738
40711ff1 67392004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
6740
6741 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6742 use convert_typed_floating to get the appropriate format.
6743
abc485a1
RC
67442004-04-22 Randolph Chung <tausq@debian.org>
6745
6746 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6747 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6748 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6749 (hppa_sign_extend): Add prototype.
6750 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6751 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6752 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6753 hppa targets will also use these functions.
6754 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6755 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6756 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6757 (hppa_gdbarch_init): Remove gdbarch setting of
6758 skip_trampoline_code, in_solib_call_trampoline and
6759 in_solib_return_trampoline.
6760 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6761 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6762 hppa_in_solib_call_trampoline.
6763 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6764 Moved from hppa-tdep.c.
6765 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6766 in_solib_call_trampoline and in_solib_return_trampoline.
6767
369aa520
RC
67682004-04-22 Randolph Chung <tausq@debian.org>
6769
6770 * hppa-tdep.c (hppa_debug): New variable.
6771 (find_unwind_entry, hppa_frame_cache): Add debug output.
6772 (_initialize_hppa_tdep): Add command to set debug flag.
6773
476be15e
AC
67742004-04-22 Andrew Cagney <cagney@redhat.com>
6775
6776 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6777 "trad-frame.h".
6778 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6779 signal trampoline unwinder.
6780 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6781
d195bc9f
MK
67822004-04-22 Mark Kettenis <kettenis@gnu.org>
6783
6784 Add OpenBSD/powerpc support.
6785 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6786 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6787 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6788 (ppc_collect_fpregset): New prototypes.
6789 * ppcobsd-nat.c: New file.
6790 * ppcobsd-tdep.c: New file.
6791 * ppcobsd-tdep.h: New file.
6792 * rs6000-tdep.c: Include "regset.h".
6793 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6794 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6795 New functions.
6796 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6797 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6798 (rs6000-tdep.o): Update dependencies.
6799 * configure.host: Add powerpc-*-openbsd.
6800 * configure.tgt: Add powerpc-*-openbsd.
6801 * config/powerpc/obsd.mh: New file.
6802 * config/powerpc/nm-obsd.h: New file.
6803 * config/powerpc/obsd.mt: New file.
6804
6f14cc33
AC
68052004-04-22 Andrew Cagney <cagney@redhat.com>
6806
fcf29e5f
AC
6807 * frame.h (show_frame_info): Delete declaration.
6808
6f14cc33
AC
6809 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6810 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6811 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6812 * frv-tdep.c (frv_frame_this_id): Ditto.
6813 * avr-tdep.c (avr_frame_this_id): Ditto.
6814
e5786a5c
EZ
68152004-04-22 Elena Zannoni <ezannoni@redhat.com>
6816
6817 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6818
26e75e5c
JB
68192004-04-22 Jim Blandy <jimb@redhat.com>
6820
6821 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6822 register number zero.
6823
d8d65dd3
MS
68242004-04-21 Michael Snyder <msnyder@redhat.com>
6825
6826 * mips-tdep.c (heuristic_proc_start):
6827 Warning() already prefixes "Warning: ".
6828
9a4105ab
AC
68292004-04-21 Andrew Cagney <cagney@redhat.com>
6830
6831 * annotate.h (deprecated_annotate_starting_hook)
6832 (deprecated_annotate_stopped_hook)
6833 (deprecated_annotate_exited_hook)
6834 (deprecated_annotate_signal_hook)
6835 (deprecated_annotate_signalled_hook): Deprecate.
6836 * tracepoint.h (deprecated_create_tracepoint_hook)
6837 (deprecated_delete_tracepoint_hook)
6838 (deprecated_modify_tracepoint_hook)
6839 (deprecated_trace_find_hook)
6840 (deprecated_trace_start_stop_hook): Deprecate.
6841 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6842 * remote.h (deprecated_target_resume_hook)
6843 (deprecated_target_wait_loop_hook): Deprecate.
6844 * gdbcore.h (deprecated_exec_file_display_hook)
6845 (deprecated_file_changed_hook): Deprecate.
6846 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6847 * defs.h (deprecated_modify_breakpoint_hook)
6848 (deprecated_command_loop_hook, deprecated_show_load_progress)
6849 (deprecated_print_frame_info_listing_hook)
6850 (deprecated_query_hook, deprecated_warning_hook)
6851 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6852 (deprecated_delete_breakpoint_hook)
6853 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6854 (deprecated_readline_begin_hook, deprecated_readline_hook)
6855 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6856 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6857 (deprecated_context_hook, deprecated_target_wait_hook)
6858 (deprecated_attach_hook, deprecated_detach_hook)
6859 (deprecated_call_command_hook, deprecated_set_hook)
6860 (deprecated_error_hook, deprecated_error_begin_hook)
6861 (deprecated_ui_load_progress_hook): Deprecate.
6862 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6863 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6864 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6865 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6866 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6867 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6868 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6869 * annotate.c, aix-thread.c: Update.
6870
62cf13cc
AC
68712004-04-21 Andrew Cagney <cagney@redhat.com>
6872
b2e31a62
AC
6873 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6874 * vaxnbsd-tdep.c: Include "gdb_string.h".
6875
62cf13cc
AC
6876 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6877 (add_symbol_file_from_memory_command): #if 0 function body, call
6878 error instead.
6879
00e32a35
AC
68802004-04-21 Andrew Cagney <cagney@redhat.com>
6881
6882 * gdbcore.h: Update copyright.
6883 (deprecated_add_core_fns): Rename add_core_fns.
6884 * win32-nat.c (_initialize_core_win32): Update.
6885 * sun3-nat.c (_initialize_core_sun3): Update.
6886 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6887 * rs6000-nat.c (_initialize_core_rs6000): Update.
6888 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6889 * nto-tdep.c (_initialize_nto_tdep): Update.
6890 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6891 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6892 * mips-nat.c (_initialize_core_mips): Update.
6893 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6894 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6895 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6896 * lynx-nat.c (_initialize_core_lynx): Update.
6897 * irix5-nat.c (_initialize_core_irix5): Update.
6898 * i386-interix-nat.c (_initialize_core_interix): Update.
6899 * cris-tdep.c (_initialize_cris_tdep): Update.
6900 * corelow.c (deprecated_add_core_fns): Update.
6901 * core-regset.c (_initialize_core_regset): Update.
6902 * core-aout.c (_initialize_core_aout): Update.
6903 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6904 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6905 * alpha-nat.c (_initialize_core_alpha): Update.
6906
13c7b1ca
JB
69072004-04-21 Jim Blandy <jimb@redhat.com>
6908
6909 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6910
7b5a2f43
DJ
69112004-04-19 Daniel Jacobowitz <drow@mvista.com>
6912
6913 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6914 Delete.
6915 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6916 (read_attribute_value): Update calls to dwarf_alloc_block.
6917 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6918 dwarf2_tmp_obstack.
6919 (psymtab_to_symtab_1): Likewise. Clean up using
6920 free_stack_comp_unit.
6921 (add_to_cu_func_list): Use the comp_unit_obstack.
6922
05cf31d1
JB
69232004-04-19 Joel Brobecker <brobecker@gnat.com>
6924
6925 * dwarf2read.c (dwarf2_flag_true_p): New function.
6926 (die_is_declaration): Use the function above. Add some comments.
6927
adf93a2f
MK
69282004-04-19 Mark Kettenis <kettenis@gnu.org>
6929
6930 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6931 architecture when registering sparcnbsd_core_osabi_sniffer.
6932 Adjust comment.
6933
748894bf
MK
69342004-04-18 Mark Kettenis <kettenis@gnu.org>
6935
f622ad42
MK
6936 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6937 return value.
6938
c4fc7f1b
MK
6939 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6940 * i386-tdep.c: Correct register numbering scheme comments
6941 throughout.
6942 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6943 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6944 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6945 (i386_gdb_arch_init): Likewise.
6946
b4ead1bd
MK
6947 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6948 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6949 ppcnbsd-tdep.o.
6950
748894bf
MK
6951 * m68k-tdep.h: Tweak comments.
6952 * m68k-tdep.c: Tweak comment.
6953
fdd72f95
RC
69542004-04-17 Randolph Chung <tausq@debian.org>
6955
6956 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6957 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6958 (hppa_hpux_som_init_abi): Set is_elf to 0.
6959 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6960 * hppa-tdep.c (low_text_segment_address): Remove global.
6961 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6962 section offset to calculate segment address.
6963 (internalize_unwinds): Define low_text_segment_address as local and
6964 pass to record_text_segment_lowaddr for ELF targets.
6965 (hppa_gdbarch_init): Zero fill tdep structure.
6966 (hppa_dump_tdep): Print tdep structure.
6967 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6968
0f8d9d59
RC
69692004-04-17 Randolph Chung <tausq@debian.org>
6970
6971 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6972 (hppa_gdbarch_init): Set pseudo_register_read.
6973 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6974 * regcache.c (supply_register): Remove check for
6975 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6976
7c46b9fb
RC
69772004-04-17 Randolph Chung <tausq@debian.org>
6978
6979 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6980 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6981 (hpread_adjust_stack_address): Move to hpread.c.
6982 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6983 obj_private_struct): Move from tm-hppa.h.
6984 * hpread.c (hppa-tdep.h): Include.
6985 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6986 (hpread_read_function_type, hpread_read_doc_function_type)
6987 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6988 directly.
6989 * pa64solib.c (hppa-tdep.h): Include.
6990 * somsolib.c (hppa-tdep.h): Include.
6991 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6992 inferior_status): Remove unused forward declarations.
6993 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6994 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6995 obj_private_struct): Move to hppa-tdep.h.
6996 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6997
8d153463
RC
69982004-04-17 Randolph Chung <tausq@debian.org>
6999
7000 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7001 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7002 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7003 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7004 Remove forward declaration and make static.
7005 (hppa_reg_struct_has_addr): Remove.
7006
350c2e5b
JB
70072004-04-16 Joel Brobecker <brobecker@gnat.com>
7008
7009 * observer.sh: Move comments in sed command to first column.
7010
bbde78fa
JM
70112004-04-16 Jason Molenda (jmolenda@apple.com)
7012
7013 * frame.c: Minor typeo corrections in comments.
7014
e0270fd9
JB
70152004-04-16 Joel Brobecker <brobecker@gnat.com>
7016
7017 * observer.c (observer_test_first_notification_function): Update
7018 function profile.
7019 (observer_test_second_notification_function): Likewise.
7020 (observer_test_third_notification_function): Likewise.
7021
3d049254
MK
70222004-04-16 Mark Kettenis <kettenis@gnu.org>
7023
7024 From Brian Ford <ford@vss.fsi.com>:
7025 * i386-tdep.c (i386_coff_init_abi): New function.
7026 * i386-tdep.h (i386_coff_init_abi): New prototype.
7027 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7028 register number translation functions for DWARF and DWARF 2.
7029
7867684d
JB
70302004-04-16 Joel Brobecker <brobecker@gnat.com>
7031
7032 * dwarf2read.c: Back out my previous change, it was incorrect.
7033
72bf9492
DJ
70342004-04-16 Daniel Jacobowitz <drow@mvista.com>
7035
7036 * dwarf2read.c: Include "hashtab.h".
7037 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7038 has_namespace_info.
7039 (struct partial_die_info): Add comments. Use bitfields to reduce
7040 memory footprint. Add scope, scope_set, has_specification,
7041 spec_offset, die_parent, die_child, and die_sibling.
7042 (peek_die_abbrev): Add prototype.
7043 (partial_read_comp_unit_head): New function, broken out from
7044 dwarf2_build_psymtabs_hard.
7045 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7046 Use partial_read_comp_unit_head. Initialize the CU and
7047 comp_unit_obstack. Update calls to read_partial_die and
7048 scan_partial_symbols. Use free_stack_comp_unit and
7049 load_partial_dies.
7050 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7051 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7052 Update calls to helper functions. Remove NAMESPACE argument.
7053 Update comments.
7054 (partial_die_parent_scope, partial_die_full_name): New functions.
7055 (add_partial_symbol): Remove namespace argument. Update call to
7056 pdi_needs_namespace. Use partial_die_full_name. Handle
7057 DW_TAG_namespace. Check has_namespace_info flag.
7058 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7059 tag. Handle namespaces.
7060 (add_partial_namespace, add_partial_enumeration): Simplify.
7061 (guess_structure_name): New function, derived from
7062 add_partial_structure.
7063 (add_partial_structure): Remove.
7064 (determine_class_name): Update comment.
7065 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7066 (is_type_tag_for_partial, load_partial_dies): New functions.
7067 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7068 Record specifications instead of following them immediately.
7069 (find_partial_die_in_comp_unit, find_partial_die)
7070 (fixup_partial_die, free_stack_comp_unit)
7071 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7072 (partial_die_hash, partial_die_eq): New functions.
7073 * Makefile.in (hashtab_h): Define.
7074 (dwarf2read.o): Update dependencies.
7075 (observer_inc, observer_h): Move to the correct section.
7076
fdc860a3
JB
70772004-04-15 Joel Brobecker <brobecker@gnat.com>
7078
7079 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7080 (die_is_declaration): Use the function above. Add comment.
7081
dc718098
JB
70822004-04-15 Joel Brobecker <brobecker@gnat.com>
7083
7084 * dwarf2read.c (read_structure_scope): Identify stub types
7085 using die_is_declaration() only.
7086
8718a420
RM
70872004-04-15 Roland McGrath <roland@redhat.com>
7088
7089 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7090 argument instead of NAME.
7091 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7092 in call to symbol_file_add_with_addrs_or_offsets.
7093 (build_addr_info): New function, helper for ...
7094 (symbol_file_add_from_memory): New function.
7095 (add_symbol_file_from_memory_command): New function using that.
7096 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7097 (pre_add_symbol_hook): Add const to argument type.
7098 * symfile.h (symbol_file_add_from_memory): Declare it.
7099
8b910bab
MK
71002004-04-15 Mark Kettenis <kettenis@gnu.org>
7101
9f076e7a
MK
7102 * NEWS (New native configurations): Mention OpenBSD/vax.
7103 * configure.host: Add vax-*-openbsd*.
7104 * config/vax/obsd.mh: New file.
7105 * config/vax/nm-obsd.h: New file.
7106
8b910bab
MK
7107 * vax-tdep.c: Include "regset.h".
7108 (vax_supply_gregset): New function.
7109 (vax_gregset): New variable.
7110 (vax_regset_from_core_section): New function.
7111 (vax_gdbarch_init): Set regset_from_core_section.
7112 * Makefile.in (vax-tdep.o): Update dependencies.
7113
7a464420
AC
71142004-04-15 Andrew Cagney <cagney@redhat.com>
7115
7116 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7117 (observer_normal_stop_notification_stub)
7118 (observer_attach_normal_stop, observer_detach_normal_stop):
7119 Delete, replaced by #include "observer.inc".
7120 * infrun.c (normal_stop): Pass "stop_bpstat" to
7121 observer_notify_normal_stop.
7122 * Makefile.in (observer_inc): Define.
7123 (observer.o): Update dependencies.
7124 (observer.h, observer.inc): New rules.
7125 * observer.h: Delete file.
7126 * observer.sh: New file.
7127
e36ad527
MK
71282004-04-15 Mark Kettenis <kettenis@gnu.org>
7129
7130 * vax-tdep.c (vax_frame_cache): Fix typo.
7131
67b441e1
MK
71322004-04-14 Mark Kettenis <kettenis@gnu.org>
7133
6f606e1c
MK
7134 * NEWS (New native configurations): Mention NetBSD/vax.
7135 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7136 * config/vax/nbsdelf.mh: New file.
7137 * config/vax/nbsdaout.mh: New file.
7138 * config/vax/nm-nbsd.h: New file.
7139 * config/vax/nm-nbsdaout.h: New file.
7140
9c5519a5
MK
7141 * vaxnbsd-tdep.c: New file.
7142 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7143 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7144 * config/vax/nbsd.mt: New file.
7145 * config/vax/tm-nbsd.h: New file.
7146
4844a614
MK
7147 * Makefile.in (vaxbsd-nat.o): New dependency.
7148
67b441e1
MK
7149 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7150 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7151 struct_addr arguments. Don't push return value address.
7152 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7153 arguments to vax_store_arguments. Store return value address in
7154 R1.
7155 (vax_store_struct_return, vax_extract_return_value)
7156 (vax_store_return_value): Remove functions.
7157 (vax_return_value): New function.
7158 (vax_gdbarch_init): Set return value. Don't set
7159 deprecated_store_struct_return, deprecated_extract_struct_return
7160 and deprecated_store_return_value.
7161
6672f2ae
AS
71622004-04-14 Andreas Schwab <schwab@suse.de>
7163
7164 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7165 value buffer.
7166 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7167
7346c184
MK
71682004-04-14 Mark Kettenis <kettenis@gnu.org>
7169
7170 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7171 (vax_unwind_dummy_id): New functions.
7172 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7173 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7174 variables.
7175 (vax_fix_call_dummy): Remove function.
7176 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7177 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7178 call_dummy_location, deprecated_call_dummy_words,
7179 deprecated_sizeof_call_dummy_words,
7180 deprecated_call_dummy_breakpoint_offset,
7181 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7182 and deprecated_dummy_write_sp.
7183
58e23df4
DC
71842004-04-13 David Carlton <carlton@kealia.com>
7185
7186 * MAINTAINERS: Move myself to "paper trail" section.
7187
5e6b39ff
MK
71882004-04-12 Mark Kettenis <kettenis@gnu.org>
7189
7def7fef
MK
7190 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7191 "trad-frame.h".
7192 (vax_frame_init_saved_regs): Remove function.
7193 (vax_sigtramp_saved_pc): Remove function.
7194 (vax_frame_saved_pc): Remove function.
7195 (vax_frame_args_address): Remove function.
7196 (vax_frame_num_args): Rewrite.
7197 (vax_frame_chain): Remove function.
7198 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7199 VAX_FP_REGNUM.
7200 (vax_pop_frame): Likewise.
7201 (vax_saved_pc_after_call): Remove function.
7202 (struct vax_frame_cache): New structure.
7203 (vax_frame_cache): New function.
7204 (vax_frame_this_id): New function.
7205 (vax_frame_prev_register): New function.
7206 (vax_frame_unwind): New variable.
7207 (vax_frame_sniffer): New function.
7208 (vax_frame_base_address): New function.
7209 (vax_frame_args_address): New function.
7210 (vax_frame_base): New variable.
7211 (vax_unwind_pc): New function.
7212 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7213 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7214 deprecated_frame_chain, deprecated_frame_saved_pc,
7215 deprecated_frame_args_address and
7216 deprecated_frame_init_saved_regs.
7217 * Makefile.in (vax-tdep.o): Update dependencies.
7218
53284fc1
MK
7219 * vaxbsd-nat.c: New file.
7220
5e6b39ff
MK
7221 * vax-tdep.h: Update copyright year. Adjust comments.
7222 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7223 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7224 (vax_regnum): New enum. Replacing...
7225 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7226 (VAX_PS_REGNUM): ... these removed macros.
7227 * vax-tdep.c (vax_register_name): Remove prototype.
7228 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7229 (vax_register_byte, vax_register_raw_size,
7230 vax_register_virtual_size, vax_register_virtual_type): Remove
7231 functions.
7232 (vax_register_type): New function.
7233 (vax_breakpoint_from_pc): Reorganize.
7234 (vax_gdbarch_init): Set register_type. Don't set
7235 deprecated_register_size, deprecated_register_bytes,
7236 deprecated_register_byte, deprecated_register_raw_size,
7237 deprecated_max_register_raw_size,
7238 deprecated_register_virtual_size,
7239 deprecated_max_register_virtual_size and
7240 deprecated_register_virtual_type. Add comment on stack direction.
7241
e9c71e9f
MK
72422004-04-11 Mark Kettenis <kettenis@gnu.org>
7243
7244 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7245 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 7246 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 7247
d46f1176 72482004-04-10 Randolph Chung <tausq@debian.org>
8718a420 7249
d46f1176
RC
7250 * MAINTAINERS (write after approval): Add myself.
7251
a2a84a72
RC
72522004-04-07 Randolph Chung <tausq@debian.org>
7253
7254 * hppa-tdep.c (hppa_inner_than): Remove.
7255 (is_pa_2): Remove unused static variable.
8718a420 7256 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 7257
e85c3284
PH
72582004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7259
7260 * language.h (language_defn): Add new la_post_parser field.
7261 * parser-defs.h (null_post_parser): New declaration (default for
7262 la_post_parser).
8718a420 7263
e85c3284
PH
7264 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7265 insert call to that function.
7266 (parse_exp_in_context): New function, including code formerly in
8718a420 7267 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
7268 prefixification.
7269 (parse_expression_in_context): New exported function.
7270 (null_post_parser): New definition.
7271 * expression.h (parse_expression_in_context): Add declaration.
8718a420 7272
e85c3284
PH
7273 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7274 * c-lang.c (c_language_defn): Ditto.
7275 (cplus_language_defn): Ditto.
7276 (asm_language_defn): Ditto.
7277 (minimal_language_defn): Ditto.
7278 * f-lang.c (f_language_defn): Ditto.
7279 * jv-lang.c (java_language_defn): Ditto.
7280 * language.c (unknown_language_defn): Ditto.
7281 (auto_language_defn): Ditto.
7282 (local_language_defn): Ditto.
7283 * m2-lang.c (m2_language_defn): Ditto.
7284 * scm-lang.c (scm_language_defn): Ditto.
7285 * obj-lang.c (objc_language_defn): Ditto.
8718a420 7286
d9f8c85b
MK
72872004-04-10 Mark Kettenis <kettenis@gnu.org>
7288
fa34704a
MK
7289 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7290 (amd64nbsd_mcontext_addr): New function.
7291 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7292 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7293 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7294
403e1656
MK
7295 * corelow.c (core_xfer_partial): Fix coding standards violation.
7296 Add support for TARGET_OBJECT_WCOOKIE.
7297
a57e5a95
MK
7298 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7299 deprecated_pc_in_sigtramp.
7300 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7301 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7302 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7303 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7304 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7305 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7306 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7307
377d9ebd
MK
7308 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7309 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7310 Fix typo.
7311
f0ef85a5
MK
7312 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7313 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7314 (amd64_collect_fxsave): Likewise.
7315
d9f8c85b
MK
7316 * i386-sol2-tdep.c: Include "gdb_string.h".
7317 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7318 name.
7319 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7320
75f501b5
MK
73212004-04-10 Mark Kettenis <kettenis@gnu.org>
7322
7323 * i386-sol2-tdep.c: Include "solib-svr4.h".
7324 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7325 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7326 * config/i386/tm-i386sol2.h: Include :solib.h".
7327 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7328 solib-svr4.o and solib-legacy.o.
7329 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7330 solib-svr4.o.
7331
b31bc724
MK
73322004-04-09 Mark Kettenis <kettenis@gnu.org>
7333
18bbbd9e
MK
7334 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7335 whether a register is supplied by PTRACE_GETFPREGS.
7336 (store_inferior_registers): Likewise.
7337 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7338 whether a register is supplied by PT_GETFPREGS.
7339 (store_inferior_registers): Likewise.
7340
3c30bf1b
MK
7341 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7342 * config/i386/linux64.mt (TDEPFILES): Likewise.
7343
a4194092
MK
7344 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7345
911bc6ee
MK
7346 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7347 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7348 the program counter is in the range specified by `struct
7349 gdbarch_tdep'.
7350 * amd64-linux-tdep.c: Include "symtab.h".
7351 (amd64_linux_pc_in_sigtramp): Remove function.
7352 (amd64_linux_sigtramp_p): New function.
7353 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7354 deprecated_pc_in_sigtramp.
7355 * amd64nbsd-tdep.c: Include "symtab.h".
7356 (amd64nbsd_sigtramp_p): New function.
7357 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7358 deprecated_pc_in_sigtramp.
7359 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7360 few comments.
7361 (amd64obsd_pc_in_sigtramp): Remove function.
7362 (amd64obsd_sigtramp_p): New function.
7363 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7364 deprecated_pc_in_sigtramp.
7365 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7366 (i386bsd_pc_ins_sigtramp): Remove prototype.
7367 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7368 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7369 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7370 the program counter is in the range specified by `struct
7371 gdbarch_tdep'.
7372 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7373 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7374 (i386_go32_pc_in_sigtramp): Remove function.
7375 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7376 Initialize TDEP->sigtramp_p.
7377 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7378 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7379 deprecated_pc_in_sigtramp.
7380 * i386-linux-tdep.c: Adjust comments.
7381 (i386_linux_pc_in_sigtramp): Remove function.
7382 (i386_linux_sigtramp_p): New function.
7383 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7384 deprecated_pc_in_sigtramp.
7385 * i386-nto-tdep.c: Update copyright year.
7386 (i386nto_pc_in_sigtramp): Remove function.
7387 (i386nto_sigtramp_p): New function.
7388 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7389 SP_REGNUM.
7390 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7391 deprecated_pc_in_sigtramp.
7392 * i386-sol2-tdep.c: Update copyright year.
7393 (i386_sol2_pc_in_sigtramp): Remove function.
7394 (i386_sol2_sigtramp_p): New function.
7395 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7396 deprecated_pc_in_sigtramp.
7397 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7398 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7399 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7400 deprecated_sigtramp_start and deprecated_sigtramp_end.
7401 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7402 (i386nbsd_pc_in_sigtramp): Remove function.
7403 (i386nbsd_sigtramp_p): New function.
7404 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7405 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7406 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7407 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7408 (i386obsd_pc_in_sigtramp): Remove function.
7409 (i386obsd_sigtramp_p): New function.
7410 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7411 functions.
7412 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7413 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7414 TDEP->sigtramp_p.
7415 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7416 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7417 dependencies.
7418
e083e6ec
MK
7419 * config/i386/i386aout.mt: Remove file.
7420
bd153b94
MK
7421 * configure.tgt: Remove i[34567]86-*-go32*,
7422 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7423 and i[34567]86-*-isc*. Set gdb_target to i386 for
7424 i[34567]86-*-netware* and i[34567]86-*-*.
7425 * config/i386/i386.mt: New file.
7426 * config/i386/embed.mt: Remove file.
7427 * config/i386/go32.mt: Remove file.
7428 * config/i386/i386nw.mt: Remove file.
7429 * config/i386/i386v.mt: Remove file.
7430 * config/i386/tm-go32.h: Remove file.
7431
4a1bcc8c
MK
7432 * tui/tui-hooks.c: Include "readline/readline.h" after
7433 "gdb_curses.h" instead of before.
7434 * tui/tui-io.c: Likewise.
7435
f9a79064
MK
7436 * tui/tui.c: Fix typo in comment.
7437
b31bc724
MK
7438 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7439
f83f82bc
AC
74402004-04-08 Andrew Cagney <cagney@redhat.com>
7441
7442 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7443 (deprecated_exception_support_initialized): Declare.
8718a420 7444 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
7445 (initialize_hp_cxx_exception_support)
7446 (child_enable_exception_callback): Update.
7447 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7448 (deprecated_exception_support_initialized): Rename
7449 deprecated_exception_catchpoints_are_fragile and
7450 deprecated_exception_support_initialized.
7451 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7452
7453 * symtab.c (deprecated_hp_som_som_object_present): Rename
7454 hp_som_som_object_present.
7455 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7456 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7457 Update. Delete extern declaration.
7458 * valops.c (hp_som_som_object_present): Ditto.
8718a420 7459 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
7460 (parse_nested_classes_for_hpacc): Ditto.
7461 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 7462 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
7463 (initialize_hp_cxx_exception_support): Ditto.
7464 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 7465 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 7466 (cp_print_class_method): Ditto.
8718a420 7467 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
7468 (c_type_print_base): Ditto.
7469 * c-exp.y (hp_som_som_object_present): Ditto.
7470
fb2be677
AC
74712004-04-08 Andrew Cagney <cagney@redhat.com>
7472
7473 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7474 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7475 (frame_unwind_find_by_frame): Re-implement the unwind code so
7476 that it can both prepend and append sniffers. Replace
7477 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7478 * tramp-frame.c (tramp_frame_append): Use
7479 frame_unwind_prepend_unwinder.
7480 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7481 frame_unwind_register_unwinder.
7482 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7483 tramp_frame_append.
7484 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 7485 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
7486 (mips_linux_init_abi): Update.
7487
67faf007
KB
74882004-04-08 Kevin Buettner <kevinb@redhat.com>
7489
7490 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7491 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7492 file support.
7493
8973ff21
KB
74942004-04-07 Kevin Buettner <kevinb@redhat.com>
7495
7496 * ia64-tdep.c (elf.h): Don't include.
7497 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7498
4a0e2f88
JM
74992004-04-07 Jason Molenda (jmolenda@apple.com)
7500
7501 * frame.h: Typeo corrections in comments.
7502
9872ad24
JB
75032004-04-07 Jim Blandy <jimb@redhat.com>
7504
7505 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7506 %esp and %ebp
7507
70b216c8
MK
75082004-04-07 Mark Kettenis <kettenis@gnu.org>
7509
11d5789c
MK
7510 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7511 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7512 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7513 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7514 and solib-legacy.o.
7515 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7516 solib-svr4.o.
7517 * config/sparc/tm-sol2.h: Update copyright year. Include
7518 "solib.h".
7519
70b216c8
MK
7520 * sparc-sol2-tdep.c: Update copyright year. Include
7521 "solib-svr4.h".
7522 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7523 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7524 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 7525 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
7526 dependencies.
7527
6339dc9e
AC
75282004-04-06 Andrew Cagney <cagney@redhat.com>
7529
7530 * infttrace.c: Include "infttrace.h".
7531 * infttrace.h: Include "target.h".
7532 * Makefile.in (infttrace_h): Update.
7533 (infttrace.o): Update.
8718a420 7534
93449403
AC
75352004-04-06 Andrew Cagney <cagney@redhat.com>
7536
6d518969
AC
7537 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7538 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7539 move extern declarations from here ...
7540 * infttrace.h: ... to here.
7541 * Makefile.in (hppah-nat.o): Update dependencies.
7542
85f4f2d8
AC
7543 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7544 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 7545 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
7546 (hppa_breakpoint_from_pc): Delete.
7547
93449403
AC
7548 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7549
71456ec6
AC
75502004-04-05 Andrew Cagney <cagney@redhat.com>
7551
7552 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7553 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7554 <sys/file.h>.
8718a420 7555
4c02c60c
AC
75562004-04-06 Randolph Chung <tausq@debian.org>
7557
7558 Committed by Andrew Cagney (mechanical change).
7559 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7560 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7561 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7562 child_enable_exception_callback, current_ex_event,
7563 null_symtab_and_line, child_get_current_exception_event,
7564 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7565 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7566 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7567 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7568 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7569 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7570 Move hpux-specific definitions ...
7571 * hppa-hpux-tdep.c: ... to here.
7572
3a515653
AC
75732004-04-05 Andrew Cagney <cagney@redhat.com>
7574
7575 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7576 skip_prologue_using_sal.
7577
c1730d02
AC
75782004-04-05 Andrew Cagney <cagney@redhat.com>
7579
7580 * config/i386/tm-i386.h: Delete file.
7581 * config/i386/tm-vxworks.h: Update copyright, do not include
7582 "tm-i386.h".
7583 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7584 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7585 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7586 * config/i386/ncr3000.mt (TM_FILE): Delete.
7587 * config/i386/interix.mt (TM_FILE): Delete.
7588 * config/i386/i386v.mt (TM_FILE): Delete.
7589 * config/i386/i386nw.mt (TM_FILE): Delete.
7590 * config/i386/i386gnu.mt (TM_FILE): Delete.
7591 * config/i386/i386aout.mt (TM_FILE): Delete.
7592 * config/i386/embed.mt (TM_FILE): Delete.
7593
8b67aa36
KB
75942004-04-05 Kevin Buettner <kevinb@redhat.com>
7595
7596 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7597 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7598 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7599 (accg7_regnum): New constants.
7600 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
7601 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7602 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
7603 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7604 for accg registers.
7605 (frv_register_sim_regno): Update spr_map[].
7606
3c7012f5
AC
76072004-04-04 Andrew Cagney <cagney@redhat.com>
7608
7609 * config/mips/xm-riscos.h: Delete.
7610 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7611 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7612 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7613 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7614 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7615 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7616 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7617 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7618 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7619 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7620 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7621 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7622 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7623 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7624 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7625 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7626 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7627 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7628 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7629 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7630 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7631 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7632 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7633 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7634 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7635 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 7636
3c7012f5
AC
7637 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7638 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7639 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7640 * configure.host: Remove m680[01]0-sun-sunos3*,
7641 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7642 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7643 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7644 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7645 mips-*-riscos*.
7646 * NEWS: Mention removed systems.
7647
99d16a21
AC
76482004-04-04 Andrew Cagney <cagney@redhat.com>
7649
7650 GDB 6.1 release created from 6.1 branch.
7651
6cdf9d98
AC
76522004-04-04 Andrew Cagney <cagney@redhat.com>
7653
98d346c3
AC
7654 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7655 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7656 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7657
6cdf9d98
AC
7658 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7659 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7660 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7661
859a326d
JB
76622004-04-03 Jim Blandy <jimb@redhat.com>
7663
7664 * MAINTAINERS: Chris Faylor has changed employers; add him to
7665 "paper trail" section, and update his E-mail address.
7666
b87178c3
AC
76672004-04-03 Andrew Cagney <cagney@redhat.com>
7668
4ea2acf0
AC
7669 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7670 generic dummy frames.
7671 * dummy-frame.c: Update copyright.
7672 (dummy_frame_sniffer): Delete check for generic dummy frames.
7673
d0bd2d18 7674 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 7675 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
7676 (REG_PARM_STACK_SPACE): Delete.
7677 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7678 Inline reference to REG_PARM_STACK_SPACE.
7679
b87178c3
AC
7680 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7681 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7682 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7683 (FRAME_BASE_BEFORE_SIGTRAMP)
7684 (hppa32_hpux_frame_base_before_sigtramp)
7685 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7686 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7687 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7688 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7689 (FRAME_BASE_BEFORE_SIGTRAMP)
7690 (hppa64_hpux_frame_base_before_sigtramp)
7691 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7692
43e2e1a0
AC
76932004-04-03 Andrew Cagney <cagney@redhat.com>
7694
7695 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7696
ddc135a4
AC
76972004-04-02 Andrew Cagney <cagney@redhat.com>
7698
7699 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7700 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7701 * dummy-frame.h: Delete out-of-date comments.
7702 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7703 * gdbarch.h, gdbarch.c: Re-generate.
7704
d15bfd3a 77052004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 7706
d15bfd3a
AC
7707 Committed by Andrew Cagney <cagney@redhat.com>.
7708 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7709 into account an instruction saving a register if we have already
7710 seen an earlier instruction saving that same register.
7711
f04ceafa
AC
77122004-04-02 Andrew Cagney <cagney@redhat.com>
7713
08be3abd
AC
7714 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7715 * gdbarch.h, gdbarch.c: Re-generate.
7716 * frame.c (legacy_get_prev_frame): Delete references to
7717 DEPRECATED_INIT_FRAME_PC_FIRST.
7718
f04ceafa
AC
7719 * infrun.c (pc_in_sigtramp): Delete function.
7720 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7721 get_frame_type.
7722
08e69816
AC
77232004-04-02 Andrew Cagney <cagney@redhat.com>
7724
7725 * infrun.c (handle_step_into_function): Delete code conditional on
7726 legacy_frame_p.
7727 (handle_inferior_event, step_over_function): Ditto.
7728
adb54772
AC
77292004-04-02 Andrew Cagney <cagney@redhat.com>
7730
7731 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7732 "previous frame inner to this frame" test.
7733
304396fb
AC
77342004-04-02 Andrew Cagney <cagney@redhat.com>
7735
7736 * frame.c (safe_frame_unwind_memory): New function.
7737 * frame.h (safe_frame_unwind_memory): Declare. Update description
7738 of /safe_/ methods.
7739 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7740 "next_frame". Use safe_frame_unwind_memory.
7741 (tramp_frame_sniffer): Update call to tramp_frame_start.
7742
6502dd73
DJ
77432004-04-01 Daniel Jacobowitz <drow@mvista.com>
7744
7745 * dwarf2read.c (dwarf2_objfile_data_key): New.
7746 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7747 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7748 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7749 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7750 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7751 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7752 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7753 Remove variables.
7754 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7755 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7756 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7757 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7758 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7759 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7760 Remove macros.
7761 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7762 data.
7763 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7764 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7765 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7766 (read_partial_die, read_full_die, read_indirect_string)
7767 (dwarf_decode_line_header, dwarf_decode_macros)
7768 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7769 Update uses of removed variables.
7770 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7771 of removed macros.
7772 (_initialize_dwarf2_read): New function.
7773 * symfile.h (dwarf2_has_info): Update prototype.
7774 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7775 * elfread.c (elf_symfile_read): Likewise.
7776
408752b0
JB
77772004-04-01 Jim Blandy <jimb@redhat.com>
7778
9f744501
JB
7779 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7780 function for register numbers on all the rs6000-derived targets.
7781 (rs6000_gdbarch_init): Don't register a separate
7782 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7783 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7784 variants.
7785
408752b0
JB
7786 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7787 numbering.
7788
2de41bce
PH
77892004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7790
7791 * valarith.c: Update copyright notice.
7792 (value_add): Handle range types.
7793 (value_sub): Ditto.
7794 (value_equal): Ditto.
7795 (value_less): Ditto.
7796 (value_neg): Ditto.
7797 (value_complement): Ditto.
8718a420 7798 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 7799 eliminiating unnecessary COERCE_ENUMs.
8718a420 7800
5613d8d3
AC
78012004-03-31 Andrew Cagney <cagney@redhat.com>
7802
7803 * frame.h (frame_unwind_id): Declare.
7804 * frame.c (frame_unwind_id): New function.
7805 (get_prev_frame_1): New function.
7806 (frame_debug_got_null_frame): New function.
7807 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7808 code proper to prev_frame, update description.
7809 * infrun.c (step_over_function): Use frame_unwind_id.
7810
c4557624
JB
78112004-04-31 J. Brobecker <brobecker@gnat.com>
7812
7813 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7814 (hppa64_push_dummy_call): Likewise.
7815
3e6bb910
JB
78162004-03-30 Jim Blandy <jimb@redhat.com>
7817
7818 From Ulrich Weigand:
7819 * utils.c (query): Do not use a va_list variable multiple times.
7820
a2f23071
DJ
78212004-03-29 Daniel Jacobowitz <drow@mvista.com>
7822
7823 * Makefile.in (linux_nat_h): Update dependencies.
7824 * configure.in: Check for <gnu/libc-version.h>.
7825 * configure: Regenerate.
7826 * config.in: Regenerate.
7827 * linux-nat.h: Include "target.h". Add waitstatus field to
7828 struct lwp_info.
7829 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7830 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7831 to.
7832 (lin_lwp_handle_extended): New function. Handle clone events.
7833 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7834 thread exit events.
7835 (child_wait): Handle clone events.
7836 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7837 * linux-nat.c (linux_enable_event_reporting): Turn on
7838 PTRACE_O_TRACECLONE.
7839 (linux_handle_extended_wait): Handle clone events.
7840 * thread-db.c: Include <gnu/libc-version.h>.
7841 (struct private_thread_info): Add dying flag.
7842 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7843 higher.
7844 (attach_thread): Update comments. Handle dying threads.
7845 (detach_thread): Set the dying flag.
7846 (check_event): Always call attach_thread.
7847
8d5f9dcb
DJ
78482004-03-29 Daniel Jacobowitz <drow@mvista.com>
7849
7850 * mips-tdep.c (mips_pdr_data): New.
7851 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7852 (_initialize_mips_tdep): Initialize mips_pdr_data.
7853
66337bb1
CV
78542004-03-29 Corinna Vinschen <vinschen@redhat.com>
7855
7856 * minsyms.c (install_minimal_symbols): Move dropping leading
7857 char from linkage name from here...
7858 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7859 test for "__gnu_compiled*" symbols.
7860
e802b915
JB
78612004-03-28 Jim Blandy <jimb@redhat.com>
7862
7863 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7864 registers to temp register r0 and byte stores as prologue
7865 instructions.
7866
72b56458
AC
78672004-03-28 Andrew Cagney <cagney@redhat.com>
7868
7869 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7870 arm*-*-*.
7871
0bfbda3b
SC
78722004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7873
7874 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7875 and switch the layout to force a display of register window.
7876
5a7225ed
JB
78772004-02-26 J. Brobecker <brobecker@gnat.com>
7878
7879 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7880 of the INTEGER class.
7881
81a07a45
JB
78822004-03-26 Jim Blandy <jimb@redhat.com>
7883
7884 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7885 bytes long on PPC GNU/Linux.
7886
8c691c7a
DC
78872004-03-26 David Carlton <carlton@kealia.com>
7888
7889 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7890
103a0089
AC
78912004-03-25 Andrew Cagney <cagney@redhat.com>
7892
7893 * PROBLEMS: Add general section titles, remove references to
7894 specific releases.
7895
7a5ea0d4
DJ
78962004-03-25 Daniel Jacobowitz <drow@mvista.com>
7897
7898 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7899 INT_REGISTER_SIZE.
7900 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7901 FP_REGISTER_VIRTUAL_SIZE.
7902 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7903 of DEPRECATED_REGISTER_RAW_SIZE.
7904 (arm_register_type): Add gdbarch argument.
7905 (arm_register_raw_size, arm_register_virtual_size): Delete.
7906 (arm_register_byte, arm_extract_return_value)
7907 (arm_store_return_value, arm_get_longjmp_target): Update references
7908 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7909 (arm_gdbarch_init): Likewise. Don't set
7910 deprecated_register_raw_size, deprecated_register_virtual_size,
7911 deprecated_max_register_raw_size,
7912 deprecated_max_register_virtual_size, or
7913 deprecated_max_register_virtual_type. Do set register_type.
7914 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7915 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7916 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7917 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7918 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7919 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7920 INT_REGISTER_SIZE.
7921 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7922 (remote_rdp_store_register): Likewise.
7923
5792a79b
DJ
79242004-03-24 Daniel Jacobowitz <drow@mvista.com>
7925
7926 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7927 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7928 to after osabi initialization.
7929 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7930 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7931 functions.
7932 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7933 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7934 variables.
7935 (mips_linux_init_abi): Append signal trampoline unwinders.
7936
1196bfda
AC
79372004-03-24 Andrew Cagney <cagney@redhat.com>
7938
7939 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7940 * tramp-frame.c: Include "gdb_assert.h".
7941 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7942 correct sizeof.
7943 (tramp_frame_append): Validate the tramp frame's instructions.
7944 * Makefile.in (tramp-frame.o): Update dependencies.
7945
4be282b4
AC
79462004-03-23 Andrew Cagney <cagney@redhat.com>
7947
7948 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7949
69aec09b
AC
79502004-03-23 Andrew Cagney <cagney@redhat.com>
7951
7952 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7953 Nasser as past testsuite/lib/ (and other) maintainers.
7954
63ed89b4
DJ
79552004-03-23 Daniel Jacobowitz <drow@mvista.com>
7956
7957 * infcmd.c (attach_command): Reread symbols if we already have
7958 an exec file.
7959
f3b36427
AC
79602004-03-23 Andrew Cagney <cagney@redhat.com>
7961
7962 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7963
aa2a3f87
AC
79642004-03-23 Andrew Cagney <cagney@redhat.com>
7965
7966 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7967 * gdbarch.h, gdbarch.c: Re-generate.
7968 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7969 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7970 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 7971 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 7972 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 7973 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
7974 (DEPRECATED_SIGTRAMP_START): Update.
7975 * blockframe.c (find_pc_sect_partial_function): Update.
7976 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7977
00cac895
DJ
79782004-03-23 Daniel Jacobowitz <drow@mvista.com>
7979
7980 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7981 if necessary.
7982
f561f026
AC
79832004-03-23 Andrew Cagney <cagney@redhat.com>
7984
7985 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7986 predicate, deprecate.
7987 * gdbarch.h, gdbarch.c: Re-generate.
7988 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7989 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7990 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7991 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7992 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7993 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7994 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7995 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7996 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7997 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7998 * blockframe.c (find_pc_partial_function): Update.
7999 * breakpoint.c (bpstat_what): Update.
8000 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8001 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8002 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8003 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8004 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8005 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8006 * i386-nto-tdep.c (i386nto_init_abi): Update.
8007 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8008 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8009 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8010 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8011 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8012 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8013 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8014 * infrun.c (pc_in_sigtramp): Update.
8015 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8016 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8017 * mips-tdep.c (mips_gdbarch_init): Update.
8018 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8019 * ppc-linux-tdep.c: Update comment.
8020 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8021 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8022 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8023 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8024 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8025 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8026 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8027 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8028 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8029 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 8030
8050c72f
AC
80312004-03-23 Andrew Cagney <cagney@redhat.com>
8032
d2259dd3
AC
8033 * tramp-frame.h, tramp-frame.h: New files.
8034 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8035 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8036
8050c72f
AC
8037 * Makefile.in: Update all dependencies.
8038
0db9b4b7
AC
80392004-03-23 Andrew Cagney <cagney@redhat.com>
8040
8041 * Makefile.in (trad_frame_h): Add $(frame_h).
8042 * trad-frame.h: Update copyright. Include "frame.h".
8043 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8044 (trad_frame_set_id, trad_frame_get_id): Declare.
8045 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8046 * trad-frame.c: Update copyright.
8047 (struct trad_frame_cache): Define.
8048 (trad_frame_cache_zalloc): New function.
8049 (trad_frame_set_id, trad_frame_get_id): New functions.
8050 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 8051
8e645ae7
AC
80522004-03-22 Andrew Cagney <cagney@redhat.com>
8053
8054 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8055 s390_pltstub_unwind_cache.
8056 (s390_stub_frame_unwind_cache): Rename
8057 s390_pltstub_frame_unwind_cache.
8058 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8059 (s390_stub_frame_prev_register): Rename
8060 s390_pltstub_frame_prev_register.
8061 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8062 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8063
8064 From Ulrich Weigand:
8065 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8066 pointer calls like PLT calls.
8067
34fcf120
DJ
80682004-03-22 Daniel Jacobowitz <drow@mvista.com>
8069
8070 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8071 PC rather than the partial function start address. Use the start
8072 address to sanity check the found PDR.
8073
5b917078
DJ
80742004-03-22 Daniel Jacobowitz <drow@mvista.com>
8075
8076 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8077 linux_handle_extended_wait.
8078
8adf9e78
AC
80792004-03-22 Andrew Cagney <cagney@redhat.com>
8080
c3122434
AC
8081 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8082 function.
8083
8adf9e78
AC
8084 * frame.h (generic_pop_current_frame): Delete declaration.
8085 (deprecate_pop_dummy_frame): Deprecate
8086 generic_pop_dummy_frame.
8087 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8088 (generic_pop_current_frame): Delete function.
8089 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8090 generic_pop_current_frame.
8091 * v850-tdep.c (v850_pop_frame): Update.
8092 * mcore-tdep.c (mcore_pop_frame): Update.
8093 * sh64-tdep.c (sh64_pop_frame): Update.
8094 * h8300-tdep.c (h8300_pop_frame): Update.
8095
90ba813f
AC
80962004-03-22 Andrew Cagney <cagney@redhat.com>
8097
8098 * frame.h (deprecated_pc_in_call_dummy): Rename
8099 generic_pc_in_call_dummy.
8100 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8101 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8102 generic_pc_in_call_dummy.
8103 (pc_in_dummy_frame): Make static.
8104 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8105 * gdbarch.h, gdbarch.c: Re-generate.
8106 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8107 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8108 (legacy_get_prev_frame): Ditto.
8109 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8110 comment.
8718a420 8111
ca4bb888
AC
81122004-03-21 Andrew Cagney <cagney@redhat.com>
8113
244675f9
AC
8114 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8115 declaration and out-of-date comment.
8116 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8117 Delete function.
8118 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8119 deprecated_pc_in_call_dummy.
8120
ca4bb888
AC
8121 * infrun.c (handle_inferior_event): For non legacy frames, use the
8122 frame ID and frame type to identify a signal trampoline. Update
8123 comments.
8124
1777c7b4
NW
81252004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8126
8127 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8128 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8129
82417da5
AC
81302004-03-21 Andrew Cagney <cagney@redhat.com>
8131
8132 * frame-unwind.h: Update copyright.
8133 (struct frame_data): Add opaque declaration.
8134 (frame_sniffer_ftype): Declare.
8135 (struct frame_unwind): Add "unwind_data" and "sniffer".
8136 (frame_unwind_register_unwinder): Declare.
8137 (frame_unwind_find_by_frame): Add parameter "this_cache".
8138 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8139 (legacy_get_prev_frame, legacy_get_prev_frame)
8140 (get_frame_type): Pass the prologue_cache to
8141 frame_unwind_find_by_frame.
8142 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8143 "unwinder".
8144 (frame_unwind_register_unwinder): New function.
8145 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8146
b2ba182e
PH
81472004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8148
8149 * bcache.c (print_percentage): Use floating point to avoid
8150 incorrect results when portion*100 overflows.
8151
81332287
KB
81522004-03-19 Kevin Buettner <kevinb@redhat.com>
8153
8154 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8155 (ppc_linux_init_extra_frame_info)
8156 (ppc_linux_frameless_function_invocation)
8157 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8158 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8159 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8160 (rs6000_frame_chain): Delete declarations.
8161 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8162 (ppc_linux_init_extra_frame_info)
8163 (ppc_linux_frameless_function_invocation)
8164 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8165 (ppc_linux_init_abi): Remove registration of above deleted functions.
8166 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8167 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8168 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8169 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8170 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8171 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8172 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8173 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8174 frame management for all OSABIs.
8175
61a65099
KB
81762004-03-19 Andrew Cagney <cagney@redhat.com>
8177
8178 Committed by Kevin Buettner <kevinb@redhat.com>.
8179
8180 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8181 Update copyright.
8182 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8183 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8184 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8185 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8186 unwinders. #ifdef legacy frame code.
8187 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8188 "frame-base.h".
8189 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8190 (struct rs6000_frame_cache, rs6000_frame_cache)
8191 (rs6000_frame_this_id, rs6000_frame_prev_register)
8192 (rs6000_frame_sniffer, rs6000_frame_unwind)
8193 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8194 (rs6000_frame_base): Implement a traditional frame unwinder.
8195 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8196 frame unwinder.
8197
88f7da05
KB
81982004-03-19 Kevin Buettner <kevinb@redhat.com>
8199
8200 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8201 breakpoint address for watchpoints or the catch eventpoints.
8202 Add new paramter ``bptype''. Adjust all callers.
8203
f826dce1
AC
82042004-03-19 Andrew Cagney <cagney@redhat.com>
8205
33cb8b0f
AC
8206 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8207
f826dce1
AC
8208 * PROBLEMS: Delete note that ARM does not use frame code, problem
8209 fixed.
8210
43b1ab88
AC
82112004-03-18 Andrew Cagney <cagney@redhat.com>
8212
292ab034
AC
8213 * stack.c (return_command): Delete code wrapped in #ifdef
8214 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8215
43b1ab88
AC
8216 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8217
dbfe4626
AC
82182004-03-18 Andrew Cagney <cagney@redhat.com>
8219
8220 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8221 DEPRECATED_IN_SIGTRAMP.
8222 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8223 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8224 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8225 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8226 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8227 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8228 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8229 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8230 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8231 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8232
0cad6aec
AC
82332004-03-18 Andrew Cagney <cagney@redhat.com>
8234
8235 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8236 (struct frame_base_table_entry): Define.
8237 (struct frame_base_table): Re-implement as a linked list.
8238 (frame_base_init): Re-implement.
8239 (frame_base_table): Delete function.
8240 (append_predicate): Delete function.
8241 (frame_base_append_sniffer): Update.
8242 (frame_base_set_default): Update.
8243 (frame_base_find_by_frame): Update.
8244 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8245 * Makefile.in (frame-base.o): Update dependencies.
8246
9982c2e7
AC
82472004-03-17 Andrew Cagney <cagney@redhat.com>
8248
8249 * frame.c (legacy_get_prev_frame): Pass correct frame to
8250 frame_unwind_find_by_frame.
8251
8dfe8985
DC
82522004-03-17 David Carlton <carlton@kealia.com>
8253
8254 * NEWS: Mention C++ nested types and namespaces
8255
ed47347a
MC
82562004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8257
8258 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8259 and "Regressions since gdb 5.3.". Add known regressions since
8260 gdb 6.0.
8261
90aeadfc
DC
82622004-03-16 David Carlton <carlton@kealia.com>
8263
8264 * dwarf2read.c (process_structure_scope): Process children even
8265 when we're a declaration.
8266
73912b9b
AC
82672004-03-16 Andrew Cagney <cagney@redhat.com>
8268
8269 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8270 * blockframe.c (find_pc_partial_function)
8271 (find_pc_sect_partial_function): Merge into a single
8272 find_pc_partial_function.
8273
283accbc
MK
82742004-03-16 Mark Kettenis <kettenis@gnu.org>
8275
8276 * i386bsd-nat.c: s/regno/regnum/g.
8277 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8278 FP0_REGNUM.
8279 (store_inferior_registers): Likewise.
8280
f5b1afdf
MK
82812004-03-16 Mark Kettenis <kettenis@gnu.org>
8282
8283 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8284 of i387_fill_fsave.
8285 (store_inferior_registers): Call i387_collect_fsave and
8286 i387_collect_fxsave instead of i387_fill_fsave and
8287 i387_fill_fxsave.
8288
41fe5eb3
AC
82892004-03-15 Andrew Cagney <cagney@redhat.com>
8290
8291 * Makefile.in (frame-unwind.o): Update dependencies.
8292 * frame-unwind.c: Include "gdb_obstack.h".
8293 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8294 parameter.
8295 (append_predicate): Delete function.
8296 (struct frame_unwind_table_entry): New structure.
8297 (struct frame_unwind_table): Replace "sniffer" with "head" and
8298 "tail".
8299 (frame_unwind_append_sniffer): Update.
8300 (frame_unwind_find_by_frame): Update.
8301 (_initialize_frame_unwind): Registe frame_unwind_init using
8302 gdbarch_data_register_pre_init.
8303
3f63813d
MK
83042004-03-15 Mark Kettenis <kettenis@gnu.org>
8305
8306 * i386bsd-nat.c: Update copyright year.
8307 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8308 define unconditionally.
8309
3248c325 83102004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
8311
8312 * i387-tdep.h (i387_collect_fsave): New prototype.
8313 * i387-tdep.c (i387_collect_fsave): New function containing most
8314 of the code from i387_fill_fsave.
3248c325 8315 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 8316
871fbe6a
MK
83172004-03-15 Mark Kettenis <kettenis@gnu.org>
8318
8319 * i386-linux-tdep.c: Update copyright year.
8320 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8321 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8322 svr4_ilp32_link_map_offsets instead of
8323 i386_linux_svr4_fetch_link_map_offsets.
8324
8176b9b8
DC
83252004-03-15 David Carlton <carlton@kealia.com>
8326
8327 Fix for PR c++/1553:
8328 * dwarf2read.c (read_structure_type): Determine type name by
8329 calling determine_class_name.
8330 (determine_class_name): New.
8331 (determine_prefix): Look at TYPE_TAG_NAME and call
8332 determine_class_name when appropriate.
8333 (determine_prefix_aux, class_name): Delete.
9d58e29d 8334 (read_namespace): Set die->type.
8176b9b8 8335
fe8bf7d7
KB
83362004-03-15 Kevin Buettner <kevinb@redhat.com>
8337
8338 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8339 unused macro definition. The definition in target.h (or perhaps
8340 elsewhere) takes precedence.
8341
ed6edd9b
AC
83422004-03-15 Andrew Cagney <cagney@redhat.com>
8343
f9be684a
AC
8344 * ppc-tdep.h: Update copyright.
8345 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8346 function signatures to match "regsets.h".
8347 * ppc-linux-tdep.c: Include "regset.h".
8348 (ELF_GREGSET_SIZE): Delete.
8349 (right_supply_register): New function.
8350 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8351 using right_supply_register.
8352 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8353 functions.
8354 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8355 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8356 (_initialize_ppc_linux_tdep): Do not register
8357 ppc_linux_regset_core_fns.
8358 (ppc_linux_regset_from_core_section): Replace
8359 fetch_core_registers.
8360 (ppc_linux_regset_core_fns): Delete.
8361 * ppc-linux-nat.c: (right_fill_reg): New function.
8362 (supply_gregset): Update call to ppc_linux_supply_gregset.
8363 (fill_gregset): Clear the register set, use right_fill_reg.
8364 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8365 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8366
ed6edd9b
AC
8367 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8368 unsigned.
8369
030f20e1
AC
83702004-03-15 Andrew Cagney <cagney@redhat.com>
8371
8372 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8373 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8374 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8375 and register_gdbarch_data.
8376 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8377 (struct gdbarch_data): Replace "init" by "pre_init" and
8378 "post_init".
8379 * gdbarch.h, gdbarch.c: Re-generate.
8380 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8381 with"obstack", use OBSTACK_ZALLOC.
8382 (dwarf2_frame_ops): Delete.
8383 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8384 (dwarf2_frame_init_reg): Use gdbarch_data.
8385 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 8386 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
8387 (_initialize_svr4_solib): Update.
8388 * user-regs.c (_initialize_user_regs): Update.
8389 * reggroups.c (_initialize_reggroup): Update.
8390 * regcache.c (_initialize_regcache): Update.
8391 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8392 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8393 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8394 * frame-unwind.c (_initialize_frame_unwind): Update.
8395 * frame-base.c (_initialize_frame_base): Update.
8396 * user-regs.c (user_reg_add): Update.
8397 * reggroups.c (reggroup_add): Update.
8398 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8399 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8400 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8401 * frame-base.c (frame_base_table): Update.
8402 * remote.c (_initialize_remote): Update.
8403 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 8404
3111a3fc
AC
84052004-03-15 Andrew Cagney <cagney@redhat.com>
8406
8407 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8408
5ecb7103
KB
84092004-03-15 Kevin Buettner <kevinb@redhat.com>
8410
8411 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8412 * frv-linux-tdep.c: New file.
8413 * frv-tdep.c (struct gdbarch_tdep): Add new field
8414 ``sigcontext_reg_addr''.
8415 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8416 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8417 (frv_sigramp_frame_sniffer): New functions.
8418 (frv_sigtramp_frame_unwind): New static global.
8419 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8420 sniffers.
8421 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8422 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8423
1ccda5e9
KB
84242004-03-15 Kevin Buettner <kevinb@redhat.com>
8425
8426 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8427 but not via a call to error(), when unable to read memory.
8428
b375a0a5
KB
84292004-03-15 Kevin Buettner <kevinb@redhat.com>
8430
8431 * frv-tdep.c (frv_call_dummy_words): Delete.
8432 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8433
4fdf6121
AC
84342004-03-15 Andrew Cagney <cagney@redhat.com>
8435
8436 * infrun.c (handle_step_into_function, step_over_function): Only
8437 update and use STEP_FRAME_ID when the system is using legacy
8438 frames. Update comments.
8439
34021503
MK
84402004-03-14 Mark Kettenis <kettenis@gnu.org>
8441
187e21d1
MK
8442 * amd64-linux-tdep.h: Remove file.
8443 * amd64-linux-tdep.c: Don't include "inferior.h" and
8444 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8445 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8446 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8447 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8448 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8449 macros.
8450 (user_to_gdb_regmap): Remove variable.
8451 (amd64_linux_gregset_reg_offset): New variable.
8452 (amd64_core_fns): Remove variable.
8453 (fetch_core_registers): Remove function.
8454 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8455 functions.
8456 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8457 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8458 * Makefile.in (amd64_linux_tdep_h): Remove.
8459 (amd64-linux-nat.o): Update dependencies.
8460 (amd64-linux-tdep.o): Update dependencies.
8461
99679982
MK
8462 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8463 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8464 functions.
8465 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8466
34021503
MK
8467 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8468 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8469
134d01f1
DJ
84702004-03-14 Daniel Jacobowitz <drow@mvista.com>
8471
8472 * dwarf2read.c (read_structure_type): Rename from
8718a420 8473 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
8474 Return immediately if die->type is set. Call read_type_die before
8475 dwarf2_add_member_fn.
8476 (process_structure_scope): New function.
8477 (read_enumeration_type, process_enumeration_scope): New functions,
8478 broken out from read_enumeration. Don't create the enumeration
8479 type if it has already been created.
8480 (read_enumeration): Removed.
8481 (process_die): Call read_structure_type, process_structure_scope,
8482 read_enumeration_type, and process_enumeration_scope. Just call
8483 new_symbol for base and subrange types. Add a comment about other
8484 type dies.
8485 (read_type_die): Call read_enumeration_type.
8486 (add_partial_structure, new_symbol): Update comments.
8487
65760afb
SC
84882004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8489
8490 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8491
10f59415
SC
84922004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8493
8494 * tui/tui-win.h (tui_get_cmd_list): Declare.
8495 * tui/tui-win.c (tui_command): New function.
8496 (tui_get_cmd_list): New function.
8497 (_initialize_tui_win): Moved initialization of tui command in
8498 tui_get_cmd_list.
8499
8500 * tui/tui-data.c (init_content_element): Setup new data members.
8501 (init_win_info): Likewise.
8502 (free_content_elements): Free it.
8503 * tui/tui-data.h (struct tui_data_element): Store the register
8504 content to print.
8505 (struct tui_data_info): Keep the current register group.
8506
8507 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8508
8509 * tui/tui-regs.h (tui_show_registers): Update prototype.
8510 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8511 (tui_resize_all): No need to calculate anything for register window.
8512 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8513 (tui_set_register_element, tui_set_general_regs_content): Remove.
8514 (tui_set_special_regs_content): Remove.
8515 (tui_set_general_and_special_regs_content): Remove.
8516 (tui_set_float_regs_content): Remove.
8517 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8518 (tui_set_regs_content): Remove.
8519 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8520 (tui_v_show_registers_command_support): Remove.
8521 (tui_show_registers): Use a reggroup to specify the registers to show.
8522 (tui_show_register_group): New function.
8523 (tui_display_registers_from): Compute the layout of register window
8524 and refresh with new API; be sure to delete old register windows.
8525 (tui_check_register_values): Update to use tui_get_register and
8526 tui_display_data.
8527 (tui_display_register): Just refresh the register window part.
8528 (tui_register_format): Format registers and save in tui_data_element.
8529 (tui_get_register): New to combine tui_reg_value_has_changed and
8530 tui_get_register_raw_value; fix to use the new gdb API.
8531 (tui_show_float_command): Renamed tui_reg_float_command.
8532 (tui_show_general_command): Renamed tui_reg_general_command.
8533 (tui_show_special_command): Renamed tui_reg_system_command.
8534 (_initialize_tui_regs): Remove unused commands.
8535
c3364ea4
MK
85362004-03-13 Mark Kettenis <kettenis@gnu.org>
8537
27d1e716
MK
8538 * NEWS (New native configurations): Mention OpenBSD/amd64.
8539
c3364ea4
MK
8540 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8541 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8542 Remove defines.
8543 * config/i386/nm-fbsd64.h: Likewise.
8544 * config/i386/nm-obsd.h: Likewise.
8545 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8546 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8547
b2d6d697
KB
85482004-03-12 Kevin Buettner <kevinb@redhat.com>
8549
8550 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
8551 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8552 New constants.
8553
76e43199
KB
8554 From Richard Sandiford <rsandifo@redhat.com>:
8555 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8556
34ce532e
KB
85572004-03-12 Kevin Buettner <kevinb@redhat.com>
8558
8559 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8560 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8561 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8562 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8563 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8564 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8565 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8566 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8567 definitions from frv-tdep.c to frv-tdep.h.
8568
c4d10515
KB
85692004-03-12 Kevin Buettner <kevinb@redhat.com>
8570
8571 Add shared library support for FR-V FDPIC ABI:
8572 * Makefile.in (solib-frv.o): Add dependencies.
8573 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8574 New functions.
8575 (frv_push_dummy_call): Add support for FDPIC ABI.
8576 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8577 for FDPIC ABI.
8578 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8579 (frv_fdpic_find_canonical_descriptor): Declare.
8580 * solib-frv.c: New file.
8581 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8582 * config/frv/tm-frv.h (solib.h): Include.
8583
ed1bd989
KB
85842004-03-12 Kevin Buettner <kevinb@redhat.com>
8585
8586 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8587 (frv-tdep.o): Update dependencies.
8588 * frv-tdep.h: New file.
8589 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8590 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8591 constants.
8592 (struct gdbarch_tdep): Add new member ``frv_abi''.
8593 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8594 functions.
8595 (new_variant): Set ``frv_abi'' field.
8596 (gdb_arch_init): Detect FDPIC executables.
8597
82b38f72
MK
85982004-03-12 Mark Kettenis <kettenis@gnu.org>
8599
8600 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8601 wrapper.
8602
db1ea9ba
AC
86032004-03-11 Andrew Cagney <cagney@redhat.com>
8604
8605 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8606
f8766ec1
KB
86072004-03-11 Kevin Buettner <kevinb@redhat.com>
8608
8609 * solist.h (master_so_list): New function.
8610 * solib.c (master_so_list): Likewise.
8611 * solib-svr4.c (enable_break): Iterate over so_list entries
8612 obtained from master list instead of entries obtained directly
8613 via svr4_current_sos().
8614
523f6a27
BE
86152004-03-10 Ben Elliston <bje@gnu.org>
8616
8617 * MAINTAINERS: Update my mail address.
8618
37814c18
KI
86192004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8620
8621 * remote-m32r-sdi.c: Support hardware watchpoint.
8622
8b9740d8
DJ
86232004-03-09 Daniel Jacobowitz <drow@mvista.com>
8624
8625 * user-regs.c: Update copyright years.
8626 (struct user_regs): Rename to gdb_user_regs.
8627 (append_user_reg, builtin_user_regs, user_regs_init)
8628 (user_reg_add, user_reg_map_name_to_regnum)
8629 (usernum_to_user_reg): Update.
8630
4bb7a0a7
DJ
86312004-03-09 Daniel Jacobowitz <drow@mvista.com>
8632
8633 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8634 (skip_children): New functions.
8635 (locate_pdi_sibling): Call skip_children.
8636
44e1a9eb
DJ
86372004-03-09 Daniel Jacobowitz <drow@mvista.com>
8638
8639 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8640 * gdbtypes.c (check_typedef): Update comments.
8641
f3dd6933
DJ
86422004-03-09 Daniel Jacobowitz <drow@mvista.com>
8643
8644 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8645 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8646 pointer. Update comment about comp_unit_head.
8647 (struct abbrev_info): Shorten two int flags.
8648 (dwarf_alloc_abbrev): Take a CU argument.
8649 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8650 each time through the loop. Update cleanup argument.
8651 (psymtab_to_symtab_1): Update cleanup call.
8652 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8653 abbrev_obstack.
8654 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8655 Just call obstack_free and clear the pointer.
8656
b40c7d58
DJ
86572004-03-09 Daniel Jacobowitz <drow@mvista.com>
8658
8659 * infrun.c (handle_inferior_event): Remove short-circuit code for
8660 events in a different thread.
8661
333dabeb
DJ
86622004-03-09 Daniel Jacobowitz <drow@mvista.com>
8663
8664 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8665 print the whole transfer.
8666 (initialize_targets): Update description of "set debug target".
8667
aa17d93e
DJ
86682004-03-09 Daniel Jacobowitz <drow@mvista.com>
8669
8670 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8671
0b71f08f
NW
86722004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8673
8674 * MAINTAINERS (write after approval): Add myself.
8675
3930f270
CV
86762004-03-08 Corinna Vinschen <vinschen@redhat.com>
8677
8678 * sh-tdep.c (sh_print_registers_info): Use for loop.
8679 Don't skip multiple registers when a float register is encountered.
8680
a2b4a96c
CV
86812004-03-08 Corinna Vinschen <vinschen@redhat.com>
8682
8683 Fix PR tdep/1291.
8684 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8685 to official SH documentation.
8686
f15a4bc0
AC
86872004-03-07 Andrew Cagney <cagney@redhat.com>
8688
8689 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8690 unused function.
8691
9498281f
DJ
86922004-03-07 Daniel Jacobowitz <drow@mvista.com>
8693
8694 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8695 (arm_get_next_pc): Handle BX and BLX.
8696
449e1137
AC
86972004-03-07 Andrew Cagney <cagney@redhat.com>
8698
eded0a31
AC
8699 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8700 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8701 HPPA_SP_REGNUM.
8702 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8703 (hppa_target_read_fp): Delete.
8704 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8705 register_virtual_size, max_register_raw_size,
8706 max_register_virtual_size, register_byte, register_size,
8707 target_read_fp, fp_regnum, and register_bytes. Set register_type
8708 instead of register_virtual_type.
8709 (hppa32_register_type, hppa64_register_type): Replace
8710 hppa32_register_virtual_type and hppa64_register_virtual_type.
8711 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8712 (HPPA_FP_REGNUM): Define.
8713
f5f907e2
AC
8714 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8715
69b4bbe4
AC
8716 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8717 (pa_do_registers_info): Delete.
8718 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 8719 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 8720 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 8721
78161e48
AC
8722 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8723 GDB_TARGET_IS_HPPA code.
8724 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 8725 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
8726 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8727 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
8728 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8729 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8730 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 8731 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
8732 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8733 (hppa_frameless_function_invocation, hppa64_store_return_value)
8734 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 8735 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 8736 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 8737 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
8738 (find_proc_framesize, deposit_21, restore_pc_queue)
8739 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 8740 (rp_saved, pc_in_linker_stub): Delete.
78161e48 8741
782eae8b
AC
8742 Unconditionally enable 64-bit frame and ABI code.
8743 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8744 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8745 push_dummy_frame, fix_call_dummy, push_arguments,
8746 call_dummy_location, extract_return_value, use_struct_convention,
8747 store_return_value, store_struct_return, saved_pc_after_call,
8748 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8749 frame_chain, frame_chain_valid, frameless_function_invocation,
8750 frame_saved_pc, and pop_frame.
78161e48 8751
449e1137
AC
8752 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8753 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8754 (hppa_gdbarch_init): Do not set PC_REGNUM.
8755
12507572
MK
87562004-03-06 Mark Kettenis <kettenis@gnu.org>
8757
8758 * config/alpha/tm-fbsd.h: Remove file.
8759 * config/alpha/fbsd.mt: Tweak comment.
8760 (TM_FILE): Set to tm-alpha.h.
8761
c107cc1b
AC
87622004-03-05 Andrew Cagney <cagney@redhat.com>
8763
8764 * infrun.c (step_over_function): When non-legacy code, and no
8765 step_frame_id, use the unwinder to get the caller's frame ID.
8766
f2e7c15d
MK
87672004-03-05 Mark Kettenis <kettenis@gnu.org>
8768
8b0c3633
MK
8769 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8770 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8771 bfd_arch_unknown. Adjust comment.
8772
f2e7c15d
MK
8773 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8774 * i386obsd-tdep.c: Correct spelling in comment.
8775 * i386nbsd-tdep.c: Correct spelling in comment.
8776 * sparc-tdep.c: Correct spelling in comments.
8777
1198ecbe
DC
87782004-03-05 David Carlton <carlton@kealia.com>
8779
8780 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8781 bug.
8782
9eb42ed1
MK
87832004-03-05 Mark Kettenis <kettenis@gnu.org>
8784
8785 * sparc-tdep.c: Fix typo in comment.
8786
52b5e991
JB
87872004-03-04 J. Brobecker <brobecker@gnat.com>
8788
8789 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8790
d8151005
DJ
87912004-03-04 Daniel Jacobowitz <drow@mvista.com>
8792
8793 * dwarf2read.c: Add comment describing memory lifetimes.
8794 (struct dwarf2_pinfo): Update comment.
8795 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8796 (read_enumeration, new_symbol): Don't use obsavestring.
8797
cbeae229
MK
87982004-03-04 Mark Kettenis <kettenis@gnu.org>
8799
722d18c2
MK
8800 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8801 instead of amd64_fill_fxsave.
8802 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8803 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8804
cbeae229
MK
8805 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8806 Reorganize code a bit.
8807
b4206d25
OF
88082004-03-04 Orjan Friberg <orjanf@axis.com>
8809
8810 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
8811 when the frame pointer is pushed. Don't set the frame pointer's
8812 address on the stack unless it's actually located there.
b4206d25
OF
8813 Set the SRP's address on the stack correctly when the PC is still in
8814 the prologue.
8815 (cris_return_value): New function.
8816 (cris_gdbarch_init): Clear deprecated store_return_value,
8817 extract_return_value.
8818
49b0b195
JB
88192004-03-02 Jim Blandy <jimb@redhat.com>
8820
8821 * stabsread.c (reg_value_complaint): The maximum register number
8822 is one less than the number of registers.
8823
e9ff708b
AC
88242004-03-02 Andrew Cagney <cagney@redhat.com>
8825
8826 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8827 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8828 trailing comma and redundant assignment of I386_ST0_REGNUM.
8829 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8830 32-bit segment registers.
8831
d4715e41
AC
88322004-03-01 Andrew Cagney <cagney@redhat.com>
8833
8834 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8835 use frame_relative_level and get_next_frame.
8836
3ce2bf18
AC
88372004-02-29 Andrew Cagney <cagney@redhat.com>
8838
8839 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8840 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8841 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8842 Delete macro.
8843
2da6aac3
DJ
88442004-02-29 Daniel Jacobowitz <drow@mvista.com>
8845
8846 * inflow.c (terminal_inferior): Don't give up the terminal if we
8847 previously couldn't get the inferior's terminal state.
8848
6ba34a8d
DJ
88492004-02-29 Daniel Jacobowitz <drow@mvista.com>
8850
8851 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8852 PC_REGNUM.
8853
faae5abe
AC
88542004-02-28 Andrew Cagney <cagney@redhat.com>
8855
8856 * NEWS: Refer to GDB 6.1.
8857 * README: Refer to GDB 6.1.
8858 * PROBLEMS: Refer to GDB 6.1.
8859
2227a3c5
DJ
88602004-02-28 Daniel Jacobowitz <drow@mvista.com>
8861
8862 * thread-db.c (disable_thread_signals): Remove unused function.
8863
80571bff
MK
88642004-02-28 Mark Kettenis <kettenis@gnu.org>
8865
041bd74b
MK
8866 * amd64-nat.c: Include "gdb_string.h".
8867 (amd64_collect_native_gregset): Zero-extend the 32-bit
8868 general-purpose registers and %eip.
8869
3c017e40
MK
8870 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8871 * amd64-tdep.c (amd64_collect_fxsave): New function.
8872 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8873
80571bff
MK
8874 * i387-tdep.h: Update copyright year.
8875 (i387_collect_fxsave): New prototype.
8876 * i387-tdep.c: Update copyright year.
8877 (i387_collect_fxsave): New function containing most of the code
8878 from i387_fill_fxsave.
8879 (i387_fill_fxsave): Call i387_collect_fxsave.
8880
50d71875
AC
88812004-02-28 Andrew Cagney <cagney@redhat.com>
8882
8883 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8884 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8885
4a28816e
MK
88862004-02-28 Mark Kettenis <kettenis@gnu.org>
8887
8888 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8889
dbda9972
AC
88902004-02-28 Andrew Cagney <cagney@redhat.com>
8891
8892 * utils.c: Use "", instead of <>, to include readline.
8893 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8894 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8895 * source.c, solib.c, exec.c, event-top.c: Ditto.
8896 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8897 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8898 * Makefile.in: Update all dependencies.
8899 (readline_tilde_h, readline_history_h): Define.
8900 (readline_headers): Delete.
8901
83277a99
MK
89022004-02-28 Mark Kettenis <kettenis@gnu.org>
8903
91ae4303
MK
8904 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8905 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8906 "config/i386/tm-lx64.h".
8907
83277a99
MK
8908 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8909 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8910 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8911
6e1d7d6c
AC
89122004-02-28 Andrew Cagney <cagney@redhat.com>
8913
ecc9ac84
AC
8914 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8915
6e1d7d6c
AC
8916 * breakpoint.c (_initialize_breakpoint): Use
8917 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8918 Add help to show command.
8919
9671aeef
MK
89202004-02-28 Mark Kettenis <kettenis@gnu.org>
8921
7fa2737c
MK
8922 * i386-nat.c: Reformat to be closer to coding standards.
8923 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8924 `retval'. Make variables `align' and `size' local to while-loop.
8925 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8926 (_initialize_i386_nat): New prototype.
8927
9671aeef
MK
8928 * tui/tui.c: Include <readline/readline.h> instead of
8929 "readline/readline.h". Include it after <term.h> and
8930 "gdb_curses.h".
8931
fca7aa43
AC
89322004-02-27 Andrew Cagney <cagney@redhat.com>
8933
412275d5
AC
8934 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8935 the new frame unwind code.
8936 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8937 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8938 PCOQ_HEAD_REGNUM.
8939
fca7aa43
AC
8940 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8941 "return_value" and "push_dummy_call".
8942 (hppa32_use_struct_convention): Delete unused function.
8943 (hppa32_store_return_value): Delete unused function.
8944 (hppa32_extract_return_value): Delete unused function.
8945 (hppa32_stack_align): Delete function.
8946
e6a8a7d2
EZ
89472004-02-27 Eli Zaretskii <eliz@elta.co.il>
8948
8949 * coffread.c (enter_linenos): Don't let rawptr reference memory
8950 outside linetab[]'s limits.
8951
1797a8f6
AC
89522004-02-27 Andrew Cagney <cagney@redhat.com>
8953
8954 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8955 inferior stack space - the stack needs to grow upwards.
8956 (hppa32_frame_align): New function.
8957 (hppa64_frame_align): Replace hppa_frame_align.
8958 (hppa_gdbarch_init): Update.
8959
2e4b5889
OF
89602004-02-26 Orjan Friberg <orjanf@axis.com>
8961
8962 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8963 (dwarf2-frame.h): Include.
8964 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8965 Remove static variables related to ABI setting.
8966 (struct gdbarch_tdep): Remove cris_abi member.
8967 (struct frame_extra_info): Remove.
8968 (cris_unwind_cache, stack_item): New structs.
8969 (cris_frame_unwind, cris_frame_base): New variables.
8970 (push_stack_item, pop_stack_item)
8971 (cris_frame_unwind_cache, cris_frame_this_id)
8972 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8973 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8974 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8975 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8976 (cris_reg_struct_has_addr): New functions.
8977 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 8978 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
8979 (cris_store_struct_return, cris_frameless_function_invocation)
8980 (cris_pop_frame, cris_skip_prologue_main)
8981 (cris_abi_original_store_return_value)
8982 (cris_abi_v2_store_return_value)
8983 (cris_abi_original_extract_return_value)
8984 (cris_abi_v2_extract_return_value)
8985 (cris_abi_original_reg_struct_has_addr)
8986 (cris_abi_v2_reg_struct_has_addr)
8987 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8988 (cris_push_return_address, cris_abi_update): Remove.
8989 (_initialize_cris_tdep): Remove ABI command.
8990 (cris_dump_tdep): Ditto.
8718a420 8991 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
8992 Set store_return_value, extract_return_value, push_dummy_code,
8993 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8994 frame_unwind_append_sniffer, frame_base_set_default.
8995 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8996 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8997 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 8998 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
8999 init_extra_frame_info, frameless_function_invocation, frame_chain,
9000 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9001 dummy_write_sp.
8718a420 9002
6b9acc27
JJ
90032004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9004
9005 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9006 * valprint.c (print_hex_chars): Change from static to external.
9007 (print_char_chars): New function.
9008 * printcmd.c (print_scalar_formatted): For integer and enum types
9009 that are longer than LONGEST, perform processing via appropriate
9010 print_*_chars routines.
9011
a431654a
AC
90122004-02-26 Andrew Cagney <cagney@redhat.com>
9013
9014 * Makefile.in: Update dependencies.
9015 Changes from Ulrich Weigand,
9016 * s390-tdep.c: Include "dwarf2-frame.h".
9017 (s390_dwarf2_frame_init_reg): New function.
9018 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9019 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9020
fa8d40ab
JJ
90212004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9022
9023 * breakpoint.c (pending_break_support): New setting variable.
9024 (break_command_1): Account for pending_break_support setting
9025 when creating pending breakpoints.
9026 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9027 (_initialize_breakpoint): Add "set breakpoint pending" and
9028 "show breakpoint pending" commands.
9029
0dcd613f
AC
90302004-02-26 Andrew Cagney <cagney@redhat.com>
9031
9032 Fix PR i18n/1570.
9033 * charset.c (backslashable, backslashed, represented): Remove 'e'
9034 from list of escaped characters, not part of ISO-C.
9035
479272a3
JB
90362004-02-25 J. Brobecker <brobecker@gnat.com>
9037
9038 From Peter Schauer <schauer@pdf.de>:
9039 * tui/tui.c: Move system header includes after local includes.
9040 Fixes a build failure on solaris systems.
9041
7613d933
JB
90422004-02-25 J. Brobecker <brobecker@gnat.com>
9043
9044 * configure.in: Refine the previous change.
9045 * configure: Regenerate.
9046
9c1488cb
MK
90472004-02-25 Mark Kettenis <kettenis@gnu.org>
9048
9049 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9050 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9051 "amd64-tdep.h" instead of "x86-64-tdep.h".
9052 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9053 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9054 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9055 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9056 and "x86-64-tdep.c".
9057 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9058 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9059 and "x86-64-tdep.c".
9060 * amd64bsd-nat.c: Update copyright year.
9061 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9062 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9063 "x86-64-tdep.h".
9064 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9065 "x86-64-tdep.h".
9066 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9067 "x86-64-tdep.h".
9068 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9069 "x86-64-tdep.h".
9070 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9071 "x86-64-tdep.h".
9072 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9073 "x86-64-tdep.h".
8718a420 9074 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
9075 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9076 * Makefile.in (amd64_linux_tdep_h): Renamed from
9077 x86_64_linux_tdep_h.
9078 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9079 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9080 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9081 (amd64obsd-tdep.o): Update dependencies.
9082 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9083 dependencies.
9084 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9085 dependencies.
9086 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9087 amd64-linux-nat.c amd64-linux-tdep.c.
9088 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9089 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9090 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9091 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9092 amd64-tdep.o and amd64-linux-tdep.o.
9093 (TM_FILE): Set to tm-linux64.h.
9094 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9095 (NAT_FILE): Set to nm-linux64.h.
9096 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9097 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9098 amd64-tdep.o.
9099 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9100 amd64-tdep.o.
9101 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9102 amd64-tdep.o.
9103
4b8dad4a
RM
91042004-02-25 Roland McGrath <roland@redhat.com>
9105
9106 * remote.c (remote_protocol_qPart_auxv): New variable.
9107 (init_all_packet_configs): Initialize it.
9108 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9109 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9110 (show_remote_cmd): Call it.
9111 (_initialize_remote): Initialize commands.
9112 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9113 service TARGET_OBJECT_AUXV requests.
9114
66745969
JB
91152004-02-25 J. Brobecker <brobecker@gnat.com>
9116
9117 * configure.in: Make sure that the wborder function is available.
9118 Otherwise, search for it in the cur_colr library.
9119 * configure: Regenerate.
9120
79508e1e
AC
91212004-02-25 Andrew Cagney <cagney@redhat.com>
9122
9123 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9124
571ee600
MK
91252004-02-25 Mark Kettenis <kettenis@gnu.org>
9126
9127 * config/i386/tm-x86-64linux.h: Tweak comments.
9128
2b1b322f 91292004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
9130
9131 * MAINTAINERS: Add self to write-after-approval list.
9132
4d2acc65
AC
91332004-02-25 Andrew Cagney <cagney@redhat.com>
9134
4b8dad4a 9135 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
9136 * cli/cli-script.c (execute_control_command): Unconditionally
9137 install a cleanup. Default "ret" to "invalid_control". Use
9138 "break" instead of "return" to escape from the switch.
9139
4cfcaf21
JB
91402004-02-24 J. Brobecker <brobecker@gnat.com>
9141
9142 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9143 with the lines macro defined in term.h on AiX.
9144 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9145 a collision with the label_width macro defined in term.h on AiX.
9146
54a5c8d8
KB
91472004-02-23 David Mosberger <davidm@hpl.hp.com>
9148
9149 Committed by Kevin Buettner <kevinb@redhat.com>.
9150
9151 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9152 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9153 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9154 instead of ia64_write_pc().
9155 * ia64-linux-tdep.c (regcache.h): Include.
9156 (ia64_linux_write_pc): New function.
4b8dad4a 9157
8a1dac83
RM
91582004-02-23 Roland McGrath <roland@redhat.com>
9159
9160 * auxv.c (info_auxv_command): Fix typos in error messages.
9161
90f90721
MK
91622004-02-23 Mark Kettenis <kettenis@gnu.org>
9163
8a1dac83 9164 * x86-64-tdep.h: Tweak comment.
90f90721
MK
9165 (enum amd64_regnum): New.
9166 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9167 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9168 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9169 (X86_64_XMM1_REGNUM): Removed.
9170 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9171 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9172 prototypes for renamed functions.
9173 * x86-64-tdep.c: Fix typo.
9174 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9175 register numbers.
9176 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9177 Use constants from `enum amd64_regnum' for register numbers.
9178 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9179 (amd64_analyze_prologue, amd64_frame_cache,
9180 amd64_sigtramp_frame_cache): Use constants from `enum
9181 amd64_regnum' for register numbers.
9182 (amd64_supply_fpregset): Adjust for renamed functions.
9183 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9184 `enum amd64_regnum' for register numbers.
9185 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9186 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9187 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9188 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9189 (amd64_linux_fill_gregset): Adjust for renamed macros.
9190 (fetch_core_registers): Adjust for renamed functions.
9191 (amd64_linux_init_abi): Adjust for renamed functions.
9192 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9193 renamed functions.
9194 * amd64-nat.c: Adjust for renamed macros.
9195 * amd64bsd-nat.c (fetch_inferior_registers)
9196 (store_inferior_registers): Use constants from `enum amd64_regnum'
9197 for register numbers. Adjust for renamed variables.
9198 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9199 renamed variables.
9200 (_initialize_amd64fbsd_nat): Use constants from `enum
9201 amd64_regnum' for register numbers.
9202 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9203 `enum amd64_regnum' for register numbers.
9204 (amd64fbsd_init_abi): Adjust for renamed functions.
9205 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9206 `enum amd64_regnum' for register numbers.
9207 (amd64nbsd_init_abi): Adjust for renamed functions.
9208 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9209 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9210 `enum amd64_regnum' for register numbers.
9211 (amd64obsd_init_abi): Adjust for renamed functions.
9212 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9213
d5479188
JJ
92142004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9215
9216 * breakpoint.c (print_one_breakpoint): Do not output spaces
9217 after printing <PENDING> for a pending breakpoint.
9218
81cb7cc9
JJ
92192004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9220
9221 * printcmd.c (print_scalar_formatted): Initialize val_long
9222 to remove compiler warning message.
9223
cbdeadca
JJ
92242004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9225
9226 * defs.h (nquery, yquery): New prototypes.
9227 * breakpoint.c (break_command_1): Use new nquery interface.
9228 * utils.c (defaulted_query, nquery, yquery): New functions.
9229
da6bab63
AC
92302004-02-23 Andrew Cagney <cagney@redhat.com>
9231
2f690297
AC
9232 * hppa-tdep.c (hppa_frame_align): New function.
9233 (hppa32_push_dummy_call): New function.
9234 (hppa64_push_dummy_call): New function.
9235 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9236 disabled.
8a1dac83 9237
da6bab63
AC
9238 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9239 FIX_CALL_DUMMY when push_dummy_call is available.
9240 (call_function_by_hand, push_dummy_code): Ditto.
9241
abf9b42d
AC
92422004-02-22 Andrew Cagney <cagney@redhat.com>
9243
9244 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9245 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9246 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9247 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9248 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9249 call_dummy_location to ON_STACK.
9250
10fc94a4
MK
92512004-02-22 Mark Kettenis <kettenis@gnu.org>
9252
51433e4b
MK
9253 * x86-64-linux-tdep.c: Tweak comment.
9254 (amd64_linux_supply_gregset): Renamed from
9255 x86_64_linux_supply_gresget.
9256 (amd64_linux_fill_gregset): Renamed from
9257 x86_64_linux_fill_gregset.
9258 (fetch_core_registers): Adjust for renamed functions.
9259 (amd64_core_fns): Renamed from x86_64_core_fns.
9260 (amd64_linux_sigtramp_start): Renamed from
9261 x86_64_linux_sigtramp_start.
9262 (amd64_linux_pc_in_sigtramp): Renamed from
9263 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9264 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9265 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9266 (amd64_linux_sigcontext_addr): Renamed from
9267 x86_64_linux_sigcontext_addr.
9268 (amd64_linux_sc_reg_offset): Renamed from
9269 x86_64_linux_sc_reg_offset.
9270 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9271 Adjust for renamed functions and variables.
9272 (_initialize_amd64_linux_tdep): Renamed from
9273 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9274 variables.
9275 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9276 Adjust for renamed functions.
9277
430eaf2e
MK
9278 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9279 from x86_64_linux_gregset64_reg_offset.
9280 (amd64_linux_gregset32_reg_offset): Rename from
9281 x86_64_linux_gregset64_reg_offset.
9282 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9283 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9284 (amd64_linux_dr_set_control): Renamed from
9285 x86_64_linux_dr_set_control. Adjust for renamed functions.
9286 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9287 Adjust for renamed functions.
9288 (amd64_linux_dr_reset_addr): Renamed from
9289 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9290 (amd64_linux_dr_get_status): Renamed from
9291 x86_64_linux_dr_get_status. Adjust for renamed functions.
9292 (_initialize_amd64_linux_nat): Renamed from
9293 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9294 functions.
9295 * config/i386/nm-x86-64linux.h: Update copyright year.
9296 Adjust for renamed functions.
9297
10fc94a4
MK
9298 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9299 amd64fbsd_sigtramp_start.
9300 (amd64fbsd_sigtramp_end_addr): Renamed from
9301 amd64fbsd_sigtramp_end.
9302 (amd64fbsd_init_abi): Adjust for renamed variables.
9303 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9304 variables.
9305 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9306 amd64fbsd_sigtramp_start.
9307 (amd64fbsd_sigtramp_end_addr): Renamed from
9308 amd64fbsd_sigtramp_end.
9309
343af405
AC
93102004-02-22 Andrew Cagney <cagney@redhat.com>
9311
537987fc
AC
9312 * hppa-tdep.c (hppa32_return_value): New function.
9313 (hppa64_return_value): New function.
9314 (hppa_gdbarch_init): Set return_value; keep disabled.
9315
fad850b2
AC
9316 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9317 struct-return and inferior function call methods.
9318
26d08f08
AC
9319 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9320 "frame-base.h".
9321 (struct hppa_frame_cache): Define.
9322 (hppa_frame_cache, hppa_frame_this_id): New functions.
9323 (hppa_frame_prev_register): New function.
9324 (hppa_frame_unwind, hppa_frame_base): New variables.
9325 (hppa_frame_unwind_sniffer): New function.
9326 (hppa_frame_base_address, hppa_unwind_pc): New function.
9327 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9328 sniffer, and frame base sniffer; keep disabled.
9329 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9330 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9331
e7d7bd65
AC
9332 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9333 to predicates for "seriously old code".
9334
e963316f
AC
9335 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9336 runtime if(0).
9337
56132691
AC
9338 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9339 unsigned.
9340 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 9341
343af405
AC
9342 * config/pa/tm-hppa.h: Update copyright.
9343 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9344 (deprecated_init_frame_pc_default): Delete declaration.
9345 (hppa_frame_init_saved_regs): Delete declaration.
9346 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9347 * hppa-tdep.c: Include "arch-utils.h".
9348 (hppa_gdbarch_init): Set deprecated init_frame_pc
9349 and deprecated frame_init_saved_regs.
9350 (hppa_frame_init_saved_regs): Make static.
9351
f5859b4d
MK
93522004-02-22 Mark Kettenis <kettenis@gnu.org>
9353
86f6f8e7 9354 Remove old 386BSD support.
cf7c5c23 9355 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
9356 * configure.host: Remove i[34567]86-*-bsd*.
9357 * configure.tgt: Remove i[34567]86-*-bsd*.
9358 * i386b-nat.c: Removed.
9359 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
9360 (i386b-nat.o): Remove dependencies.
9361
86f6f8e7
MK
9362 * config/i386/i386bsd.mh: Removed.
9363 * config/i386/i386bsd.mt: Removed.
9364 * config/i386/nm-i386bsd.h: Removed.
9365 * config/i386/tm-i386bsd.h: Removed.
9366 * config/i386/xm-i386bsd.h: Removed.
9367
971218cd
MK
9368 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9369
7e654c37
MK
9370 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9371 (amd64fbsd_init_abi): Set link map offsets.
9372 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9373 (amd64nbsd_init_abi): Set link map offsets.
9374 * amd64obsd-tdep.c: Include "solib-svr4.h".
9375 (amd64obsd_init_abi): Set link map offsets.
9376 * i386fbsd-tdep.c: Include "solib-svr4.h".
9377 (i386fbsd_init_abi): Set link map offsets.
9378 * i386nbsd-tdep.c: Include "solib-svr4.h".
9379 (i386nbsdelf_init_abi): Set link map offsets.
9380 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9381 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9382 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9383 solib-legacy.o and core-aout.o. Reformat.
9384 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9385 solib-svr4.o, solib-legacy.o. Reformat.
9386 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9387 * config/i386/nbsdelf.mh: Reformat.
9388 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9389 solib-svr4.o, solib-legacy.o and corelow.o.
9390 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9391 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9392 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9393 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9394 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9395 (TM_FILE): Set to tm-fbsd.h.
9396 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9397 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9398 solib-svr4.o.
9399 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9400 solib-svr4.o.
9401 (TM_FILE): Set to nm-nbsd.h.
9402 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9403 Simplify shared library support. Don't include "elf/common.h".
9404 (SVR4_SHARED_LIBS): Don't define.
9405 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9406 "solib.h".
9407 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9408 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9409 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9410 Don't include "i386/tm-i386.h". Include "solib.h".
9411 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9412 Don't include "i386/tm-i386.h".
9413 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9414 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9415 Include "i386/xm-i386.h".
9416 (HOST_LONG_DOUBLE_FORMAT): Remove.
9417
5d93ae8c
MK
9418 Fix OpenBSD/i386 sigtramp recognition.
9419 * i386-tdep.h: Update copyright year.
9420 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9421 (i386bsd_sigtramp_end): New prototypes.
9422 (i386fbsd_sigtramp_start_addr): Renamed from
9423 i386fbsd_sigtramp_start.
9424 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9425 (i386obsd_sigtramp_start_addr): Renamed from
9426 i386obsd_sigtramp_start.
9427 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9428 * i386bsd-tdep.c: Update copyright year.
9429 (i386bsd_pc_in_sigtramp): Make public.
9430 * i386fbsd-nat.c: Update copyright year.
9431 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9432 * i386fbsd-tdep.c: Update copyright year.
9433 (i386fbsd_sigtramp_start_addr): Renamed from
9434 i386fbsd_sigtramp_start.
9435 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9436 (i386fbsdaout_init_abi): Adjust for renamed variables.
9437 * i386obsd-nat.c: Update copyright year.
9438 (_initialize_i386obsd_nat): Adjust for renamed variables.
9439 * i386obsd-tdep.c: Include "target.h".
9440 (i386obsd_page_size): New variable.
9441 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9442 (i386obsd_sigtramp_end): New functions.
9443 (i386obsd_sigtramp_start_addr): Renamed from
9444 i386obsd_sigtramp_start.
9445 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9446 (i386obsd_init_abi): Adjust for renamed variables. Set
9447 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9448 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9449
84d04465
MK
9450 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9451 trampoline change in OpenBSD kernel.
9452
b053aceb
MK
9453 * amd64-nat.c: Update copyright year.
9454 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9455 architecture from REGCACHE.
9456
f5859b4d
MK
9457 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9458 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9459
e4bbbda8
MK
94602004-02-21 Mark Kettenis <kettenis@gnu.org>
9461
ba361932
MK
9462 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9463 i[34567]86-*-openbsd3.[0-3].
9464 * config/i386/obsdaout.mh: New file.
9465
d3e48264
MK
9466 * config/i386/obsd.mh (MH_FLAGS): Remove.
9467
60a6eeb6
MK
9468 Fix PR build/1549.
9469 * i386obsd-tdep.c: Update copyright years. Include
9470 "solib-svr4.h".
9471 (i386obsd_init_abi): Don't set regset_from_core_section here.
9472 (i386obsd_aout_init_abi): New function. Set
9473 regset_from_core_section here.
9474 (i386obsd_elf_init_abi): New function.
9475 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9476 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9477 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9478 (TM_FILE): Set to tm-nbsd.h.
9479
9480 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9481 solib-sunos.o.
9482
e4bbbda8
MK
9483 * solib-svr4.h: Update copyright year.
9484 (svr4_ilp32_fetch_link_map_offsets)
9485 (svr4_lp64_fetch_link_map_offsets): New prototype.
9486 * solib-svr4.c: Update copyright year.
9487 (svr4_ilp32_fetch_link_map_offsets)
9488 (svr4_lp64_fetch_link_map_offsets): New function.
9489
f6fe98ef
DJ
94902004-02-20 Daniel Jacobowitz <drow@mvista.com>
9491
9492 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9493 to the partial symbol table.
9494
589ca796
JB
94952004-02-20 J. brobecker <brobecker@gnat.com>
9496
9497 * PROBLEMS: Add description of problem documented under gdb/1560.
9498
2031c21a
MK
94992004-02-20 Mark Kettenis <kettenis@gnu.org>
9500
30b344b1
MK
9501 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9502 comments.
9503 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9504 functions.
9505 (amd64obsd_init_abi): Reorder initializations. Use
9506 amd64obsd_r_reg_offset to initialize the general-purpose register
9507 set details. Set regset_from_core_section.
9508 (_initialize_amd64obsd_tdep): Rename from
9509 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9510 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9511 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9512
2031c21a
MK
9513 * NEWS (New native configurations): Mention OpenBSD/alpha.
9514 * configure.tgt: Add alpha*-*-openbsd*.
9515 * configure.host: Add alpha*-*-openbsd*.
9516 * alphanbsd-tdep.c: Update copyright year.
9517 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9518
42471775
AC
95192004-02-20 Andrew Cagney <cagney@redhat.com>
9520
9521 Fix PR tdep/1372.
9522 * configure.tgt: Delete target "none-*-*".
9523 * configure.host: Delete host "none-*-*".
9524 * config/none/none.mh: Delete file.
9525 * config/none/none.mt: Delete file.
9526 * config/none/xm-none.h: Delete file.
9527 * config/none/tm-none.h: Delete file.
9528 * config/none/nm-none.h: Delete file.
9529
960ccd7d
FF
95302004-02-19 Fred Fish <fnf@redhat.com>
9531
9532 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9533 cache->uses_fp prior to setting it.
9534
5f883edd
FF
95352004-02-19 Fred Fish <fnf@redhat.com>
9536
9537 Fix for PR breakpoint/1558.
9538 * sh-tdep.c (IS_JSR): New macro.
9539 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9540
f98c22d5
JB
95412004-02-19 Jim Blandy <jimb@redhat.com>
9542
9543 * findvar.c (value_from_register): Doc fix.
9544
95051d27
JJ
95452004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9546
9547 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9548 type being greater than sizeof of host's LONGEST. Always use
9549 unpack_long() unless format 'f' chosen.
9550
ccefbec3
EZ
95512004-02-19 Joel Brobecker <brobecker@gnat.com>
9552
9553 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 9554
ccefbec3
EZ
9555 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9556 contains a symbol wich is the best, non-exact match for the given
9557 pc. Update comments.
9558
95592004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 9560
2ede629f
EZ
9561 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9562 macro, which was part of the now removed Mach 3 port.
9563 * utils.c (request_quit): Ditto.
9564
567ee972
MK
95652004-02-18 Mark Kettenis <kettenis@gnu.org>
9566
9567 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9568 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9569
50cca7bb
MK
95702004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9571
9572 Committed by Mark Kettenis <kettenis@gnu.org>.
9573
9574 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9575 Define.
9576
226361c4
AC
95772004-02-18 Andrew Cagney <cagney@redhat.com>
9578
9579 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9580 CONFIG_INSTALL and CONFIG_UNINSTALL.
9581 * configure: Re-generate.
9582 * interps.h (INTERP_TUI): Define.
9583 * Makefile.in: Update dependencies.
9584 (TUI): New macro.
9585 (tui-main.o): Specify dependencies.
9586 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9587 * tui/tui-main.c: New file.
9588
49cfa46f
MK
95892004-02-18 Mark Kettenis <kettenis@gnu.org>
9590
e2879ccb
MK
9591 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9592 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9593 dependencies.
9594 * configure.host: Add x86_64-*-openbsd*.
9595 * configure.tgt: Add x86_64-*-openbsd*.
9596 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9597
c43f4bec
MK
9598 * tui/tui.c: Don't include <malloc.h>.
9599
09ae75b6
MK
9600 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9601 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9602 amd64nbsd-tdep.c.
9603
49cfa46f 9604 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 9605 static. Remove extraneous whitespace.
49cfa46f
MK
9606 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9607 static.
9608
05957fdb
JB
96092004-02-17 Jim Blandy <jimb@redhat.com>
9610
9611 * findvar.c (value_from_register): Doc fix.
9612
d0f54f9d
JB
96132004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9614
9615 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 9616
8a1dac83 9617 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
9618 CORE_ADDR as type for selectors. Correct types for GNU run time
9619 message lookup function to use double indirection.
9620 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9621 * objc-lang.h (lookup_child_selector): Adapt prototype.
9622
9cbd5950
JB
9623 * s390-nat.c (SUBOFF): New macro.
9624 (supply_gregset, fill_gregset): Use it to handle debugging
9625 of 32-bit exectuables running under a 64-bit kernel.
9626 * s390-tdep.c: Include "solib-svr4.h".
9627 (s390_svr4_fetch_link_map_offset): New function.
9628 (s390x_svr_fetch_link_map_offset): Likewise.
9629 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9630 * Makefile.in (s390-tdep.o): Update dependencies.
9631
a8c99f38
JB
9632 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9633 "frame-unwind.h".
9634 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9635 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9636 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9637 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9638 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9639 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 9640 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
9641 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9642 (struct frame_extra_info): Remove.
9643 (s390_memset_extra_info): Remove.
f73b1eff
JB
9644 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9645 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9646 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
9647 (is_rse): Renamed to ...
9648 (is_rsy): ... this. Support long displacements.
9649 (is_rxe): Renamed to ...
9650 (is_rxy): ... this. Support long displacements.
9651 (compute_x_addr): Support long displacements.
9652 (struct s390_prologue_data): New data type.
9653 (s390_on_stack): Change API to use struct s390_prologue_data.
9654 (s390_store): Reimplement.
9655 (s390_load): New function.
9656 (s390_get_signal_frame_info): Remove.
9657 (s390_get_frame_info): Remove, replace by ...
9658 (s390_analyze_prolog): ... this new function.
9659 (s390_check_function_end): Remove.
9660 (s390_function_start): Remove.
9661 (s390_frameless_function_invokation): Remove.
9662 (s390_is_sigreturn): Remove.
9663 (s390_init_frame_pc_first): Remove.
9664 (s390_init_frame_extra_info): Remove.
9665 (s390_frame_init_saved_regs): Remove.
9666 (s390_frame_saved_pc_nofix): Remove.
9667 (s390_frame_saved_pc): Remove.
9668 (s390_frame_chain): Remove.
9669 (s390_fp_regnum, s390_read_fp): Remove.
9670 (s390_pop_frame_regular, s390_pop_frame): Remove.
9671 (s390_saved_pc_after_call): Remove.
9672 (s390_skip_prologue): Reimplement.
9673 (s390_in_function_epilogue_p): Support long displacements.
9674 (struct s390_unwind_cache): New data structure.
9675 (s390_frame_unwind_cache): New function.
9676 (s390_prologue_frame_unwind_cache): Likewise.
9677 (s390_backchain_frame_unwind_cache): Likewise.
9678 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9679 (s390_frame_unwind): Define.
9680 (s390_frame_sniffer): New function.
9681 (struct s390_pltstub_unwind_cache): New data structure.
9682 (s390_pltstub_frame_unwind_cache): New function.
9683 (s390_pltstub_frame_this_id): Likewise.
9684 (s390_pltstub_frame_prev_register): Likewise.
9685 (s390_pltstub_frame_unwind): Define.
9686 (s390_pltstub_frame_sniffer): New function.
9687 (struct s390_sigtramp_unwind_cache): New data structure.
9688 (s390_sigtramp_frame_unwind_cache): New function.
9689 (s390_sigtramp_frame_this_id): Likewise.
9690 (s390_sigtramp_frame_prev_register): Likewise.
9691 (s390_sigtramp_frame_unwind): Define.
9692 (s390_sigtramp_frame_sniffer): New function.
9693 (s390_frame_base_address, s390_local_base_address): New functions.
9694 (s390_frame_base): Define.
9695 (s390_unwind_pc, s390_unwind_sp): New function.
9696 (s390_push_dummy_call): Use new frame base location.
9697 (s390_unwind_dummy_id): Likewise.
9698 (s390_gdbarch_init): Remove calls to:
9699 set_gdbarch_frameless_function_invocation,
9700 set_gdbarch_deprecated_init_frame_pc,
9701 set_gdbarch_deprecated_frame_chain,
9702 set_gdbarch_deprecated_frame_init_saved_regs,
9703 set_gdbarch_deprecated_pop_frame,
9704 set_gdbarch_deprecated_init_extra_frame_info,
9705 set_gdbarch_deprecated_init_frame_pc_first,
9706 set_gdbarch_deprecated_target_read_fp,
9707 set_gdbarch_deprecated_frame_saved_pc,
9708 set_gdbarch_deprecated_saved_pc_after_call,
9709 set_gdbarch_deprecated_fp_regnum.
9710 Add calls to:
9711 set_gdbarch_in_solib_call_trampoline,
9712 frame_unwind_append_sniffer,
9713 frame_base_set_default,
9714 set_gdbarch_unwind_pc,
9715 set_gdbarch_unwind_sp.
9716 * Makefile.in (s390-tdep.o): Update dependencies.
9717
b0cf273e
JB
9718 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9719 (S390_STACK_FRAME_OVERHEAD): Remove.
9720 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9721 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9722 (s390_promote_integer_argument): Remove.
9723 (s390_cannot_extract_struct_value_address): Remove.
9724 (s390_use_struct_convention, s390_store_struct_return): Remove.
9725 (s390_extract_return_value, s390_store_return_value): Remove.
9726 (s390_return_value_convention, s390_return_value): New functions.
9727 (is_float_singleton): Handle typedefs.
8a1dac83 9728 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
9729 Remove, replace by ...
9730 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9731 s390_function_arg_integer): ... these new functions.
9732 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9733 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9734 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9735 Fill in tdep->abi.
9736 Remove calls to:
9737 set_gdbarch_deprecated_store_struct_return,
9738 set_gdbarch_deprecated_extract_return_value,
9739 set_gdbarch_deprecated_store_return_value,
9740 set_gdbarch_use_struct_convention,
9741 set_gdbarch_extract_struct_value_address,
9742 set_gdbarch_deprecated_pc_in_call_dummy,
9743 set_gdbarch_deprecated_push_arguments,
9744 set_gdbarch_deprecated_save_dummy_frame_tos,
9745 set_gdbarch_deprecated_push_return_address,
9746 set_gdbarch_deprecated_sizeof_call_dummy_words,
9747 set_gdbarch_deprecated_call_dummy_words,
9748 set_gdbarch_deprecated_dummy_write_sp.
9749 Add calls to:
9750 set_gdbarch_push_dummy_call,
9751 set_gdbarch_unwind_dummy_id,
9752 set_gdbarch_return_value.
8a1dac83 9753
e1457d83
JB
9754 * config/s390/nm-linux.h: Update comments.
9755 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9756 (STOPPED_BY_WATCHPOINT): Redefine.
9757 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9758 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9759 (s390_stopped_by_watchpoint): Likewise.
9760 (watch_area_cnt): Remove.
9761 * s390-nat.c: Update comments.
9762 (watch_area): Remove typedef.
9763 Global replace watch_area by struct watch_area.
9764 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 9765 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
9766 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9767 (s390_fix_watch_points): Remove pid argument,
9768 use s390_inferior_tid. Recompute area spanned by watchpoints.
9769 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9770 argument. Reimplement.
9771
d0f54f9d
JB
9772 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9773 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9774 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 9775 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
9776 core-regset.o.
9777 * config/s390/s390x.mt: Remove.
9778 * config/s390/tm-s390.h: Remove.
9779 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9780 (TARGET_ELF64): Remove.
9781 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9782 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9783 s390*-*-* case; always set gdb_target to s390.
9784 * regformats/reg-s390.dat: Remove control registers.
9785 * regformats/reg-s390x.dat: Likewise.
9786 * s390-tdep.h: New file.
8a1dac83 9787 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
9788 Include "inferior.h" and "s390-tdep.h".
9789 Remove private definition of offsetof.
9790 (s390_register_u_addr): Remove.
9791 (regmap_gregset, regmap_fpregset): Define.
9792 (supply_gregset, fill_gregset): Reimplement.
9793 (supply_fpregset, fill_fpregset): Likewise.
9794 (s390_inferior_tid): New function.
9795 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9796 (fetch_inferior_registers, store_inferior_registers): Likewise.
9797 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9798 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9799 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9800 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9801 (struct gdbarch_tdep): Define.
9802 (struct s390_register_info): Define.
9803 (s390_register_info): New variable.
9804 (s390_register_name): Reimplement.
9805 (s390_register_type): New function.
9806 (s390_register_raw_size, s390x_register_raw_size): Remove.
9807 (s390_cannot_fetch_register): Remove.
9808 (s390_register_byte): Remove.
9809 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9810 (s390_dwarf_regmap): New variable.
9811 (s390_dwarf_reg_to_regnum): New function.
9812 (s390_stab_reg_to_regnum): Remove.
9813 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9814 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9815 (s390_convert_register_p): Likewise.
9816 (s390_register_to_value, s390_value_to_register): Likewise.
9817 (s390_register_reggroup_p): Likewise.
9818 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9819 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9820 (s390_supply_regset, s390_regset_from_core_section): New functions.
9821 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9822 (S390_FPR_SIZE): Likewise.
9823 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9824 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9825 (S390_NUM_GPRS): Move here from tm-s390.h.
9826 (S390_NUM_FPRS): Likewise.
9827 (s390_in_function_epilogue_p): New function.
9828 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9829 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9830 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9831 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9832 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9833 Remove calls to:
9834 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
9835 set_gdbarch_deprecated_max_register_virtual_size,
9836 set_gdbarch_deprecated_register_byte,
d0f54f9d 9837 set_gdbarch_cannot_fetch_register,
8a1dac83 9838 set_gdbarch_cannot_store_register,
d0f54f9d
JB
9839 set_gdbarch_deprecated_register_size,
9840 set_gdbarch_deprecated_register_raw_size,
9841 set_gdbarch_deprecated_register_virtual_size,
9842 set_gdbarch_deprecated_register_virtual_type,
9843 set_gdbarch_deprecated_register_bytes.
9844 Add calls to:
9845 set_gdbarch_num_pseudo_regs,
9846 set_gdbarch_register_type,
9847 set_gdbarch_convert_register_p,
9848 set_gdbarch_register_to_value,
9849 set_gdbarch_value_to_register,
9850 set_gdbarch_register_reggroup_p,
9851 set_gdbarch_regset_from_core_section,
9852 set_gdbarch_pseudo_register_read,
9853 set_gdbarch_pseudo_register_write,
9854 set_gdbarch_in_function_epilogue_p.
9855 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9856 (s390_tdep_h): New variable.
9857
8cfe231d
JB
98582004-02-17 Jim Blandy <jimb@redhat.com>
9859
4589a601
JB
9860 * findvar.c (value_from_register): If the type has no length, just
9861 return an acceptable value --- don't report an internal error.
9862
8cfe231d
JB
9863 * stabsread.c (read_type): If we find any type numbers that are
9864 forward references, complain if the references aren't resolved by
9865 the time we're finished reading.
9866 (cleanup_undefined_types): Make error message more appropriate for
9867 a complaint.
9868
5bf0017e
EZ
98692004-02-17 Elena Zannoni <ezannoni@redhat.com>
9870
9d62932d
EZ
9871 * Makefile.in (defs_h): Remove dependency on progress_h.
9872 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9873 progress.h.
9874 * main.c (captured_main): Delete use of START_PROGRESS and
9875 END_PROGRESS.
9876
98772004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 9878
5bf0017e
EZ
9879 * objfiles.c (terminate_minimal_symbol_table): Add back
9880 initialization of MSYMBOL_TYPE.
9881
9fc9f5e2
AC
98822004-02-17 David Mosberger <davidm@hpl.hp.com>
9883
9884 Committed by Andrew Cagney.
9885 * Makefile.in (ia64_tdep_h): New macro.
9886 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9887 (ia64-tdep.o): Likewise.
9888 * ia64-tdep.h: New file.
9889 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9890 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9891 (ia64_aix_sigcontext_register_address): Likewise.
9892 (ia64_linux_getunwind_table): Delete declaration.
9893 * ia64-linux-tdep.c: Likewise.
9894
76cd2bd9
CV
98952004-02-17 Corinna Vinschen <vinschen@redhat.com>
9896
9897 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9898 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9899 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9900
634aa483
AC
99012004-02-17 Andrew Cagney <cagney@redhat.com>
9902
9903 * symtab.c (skip_prologue_using_sal): New function.
9904 * symtab.h (skip_prologue_using_sal): Declare.
9905 * frv-tdep.c: Include "symtab.h".
9906 (skip_prologue_using_sal): Delete function.
9907 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9908 * rs6000-tdep.c (refine_prologue_limit): Mention
9909 skip_prologue_using_sal.
9910 * ia64-tdep.c (refine_prologue_limit): Ditto.
9911 * Makefile.in: Update dependencies.
9912
99132004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 9914
39ce7b3f
AC
9915 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9916 START_INFERIOR_TRAPS_EXPECTED.
9917 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9918 START_INFERIOR_TRAPS_EXPECTED.
9919 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9920 Delete macro.
9921 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9922 macro, moved to "nm-osf.h". Update copyright.
9923 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9924 update copyright.
9925
19772a2c
AC
9926 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9927 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9928 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9929 frameless_look_for_prologue.
9930 * frame.h (legacy_frameless_look_for_prologue): Rename
9931 frameless_look_for_prologue.
9932 * gdbarch.h, gdbarch.c: Re-generate.
9933 * sh64-tdep.c (sh64_gdbarch_init): Update.
9934 * sh-tdep.c (sh_gdbarch_init): Update.
9935 * s390-tdep.c (s390_gdbarch_init): Update.
9936 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9937 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9938 * m68k-tdep.c (m68k_gdbarch_init): Update.
9939 (delta68_frame_args_address): Update.
9940 * m32r-tdep.c (m32r_gdbarch_init): Update.
9941 * hppa-tdep.c (hppa_gdbarch_init): Update.
9942 * h8300-tdep.c (h8300_gdbarch_init): Update.
9943 * frv-tdep.c (frv_gdbarch_init): Update.
9944 (frv_frameless_function_invocation): Update.
9945 * cris-tdep.c (cris_gdbarch_init): Update.
9946 (cris_frameless_function_invocation): Update.
9947 * avr-tdep.c (avr_gdbarch_init): Update.
9948 * arm-tdep.c (arm_gdbarch_init): Update.
9949 * stack.c (frame_info): Update, call predicate.
9950 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9951 * frame.c (legacy_get_prev_frame): Update, call predicate..
9952 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9953 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9954 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9955 invocation.
9956 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9957 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9958 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
9959
9960 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9961 function.
9962
7dcaac91
DJ
99632004-02-16 Daniel Jacobowitz <drow@mvista.com>
9964
9965 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9966 initializations.
9967
88289b6e
AC
99682004-02-16 Andrew Cagney <cagney@redhat.com>
9969
9970 * tui/tui-windata.c: Include "gdb_string.h".
9971 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9972 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9973 * Makefile.in: Update dependencies.
9974
9f976b41
DJ
99752004-02-16 Daniel Jacobowitz <drow@mvista.com>
9976
9977 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9978 * infrun.c: Include "gdb_assert.h".
9979 (singlestep_ptid, saved_singlestep_ptid)
9980 (stepping_past_singlestep_breakpoint): New variables.
9981 (resume): Set singlestep_ptid. Check for singlestep thread
9982 hop.
9983 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9984 (handle_inferior_event): Handle singlestep thread hop.
9985
c324d747
AC
99862004-02-16 Andrew Cagney <cagney@redhat.com>
9987
f090b9b1
AC
9988 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9989 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9990 (dwarf2_frame_init_reg): Ditto.
9991
fd33e6cb
AC
9992 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9993 suggested by Joshua Neuheisel
9994
c324d747
AC
9995 * configure.in: Always check for curses, including pdcurses.
9996 Warn, instead of error, when no curses are found. Enable TUI when
9997 curses is available.
9998 * configure: Re-generate.
9999
b66ba949
CV
100002004-02-16 Corinna Vinschen <vinschen@redhat.com>
10001
10002 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10003 sh_sh4_register_convert_to_virtual.
10004 (sh_register_convert_to_raw): Rename from
10005 sh_sh4_register_convert_to_raw.
10006 (sh_pseudo_register_read): Accomodate above name change.
10007 (sh_pseudo_register_write): Ditto.
10008
b58cbbf2
CV
100092004-02-16 Corinna Vinschen <vinschen@redhat.com>
10010
10011 * sh-tdep.c (sh_generic_register_name): Remove.
10012 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10013
5929a910
AC
100142004-02-15 Andrew Cagney <cagney@redhat.com>
10015
4566dfcf
AC
10016 * configure.in (build_warnings): Add -Wunused-function.
10017 * configure: Re-generate.
10018
db11ed55
AC
10019 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10020 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10021
46ac7a5d
AC
10022 * procfs.c (procfs_init_inferior): Assume that
10023 START_INFERIOR_TRAPS_EXPECTED is defined.
10024 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10025 * config/ns32k/tm-nbsd.h: Delete file,
10026 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10027
ba801595
AC
10028 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10029 * config/vax/tm-vax.h: Delete file.
10030
5929a910
AC
10031 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10032 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10033 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10034 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10035 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10036 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10037 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10038
8f22cb90
MK
100392004-02-15 Mark Kettenis <kettenis@gnu.org>
10040
10041 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10042 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10043 (struct dwarf2_frame_ops): New.
10044 (dwarf2_frame_default_init_reg): New function, based on
10045 dwarf2_frame_init_reg.
10046 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10047 (dwarf2_frame_init_reg): Call architecture-specific function.
10048 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10049 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10050 instead of dwarf2_frame_data.
10051 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10052 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10053
8132723e
AC
100542004-02-15 Andrew Cagney <cagney@redhat.com>
10055
046a4708
AC
10056 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10057 register_gdbarch_swap.
10058 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10059 * f-lang.c (_initialize_f_language): Update, use
10060 DEPRECATED_REGISTER_GDBARCH_SWAP.
10061 * remote.c (_initialize_remote): Ditto.
10062 * regcache.c (_initialize_regcache): Ditto.
10063 * parse.c (_initialize_parse): Ditto.
10064 * infrun.c (_initialize_infrun): Ditto.
10065 * mi/mi-main.c (_initialize_mi_main): Ditto.
10066 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 10067
549c1eea
AC
10068 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10069 poking .cacheable directly.
10070 * symfile.c (symfile_bfd_open): Ditto.
10071
0c0b39de
AC
10072 * Makefile.in: Update all dependencies.
10073
8132723e
AC
10074 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10075 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10076 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10077 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10078 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 10079
b9d26eb9
AC
100802004-02-14 Andrew Cagney <cagney@redhat.com>
10081
8e1f669a
AC
10082 * arch-utils.c (legacy_convert_register_p): Check
10083 DEPRECATED_REGISTER_CONVERTIBLE_P.
10084 * findvar.c (value_of_register): Ditto.
10085
cd0bfa36
AC
10086 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10087 * gdbarch.h, gdbarch.c: Re-generate.
10088 * arch-utils.c (deprecated_register_convertible_not): Delete.
10089 * arch-utils.h (deprecated_register_convertible_not): Delete.
10090 * mi/mi-main.c (get_register): Update. Update copyright.
10091 * infcmd.c (default_print_registers_info): Update.
10092
b9d26eb9
AC
10093 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10094 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10095 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 10096 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
10097 * frame.c (deprecated_get_next_frame_hack): Delete function.
10098 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10099 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10100 Update.
10101 * infcall.c (call_function_by_hand): Update.
10102
9ab9195f
EZ
101032004-02-14 Elena Zannoni <ezannoni@redhat.com>
10104
10105 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 10106 from here...
9ab9195f
EZ
10107 * objfiles.c (init_entry_point_info, entry_point_address):..to
10108 here.
10109 * symfile.h (init_entry_point_info, entry_point_address): Remove
10110 prototypes.
10111 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 10112 prototypes.
9ab9195f
EZ
10113 * cris-tdep.c: Remove include of symfile.h. Add include of
10114 objfiles.h.
10115 * infcall.c: Ditto.
10116 * mcore-tdep.c: Ditto.
10117 * mn10300-tdep.c: Ditto.
10118 * sh64-tdep.c: Ditto.
10119 * v850-tdep.c: Ditto.
10120 * arm-tdep.c: Remove include of symfile.h.
10121 * blockframe.c: Ditto.
10122 * coffread.c: Ditto.
10123 * dbxread.c: Ditto.
10124 * dwarf2read.c: Ditto.
10125 * dwarfread.c: Ditto.
8a1dac83 10126 * frv-tdep.c: Ditto.
9ab9195f
EZ
10127 * ia64-tdep.c: Ditto.
10128 * mdebugread.c: Ditto.
10129 * mipsread.c: Ditto.
8a1dac83 10130 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
10131 * s390-tdep.c: Ditto.
10132 * sh-tdep.c: Ditto.
8a1dac83 10133 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
10134 * gdbarch.sh: Remove include of symfile.h.
10135 * gdbarch.c: Regenerate.
10136 * solib-irix.c (enable_break): Use entry_point_address().
10137 Add comment about include file.
10138 * xcoffread.c: Add comment about include file.
8a1dac83
RM
10139 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10140 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10141 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10142 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
10143 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10144
c4c5b7ba
AC
101452004-02-13 Andrew Cagney <cagney@redhat.com>
10146
10147 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10148 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10149 copyright.
10150 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10151
3e7879de
FF
101522004-02-12 Fred Fish <fnf@redhat.com>
10153
10154 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10155 set_gdbarch_store_return_value.
10156
6a7760b6
AC
101572004-02-12 Andrew Cagney <cagney@redhat.com>
10158
10159 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10160 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10161 (interrupt_query): Ditto.
10162 (ofunc): Delete unused variable.
10163 * cris-tdep.c (cris_abi): Delete unused function.
10164 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10165 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10166 (cris_get_asr_quick_shift_steps): Ditto.
10167 (cris_skip_prologue_frameless_p): Ditto.
10168 * arm-tdep.c (arm_push_return_address): Delete unused function.
10169 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10170 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10171 * s390-tdep.c (s390_function_start): Delete unused function.
10172
31687c3c
AC
101732004-02-12 Andrew Cagney <cagney@redhat.com>
10174
10175 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10176 gdbarch.h, gdbarch.c: Re-generate.
10177 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10178 to generic_prologue_frameless_p.
10179 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10180 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10181
6de918a6
DJ
101822004-02-11 Daniel Jacobowitz <drow@mvista.com>
10183
10184 * mips-linux-tdep.c: Include "frame.h".
10185 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10186 (mips_linux_skip_resolver): New functions.
10187 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10188 and set_gdbarch_in_solib_call_trampoline.
10189 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10190 to after set_gdbarch_in_solib_return_trampoline. Only set the
10191 solib hooks to mips16 functions if the OS ABI is unknown.
10192 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10193 including "config/tm-linux.h".
10194 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10195 * Makefile.in (mips-linux-tdep.o): Update.
10196
87b3ede8
DC
101972004-02-11 David Carlton <carlton@kealia.com>
10198
10199 * linespec.c (decode_compound): Only look for a class symbol when
10200 considering all but the rightmost component.
10201
5979bc46
AC
102022004-02-11 Andrew Cagney <cagney@redhat.com>
10203
10204 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10205 abi code are are separatly grouped.
10206
5867a2fb
AC
102072004-02-11 Andrew Cagney <cagney@redhat.com>
10208
10209 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10210 * gdbarch.h, gdbarch.c: Re-generate.
10211 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10212 * v850-tdep.c (v850_gdbarch_init): Update.
10213 * sh64-tdep.c (sh64_gdbarch_init): Update.
10214 * sh-tdep.c (sh_gdbarch_init): Update.
10215 * s390-tdep.c (s390_gdbarch_init): Update.
10216 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10217 * mips-tdep.c (mips_gdbarch_init): Update.
10218 * mcore-tdep.c (mcore_gdbarch_init): Update.
10219 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10220 * m32r-tdep.c (m32r_gdbarch_init): Update.
10221 * ia64-tdep.c (ia64_gdbarch_init): Update.
10222 * hppa-tdep.c (hppa_gdbarch_init): Update.
10223 * h8300-tdep.c (h8300_gdbarch_init): Update.
10224 * frv-tdep.c (frv_gdbarch_init): Update.
10225 * d10v-tdep.c (d10v_gdbarch_init): Update.
10226 * cris-tdep.c (cris_gdbarch_init): Update.
10227 * avr-tdep.c (avr_gdbarch_init): Update.
10228 * arm-tdep.c (arm_gdbarch_init): Update.
10229 * alpha-tdep.c (alpha_gdbarch_init): Update.
10230
026a72f8
CV
102312004-02-11 Corinna Vinschen <vinschen@redhat.com>
10232
10233 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10234 comma.
10235 (sh_sh4al_dsp_register_name): Ditto.
10236
3903d437
AC
102372004-02-10 Andrew Cagney <cagney@redhat.com>
10238
10239 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10240 (mips_init_frame_pc_first): Delete function.
10241 (mips_frame_saved_pc): Delete function.
10242 (mips_frame_chain): Delete function.
10243 (mips_init_extra_frame_info): Delete function.
10244 (mips_xfer_register): Delete unused variable "reg".
10245 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10246 (mips_n32n64_return_value): Delete unused variable "reg".
10247 (mips_n32n64_return_value): Delete unused variable "pos".
10248 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10249 (mips_o32_return_value): Delete unused variable "pos".
10250 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10251 (mips_print_fp_register): Delete unused variable "namelen"
10252 (mips_print_fp_register): Delete unused variable "flt2"
10253 (get_frame_pointer): Delete function.
10254 (cached_proc_desc): Delete static variable.
10255 (mips_pop_frame): Delete function.
10256 (mips_find_saved_regs): Delete function.
10257 (mips_get_saved_register): Delete function.
10258 (mips_saved_pc_after_call): Delete function.
10259 (SIGFRAME_BASE): Delete macro.
10260 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10261 (SIGFRAME_PC_OFF): Delete macro.
10262 (SIGFRAME_REGSAVE_OFF): Delete macro.
10263 (mips_dump_tdep): Do not print deleted macro definitions.
10264
b9fb98bd
AC
102652004-02-10 Andrew Cagney <cagney@redhat.com>
10266
10267 * Makefile.in (SFILES): Remove explictly listed tui files.
10268 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10269
78ced177 102702004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 10271
78ced177
JJ
10272 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10273 to use paddr functions to format ia64 addresses and long values.
10274 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10275 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10276 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10277 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10278 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10279
6a83354a
AC
102802004-02-10 Andrew Cagney <cagney@redhat.com>
10281
10282 * defs.h: Do not include "tui.h".
10283 * gdb_curses.h: New file.
10284 * tui/tui-hooks.h: New file.
10285 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10286 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10287 (tui_initialize_io): Delete declaration.
10288 (tui_initialize_readline: Delete redundant declaration.
10289 (struct tui_point): Delete definition.
10290 * tui/tui-data.h (struct tui_point): Define.
10291 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10292 * utils.c: Include "tui/tui.h".
10293 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10294 * printcmd.c [TUI]: Include "tui/tui.h".
10295 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10296 * tui/tui-command.c: Include "gdb_curses.h".
10297 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10298 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10299 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10300 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10301 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10302 * Makefile.in: Update all dependencies.
10303 (tui_hooks_h, gdb_curses_h): Define.
10304 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10305
997470ef
EZ
103062004-02-10 Elena Zannoni <ezannoni@redhat.com>
10307
10308 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10309 auxf2. Add comments about some other rarely used fields.
10310
4ff2cc4d
AC
103112004-02-10 Andrew Cagney <cagney@redhat.com>
10312
10313 * Makefile.in (init.c): Fix script removing duplicates. Problem
10314 reported by Peter Schauer.
10315
1ab21617
EZ
103162004-02-09 Elena Zannoni <ezannoni@redhat.com>
10317
10318 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10319 obstack_specify_allocation.
10320 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 10321 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
10322 (allocate_rt_common_objfile): Ditto.
10323 * symfile.c (reread_symbols): Ditto.
10324 * gdb_obstack.h: Add comment.
10325
17763fd9
EZ
103262004-02-09 Elena Zannoni <ezannoni@redhat.com>
10327
10328 * linespec.c (decode_line_1, locate_first_half)
10329 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10330 commented out code.
10331
ec5cdd75
DJ
103322004-02-09 Daniel Jacobowitz <drow@mvista.com>
10333
10334 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10335 obstack_free.
10336
43b54b88
AC
103372004-02-09 Andrew Cagney <cagney@redhat.com>
10338
10339 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10340 fails, try find_pc_section. Fix PR c++/1267.
10341 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10342 instead of find_pc_mapped_section.
10343 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10344 not default to the section containing PC. Fix PR symtab/1519.
10345
edfae063
AC
103462004-02-09 Andrew Cagney <cagney@redhat.com>
10347
10348 * Makefile.in (mips-tdep.o): Update dependencies.
10349 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10350 "trad-frame.h".
10351 (mips_unwind_pc): Return the pseudo PC register.
10352 (mips_unwind_dummy_id): New function.
10353 (mips16_fetch_instruction): New function.
10354 (mips32_fetch_instruction): New function.
10355 (struct mips_frame_cache): Define.
10356 (mips_mdebug_frame_cache): New function.
10357 (mips_mdebug_frame_this_id): New function.
10358 (mips_mdebug_frame_prev_register): New function.
10359 (mips_mdebug_frame_unwind): Define.
10360 (mips_mdebug_frame_sniffer): New function.
10361 (mips_mdebug_frame_base_address): New function.
10362 (mips_mdebug_frame_base): Define.
10363 (mips_mdebug_frame_base_sniffer): New function.
10364 (mips_gdbarch_init): Append unwind and base sniffers. Set
10365 unwind_dummy_id.
10366
defc864c
AC
103672004-02-08 Andrew Cagney <cagney@redhat.com>
10368
6764ddad
AC
10369 * frame.c: Print both the register number and name.
10370
defc864c
AC
10371 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10372 and a sed into a single sed. Make .c and .o patterns more robust.
10373 (OBS): Delete.
10374 (INIT_FILES): Replace OBS with COMMON_OBS.
10375 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10376
645d6d10
MK
103772004-02-08 Mark Kettenis <kettenis@gnu.org>
10378
10379 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10380 the PT_WCOOKIE request.
10381
23e3c3fc
AC
103822004-02-08 Andrew Cagney <cagney@redhat.com>
10383
58dfe9ff
AC
10384 * mips-tdep.c (mips_unwind_pc): New function.
10385 (mips_gdbarch_init): Set mips_unwind_pc.
10386
1152e35e
AC
10387 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10388 (get_frame_id): Allow the UNKNOWN_FRAME.
10389 (frame_register_unwind, get_frame_type): Ditto.
10390
31b75dbf
AC
10391 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10392 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10393 unwind_dummy_id indicates a legacy frame.
10394
3483b318
AC
10395 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10396 * configure: Re-generate.
10397
23e3c3fc
AC
10398 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10399 methods.
10400
33f8ca73
AC
104012004-02-08 Andrew Cagney <cagney@redhat.com>
10402
10403 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10404 makefile macro.
10405 * configure: Re-generate.
10406 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10407 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10408 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10409 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10410 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10411 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10412 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10413 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10414 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10415 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10416
6ba8e26f 104172004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 10418
20d286a5
AC
10419 * Makefile.in: Update all dependencies.
10420
d836ee13
AC
10421 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10422 * configure: Re-generate.
10423 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10424 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10425 (COMMON_OBS): Add "main.o" and "annotate.o".
10426 (ANNOTATE_OBS): Delete.
10427 (OBS): Remove ANNOTATE_OBS.
10428 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10429 CONFIG_INITS.
10430 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10431 against CONFIG_OBS and "main.o".
10432 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10433 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10434
d02c80cd
AC
10435 * tui/tui-command.c: Include "gdb_string.h", delete register
10436 attribute, use ISO-C function signatures.
10437 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10438 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10439 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10440 * tui/tui.c: Ditto.
6ba8e26f
AC
10441
10442 * tui/tui-command.c: Change variable and function names to lower
10443 case.
10444 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10445 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10446 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10447 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10448 * tui/tui-winsource.c, tui/tui.c: Ditto.
10449
4a146b47
EZ
104502004-02-07 Elena Zannoni <ezannoni@redhat.com>
10451
10452 * buildsym.c (free_pending_blocks, finish_block)
10453 (record_pending_block, make_blockvector, end_symtab): Replace
10454 symbol_obstack with objfile_obstack.
8a1dac83 10455 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 10456 (coff_read_enum_type): Ditto.
8a1dac83 10457 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 10458 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 10459 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
10460 (dwarf2_symbol_mark_computed): Ditto.
10461 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10462 * elfread.c (elf_symtab_read): Ditto.
10463 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10464 (hpread_read_enum_type, hpread_read_function_type)
10465 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10466 Ditto.
8a1dac83 10467 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 10468 (java_link_class_type): Ditto.
8a1dac83 10469 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
10470 (new_symbol): Ditto.
10471 * minsyms.c (install_minimal_symbols): Ditto.
10472 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10473 (terminate_minimal_symbol_table): Replace symbol_obstack with
10474 objfile_obstack.
10475 (free_objfile): Remove freeing of symbol_obstack.
10476 * objfiles.h: Remove symbol_obstack field.
10477 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10478 objfile_obstack.
10479 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10480 symbol_obstack.
10481 (solib_add_common_symbols): Replace symbol_obstack with
10482 objfile_obstack.
10483 * somsolib.c (som_solib_add): Ditto.
10484 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10485 (common_block_start, common_block_end): Ditto.
10486 * symfile.c (reread_symbols): Remove freeing and init of
10487 symbol_obstack.
10488 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10489 * symfile.h: Update comment.
10490 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10491 stats printing.
10492 * symtab.c (symbol_set_names): Replace symbol_obstack with
10493 objfile_obstack.
10494 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10495 Update comments.
10496 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10497 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10498 objfile_obstack.
10499
6d012f14
AC
105002004-02-07 Andrew Cagney <cagney@redhat.com>
10501
10502 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10503 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10504 fields and variables.
10505 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10506 (m_beInvisible): Delete macro.
10507 * tui/tui-data.h: Fix case case fields and variables.
10508 (m_genWinPtrIsNull): Delete macro.
10509 (tui_win_list): Rename winList.
10510 (TUI_SRC_WIN): Rename srcWin.
10511 (TUI_DISASM_WIN): Rename disassemWin.
10512 (TUI_DATA_WIN): Rename dataWin.
10513 (TUI_CMD_WIN): Rename cmdWin.
10514 (m_genWinPtrNotNull): Delete macro.
10515 (m_winPtrIsNull): Delete macro.
10516 (m_winPtrNotNull): Delete macro.
10517 (tui_win_is_source_type): Replace m_winIsSourceType
10518 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10519 (tui_win_has_locator): Replace m_hasLocator.
10520 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10521 m_setWinHighlightOff.
10522 * tui/tui-data.c: Update references.
10523 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10524 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10525 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10526 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10527 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10528 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10529 * tui/tui-winsource.c, tui/tui.c: Ditto.
10530
7d34766b
MK
105312004-02-07 Mark Kettenis <kettenis@gnu.org>
10532
1c800673
MK
10533 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10534 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10535 StackGhost.
10536
7d34766b
MK
10537 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10538 variable `i6' to `i7'.
10539 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10540
22940a24
AC
105412004-02-07 Andrew Cagney <cagney@redhat.com>
10542
10543 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10544 (TuiPoint, TuiPointPtr): Ditto.
10545 (TuiStatus, TuiStatusPtr): Ditto.
10546 (TuiWinType, TuiWinTypePtr): Ditto.
10547 (struct tui_point): Rename _TuiPoint.
10548 (tui_get_low_disassembly_address): Rename
10549 tuiGetLowDisassemblyAddress.
10550 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10551 (tuiFree): Delete declaration.
10552 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10553 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10554 * tui/tui.c (tuiFree): Delete function.
10555 * cli/cli-cmds.c (disassemble_command): Update references.
10556 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10557 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10558 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10559 * tui/tui-winsource.c: Ditto.
10560
8b92e4d5
EZ
105612004-02-07 Elena Zannoni <ezannoni@redhat.com>
10562
10563 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10564 coffstab_build_psymtabs, elfstab_build_psymtabs)
10565 (stabsect_build_psymtabs): Replace psymbol_obstack with
10566 objfile_obstack.
10567 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10568 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10569 Ditto.
10570 * dwarfread.c (scan_compilation_units): Ditto.
10571 * elfread.c (elfstab_offset_sections): Ditto.
10572 * hppa-tdep.c (read_unwind_info): Ditto.
10573 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10574 (hpread_end_psymtab): Ditto.
10575 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10576 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10577 Ditto.
10578 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 10579 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
10580 (build_objfile_section_table): Ditto.
10581 (allocate_objfile): Remove init of psymbol_obstack.
10582 (free_objfile): Remove freeing of psymbol_obstack.
10583 * objfiles.h (struct objfile): Remove field
10584 psymbol_obstack. Update comments.
10585 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10586 psymbol_obstack with objfile_obstack.
10587 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10588 psymbol_obstack.
10589 * somread.c (som_symfile_offsets, init_import_symbols)
10590 (init_export_symbols): Replace psymbol_obstack with
10591 objfile_obstack.
10592 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10593 * symfile.c (default_symfile_offsets, syms_from_objfile)
10594 (reread_symbols): Remove freeing and init of psymbol_obstack.
10595 (cashier_psymtab): Update comment.
10596 * symmisc.c (print_objfile_statistics): Don't report stats for
10597 psymbol obstack.
10598 * symtab.h (struct general_symbol_info, struct partial_symtab):
10599 Update comments.
10600 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10601 (xcoff_symfile_offsets): Replace psymbol_obstack with
10602 objfile_obstack.
10603
b99607ea
EZ
106042004-02-07 Elena Zannoni <ezannoni@redhat.com>
10605
10606 * objfiles.h (struct objfile): Add objfile_obstack field.
10607 Remove type_obstack field.
10608
10609 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10610 read_structure_scope read_enumeration, new_symbol): Replace
10611 type_obstack with objfile_obstack.
10612 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 10613 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
10614 (lookup_fundamental_type): Ditto.
10615 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
10616 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10617 (hpread_read_doc_function_type, hpread_read_struct_type)
10618 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 10619 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 10620 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
10621 (java_link_class_type): Ditto.
10622 * mdebugread.c (parse_type): Ditto.
10623 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10624 * solib-sunos.c (solib_add_common_symbols): Ditto.
10625 * stabsread.c (define_symbol, read_type, read_member_functions,
10626 read_cpp_abbrev, read_one_struct_field): Ditto.
10627 * symfile.c (reread_symbols): Ditto.
10628 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 10629
2a8854a7
AC
106302004-02-07 Andrew Cagney <cagney@redhat.com>
10631
10632 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10633 (tui_exec_info_content): Rename TuiExecInfoContent.
10634 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10635 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10636 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10637 (TuiList, TuiListPtr): Ditto.
10638 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10639 (TuiDataType, TuiDataTypePtr): Ditto.
10640 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10641 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10642 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10643 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10644 (TuiDataElement, TuiDataElementPtr): Ditto.
10645 (TuiWinElement, TuiWinElementPtr): Ditto.
10646 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10647 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10648 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10649 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10650 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10651 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10652 * tui/tui-command.c, tui/tui-data.c: Update references.
10653 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10654 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10655 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10656 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 10657
05cbe71a
MK
106582004-02-07 Mark Kettenis <kettenis@gnu.org>
10659
10660 * dwarf2-frame.h: Update copyright.
10661 (enum dwarf2_frame_reg_rule): New.
10662 (struct dwarf2_frame_state_reg): New.
10663 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10664 * dwarf2-frame.c: Update copyright.
10665 (enum dwarf2_reg_rule): Remove.
10666 (struct dwarf2_frame_state): Remove defenition of `struct
10667 dwarf2_frame_state_reg'.
10668 (read_reg): Call get_frame_arch to get the architecture instead of
10669 using CURRENT_GDBARCH.
10670 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10671 DWARF2_FRAME_.
10672 (dwarf2_frame_init_reg): New function.
10673 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10674 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10675 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10676 tags with DWARF2_FRAME_.
10677 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10678 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10679 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10680
ec7d9e56
AC
106812004-02-06 Andrew Cagney <cagney@redhat.com>
10682
dd1abb8c
AC
10683 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10684 (enum tui_data_type): Rename _TuiDataType.
10685 (struct tui_layout_def): Rename _TuiLayoutDef.
10686 (struct tui_source_element): Rename _TuiSourceElement.
10687 (struct tui_data_element): Rename _TuiDataElement.
10688 (struct tui_command_element): Rename _TuiCommandElement.
10689 (struct tui_locator_element): Rename _TuiLocatorElement.
10690 (union tui_which_element): Define.
10691 (struct tui_win_element): Rename _TuiWinElement.
10692 (struct tui_data_info): Rename _TuiDataInfo.
10693 (struct tui_source_info): Rename _TuiSourceInfo.
10694 (struct tui_command_info): Rename _TuiCommandInfo.
10695 (tui_initialize_static_data): Rename initializeStaticData.
10696 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10697 (tui_alloc_win_info): Rename allocWinInfo.
10698 (tui_init_generic_part): Rename initGenericPart.
10699 (tui_init_win_info): Rename initWinInfo.
10700 (tui_alloc_content): Rename allocContent.
10701 (tui_add_content_elements): Rename addContentElements.
10702 (tui_init_content_element): Rename initContentElement.
10703 (tui_free_window): Rename freeWindow.
10704 (tui_free_win_content): Rename freeWinContent.
10705 (tui_free_data_content): Rename freeDataContent.
10706 (tui_free_all_source_wins_content): Rename
10707 freeAllSourceWinsContent.
10708 (tui_del_window): Rename tuiDelWindow.
10709 (tui_del_data_windows): Rename tuiDelDataWindows.
10710 (tui_partial_win_by_name): Rename partialWinByName.
10711 (tui_win_name): Rename winName.
10712 (tui_current_layout): Rename currentLayout.
10713 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10714 (tui_term_height): Rename termHeight.
10715 (tui_set_term_height_to): Rename setTermHeightTo.
10716 (tui_term_width): Rename termWidth.
10717 (tui_set_term_width_to): Rename setTermWidthTo.
10718 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10719 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10720 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10721 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10722 (tui_source_windows): Rename sourceWindows.
10723 (tui_clear_source_windows): Rename clearSourceWindows.
10724 (tui_clear_source_windows_detail): Rename
10725 clearSourceWindowsDetail.
10726 (tui_clear_win_detail): Rename clearWinDetail.
10727 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10728 (tui_default_tab_len): Rename tuiDefaultTabLen.
10729 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10730 (tui_win_with_focus): Rename tuiWinWithFocus.
10731 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10732 (tui_layout_def): Rename tuiLayoutDef.
10733 (tui_win_resized): Rename tuiWinResized.
10734 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10735 (tui_next_win): Rename tuiNextWin.
10736 (tui_prev_win): Rename tuiPrevWin.
10737 (tui_add_to_source_windows): Rename addToSourceWindows.
10738 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10739 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10740 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10741 * tui/tui.c, tui/tui-data.c: Ditto.
10742 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10743 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10744
a358af15
AC
10745 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10746 (struct symtab): Declare.
10747 (tui_set_source_content): Rename tuiSetSourceContent.
10748 (tui_show_symtab_source): Rename tuiShowSource.
10749 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10750 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10751 * tui/tui-source.c: Update copyright. Update references.
10752 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10753 * tui/tui-stack.c: Update references.
10754
a21fcd8f
AC
10755 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10756 (struct tui_win_info): Declare.
10757 (tui_scroll_forward): Rename tuiScrollForward.
10758 (tui_scroll_backward): Rename tuiScrollBackward.
10759 (tui_scroll_left): Rename tuiScrollLeft.
10760 (tui_scroll_right): Rename tuiScrollRight.
10761 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10762 (tui_resize_all): Rename tuiResizeAll.
10763 (tui_refresh_all_win): Rename tuiRefreshAll.
10764 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10765 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10766 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10767 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10768
edae1ccf
AC
10769 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10770 (tui_erase_data_content): Rename tuiEraseDataContent.
10771 (tui_display_all_data): Rename tuiDisplayAllData.
10772 (tui_check_data_values): Rename tuiCheckDataValues.
10773 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10774 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10775 (tui_first_data_element_no_in_line): Rename
10776 tuiFirstDataElementNoInLine.
10777 (tui_delete_data_content_windows): Rename
10778 tuiDeleteDataContentWindows.
10779 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10780 (tui_display_data_from): Rename tuiDisplayDataFrom.
10781 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10782 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10783 * tui/tui-win.c, tui/tui-regs.c: Update references.
10784 * tui/tui-layout.c, tui/tui.c: Update references.
10785
ec7d9e56
AC
10786 * tui/tui-wingeneral.h: Update copyright.
10787 (m_allBeVisible): Delete macro.
8a1dac83 10788 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
10789 (struct tui_gen_win_info): Declare.
10790 (struct tui_win_info): Declare.
10791 (tui_unhighlight_win): Rename unhighlightWin.
10792 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10793 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10794 (tui_make_window): Rename makeWindow.
10795 (tui_copy_win): Rename copyWin.
10796 (tui_box_win): Rename boxWin.
10797 (tui_highlight_win): Rename highlightWin.
10798 (tui_check_and_display_highlight_if_needed): Rename
10799 checkAndDisplayHighlightIfNeeded.
10800 (tui_refresh_all): Rename refreshAll.
10801 (tui_delete_win): Rename tuiDelwin.
10802 (tui_refresh_win): Rename tuiRefreshWin.
10803 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10804 (tui_make_visible, tui_make_invisible): New functions.
10805 (tui_make_all_visible, tui_make_all_invisible): New functions.
10806 (make_all_visible): Rename makeAllVisible.
10807 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10808 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10809 * tui/tui-windata.c, tui/tui-win.c: Update references.
10810 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10811 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10812
1e52e2eb
MK
108132004-02-06 Mark Kettenis <kettenis@gnu.org>
10814
10815 * proc-api.c (write_with_trace): Initialize local variable to
10816 silence compiler warning.
10817
f80bda8e
AC
108182004-02-06 Andrew Cagney <cagney@redhat.com>
10819
10820 * tui/tui-source.h: Do not include "defs.h".
10821 (struct tui_win_info): Declare.
10822 (tui_set_source_content_nil): Declare.
10823 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10824 (union tui_line_or_address): Rename _TuiLineOrAddress.
10825 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10826 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10827 (tui_update_source_window_as_is): Rename
10828 tuiUpdateSourceWindowAsIs.
10829 (tui_update_source_windows_with_addr): Rename
10830 tuiUpdateSourceWindowsWithAddr.
10831 (tui_update_source_windows_with_line): Rename
10832 tuiUpdateSourceWindowsWithLine.
10833 (tui_clear_source_content): Rename tuiClearSourceContent.
10834 (tui_erase_source_content): Rename tuiEraseSourceContent.
10835 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10836 (tui_show_source_content): Rename tuiShowSourceContent.
10837 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10838 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10839 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10840 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10841 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10842 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10843 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10844 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10845 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10846 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10847 (struct tui_win_info): Declare.
10848 * tui/tui-stack.c: Update references.
10849 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10850 * tui/tui-win.c, tui/tui-source.c: Ditto.
10851 * tui/tui.c, tui/tui-disasm.c: Ditto.
10852
9fbfb822
MK
108532004-02-06 Mark Kettenis <kettenis@gnu.org>
10854
10855 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10856 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10857
03cebad2
MK
108582004-02-05 Mark Kettenis <kettenis@gnu.org>
10859
10860 * infrun.c (handle_inferior_event): Allow for breakpoint
10861 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10862 and SIGEMT. Update comments.
10863 * NEWS (Revised SPARC target): Mention support for non-executable
10864 stack.
10865
290281b1
MK
108662004-02-04 Mark Kettenis <kettenis@gnu.org>
10867
10868 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10869 * inftarg.c: Update copyright year.
10870 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10871 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10872 (sparc_xfer_wcookie): New function.
10873 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10874 * Makefile.in (sparc-nat.o): Update dependencies.
10875 * config/sparc/nm-nbsd.h: Include "target.h".
10876 (NATIVE_XFER_WCOOKIE): New define.
10877 (sparc_xfer_wcookie): New prototype.
10878
212161df
AC
108792004-02-04 Andrew Cagney <cagney@redhat.com>
10880
10881 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10882 SYSCALL_TRAP function.
10883 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10884
6e4c6c91
DJ
108852004-02-04 Andrew Cagney <cagney@redhat.com>
10886 Daniel Jacobowitz <drow@mvista.com>
10887
10888 * objfiles.h: Delete comments refering to inside_entry_func and
10889 DEPRECATED_FRAME_CHAIN_VALID.
10890 * defs.h (inside_entry_func): Update prototype..
10891 * blockframe.c (inside_entry_func): Rename to
10892 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10893 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10894
cae688ec
JJ
108952004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10896
10897 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10898 outside of #ifdef SOLIB_ADD region.
10899 (do_restore_lang_radix_cleanup): Ditto.
10900 (resolve_pending_breakpoint): Ditto.
10901
19217676
AC
109022004-02-03 Andrew Cagney <cagney@redhat.com>
10903
10904 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10905 (process_note_abi_tag_sections): Delete unused function.
10906 (ia64_read_fp): Delete unused function.
10907 (gdbarch_extract_struct_value_address): Delete declaration.
10908
876753be
AC
109092004-02-02 Andrew Cagney <cagney@redhat.com>
10910
10911 * vax-tdep.c (vax_frame_chain): Delete call to
10912 deprecated_inside_entry_file.
10913 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10914
d4f10bf2
MK
109152004-02-02 Mark Kettenis <kettenis@gnu.org>
10916
10917 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10918 column that's "empty" or "same value" when eliminating REG_RA
10919 rules.
10920
cae688ec
JJ
109212004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10922
10923 * NEWS: Add information about new pending breakpoint support.
10924
0101ce28
JJ
109252004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10926
10927 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10928 and pending fields for pending breakpoint support.
10929 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10930 (condition_command): Only parse condition if not a pending
10931 breakpoint.
10932 (print_one_breakpoint): Add support for pending breakpoints.
10933 (describe_other_breakpoints): Add checks to verify we are not
10934 dealing with pending breakpoints.
10935 (check_duplicates): Don't check pending breakpoints.
10936 (set_raw_breakpoint): Initialize pending flag.
10937 (do_restore_lang_radix_cleanup): New cleanup routine.
10938 (resolve_pending_breakpoint): New function.
10939 (re_enable_breakpoints_in_shlibs): Try and resolve any
10940 pending breakpoints via resolve_pending_breakpoint.
10941 (mention): Add pending breakpoint support.
10942 (parse_breakpoint_sals): Add new parameter to pass to
10943 decode_line_1 to indicate silent errors when files or functions
10944 are not found. Change all callers.
10945 (do_captured_parse_breakpoint): New function.
10946 (break_command_1): Change prototype to return an rc value and to
10947 take an optional pending breakpoint pointer. Support creating
10948 a pending breakpoint if a "not found" form of error occurs when
10949 parsing the breakpoint. Also support resolving an existing pending
10950 breakpoint and be silent if the resolution fails.
10951 (create_breakpoints): Change prototype to take pending breakpoint
10952 pointer. When resolving a pending breakpoint, use the new pointer
10953 to provide a conditional or commands added by the end-user.
10954 (delete_breakpoint): Add appropriate check for pending.
10955 (breakpoint_re_set_one): Ditto.
10956 (do_enable_breakpoint): Ditto.
10957
8d577d32
DC
109582004-02-02 David Carlton <carlton@kealia.com>
10959
10960 * valops.c (enum oload_classification): New.
10961 (find_overload_match): Break implementation into separate
10962 functions; delete #if 0'd code; look for symbols within
10963 namespaces.
10964 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10965 (find_oload_champ,oload_method_static,classify_oload_match): New.
10966 * cp-support.h: Add declaration for cp_func_name; update
10967 declaration for make_symbol_overload_list.
10968 * cp-support.c (cp_func_name): New.
10969 (overload_list_add_symbol): Fix comment, use
10970 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10971 (make_symbol_overload_list): Take a function name and a namespace
10972 instead of a symbol; change implementation.
10973 (make_symbol_overload_list_using): New.
10974 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10975
22e8e3c7
FF
109762004-02-02 Fred Fish <fnf@redhat.com>
10977
10978 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 10979 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
10980 * remote-sim.c (gdb_os_write_stderr): Write output to
10981 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10982 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 10983 gdb_stderr stream and update copyright years.
22e8e3c7 10984
6b753f60
DJ
109852004-02-01 Daniel Jacobowitz <drow@mvista.com>
10986
10987 * Makefile.in (mips-linux-nat.o): Update dependencies.
10988 * mips-linux-nat.c: Include mips-tdep.h.
10989
109902004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
10991
10992 * sol-thread.c (sol_thread_xfer_partial): New function.
10993 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10994 (init_sol_core_ops): Likewise.
10995
10996 * procfs.c (procfs_xfer_partial): New function.
10997 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10998 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10999
11000 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11001 procfs_xfer_auxv function.
11002
11003 * procfs.c (procfs_make_note_section): If we can read
11004 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11005 * linux-proc.c (linux_make_note_section): Likewise.
11006
11007 * auxv.h: New file.
11008 * auxv.c: New file.
11009 * Makefile.in (auxv_h): New variable.
11010 (COMMON_OBS): Add auxv.o here.
11011 (auxv.o): New target.
11012
11013 * corelow.c (core_xfer_partial): New function.
11014 (init_core_ops): Use it for core_ops.to_xfer_partial.
11015
11016 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11017 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11018 macro if that is defined.
11019
fa5281d0
DJ
110202004-02-01 Daniel Jacobowitz <drow@mvista.com>
11021
11022 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11023 and check the specified thread for each breakpoint.
11024 * breakpoint.h (bpstat_stop_status): Update prototype.
11025 * infrun.c (handle_inferior_event): Update calls to
11026 bpstat_stop_status.
11027
26ee262d
DJ
110282004-02-01 Daniel Jacobowitz <drow@mvista.com>
11029
11030 * Makefile.in (cli-cmds.o): Add $(readline_h).
11031
d9b52655
DJ
110322004-02-01 Daniel Jacobowitz <drow@mvista.com>
11033
11034 * cli/cli-cmds.c: Include readline.h.
11035 (complete_command): Pass the start of the last word to
11036 complete_line.
11037
9709f61c
DJ
110382004-01-31 Daniel Jacobowitz <drow@mvista.com>
11039
11040 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11041 argument, and change first argument to a CORE_ADDR.
11042 * breakpoint.h (bpstat_stop_status): Update prototype.
11043 * infrun.c (adjust_pc_after_break): Add a new comment.
11044 (handle_inferior_event): Update calls to bpstat_stop_status.
11045
4f1280bb
DJ
110462004-01-31 Daniel Jacobowitz <drow@mvista.com>
11047
11048 * breakpoint.h: Update copyright years.
11049
4fa8626c
DJ
110502004-01-31 Daniel Jacobowitz <drow@mvista.com>
11051
11052 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11053 (bpstat_stop_status): Don't decrement PC.
11054 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11055 prototype.
11056 * infrun.c (adjust_pc_after_break): New function.
11057 (handle_inferior_event): Call it, early. Remove later references
11058 to DECR_PC_AFTER_BREAK.
11059 (normal_stop): Add commentary.
11060
fad0733a
DJ
110612004-01-31 Daniel Jacobowitz <drow@mvista.com>
11062
11063 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11064 2004-01-27 double-free fix.
11065
42cdca6c
MK
110662004-01-31 Mark Kettenis <kettenis@gnu.org>
11067
11068 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11069 (sparc32_frame_prev_register): Handle StackGhost.
11070 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11071
932d5416
RM
110722004-01-29 Roland McGrath <roland@redhat.com>
11073
11074 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11075 * configure: Regenerated.
11076
11077 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11078 * Makefile.in (procfs.o): Add dep.
11079
47d3492a
AC
110802004-01-28 Andrew Cagney <cagney@redhat.com>
11081
11082 * tui/tui-stack.h: Update copyright.
11083 (struct frame_info): Add opaque declaration.
11084 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11085 (tui_show_locator_content): Rename tuiShowLocatorContent.
11086 (tui_show_frame_info): Rename tuiShowFrameInfo.
11087 * tui/tui-stack.c: Update copyright. Update references.
11088 * tui/tui-winsource.c: Update references.
11089 * tui/tui-win.c: Update references.
11090 * tui/tui-layout.c: Update references.
11091 * tui/tui-hooks.c: Update copyright, update references.
11092 * tui/tui.c: Update copyright, update references.
11093 * tui/tui-disasm.c: Update references.
11094
5d51ca54
DC
110952004-01-28 David Carlton <carlton@kealia.com>
11096
11097 * dwarf2read.c (add_partial_structure): Use demangled name if
11098 namespace equals "".
11099
086ed43d
JB
111002004-01-27 Jim Blandy <jimb@redhat.com>
11101
11102 Clean up misapplied patch:
11103 * dwarf2read.c (determine_prefix): Change one of the two forward
11104 declarations for 'determine_prefix_aux' to a declaration for this.
11105 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11106 argument to 'die_specification'.
11107
2a35147e
JB
11108 * dwarf2read.c (read_func_scope): Re-indent comment.
11109
a355c7de 111102004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 11111
a355c7de
AC
11112 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11113 b->exp to NULL after freeing so that error during re-parsing or
11114 evaluation of expressions associated with breakpoint don't
11115 eventually lead to re-freeing of storage.
11116 Committed by Andrew Cagney.
11117
63ff5125
AC
111182004-01-27 Andrew Cagney <cagney@redhat.com>
11119
11120 * source.c (ambiguous_line_spec): Delete undefined declaration.
11121 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11122 (m32r_set_server_address, m32r_set_download_path): Ditto.
11123 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11124
e142c38c
DJ
111252004-01-27 Daniel Jacobowitz <drow@mvista.com>
11126
11127 * dwarf2read.c: Update calls to changed and renamed functions, and
11128 references to moved variables.
11129
11130 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11131 language, language_defn, list_in_scope, and ftypes members.
11132 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11133 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11134 (baseaddr): Remove globals.
11135
11136 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11137 (set_cu_language, die_is_declaration, die_specification)
11138 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11139 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11140 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11141 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11142
11143 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11144 cu.list_in_scope. Don't initialize cu_header_offset.
11145 (add_partial_symbol): Add local baseaddr.
11146 (psymtab_to_symtab_1): Add local baseaddr. Use
11147 objfile->section_offsets for consistency. Don't initialize
11148 cu_header_offset; do initialize cu.header.offset and
11149 cu.list_in_scope.
11150 (read_file_scope, read_func_scope, read_lexical_block_scope)
11151 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11152
c6e06ede
MC
111532004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11154
fb328ecc 11155 * PROBLEMS: Add gdb/1516.
c6e06ede 11156
48184fd4
AC
111572003-12-29 Robert Millan <robertmh@gnu.org>
11158
11159 Patch committed by Andrw Cagney.
11160 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11161 * configure.tgt: Match knetbsd*-gnu.
11162
c1321b30
AC
111632004-01-26 Andrew Cagney <cagney@redhat.com>
11164
f3699be3
AC
11165 * breakpoint.c (catch_command_1): Delete #ifdef code.
11166 (catch_fork_command_1): Delete #ifdef wrapper.
11167 (catch_exec_command_1): Ditto.
11168 (catch_load_command_1): Ditto.
11169 (catch_unload_command_1): Ditto.
11170
c1321b30
AC
11171 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11172 (catch_breakpoint): Delete #if0ed function.
11173 (disable_catch_breakpoint): Ditto.
11174 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11175 (disable_catch, enable_catch, delete_catch): Ditto.
11176
b4501125
AC
111772004-01-26 Andrew Cagney <cagney@redhat.com>
11178
11179 * remote.c (echo_check, quit_flag): Delete variables.
11180 (cisco_kernel_mode): Delete variable.
11181 (minitelnet_return, tty_input, escape_count): Delete variables.
11182 (remote_cisco_mode): Delete variable.
11183 (remote_cisco_open, remote_cisco_close): Delete function.
11184 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11185 (init_remote_cisco_ops): Delete function.
11186 (_initialize_remote): Do not install "remote cisco" code.
11187 (read_frame): Delete cisco specific code.
11188 (remote_info_process): Delete function.
11189 (remote_wait): Delete cisco specific code.
11190 (remote_cisco_section_offsets): Delete function.
11191 (remote_cisco_objfile_relocate): Delete function.
11192 (remote_async_wait): Delete cisco specific code.
11193 (minitelnet, readtty, readsocket): Delete function.
11194
74055713
AC
111952004-01-26 Andrew Cagney <cagney@redhat.com>
11196
11197 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11198 comments mentioning extract_returned_value_address.
11199 * infcmd.c (print_return_value): Update. Add comments on
11200 extract_returned_value_address.
11201 * stack.c (return_command): Add comments on
11202 extract_returned_value_address.
11203 * values.c: Update comment.
11204 * m32r-tdep.c: Update comment.
11205 * sparc-tdep.c: Update comment.
11206 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11207 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11208 * sh64-tdep.c (sh64_gdbarch_init): Update.
11209 * sh-tdep.c (sh_gdbarch_init): Update.
11210 * s390-tdep.c (s390_gdbarch_init): Update.
11211 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11212 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11213 * m68k-tdep.c (m68k_gdbarch_init): Update.
11214 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11215 * m32r-tdep.c (m32r_gdbarch_init): Update.
11216 * ia64-tdep.c (ia64_gdbarch_init): Update.
11217 * h8300-tdep.c (h8300_gdbarch_init): Update.
11218 * frv-tdep.c (frv_gdbarch_init): Update.
11219 * arm-tdep.c (arm_gdbarch_init): Update.
11220 * alpha-tdep.c (alpha_gdbarch_init): Update.
11221
a67af2b9
AC
112222004-01-26 Andrew Cagney <cagney@redhat.com>
11223
11224 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11225 SYMBOL_LOCATION_FUNCS
11226 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11227 "struct symbol_ops".
11228 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11229 type to "struct symbol_ops".
11230 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11231 (struct symbol): Replace ".aux_value.loc.funcs" and
11232 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11233 (SYMBOL_OBJFILE): Delete macro.
11234 (SYMBOL_LOCATION_FUNCS): Delete macro.
11235 (SYMBOL_LOCATION_BATON): Update.
11236 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11237 intead of SYMBOL_LOCATION_FUNCS.
11238 * ax-gdb.c (gen_var_ref): Ditto.
11239 * printcmd.c (address_info): Ditto.
11240 * findvar.c (read_var_value): Ditto.
11241 (symbol_read_needs_frame): Ditto.
11242
c034e007
AC
112432004-01-26 Andrew Cagney <cagney@redhat.com>
11244
11245 * dwarf2read.c (read_func_scope): Document frame-base hack.
11246
bb472c1e
MK
112472004-01-25 Mark Kettenis <kettenis@gnu.org>
11248
11249 * infcmd.c (print_return_value): Plug memory leak; delete
11250 ui_stream object. Rename argument `structure_return' to
11251 `struct_return'.
11252
c8e737d5
MK
112532004-01-25 Mark Kettenis <kettenis@gnu.org>
11254
f941662f
MK
11255 * infcmd.c (print_return_value): Wrap long lines.
11256 (finish_command_continuation, finish_command): Remove unused
11257 variable `funcaddr'. Fix some coding-standards problems.
11258
c558d81a 11259 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 11260 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
11261 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11262 TDEP->fpregset to zero.
11263
bf1e5861 11264 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
11265 floating-point registers for traditional NetBSD core files.
11266 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11267 TDEP->sizeof_fpregset here.
11268
4c72d57a
MK
112692004-01-25 Mark Kettenis <kettenis@gnu.org>
11270
566626fa
MK
11271 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11272 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11273 function with code split out from
11274 sparc32nbsd_sigcontext_frame_cache.
11275 (sparc32nbsd_sigcontext_frame_cache): Use
11276 sparc32nbsd_sigcontext_saved_regs.
11277 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11278 OpenBSD.
11279 * sparcobsd-tdep.c: New file.
11280 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11281 (sparcobsd-tdep.o): New dependency.
11282 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11283 * config/sparc/obsd.mt: New file.
11284
4c72d57a
MK
11285 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11286 TDEP->fpregset to be initialized to enable core file register
11287 sets.
11288
7e5e9f88
MK
112892004-01-24 Mark Kettenis <kettenis@gnu.org>
11290
f0f207fd 11291 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
11292 Add opaque declarations.
11293 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11294 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11295 function with code split out from
11296 sparc64nbsd_sigcontext_frame_cache.
11297 (sparc64nbsd_sigcontext_frame_cache): Use
11298 sparc64nbsd_sigcontext_saved_regs.
11299 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11300 OpenBSD.
11301 * sparc64obsd-tdep.c: New file.
11302 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11303 (sparc64obsd-tdep.o): New dependency.
11304 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11305 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11306 * config/sparc/obsd64.mt: New file.
11307
690668cc
MK
11308 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11309 read the instruction at PC.
11310
7e5e9f88
MK
11311 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11312 value of GDB_OSABI_DEFAULT.
11313 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11314 instead of GDB_OSABI_NETBSD_AOUT.
11315
68b6dce9
NR
113162004-01-24 Nick Roberts <nick@nick.uklinux.net>
11317
11318 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11319 copyright.
11320
080ce8c0
AC
113212004-01-23 Andrew Cagney <cagney@redhat.com>
11322
11323 * printcmd.c (display_command): Replace tui_set_display call with
11324 tui_set_layout_for_display_command.
11325 * tui/tui.h (enum tui_win_type): Define.
11326 (tui_set_layout): Delete declaration.
11327 (tui_set_layout_for_display_command): Rename set_tui_layout.
11328 * tui/tui-data.h (enum tui_layout_type): Define.
11329 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11330 "tui.h".
11331 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11332 (tui_default_win_height): Rename tuiDefaultWinHeight.
11333 (tui_default_win_viewport_height): Rename
11334 tuiDefaultWinViewportHeight.
11335 (tui_set_layout): RenametuiSetLayout.
11336 * tui/tui-layout.c: Update references.
11337 * tui/tui.c: Update references.
11338 * tui/tui-disasm.c: Update references.
11339
b368761e
DC
113402004-01-23 David Carlton <carlton@kealia.com>
11341
11342 Partial workaround for PR c++/1511:
11343 * cp-namespace.c: Include frame.h.
11344 (cp_lookup_transparent_type): New
11345 (cp_lookup_transparent_type_loop): New.
11346 * cp-support.h: Declare cp_lookup_transparent_type.
11347 * symtab.c (basic_lookup_transparent_type): Renamed from
11348 lookup_transparent_type.
11349 (lookup_transparent_type): Replace old body by a call to
11350 current_language->la_lookup_transparent_type.
11351 * symtab.h: Update copyright. Declare
11352 basic_lookup_transparent_type.
11353 * language.h: Update copyright.
11354 (struct language_defn): Add la_lookup_transparent_type.
11355 * language.c: Update copyright.
11356 (unknown_language_defn): Add basic_lookup_transparent_type.
11357 (auto_language_defn): Add basic_lookup_transparent_type.
11358 (local_language_defn): Add basic_lookup_transparent_type.
11359 * ada-lang.c: Update copyright.
11360 (ada_language_defn): Add basic_lookup_transparent_type.
11361 * c-lang.c: Update copyright.
11362 (c_language_defn): Add basic_lookup_transparent_type.
11363 (cplus_language_defn): Add basic_lookup_transparent_type.
11364 (asm_language_defn): Add basic_lookup_transparent_type.
11365 (minimal_language_defn): Add basic_lookup_transparent_type.
11366 * f-lang.c: Update copyright.
11367 (f_language_defn): Add basic_lookup_transparent_type.
11368 * jv-lang.c: Update copyright.
11369 (java_language_defn): Add basic_lookup_transparent_type.
11370 * m2-lang.c: Update copyright.
11371 (m2_language_defn): Add basic_lookup_transparent_type.
11372 * objc-lang.c: Update copyright.
11373 (objc_language_defn): Add basic_lookup_transparent_type.
11374 * p-lang.c: Update copyright.
11375 (p_language_defn): Add basic_lookup_transparent_type.
11376 * scm-lang.c: Update copyright.
11377 (scm_language_defn): Add basic_lookup_transparent_type.
11378 * Makefile.in (cp-namespace.o): Depend on frame.h.
11379
fdde2d81
DC
113802004-01-23 David Carlton <carlton@kealia.com>
11381
11382 Patch for PR c++/1520:
11383 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11384 properly if we have a specification die.
11385 (determine_prefix_aux): Rename from determine_prefix.
11386 (determine_prefix): Like the old determine_prefix, but never
11387 returns NULL.
11388
5b828b6b
TR
113892004-01-23 Theodore A. Roth <troth@openavr.org>
11390
11391 * avr-tdep.c: Update copyright.
11392 (avr_iaddr_p): Delete unused function.
11393 (avr_saddr_p): Delete unused function.
11394
a1b8c067
DC
113952004-01-23 David Carlton <carlton@kealia.com>
11396
11397 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11398 Fix for PR symtab/1534.
11399
f2cab569
MK
114002004-01-23 Mark Kettenis <kettenis@gnu.org>
11401
11402 * NEWS (New native configurations): Mention OpenBSD/sparc and
11403 OpenBSD/sparc64.
11404 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11405 * configure.host: Likewise.
11406 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11407 handler for OpenBSD.
11408 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11409
642d8300
MK
114102004-01-22 Mark Kettenis <kettenis@gnu.org>
11411
89aac506
MK
11412 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11413 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11414
36662fde
MK
11415 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11416 * cli/cli-cmds.c (shell_escape): Likewise.
11417
642d8300
MK
11418 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11419 OpenBSD .note.openbsd.ident sections.
11420
fae299cd
DC
114212004-01-22 David Carlton <carlton@kealia.com>
11422
11423 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11424 get_scope_pc_bounds.
11425 (read_file_scope): Ditto.
11426 (get_scope_pc_bounds): New function, produced by extracting code
11427 from the above two functions, consolidating it, and adding support
11428 for DW_TAG_namespace.
11429
a49d618c
MK
114302004-01-22 Mark Kettenis <kettenis@gnu.org>
11431
11432 * osabi.c (MAX_NOTESZ): New define.
11433 (check_note): New function.
11434 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11435 check_note.
11436
fe61caab
RM
114372004-01-21 Roland McGrath <roland@redhat.com>
11438
11439 * MAINTAINERS (write after approval): Add myself.
11440
ec145965
EZ
114412004-01-21 Eli Zaretskii <eliz@gnu.org>
11442
11443 * utils.c (init_page_info): Move declarations of `rows' and
11444 `cols' before the __GO32__-specific code. Move the closing brace
11445 outside the #ifdef __GO32__..#endif block.
11446 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11447
877522db
PB
114482004-01-21 Paul Brook <paul@codesourcery.com>
11449
11450 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11451 BPSTAT_WHAT_CHECK_SHLIBS.
11452
dbf5be1c
PB
114532004-01-21 Paul Brook <paul@codesourcery.com>
11454
11455 * MAINTAINERS: Add myself to write-after-approval.
11456
81f08b92
AC
114572004-01-20 Andrew Cagney <cagney@redhat.com>
11458
5a1efed7
AC
11459 * ax-gdb.c (print_axs_value): Delete unused function.
11460 * jv-lang.c (java_lookup_type): Delete unused function.
11461 * cli/cli-dump.c (dump_filetype): Delete unused function.
11462 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11463 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11464 (mips_getstring): Delete unused function.
11465 (pmon_insert_breakpoint): Delete #if0ed function.
11466 (PMON_MAX_BP): Delete #if0ed MACRO.
11467 (mips_pmon_bp_info): Delete #if0ed variable.
11468 (pmon_remove_breakpoint): Delete #if0ed function.
11469 * monitor.c (monitor_write_even_block): Delete unused function.
11470 (monitor_write_memory_block): Delete #if0ed code.
11471 * dink32-rom.c (dink32_load): Delete unused function.
11472 (_initialize_dink32_rom): Delete #if0ed code.
11473 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11474
b0a30fce
AC
11475 * tui/tui-command.c: Update references.
11476 * tui/tui-io.c: Update references.
11477 * tui/tui-command.h: Update copyright.
11478 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11479
81f08b92
AC
11480 * source.c (ambiguous_line_spec): Delete never-defined function.
11481 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11482 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11483 * cli/cli-cmds.c (validate_comname): Ditto.
11484
65f05602
AC
11485 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11486 "tui-data.h".
11487 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11488 (tui_show_disassem): Rename tuiShowDisassem.
11489 (tui_show_disassem_and_update_source): Rename
11490 tuiVerticalDisassemScroll.
11491 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11492 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11493 * tui/tui.h: Update copyright.
11494 (enum tui_status): Define.
11495 * tui/tui-data.h (enum tui_scroll_direction): Define.
11496 * tui/tui-disasm.c: Update copyright. Update references.
11497 * tui/tui-winsource.c: Update copyright. Update references.
11498 * tui/tui-win.c: Update references.
11499 * tui/tui-layout.c: Update references.
11500
6bb0384f
AC
115012004-01-20 Andrew Cagney <cagney@redhat.com>
11502
11503 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11504 sym2 to start of block.
11505
9175c9a3
MC
115062004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11507
11508 * MAINTAINERS: Delete mmalloc.
11509 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11510 * NEWS: Mention removal of --with-malloc.
11511 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11512 * config.in: Regenerate.
11513 * configure: Regenerate.
6bb0384f
AC
11514 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11515 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
11516 * gdbinit.in: Remove mmalloc.
11517 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11518 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11519 * config/i386/go32.mh: Likewise.
11520 * config/i386/interix.mh: Likewise.
11521 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11522
4fcef00a
JJ
115232004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11524
11525 * linespec.c (decode_variable, symtab_from_filename): Call
11526 error_silent with error message instead of throwing an exception
11527 directly.
11528 * defs.h (error_silent, error_output_message): Add prototypes.
11529 (catch_exceptions_with_msg): Ditto.
11530 * utils.c (error_silent, error_output_message): New functions.
11531 * top.c (catch_exceptions_with_msg): New function.
11532
8e94b928
NR
115332004-01-20 Nick Roberts <nick@nick.uklinux.net>
11534
11535 * mi/mi-cmds.h (enum print_values): Add definition.
11536
11537 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11538 type and value for simple data types and just the name and type
11539 for complex ones, if required.
11540
11541 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11542 children, if required.
11543
a02d6af8
KB
115442004-01-19 Kevin Buettner <kevinb@redhat.com>
11545
11546 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11547 unused declarations.
11548
78a4a9b9
AC
115492004-01-19 Andrew Cagney <cagney@redhat.com>
11550
11551 * top.h (mapped_symbol_files): Delete declaration.
11552 * main.c (captured_main): Delete option "m" and "mapped".
11553 * objfiles.c (mapped_symbol_files): Delete variable.
11554 * symfile.c (symbol_file_command): Delete mmap code.
11555 (symbol_file_add_with_addrs_or_offsets): Ditto.
11556 (add_symbol_file_command, reread_separate_symbols): Ditto.
11557 * objfiles.h (OBJF_MAPPED): Delete.
11558 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11559 (free_objfile) [USE_MMALLOC]: Ditto.
11560 (open_existing_mapped_file): Delete function.
11561 (open_mapped_file): Delete function.
11562 (map_to_file): Delete function.
11563
2dbd5e30
KB
115642004-01-19 Kevin Buettner <kevinb@redhat.com>
11565
11566 * infrun.c (step_into_function): Account for possible breakpoint
11567 adjustment when computing ``stop_func_start''.
11568
437b434f
KB
115692004-01-19 Kevin Buettner <kevinb@redhat.com>
11570
11571 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11572 the region size against the size of a pointer, not the size of
11573 a register as given by DEPRECATED_REGISTER_SIZE.
11574
55fb0713
AC
115752004-01-19 Andrew Cagney <cagney@redhat.com>
11576
11577 * tui/tui-regs.h: Include "tui-data.h".
11578 (tuiFirstRegElementNoInLine): Delete declaration.
11579 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11580 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11581 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11582 (tui_calculate_regs_column_count): Rename
11583 tuiCalculateRegsColumnCount.
11584 (tui_check_register_values): Rename tuiCheckRegisterValues.
11585 (tui_show_registers): Rename tuiShowRegisters.
11586 (tui_display_registers_from_line): Rename
11587 tuiDisplayRegistersFromLine.
11588 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11589 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11590 (tui_first_reg_element_no_inline): Rename
11591 tuiFirstRegElementNoInLine.
11592 * tui/tui-data.h: Update copyright.
11593 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11594 * tui/tui-windata.c: Update copyright, update references.
11595 * tui/tui-regs.c: Update copyright, update references.
11596 * tui/tui-win.c: Update copyright, update references.
11597 * tui/tui-layout.c: Update copyright, update references.
fe61caab 11598
cebe9500
AC
115992004-01-18 Andrew Cagney <cagney@redhat.com>
11600
bcdf1568
AC
11601 * tui/tui-io.c: Update copyright.
11602 (key_is_end_sequence, key_is_backspace): New functions.
11603 (key_is_command_char, key_is_start_sequence): New function.
11604 (tui_getc): Update references.
11605 * tui/tui-io.h: Update copyright.
11606 (m_tuiStartNewLine): Delete macro.
11607 (m_isBackspace, m_isDeleteChar): Delete macros.
11608 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11609 (m_isNextPage, m_isPrevPage): Delete macros.
11610 (m_isLeftArrow, m_isRightArrow): Delete macros.
11611 (m_isXdbStyleCommandChar): Delete macro.
11612 (key_is_start_sequence): Declare, replace m_isStartSequence.
11613 (key_is_end_sequence): Declare, replace m_isEndSequence.
11614 (key_is_backspace): Declare ,replace m_isBackspace.
11615 (key_is_command_char): Declare, replace m_isCommandChar.
11616 * tui/tui-command.c: Update copyright.
11617 (tuiDispatchCtrlChar): Update references.
11618
130d87e6
AC
11619 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11620 tuiSourceWin.h.
11621
d7b2e967
AC
11622 * tui/tui-command.c: Rename tui/tuiCommand.c.
11623 * tui/tui-command.h: Rename tui/tuiCommand.h.
11624 * tui/tui-data.c: Rename tui/tuiData.c.
11625 * tui/tui-data.h: Rename tui/tuiData.h.
11626 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11627 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11628 * tui/tui-io.c: Rename tui/tuiIO.c.
11629 * tui/tui-io.h: Rename tui/tuiIO.h.
11630 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11631 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11632 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11633 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11634 * tui/tui-source.c: Rename tui/tuiSource.c.
11635 * tui/tui-source.h: Rename tui/tuiSource.h.
11636 * tui/tui-stack.c: Rename tui/tuiStack.c.
11637 * tui/tui-stack.h: Rename tui/tuiStack.h.
11638 * tui/tui-win.c: Rename tui/tuiWin.c.
11639 * tui/tui-win.h: Rename tui/tuiWin.h.
11640 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11641 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11642 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11643 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11644 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11645 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11646 * tui/tui-file.c: Update includes.
11647 * tui/tui-hooks.c: Update includes.
11648 * tui/tui-interp.c: Update includes.
11649 * tui/tui.c: Update includes.
11650 * Makefile.in: Update all tui/ dependencies.
11651 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11652
b2100910
AC
11653 * Makefile.in: Update copyright. Update dependencies.
11654
cebe9500
AC
11655 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11656 problem.
11657
c6f0559b
AC
116582004-01-18 Andrew Cagney <cagney@redhat.com>
11659
43e9390b
AC
11660 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11661 instead of register_gdbarch_init.
11662
c6f0559b
AC
11663 * remote-sds.c (tohex): Delete unused function. Update copyright.
11664 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11665 * v850-tdep.c (v850_register_virtual_size): Ditto.
11666 * target.c (normal_target_post_startup_inferior): Ditto.
11667 * source.c (ambiguous_line_spec): Ditto.
11668 * remote.c (adapt_remote_get_threadinfo): Ditto.
11669 * mi/mi-out.c (out_field_fmt): Ditto.
11670 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11671 (output_control_change_notification): Ditto.
11672 * m68k-tdep.c (m68k_register_byte): Ditto.
11673 (m68k_remote_breakpoint_from_pc): Ditto.
11674 * ui-out.c (init_ui_out_state): Delete unused declaration.
11675 * stabsread.c (search_value): Ditto.
11676 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11677 * maint.c (print_section_table): Ditto.
11678 * infrun.c (set_follow_fork_mode_command): Ditto.
11679
a8504492
MK
116802004-01-18 Mark Kettenis <kettenis@gnu.org>
11681
11682 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11683 DW_CFA_def_cfa_exporession. Add support for
11684 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11685 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11686
0bd8997e
AC
116872004-01-18 Andrew Cagney <cagney@redhat.com>
11688
11689 * ocd.c: Update copyright.
11690 (bdm_read_register_command): Delete unused function.
11691 (_initialize_remote_ocd): Delete commented out reference.
11692 (get_quoted_char, reset_packet): Delete #if0ed function.
11693 (output_packet, put_quoted_char): Delete #if0ed function.
11694 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11695 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11696 (BDM_BREAKPOINT): Delete #if0ed macro.
11697 (remote_timeout): Delete #if0ed variable.
11698
31bb40e4
MK
116992004-01-18 Mark Kettenis <kettenis@gnu.org>
11700
11701 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11702 (core-sol2.o): Remove dependency.
11703 * core-sol2.c: Remove file.
11704
887432a5
AC
117052004-01-17 Andrew Cagney <cagney@redhat.com>
11706
11707 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11708 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11709 enums.
11710
29182b13
DJ
117112004-01-17 Daniel Jacobowitz <drow@mvista.com>
11712
11713 * remote.c: Update copyright years.
11714
2963ee1d
DJ
117152004-01-17 Daniel Jacobowitz <drow@mvista.com>
11716
11717 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11718
79d45cd4
AC
117192004-01-17 Andrew Cagney <cagney@redhat.com>
11720
ee300cd4
AC
11721 * mdebugread.c: Update copyright.
11722 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11723 (parse_type, parse_procedure): Ditto.
11724 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11725
fcacc9c2
AC
11726 * cris-tdep.c (cris_store_struct_return): Put back accidently
11727 deleted function.
11728
79d45cd4
AC
11729 * gdbarch.sh: Update copyright year.
11730 * gdbarch.h, gdbarch.c: Re-generate.
11731
b263358a
DJ
117322004-01-17 Daniel Jacobowitz <drow@mvista.com>
11733
11734 Suggested by George Anzinger.
11735 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11736 correct stack offset. Include unknown opcode numbers in the error
11737 message.
11738
931aecf5
AC
117392004-01-17 Andrew Cagney <cagney@redhat.com>
11740
11741 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11742 extract_struct_value_address, i386 does not set it.
11743 * sparc64-tdep.c (sparc64_init_abi): Do not set
11744 extract_struct_value_address, never called.
11745 (sparc64_extract_struct_value_address): Delete function.
11746 * m68hc11-tdep.c: Update copyright.
11747 (m68hc11_gdbarch_init): Delete redundant assignment of
11748 extract_struct_value_address.
11749 * i386-tdep.c: Update copyright.
11750 (i386_gdbarch_init): Do not set extract_struct_value_address,
11751 never called.
11752 (i386_extract_struct_value_address): Delete function.
11753 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11754 extract_struct_value_address, never called.
11755 (sparc32_extract_struct_value_address): #if 0 function. Add
11756 comments explaining its future.
11757
756fe439
DJ
117582004-01-17 Daniel Jacobowitz <drow@mvista.com>
11759
11760 * arm-tdep.c (arm_write_pc): New function.
11761 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11762
e74f0f02
DJ
117632004-01-17 Daniel Jacobowitz <drow@mvista.com>
11764
11765 * breakpoint.c (must_shift_inst_regs): Delete.
11766 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11767 and SHIFT_INST_REGS.
11768 * infcmd.c (step_1, step_1_continuation): Delete references to
11769 SHIFT_INST_REGS.
11770 * infrun.c (keep_going): Likewise.
11771 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11772 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11773
b6cb9035
AC
117742004-01-17 Andrew Cagney <cagney@redhat.com>
11775
444a1e2e
AC
11776 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11777 * gdbarch.h, gdbarch.c: Re-generate.
11778 * infcmd.c (print_return_value): Delete reference to
11779 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11780
def7e6ed
AC
11781 * cris-tdep.c (cris_gdbarch_init): Do not set
11782 deprecated_extract_struct_value_address.
11783
07be497a
AC
11784 * xstormy16-tdep.c: Update copyright.
11785 (xstormy16_extract_struct_value_address): Update to current
11786 extract struct value address interface.
11787 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11788 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11789 current extract struct value address interface.
11790 (sh64_gdbarch_init): Set extract_struct_value_address.
11791
6b4d5c91
AC
11792 * cris-tdep.c: Update copyright.
11793 (cris_extract_struct_value_address): Delete function.
11794 (struct_return_address): Delete variable.
11795 (cris_store_struct_return): Do not set struct_return_address.
11796
464e0365
AC
11797 * mcore-tdep.c: Update copyright.
11798 (mcore_extract_struct_value_address): Delete function. Update
11799 comments.
11800 (mcore_gdbarch_init): Update.
11801 * mn10300-tdep.c: Update copyright.
11802 (mn10300_extract_struct_value_address): Delete function.
11803 (mn10300_gdbarch_init): Update.
11804 * v850-tdep.c: Update copyright.
11805 (v850_extract_struct_value_address): Delete.
11806 (v850_gdbarch_init): Update.
11807 * ns32k-tdep.c: Update copyright.
11808 (ns32k_extract_struct_value_address): Delete.
11809 (ns32k_gdbarch_init): Update.
11810 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11811 (hppa_gdbarch_init): Update.
11812 * vax-tdep.c: Update copyright.
11813 (vax_extract_struct_value_address): Delete.
11814 (vax_gdbarch_init): Update.
11815
afb18d0f
AC
11816 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11817 * gdbarch.h, gdbarch.c: Re-generate.
11818 * procfs.c (procfs_fetch_registers): Delete reference to
11819 DEPRECATED_NPC_REGNUM.
11820 (procfs_store_registers): Ditto.
11821 * regcache.c (generic_target_write_pc): Simplify.
11822 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11823
a698f53e
AC
11824 * core-sol2.c (fetch_core_registers): Replace
11825 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11826
adc11376
AC
11827 * hppa-tdep.c: Update copyright year.
11828 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11829 NPC_REGNUM.
11830 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11831
b6cb9035
AC
11832 * mips-tdep.c (mips_write_pc): New function.
11833 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11834 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11835 (mips_find_saved_regs, mips_software_single_step: Ditto.
11836 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11837 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11838
6d82d43b
AC
118392004-01-17 Andrew Cagney <cagney@redhat.com>
11840
11841 * mips-tdep.c: Re-indent. Group functions by ABI.
11842
71bd6bd4
AC
118432004-01-17 Andrew Cagney <cagney@redhat.com>
11844
11845 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11846 * gdbarch.c: Re-generate.
11847 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11848 DECR_PC_AFTER_BREAK to zero.
11849 * vax-tdep.c (vax_gdbarch_init): Ditto.
11850 * v850-tdep.c (v850_gdbarch_init): Ditto.
11851 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11852 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11853 * sh-tdep.c (sh_gdbarch_init): Ditto.
11854 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11855 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11856 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11857 * mips-tdep.c (mips_gdbarch_init): Ditto.
11858 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11859 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11860 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11861 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11862 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11863 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11864 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11865 * frv-tdep.c (frv_gdbarch_init): Ditto.
11866 * cris-tdep.c (cris_gdbarch_init): Ditto.
11867 * avr-tdep.c (avr_gdbarch_init): Ditto.
11868 * arm-tdep.c (arm_gdbarch_init): Ditto.
11869 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11870
a02abb62
JB
118712004-01-17 J. Brobecker <brobecker@gnat.com>
11872
11873 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11874 Delete, no longer used.
11875 (read_subrange_type): New function, mostly extracted from
11876 read_array_type().
11877 (read_array_type): Replace extracted code by call to
11878 read_subrange_type().
11879 (dwarf2_get_attr_constant_value): New function.
11880 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11881 (add_partial_symbol): Likewise.
11882 (process_die): Likewise.
11883 (new_symbol): Likewise.
11884 (read_type_die): Likewise.
11885
cf5b2f1b
AC
118862004-01-16 Andrew Cagney <cagney@redhat.com>
11887
11888 * symfile.c: Update copyright year.
11889 (compare_symbols): Delete unused function.
11890 * stabsread.c: Update copyright year.
11891 (lrs_general_complaint): Delete unused function.
11892 (ref_search_value): Ditto.
11893 (get_substring): Delete declaration.
11894 * sh64-tdep.c: Update copyright year.
11895 (sh64_get_gdb_regnum): Delete unused function.
11896 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11897 Delete unused function.
11898
d33b9831
MK
118992004-01-17 Mark Kettenis <kettenis@gnu.org>
11900
11901 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11902 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11903
7aea86e6
AC
119042004-01-16 Andrew Cagney <cagney@redhat.com>
11905
11906 Changes from Peter Schauer.
11907 * rs6000-tdep.c: Update copyright year.
11908 (rs6000_push_dummy_call): Update the stack pointer before
11909 accessing the corresponding stack region.
11910 * rs6000-nat.c: Update copyright year.
11911 (set_host_arch): Set "info.abfd" to "exec_bfd".
11912
26b0da32
MK
119132004-01-15 Mark Kettenis <kettenis@gnu.org>
11914
11915 * blockframe.c: Update copyright year.
11916 (inside_entry_func): Don't treat a zero PC specially.
11917
86fbe6cc
EZ
119182004-01-14 Elena Zannoni <ezannoni@redhat.com>
11919
11920 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11921 variable.
11922 (gcore_create_callback): Ditto. Skip any memory segment that has
11923 no permissions set.
11924
63d06c5c
DC
119252004-01-14 David Carlton <carlton@kealia.com>
11926
11927 Change symbols for C++ nested types to contain the fully qualified
11928 name, if possible. (At least in the DWARF-2 case.) Partial fix
11929 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11930 c++/895.
11931 * c-exp.y (qualified_type): Handle types nested within classes.
11932 * cp-namespace.c: Update comments.
11933 (cp_set_block_scope): Delete #if 0.
11934 (cp_lookup_nested_type): Handle types nested within classes.
11935 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11936 when appropriate.
11937 (add_partial_symbol): Add the name of the enclosing namespace to
11938 types.
11939 (pdi_needs_namespace): New.
11940 (add_partial_namespace): Tweak comment.
11941 (add_partial_structure): New.
11942 (psymtab_to_symtab_1): Initialize processing_current_prefix
11943 here...
11944 (process_die): instead of here.
11945 (read_structure_scope): Try to figure out the name of the class or
11946 namespace that the structure might be defined within.
11947 (read_enumeration): Generate fully-qualified names, if possible.
11948 (read_namespace): Don't set name to NULL.
11949 (die_specification): New.
11950 (new_symbol): Generate fully-qualified names for types.
11951 (read_type_die): Determine appropriate prefix.
11952 (determine_prefix): New.
11953 (typename_concat): New.
11954 (class_name): New.
11955 * valops.c (value_aggregate_elt): Pass NOSIDE to
11956 value_struct_elt_for_reference.
11957 (value_struct_elt_for_reference): Make static, add NOSIDE
11958 parameter, call value_maybe_namespace_elt as a last resort.
11959 (value_namespace_elt): Break out code into
11960 value_maybe_namespace_elt.
11961 (value_maybe_namespace_elt): New.
11962
87783b8b
AC
119632004-01-12 Andrew Cagney <cagney@redhat.com>
11964
11965 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11966 cooked floating-point registers.
11967 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11968 and value_to_register.
11969
6503b91e
AC
119702004-01-13 Andrew Cagney <cagney@redhat.com>
11971
11972 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11973 * gdbarch.c: Re-generate.
11974 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11975 FUNCTION_START_OFFSET.
11976 * v850-tdep.c (v850_gdbarch_init): Ditto.
11977 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11978 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11979 * sh-tdep.c (sh_gdbarch_init): Ditto.
11980 * s390-tdep.c (s390_gdbarch_init): Ditto.
11981 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11982 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11983 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11984 * mips-tdep.c (mips_gdbarch_init): Ditto.
11985 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11986 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11987 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11988 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11989 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11990 * i386-tdep.c (i386_gdbarch_init): Ditto.
11991 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11992 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11993 * frv-tdep.c (frv_gdbarch_init): Ditto.
11994 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11995 * cris-tdep.c (cris_gdbarch_init): Ditto.
11996 * avr-tdep.c (avr_gdbarch_init): Ditto.
11997 * arm-tdep.c (arm_gdbarch_init): Ditto.
11998 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11999
ea1dd7bc
DJ
120002004-01-13 Daniel Jacobowitz <drow@mvista.com>
12001
12002 * infrun.c (follow_fork_mode_ask): Remove.
12003 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12004 (follow_fork): Simplify and remove internal error for
12005 follow_fork_mode_ask.
12006 (_initialize_infrun): Update "set follow-fork-mode" help text.
12007
0f0cffd2
AC
120082004-01-13 Andrew Cagney <cagney@redhat.com>
12009
12010 * configure.in: Update copyright year.
12011 (build_warnings): Add -Wunused-label.
12012 * configure: Re-generate.
12013
de38af99
AC
120142004-01-12 Andrew Cagney <cagney@redhat.com>
12015
954a7fba
AC
12016 * exec.h (exec_ops): Make "extern".
12017
de38af99
AC
12018 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12019 the function is void.
12020 (mips_pseudo_register_write): Ditto.
12021
1a111ce3
AC
120222004-01-12 Andrew Cagney <cagney@redhat.com>
12023
12024 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12025 call. Never defined.
12026 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12027 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12028 (struct sparc_gregset, struct regcache): Ditto.
12029 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12030
48efe704
AC
120312004-01-12 Andrew Cagney <cagney@redhat.com>
12032
12033 * mi/ChangeLog: Delete file. Renamed to ...
12034 * mi/ChangeLog-1999-2003: New file.
12035 * tui/ChangeLog: Delete file. Renamed to ...
12036 * tui/ChangeLog-1998-2003: New file.
fe61caab 12037
a54124c5
MK
120382004-01-11 Mark Kettenis <kettenis@gnu.org>
12039
2ca62865
MK
12040 * sparc64nbsd-tdep.c: Include "regset.h".
12041 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12042 Remove variables.
12043 (fetch_core_registers): Remove function.
12044 (sparc64nbsd_core_fns): Remove variable.
12045 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12046 functions.
12047 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12048 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12049 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12050
ca9d58e9
MK
12051 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12052 sparc_extract_struct_value_address.
12053 (sparc32_gdbarch_init): Set extract_struct_value_address.
12054 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12055 function.
12056 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12057 return_value_on_stack.
12058
3cc87ec0
MK
12059 * NEWS: Mention that %cs and %ss have been added to the AMD64
12060 configurations
12061
5bf00f29
MK
12062 * frame.c: Update copyright year.
12063 (get_prev_frame): Improve comment.
12064
4f7ec84e
MK
12065 * sparc64fbsd-tdep.c: Include "regset.h".
12066 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12067 Remove variables.
12068 (fetch_core_registers): Remove function.
12069 (sparc64fbsd_core_fns): Remove variable.
12070 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12071 functions.
12072 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12073 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 12074 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 12075
4e7b0cd3
MK
12076 * sparcnbsd-tdep.c: Include "regset.h".
12077 (fetch_core_registers): Remove function.
12078 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12079 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12080 functions.
12081 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12082 TDEP->fpregset.
46b58ce9 12083 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 12084
a54124c5
MK
12085 * sparc-tdep.h (struct regset): Provide opaque declaration.
12086 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12087 fpregset and sizeof_fpregset members.
12088 * sparc-tdep.c (struct regset): Provide opaque declaration.
12089 (sparc_regset_from_core_section): New function.
12090 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12091 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12092 Set regset_from_core_section when appropriate.
12093
29ff87c5
MK
120942004-01-10 Mark Kettenis <kettenis@gnu.org>
12095
79b1ab3d
MK
12096 * x86-64-tdep.c (amd64_non_pod_p): New function.
12097 (amd64_classify_aggregate): Return class memory for non-POD
12098 C++ structure types.
12099
6470d250
MK
12100 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12101 argument. Use it to reserve a register if necessary.
12102 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12103 amd64_push_arguments.
12104
562c50c2
MK
12105 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12106
af233647
MK
12107 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12108 register numbers in comments.
12109 * x86-64-tdep.h: Update copyright year.
12110 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12111 Adjust for addition of %cs and %ss.
12112 * amd64fbsd-nat.c: Update copyright year.
12113 (reg_offset): Add register offsets for %cs and %ss.
12114 * amd64fbsd-tdep.c: Update copyright year.
12115 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12116 (amd64fbsd_sc_reg_offset): Likewise.
12117 * x86-64-linux-nat.c: Update copyright year.
12118 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12119 and %ss.
12120 * amd64nbsd-nat.c: Update copyright year.
12121 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12122 * amd64nbsd-tdep.c: Update copyright year.
12123 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12124 * x86-64-linux-tdep.c: Update copyright year.
12125 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12126 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12127 * regformats/reg-x86-64.dat: Add %cs and %ss.
12128
29ff87c5
MK
12129 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12130 variables to prevent long lines. Update comments to reflect
12131 reality.
12132
38d518c9
EZ
121332004-01-09 David Carlton <carlton@kealia.com>
12134
12135 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12136 * dwarf2read.c (read_namespace): Pull out name-generating code
12137 into namespace_name. Rename previous_namespace to previous_prefix
12138 and processing_current_namespace to processing_current_prefix..
12139 (namespace_name): New function.
12140 (add_partial_symbol): Substitute uses of pdi->name with
12141 actual_name.
12142 * cp-support.h: Rename processing_current_namespace to
12143 processing_current_prefix.
12144 Update copyright year.
12145 * cp-namespace.c: Rename processing_current_namespace to
12146 processing_current_prefix.
12147 Update copyright year.
fe61caab 12148
1e4728e7
AC
121492004-01-09 Andrew Cagney <cagney@redhat.com>
12150
12151 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12152
c77c642a
MK
121532004-01-09 Mark Kettenis <kettenis@gnu.org>
12154
12155 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12156 complaining.
12157 (process_one_symbol): Deal with N_PATCH stabs.
12158
b44e9041
EZ
121592004-01-09 Elena Zannoni <ezannoni@redhat.com>
12160
12161 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12162 ifdeffed code.
12163 Update copyright year.
38d518c9 12164
eccfb640
MC
121652004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12166
12167 * config/pa/tm-hppa.h: Update extern declarations for
12168 hppa32_hpux_frame_saved_pc_in_sigtramp,
12169 hppa32_hpux_frame_base_before_sigtramp, and
12170 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12171
848c5feb
MC
121722004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12173
12174 * config/pa/tm-hppah.h: Update copyright years.
12175
3cc5d663
AC
121762004-01-08 Andrew Cagney <cagney@redhat.com>
12177
12178 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12179 (mips_o32_reg_struct_has_addr): Delete function.
12180 (mips_gdbarch_init): Update.
12181 (mips_extract_struct_value_address): Delete function.
12182
bfec0b41
JJ
121832004-01-08 David Mosberger <davidm@hpl.hp.com>
12184
12185 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12186 reality.
12187
16e109ca
AC
121882004-01-07 Andrew Cagney <cagney@redhat.com>
12189
6214a8a1
AC
12190 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12191 architecture's elf flags (when available).
12192
8d5838b5
AC
12193 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12194 FPU to the start, check the MIPS FPU when looking for an old
12195 architecture.
12196 (set_mipsfpu_single_command): Update the architecture.
12197 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12198
480d3dd2
AC
12199 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12200 (mips_mask_address_p): Add "tdep" parameter.
12201 (show_mask_address, mips_addr_bits_remove): Update.
12202 (mips_dump_tdep): Update.
12203 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12204 (MIPS_STACK_ARGSIZE): Delete macro.
12205 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12206 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12207 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12208 (mips_dump_tdep): Update.
12209 (MIPS_SAVED_REGSIZE): Delete macro.
12210 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12211 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12212 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12213 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12214 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12215 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12216 (mips_pop_frame, return_value_location): Update.
12217 (mips_n32n64_return_value, mips_dump_tdep): Update.
12218
ec03c1ac
AC
12219 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12220 MIPS ABI.
12221
16e109ca
AC
12222 * mips-tdep.c: Update copyright.
12223 (mips_gdbarch_init): Merge two code blocks handling the register
12224 name and number layout.
12225
15255275
MS
122262004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12227
12228 * tracepoint.c (validate_actionline): Fix segv at EOF
12229
9f9057da
MC
122302004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12231
12232 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12233 properly for static fields.
12234
0127c0d3 122352004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 12236 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
12237
12238 * disasm.c: Update copyright to include 2004.
12239 (do_mixed_source_and_assembly): For uiout asm list
12240 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 12241 NULL and do so prior to loop. Only reset when we close off
0127c0d3 12242 the tuple/list. Move check for whether to close off the
fe61caab 12243 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
12244 on each loop iteration.
12245
5269965e
AC
122462004-01-05 Andrew Cagney <cagney@redhat.com>
12247
54f1137d
AC
12248 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12249 should be a switch case and not a label.
12250 * mips-tdep.c (mips32_next_pc): Delete unused labels
12251 "greater_equal_branch" and "less_zero_branch".
12252 * jv-valprint.c (java_print_value_fields): Delete unused label
12253 "flush_it".
12254
5269965e
AC
12255 * target.c (unpush_target): Only close a target that is in the
12256 target stack.
12257
dbc22fa1
MK
122582004-01-05 Mark Kettenis <kettenis@gnu.org>
12259
9515395e
MK
12260 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12261 address from [sp + 64] instead of %o2.
12262
dbc22fa1
MK
12263 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12264 fixes PR backtrace/1476.
12265
5439edaa
AC
122662004-01-05 Andrew Cagney <cagney@redhat.com>
12267
12268 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12269 move to start of file.
12270 * i386-tdep.h (struct regcache): Add opaque declaration.
12271 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12272 declaration.
12273 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12274 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12275 * win32-nat.c (fake_create_process): Use ISO C style definition.
12276 * stabsread.c (define_symbol): Delete #ifndef
12277 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12278 stabs_argument_has_addr call, macro never defined.
12279
19061abe
MC
122802004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12281
12282 * op50-rom.c: Delete.
12283 * w89k-rom.c: Delete.
12284 * Makefile.in: Remove references.
12285
e53bef9f
MK
122862004-01-04 Mark Kettenis <kettenis@gnu.org>
12287
12288 * x86-64-tdep.c: Update copyright year.
12289 (struct amd64_register_info): Rename from x86_64_register_info.
12290 (amd64_register_info): Rename from x86_64_register_info.
12291 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12292 (amd64_register_name): Rename from x86_64_register_name.
12293 (amd64_register_type): Rename from x86_64_register_type.
12294 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12295 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12296 (amd64_dwarf_reg_to_regnum): Rename from
12297 x86_64_dwarf_reg_to_regnum.
12298 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12299 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12300 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12301 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12302 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12303 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12304 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12305 (amd64_frame_cache): Rename from x86_64_frame_cache.
12306 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12307 (amd64_frame_prev_register): Rename from
12308 x86_64_frame_prev_register.
12309 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12310 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12311 (amd64_sigtramp_frame_cache): Rename from
12312 x86_64_sigtramp_frame_cache.
12313 (amd64_sigtramp_frame_prev_register): Rename from
12314 x86_64_sigtramp_frame_prev_register.
12315 (amd64_sigtramp_frame_unwind): Rename from
12316 x86_64_sigtramp_frame_unwind.
12317 (amd64_sigtramp_frame_sniffer): Rename from
12318 x86_64_sigtramp_frame_sniffer.
12319 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12320 (amd64_frame_base): Rename from x86_64_frame_base.
12321 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12322 (amd64_frame_align): Rename from x86_64_frame_align.
12323 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12324 (amd64_regset_from_core_section): Rename from
12325 x86_64_regset_from_core_section.
12326 (x86_64_init_abi): Update comments.
12327
fca6aa58
NR
123282004-01-04 Nick Roberts <nick@nick.uklinux.net>
12329
12330 * MAINTAINERS (write after approval): Add myself.
12331
8ada74e3
MK
123322004-01-04 Mark Kettenis <kettenis@gnu.org>
12333
12334 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12335 `float' arguments.
12336
5154b0cd
MK
123372004-01-04 Mark Kettenis <kettenis@gnu.org>
12338
12339 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12340 such that it mentions a specific version of GCC that exhibits this
12341 bug.
12342
fb316966
MK
123432004-01-03 Mark Kettenis <kettenis@gnu.org>
12344
200cc553
MK
12345 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12346 structure that has a single `float' member, store it in %f1 in
12347 addition to %f0.
12348
e226a4a0
MK
12349 * sparc-sol2-nat.c: Add missing '\'.
12350
b9d4c5ed
MK
12351 * sparc-tdep.c (sparc32_return_value): New function.
12352 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12353 Remove functions.
12354 (sparc32_gdbarch_init): Set return_value, don't set
12355 extract_return_value, store_return_value, use_struct_convention
12356 and return_value_on_stack.
12357
fb316966
MK
12358 * sparc-sol2-nat.c: Add missing ')'.
12359
1af510a8
JB
123602004-01-03 J. Brobecker <brobecker@gnat.com>
12361
12362 * infrun.c (handle_step_into_function): New function.
12363 (handle_inferior_event): Extract out some code into the new
12364 function above.
12365
5cf4d23a
JB
123662004-01-03 J. Brobecker <brobecker@gnat.com>
12367
12368 * infrun.c (handle_inferior_event): Move the declaration of
12369 real_stop_pc inside the if blocks where it is used.
12370
60af1db2
MK
123712004-01-03 Mark Kettenis <kettenis@gnu.org>
12372
12373 * sparc64-tdep.c (sparc64_16_byte_align_p)
12374 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12375 Use check_typedef to get subtypes of structures and unions.
12376 (sparc64_store_return_value): Fix calculation of the appropriate
12377 offset into VALBUF when storing a structure or union.
12378 (sparc64_return_value): New function.
12379 (sparc64_use_struct_convention): Remove function.
12380 (sparc64_init_abi): Set return_value, don't set
12381 extract_return_value, store_return_value and
12382 use_struct_convention.
12383
1a901d3f
EZ
123842004-01-03 Eli Zaretskii <eliz@elta.co.il>
12385
12386 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12387 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12388 gdb/config/alpha/xm-alphaosf.h,
12389 gdb/config/powerpc/tm-ppcle-eabi.h,
12390 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12391 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12392 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12393 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12394 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12395 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12396 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12397 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12398 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12399 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12400 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12401 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12402 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12403 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12404 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12405 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12406 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12407 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12408 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12409 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12410 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12411 Remove lines for .cvsignore files.
12412
ef52e463
JB
124132004-01-03 J. Brobecker <brobecker@gnat.com>
12414
12415 * infrun.c: Back out the previous change.
12416
cb1bf9dc
MK
124172004-01-03 Mark Kettenis <kettenis@gnu.org>
12418
f0424ef6
MK
12419 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12420 sparc-*-sunos4* to the list of REMOVED configurations.
12421
cb1bf9dc
MK
12422 * configure.tgt: Add back sparc-*-vxworks*.
12423 * remote-vxsparc.c: Remove all includes except for "defs.h",
12424 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12425 Include "sparc-tdep.h".
12426 (SPARC_R_G1): New define.
12427 (vxsparc_gregset): New variable.
12428 (ext_format_sparc): Remove extern declaration.
12429 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12430 sparc32_supply_fpregset.
12431 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12432 sparc_collect_rwindow and sparc32_collect_fpregset.
12433 * config/sparc/tm-vxworks.h: New file, based on recently removed
12434 tm-vxsparc.h.
12435 * config/sparc/vxworks.mt: New file, based on recently removed
12436 vxworks.mt.
fe61caab 12437
5e938f9f
JB
124382004-01-03 J. Brobecker <brobecker@gnat.com>
12439
12440 * infrun.c (handle_step_into_function): New function.
12441 (handle_inferior_event): Extract out some code into the new
12442 function above.
12443
386c036b
MK
124442004-01-02 Mark Kettenis <kettenis@gnu.org>
12445
12446 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12447 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12448 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12449 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12450 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12451 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12452 (sparc_nat_h): New variable.
12453 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12454 (tm-sun4os4.h): Remove dependency.
12455 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12456 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12457 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12458 sparc-tdep.o): Update dependencies.
12459 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12460 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12461 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12462 dependencies.
12463 * configure.host: Remove existing sparc-*-lynxos*,
12464 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12465 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12466 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12467 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12468 triplets.
12469 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12470 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12471 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12472 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12473 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12474 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12475 sparc64-*-solaris2* and sparc64-*-* triplets.
12476 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12477 "symtab.h" and "objfiles.h".
12478 (BIAS): Remove define.
12479 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12480 (X_DISP19): Remove macros.
12481 (sparc_fetch_instruction): Remove function.
12482 (struct gdbarch_tdep): Remove definition.
12483 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12484 (sparc_breakpoint_from_pc): Remove function.
12485 (struct sparc64_frame_cache): Remove definition.
12486 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12487 sparc64_unwind_pc): Remove functions.
12488 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12489 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12490 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12491 (sparc64_frame_cache): Change return type to `struct
12492 sparc_frame_cache *'. Simply call sparc_frame_cache.
12493 (sparc64_frame_this_id, sparc64_frame_prev_register,
12494 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12495 instead of `struct sparc64_frame_cache.
12496 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12497 sparc_analyze_control_transfer, sparc_software_single_step,
12498 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12499 _initialize_sparc64_tdep): Remove functions.
12500 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12501 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12502 macros.
12503 (sparc64_supply_gregset, sparc64_collect_gregset,
12504 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12505 (sparc64_init_abi): New function.
12506 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12507 inclusion guard. Include "sparc-tdep.h".
12508 (BIAS): Define.
12509 (r_tstate_offset, r_fprs_offset): New defines.
12510 (enum sparc_regnum): Remove defenition.
12511 (enum sparc64_regnum): Reformat.
12512 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12513 (sparc64_init_abi, sparc64_supply_gregset,
12514 sparc64_collect_gregset, sparc64_supply_fpregset,
12515 sparc64_collect_fpregset): New prototypes.
12516 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12517 Add extern declarations.
12518 (sparc64_sol2_init_abi): New prototype.
12519 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12520 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12521 prototypes.
12522 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12523 "sparnbsd-nat.h".
12524 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12525 functions.
12526 (_initialize_sparc64fbsd_nat): Remove initialization of
12527 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12528 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 12529 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
12530 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12531 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12532 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12533 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12534 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12535 (sparc64fbsd_r_y_offset): Remove variables.
12536 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12537 Make static and const.
12538 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12539 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12540 functions.
12541 (sparc64fbsd_gregset): New variable.
12542 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12543 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12544 and sparc64_supply_fpregset.
12545 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12546 (sparc64fbsd_sigtramp_frame_this_id)
12547 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12548 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12549 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12550 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12551 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12552 * sparcnbsd-tdep.c: Update copyright year. Include
12553 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12554 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12555 "value.h" and "sparcnbsd-tdep.h".
12556 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12557 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12558 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12559 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12560 defines.
12561 (sparcnbsd_gregset): New variable.
12562 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12563 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12564 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12565 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12566 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12567 variables.
12568 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12569 (sparc32nbsd_sigcontext_frame_this_id)
12570 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12571 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12572 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12573 (sparcnbsd_get_longjmp_target_32,
12574 sparcnbsd_get_longjmp_target_64): Remove functions.
12575 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12576 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12577 sparcnbsd_init_elf): Remove.
12578 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12579 (sparcnbsd_elf_init_abi): New functions.
12580 (_initialize_sparcnbsd_tdep): New prototype.
12581 (_initialize_sparnbsd_tdep): Update.
12582 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12583 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12584 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12585 * config/sparc/linux.mh: Update comment.
12586 (XM_FILE, HOST_IPC): Remove variables.
12587 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12588 sparc-linux-nat.o.
12589 * config/sparc/linux.mt: Update comment.
12590 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12591 * config/sparc/nbsd.mt: Reformat.
12592 * config/sparc/nbsd64.mh: Update comment.
12593 (NATDEPFILES): Add sparc-nat.o.
12594 * config/sparc/nbsd64.mt: Update comment.
12595 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12596 (TM_FILE): Set to tm-nbsd.h.
12597 * config/sparc/nbsdelf.mh: Update comment.
12598 (NATDEPFILES): Add sparc-nat.o.
12599 (XM_FILE): Delete.
12600 * config/sparc/nbsdaout.mh: Update comment.
12601 (NATDEPFILES): Add sparc-nat.o
12602 (XM_FILE): Delete.
12603 * config/sparc/nm-linux.h: Update copyright year. Don't include
12604 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12605 inclusion.
12606 (KERNEL_U_SIZE): Remove define.
12607 (kernel_u_size): Remove prototype.
12608 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12609 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12610 "regcache.h".
12611 (CHILD_PREPARE_TO_STORE): Remove define.
12612 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12613 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12614 sparcnbsd-nat.c: Rewrite files.
12615 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12616 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12617 sparcnbsd-tdep.h: Remove files.
12618 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12619 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12620 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12621 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12622 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12623 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12624 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12625 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12626 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12627 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12628 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12629 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12630 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12631 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12632 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12633 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12634 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12635 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12636 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12637
ee84457a
AC
126382004-01-02 Andrew Cagney <cagney@redhat.com>
12639
12640 From 2003-12-18 Kazuhiro Inaoka:
12641 * configure.host: Add m32r-linux target.
12642
0bc2134e
MC
126432004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12644
12645 * top.c (print_gdb_version): Update year to 2004.
12646
89a72f9c
MM
126472004-01-02 Mark Mitchell <mark@codesourcery.com>
12648
12649 * MAINTAINERS: Add myself to the write-after-approval category.
12650
86b013ed
DJ
126512004-01-02 Daniel Jacobowitz <drow@mvista.com>
12652
12653 From Bernardo Innocenti <bernie@develer.com>:
12654 * configure.tgt: Add uClinux target.
12655
e42c9534
AC
126562004-01-02 Andrew Cagney <cagney@redhat.com>
12657
12658 * utils.c (do_my_cleanups): Make static, add forward declaration.
12659 * defs.h (do_my_cleanups): Delete declaration.
12660
162467d3
EZ
126612004-01-02 Eli Zaretskii <eliz@elta.co.il>
12662
12663 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12664 bfd/ChangeLog-0203.
12665
78434e59
MK
126662004-01-02 Mark Kettenis <kettenis@gnu.org>
12667
12668 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12669 in <machine/reg.h>.
12670 * configure, config.in: Regenerate.
12671
48efe704
AC
12672For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12673tui/ChangeLog-1998-2003.
c906108c
SS
12674\f
12675Local Variables:
12676mode: change-log
12677left-margin: 8
12678fill-column: 74
12679version-control: never
12680End:
This page took 1.269729 seconds and 4 git commands to generate.