2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
69489883
NN
12004-08-09 Robert Millan <robertmh@gnu.org>
2
3 Committed by Nathanael Nerode.
4 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
5 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
6
ebb7c577
AC
72004-08-12 Andrew Cagney <cagney@gnu.org>
8
9 * NEWS: Mention fixes in GDB 6.2.1.
10 * PROBLEMS: Remove mention of mips-irix.
11
232d697c
JB
122004-08-11 Joel Brobecker <brobecker@gnat.com>
13
14 * config/powerpc/xm-aix.h: Delete.
15 * config/powerpc/aix.mh (MH_FILE): Remove.
16 * config/powerpc/aix432.mh (MH_FILE): Remove.
17
72f4e82b
JB
182004-08-11 Joel Brobecker <brobecker@gnat.com>
19
20 * config/powerpc/aix.mh: Remove obsolete comment.
21 * config/powerpc/aix432.mh: Likewise.
22
0687ccb2
JB
232004-08-11 Joel Brobecker <brobecker@gnat.com>
24
25 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
26
dbf3ada7
JB
272004-08-11 Joel Brobecker <brobecker@gnat.com>
28
e08e1886
JB
29 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
30 this file is now empty.
31 * config/xm-aix4.h: Remove, this file is no longer included
32 anywhere.
33
342004-08-11 Joel Brobecker <brobecker@gnat.com>
35
36 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
37 that file is now empty.
dbf3ada7
JB
38 (termdef): Remove prototype, function no longer used.
39
4c525ef6
JB
402004-08-11 Joel Brobecker <brobecker@gnat.com>
41
42 * doc/gdbint.texinfo (Host Definition): Remove documentation
43 for USE_O_NOCTTY, no longer used.
44 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
45 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
46
82e0b968
JB
472004-08-11 Joel Brobecker <brobecker@gnat.com>
48
49 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
50 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
51 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
52
f2acbe1c
MK
532004-08-11 Mark Kettenis <kettenis@gnu.org>
54
daa98270
MK
55 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
56 instead of FIVE_ARG_PTRACE.
57
f2acbe1c
MK
58 * inflow.c (O_NOCTTY): Define to zero if not already defined.
59 (new_tty): Use O_NOCTTY unconditionally.
60
cc377e6b
MK
612004-08-10 Mark Kettenis <kettenis@gnu.org>
62
63 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
64 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
65 fflush on stdout.
66
3bcc18fa
JB
672004-08-10 Joel Brobecker <brobecker@gnat.com>
68
69 * xcoff_symfile_finish: Replace last call to xmfree by call
70 to xfree.
71
7936743b
AC
722004-08-10 Andrew Cagney <cagney@gnu.org>
73
cc503c8a
AC
74 * main.c (captured_main): Delete call to init_malloc.
75 * defs.h (init_malloc): Delete declaration.
76 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
77 (init_malloc): Delete functions.
78
2dc74dc1
AC
79 * defs.h (xmfree): Delete.
80 * utils.c (xmfree): Delete function.
81 (xfree): Inline calls to xmfree and mfree.
82 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
83 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
84 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
85 * somread.c (som_symfile_finish): Ditto.
86 * objfiles.c (allocate_objfile, free_objfile):
87 * nlmread.c (nlm_symfile_finish): Ditto.
88 * hpread.c (hpread_symfile_finish): Ditto.
89 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
90 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
91 * coffread.c (coff_symfile_finish): Ditto.
92
aa2ee5f6
AC
93 * defs.h (xmcalloc): Delete declaration.
94 * utils.c (xmcalloc): Delete.
95 (xcalloc): Inline calls to xmcalloc and mcalloc.
96 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
97 xcalloc and xfree.
98 * symtab.c (create_demangled_names_hash): Ditto.
99
0efffb96
AC
100 * defs.h (xmrealloc): Delete.
101 * utils.c (xmrealloc): Delete.
102 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
103 * symmisc.c (extend_psymbol_list): Use xrealloc.
104 * source.c (find_source_lines): Ditto.
105 * hpread.c (hpread_lookup_type): Ditto.
106 * dbxread.c (add_bincl_to_list): Ditto.
107
7936743b
AC
108 * utils.c (xmmalloc): Delete.
109 (xmalloc): Inline xmmalloc and mmalloc calls.
110 (msavestring): Use xmalloc.
111 * defs.h (xmmalloc): Delete declaration.
112 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
113 xmmalloc.
114 * symmisc.c (extend_psymbol_list): Ditto.
115 * symfile.c (init_psymbol_list): Ditto.
116 * source.c (find_source_lines): Ditto.
117 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
118 * elfread.c (elf_symtab_read): Ditto.
119 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
120 * coffread.c (coff_symfile_init): Ditto.
121
252ab814
DC
1222004-08-10 David Carlton <carlton@bactrian.org>
123
124 * MAINTAINERS: Remove David Carlton from c++ testsuite
125 maintainers.
126
8f5ba92b
JG
1272004-08-10 Jerome Guitton <guitton@gnat.com>
128
129 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
130 print a line feed before the prompt.
131
21749010
MK
1322004-08-10 Mark Kettenis <kettenis@gnu.org>
133
134 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
135
1f011ce2
JB
1362004-08-09 Joel Brobecker <brobecker@gnat.com>
137
138 General cleanup of the AIX xm include file:
139 * config/xm-aix4.h (fd_set): Remove undefine.
140 Remove include of <sys/select.h>.
141 (HAVE_TERMIO): Remove define.
142 (USG): Likewise.
143 (NULL): Remove redefine.
144 (alloca): Remove #pragma.
145 (vfork): Remove define.
146 (termdef): Remove.
147 (SIGWINCH_HANDLER): Remove.
148 (SIGWINCH_HANDLER_BODY): Remove.
149
cf4e7692
MK
1502004-08-09 Mark Kettenis <kettenis@gnu.org>
151
152 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
153 GDB_OSABI_OPENBSD_ELF.
154
ac5754fa
MK
1552004-08-07 Robert Millan <robertmh@gnu.org>
156
157 * bsd-kvm.c: Check for nlist.h before including it.
158
086ec9eb
MK
1592004-08-09 Mark Kettenis <kettenis@gnu.org>
160
bbe06c74
MK
161 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
162 sigcontext' offset consistency checks for ancient BSD.
163
3aa7b3b3
MK
164 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
165
086ec9eb
MK
166 * configure.in: Check for <sys/types.h>. Check return and
167 argument types of ptrace.
168 * configure, config.in: Regenerate.
169
09991fa0
JB
1702004-08-09 Jim Blandy <jimb@redhat.com>
171
172 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
173 rs6000_register_sim_regno): Doc fixes.
174
fed7ba43
JB
1752004-08-08 Joel Brobecker <brobecker@gnat.com>
176
177 * mips-tdep.c: Include "floatformat.h".
178 (n32n64_floatformat_always_valid): New function.
179 (floatformat_n32n64_long_double_big): New constant.
180 (mips_gdbarch_init): Set size and format of long double
181 for N32 and N64 ABIs.
182 * Makefile.in (mips-tdep.o): Update dependencies.
183
456fcf94
AC
1842004-08-08 Andrew Cagney <cagney@gnu.org>
185
2f9b146e
AC
186 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
187 print. Improve script's error messages.
188 * gdbarch.h: Re-generate.
189
456fcf94
AC
190 * gdbarch.sh (pformat): New function.
191 (float_format, double_format, long_double_format): List with bit
192 members. Use pformat when printing.
193 * gdbarch.c, gdbarch.h: Re-generate.
194
69e9e646
NW
1952004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
196
197 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
198 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
199 (ppcnbsd_supply_pcb): New function.
200 (_initialize_ppcnbsd_nat): New prototype and function.
201 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
202 (LOADLIBES): New variable.
203 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
204
5ef2d0aa
AC
2052004-08-08 Andrew Cagney <cagney@gnu.org>
206
207 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
208 (builtin_type_ieee_double, builtin_type_ia64_quad)
209 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
210 BE/LE floating-point types.
211 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
212 (builtin_type_ieee_double, builtin_type_ia64_quad)
213 (builtin_type_ia64_spill): Declare.
214 * doublest.c (_initialize_doublest, floatformat_ieee_single)
215 (floatformat_ieee_double, floatformat_arm_ext)
216 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
217 of LE/BE floatformats.
218 * doublest.h: (struct floatformat, floatformat_ieee_single)
219 (floatformat_ieee_double, floatformat_arm_ext)
220 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
221
5c7f2947
MK
2222004-08-08 Mark Kettenis <kettenis@gnu.org>
223
ecac404d
MK
224 * i386gnu-nat.c (gnu_store_registers): Fix typo.
225
9b8607ce
MK
226 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
227 instead of regcache_raw_supply when storing the registers.
228
f6052080
MK
229 * i386gnu-nat.c: Update copyright year.
230 (gnu_store_registers): Don't use deprecated_registers and
231 deprecated_registers_valid. Use regcache_valid_p and
232 regcache_raw_supply instead.
233
17777823
MK
234 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
235 frame_pc_unwind.
236
5240ceac
MK
237 * procfs.c (procfs_pid_to_str): Remove redundant and unused
238 variables. Incapitalized "process".
239
5c7f2947
MK
240 * configure.in: Add cursesX to the list of possible curses libs.
241 Add cursesX.h to the list of possible curses headers.
242 * configure, config.in: Regenerate.
243
da7d81e3
NW
2442004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
245
246 * configure.in: Test for struct lwp in <sys/lwp.h>.
247 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
248 the offset of l_addr in struct lwp.
249
7f245d65
NW
2502004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
251
252 * bsd-kvm.c: Include "gdbcore.h"
253 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
254
47b3f456
AC
2552004-08-07 Andrew Cagney <cagney@gnu.org>
256
70bd8e24
AC
257 * gdbtypes.c (build_flt, build_complex): New functions.
258 (gdbtypes_post_init): Use.
259
9b0dea39
AC
260 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
261
5cf7abac
AC
262 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
263 through to builtin_type_uint128.
264
64d2b26d
AC
265 * c-exp.y: Use builtin_type function to obtain builtin types.
266
7ad6570d
AC
267 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
268 builtin_uint128.
269 * gdbtypes.c (gdbtypes_post_init): Update.
270 (build_gdbtypes): Move initialization of builtin_type_int0
271 through to builtin_type_uint128 from here ...
272 (_initialize_gdbtypes): ... to here.
273 * d10v-tdep.c (d10v_register_type): Update.
274
47b3f456
AC
275 * doublest.c: Update copyright.
276 (floatformat_from_length): Call error when floatformat is NULL.
277 (extract_floating_by_length): Remove NULL fmt check.
278 (store_floating_by_length): Ditto.
279
0a8146bf
AC
2802004-08-07 Andrew Cagney <cagney@gnu.org>
281
282 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
283 that the register is valid.
284
c0ccb908
MK
2852004-08-05 Mark Kettenis <kettenis@chello.nl>
286
8e6bed05
MK
287 * i386-linux-tdep.c (i386_linux_sigtramp_start)
288 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
289 struct frame_info *. Use safe_frame_unwind_memory instead of
290 deprecated_read_memory_nobpt.
291 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
292 changed signature of i386_linux_sigtramp_start and
293 i386_linux_rt_sigtramp_start.
294
24f9f5e3
MK
295 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
296 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
297 instead of deprecated_read_memory_nobpt.
298 (i386nbsd_sigtramp_p): Adjust for changed signature of
299 i386nbsd_sigtramp_offset.
300
c822af0c
MK
301 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
302 safe_frame_unwind_memory instead of target_read_memory.
303
c0ccb908
MK
304 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
305 !NO_SYS_FILE.
306 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
307 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
308 (_initialize_kernel_u_addr): Remove prototype and function.
309 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
310 !NO_SYS_FILE.
311 * xcoffread.c: Likewise.
312
b9e1c0d6
MK
3132004-08-06 Mark Kettenis <kettenis@gnu.org>
314
315 * vax-nat.c: New file.
316 * vaxbsd-nat.c: Tweak comment.
317 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
318 vaxnbsd-tdep.c.
319 (vax-nat.o): New dependency.
320 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
321 (vax-*-ultrix2*): Remove.
322 * config/vax/vax.mh: New file.
323 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
324 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
325 (vax_register_u_addr): New prototype.
326 (REGISTER_U_ADDR): Define using vax_register_u_addr.
327 * config/vax/vaxult2.mh: Remove file.
328 * config/vax/vaxult.mh: Remove file.
329 * config/vax/vaxbsd.mh: Remove file.
330 * config/vax/vax.mt (TM_FILE): Remove.
331 * config/vax/tm-vaxbsd.h: Remove file.
332
9ad7bec7
JB
3332004-08-06 Joel Brobecker <brobecker@gnat.com>
334
335 * aix-thread.c (get_signaled_thread): New function.
336 (iter_trap): Delete, no longer used.
337 (iter_tid): New function.
338 (pd_update): Find the thread that received the SIGTRAP signal
339 by first locating the kernel thread, and then finding its
340 associated thread.
341
bf0d233d
UW
3422004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
343
344 * lin-lwp.c (child_wait): Continue inferior after processing
345 PTRACE_EVENT_CLONE event.
346
d0f853e1
NN
3472004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
348
349 * MAINTAINERS: Add self to Write-After-Approval.
350
ab14aeb0
JJ
3512004-08-05 Jeff Johnston <jjohnstn@redhat.com>
352
353 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
354 libunwind-xxxx.so" where xxxx is UNW_TARGET.
355
9c8dbfa9
AC
3562004-08-05 Andrew Cagney <cagney@gnu.org>
357
c8f3ca46
AC
358 * config/xm-sysv4.h: Delete file.
359 * config/mips/xm-irix5.h: Delete file.
360 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
361 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
362 * config/ia64/xm-aix.h: Delete file.
363 * config/ia64/aix.mh (XM_FILE): Delete.
364 * config/pa/xm-hppah.h: Delete file.
365 * config/pa/hpux11w.mh (XM_FILE): Delete.
366 * config/pa/hpux11.mh (XM_FILE): Delete.
367 * config/pa/hpux1020.mh (XM_FILE): Delete.
368 * config/pa/hppahpux.mh (XM_FILE): Delete.
369
5f7daaff
AC
370 * config/alpha/xm-alphalinux.h: Delete file.
371 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
372 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
373 * config/alpha/xm-alphaosf.h: Delete file.
374 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
375 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
376 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
377 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
378
69babf95
AC
379 * config/i386/xm-i386v.h: Delete file.
380 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
381 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
382 * config/i386/xm-i386sco.h: Delete file.
383 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
384 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
385 * config/i386/xm-i386v4.h: Delete file.
386 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
387 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
388 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
389 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
390
6f009c8a
AC
391 * config/vax/xm-vax.h: Delete file.
392 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
393 * config/vax/xm-vaxult2.h: Delete file.
394 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
395 * config/vax/vaxult2.mh (XM_FILE): Delete.
396 * config/vax/xm-vaxult.h: Delete file.
397 * config/vax/vaxult.mh (XM_FILE): Delete.
398 * config/vax/xm-vaxbsd.h: Delete file.
399 * config/vax/vaxbsd.mh (XM_FILE): Delete.
400
9c8dbfa9
AC
401 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
402 * gdbarch.h, gdbarch.c: Re-generate.
403 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
404 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
405 * frame.h: Delete deprecated_read_fp from comments.
406 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
407 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
408
84367a3e
MK
4092004-08-04 Mark Kettenis <kettenis@gnu.org>
410
9c8e3411
MK
411 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
412 trampoline in OpenBSD 3.5-current.
413
b87bc0d8
MK
414 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
415 SSE registers.
416
84367a3e
MK
417 * Makefile.in: Remove embedded page breaks.
418
a44bddec
JB
4192004-08-04 Jim Blandy <jimb@redhat.com>
420
7ab3286f
JB
421 * regcache.c (regcache_raw_read): Assert that, after calling
422 target_fetch_registers, the register we're reading is cached.
423
a44bddec
JB
424 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
425 a call to 'internal_error', with a more helpful error message.
426 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 427 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 428
35124113
AC
4292004-08-04 Andrew Cagney <cagney@gnu.org>
430
431 * Makefile.in: Update dependencies.
432
9f643768
JB
4332004-08-04 Jim Blandy <jimb@redhat.com>
434
6ced10dd
JB
435 Change the layout of the PowerPC E500 raw register cache to allow
436 the lower 32-bit halves of the GPRS to be their own raw registers,
437 not pseudoregisters.
438 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
439 add ppc_ev0_upper_regnum flag.
440 * rs6000-tdep.c: #include "reggroups.h".
441 (spe_register_p): Recognize the ev upper half registers as SPE
442 registers.
443 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
444 registers.
445 (e500_move_ev_register): New function.
446 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
447 vector registers are the pseudo-registers now, formed by splicing
448 together the gprs and the upper-half registers.
449 (e500_register_reggroup_p): New function.
450 (P): Macro deleted.
451 (P8, A4): New macro.
452 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
453 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
454 macros.
455 (registers_e500): Rearrange register set so that the raw register
456 set contains 32-bit GPRs and upper-half registers, and the SPE
457 vector registers become pseudo-registers.
458 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
459 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
460 register numbers are now the same for the E500 as they are for
461 other PowerPC variants. Register e500_register_reggroup_p as the
462 register group function for the E500.
463 * Makefile.in (rs6000-tdep.o): Update dependencies.
464
465 Adapt PPC E500 native support to the new raw regcache layout.
466 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
467 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
468 (fetch_spe_register, store_spe_register): Handle fetching/storing
469 all the SPE registers at once, if regno == -1. These now take
470 over the job of fetch_spe_registers and store_spe_registers.
471 (fetch_spe_registers, store_spe_registers): Deleted.
472 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
473 unconditionally; they're always raw. Fetch/store SPE upper half
474 registers, if present, instead of ev registers.
475 (fetch_register, store_register): Remove sanity checks: gprs are
476 never pseudo-registers now, so we never need to even mention any
477 registers that are ever pseudoregisters.
478
9f643768
JB
479 Use a fixed register numbering when communicating with the PowerPC
480 simulator.
481 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
482 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
483 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
484 New functions.
485 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
486 init_sim_regno_table.
487 * Makefile.in (gdb_sim_ppc_h): New variable.
488 (rs6000-tdep.o): Update dependencies.
489
1e2279c8
AC
4902004-08-02 Andrew Cagney <cagney@gnu.org>
491
1d94326f
AC
492 * cris-tdep.c (cris_register_size): Restore function, still used
493 locally.
494
331ae7ed
AC
495 * gdbarch.sh (deprecated_target_read_fp)
496 (deprecated_frame_locals_address, deprecated_frame_args_address)
497 (deprecated_frame_chain_valid, deprecated_frame_chain)
498 (deprecated_init_extra_frame_info, deprecated_pop_frame)
499 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
500 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
501 * gdbarch.h, gdbarch.c: Re-generate.
502 * regcache.c (deprecated_read_fp): Do not call
503 DEPRECATED_TARGET_READ_FP_P.
504 * infcmd.c (default_print_registers_info): Do not call
505 DEPRECATED_DO_REGISTERS_INFO.
506 * frame-base.c (default_frame_locals_address): Do not call
507 DEPRECATED_FRAME_LOCALS_ADDRESS.
508 (default_frame_args_address): Do not call
509 DEPRECATED_FRAME_ARGS_ADDRESS.
510
1e2279c8
AC
511 * gdbarch.sh (deprecated_register_raw_size)
512 (deprecated_register_virtual_size:int): Delete.
513 * gdbarch.h, gdbarch.c: Re-generate.
514 * cris-tdep.c (cris_register_size): Delete.
515 (cris_gdbarch_init): Update.
516 * alpha-tdep.c (alpha_register_raw_size)
517 (alpha_register_virtual_size): Delete.
518 (alpha_gdbarch_init): Update.
519
a90c06b4
AC
520 * gdbarch.sh (deprecated_register_virtual_type)
521 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
522 (deprecated_dummy_write_sp): Delete.
523 * gdbarch.h, gdbarch.c: Re-generate.
524
f42accbe
AC
525 * gdbarch.sh (deprecated_register_bytes): Delete.
526 * gdbarch.h, gdbarch.c: Re-generate.
527 * regcache.c (deprecated_register_bytes): New function.
528 * regcache.h (deprecated_register_bytes): Declare.
529 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
530 * v850-tdep.c (v850_gdbarch_init): Update.
531 * sh64-tdep.c (sh64_gdbarch_init): Update.
532 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
533 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
534 * mcore-tdep.c (mcore_gdbarch_init): Update.
535 * cris-tdep.c (cris_gdbarch_init): Update.
536 * arm-tdep.c (arm_gdbarch_init): Update.
537 * remote.c (init_remote_state): Update.
538 * remote-vx.c (vx_prepare_to_store): Update.
539 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
540 * irix5-nat.c (fetch_core_registers): Update.
541 * cris-tdep.c (cris_register_bytes_ok): Update.
542 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
543
45c9dd44
AC
544 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
545 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
546 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
547 (mips_insn16_frame_base_address, mips_insn16_frame_base)
548 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
549 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
550 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
551 (mips_insn32_frame_base_address, mips_insn32_frame_base)
552 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
553 with mips_insn16 and mips_insn32.
554
3acba339
AC
555 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
556 * rs6000-tdep.c (rs6000_push_dummy_call)
557 (rs6000_extract_return_value): Use register_size.
558 * xstormy16-tdep.c (xstormy16_get_saved_register)
559 (xstormy16_extract_return_value): Ditto.
560 * valops.c (value_assign): Ditto.
561 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
562 * v850-tdep.c (v850_extract_return_value): Ditto.
563 * tracepoint.c (collect_symbol): Ditto.
564 * target.c (debug_print_register): Ditto.
565 * stack.c (frame_info): Ditto.
566 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
567 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
568 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
569 (store_register_using_P): Ditto.
570 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
571 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
572 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
573 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
574 * regcache.c (deprecated_read_register_bytes)
575 (deprecated_write_register_bytes, read_register)
576 (write_register): Ditto.
577 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
578 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
579 * monitor.c (monitor_supply_register, monitor_fetch_register)
580 (monitor_store_register): Ditto.
581 * mn10300-tdep.c (mn10300_pop_frame_regular)
582 (mn10300_print_register): Ditto.
583 * mipsv4-nat.c (fill_fpregset): Ditto.
584 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
585 (mips64_fill_fpregset): Ditto.
586 * mi/mi-main.c (register_changed_p, get_register)
587 (mi_cmd_data_write_register_values): Ditto.
588 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
589 * irix5-nat.c (fill_gregset, fetch_core_registers):
590 * infrun.c (write_inferior_status_register): Ditto.
591 * infptrace.c (fetch_register, store_register): Ditto.
592 * infcmd.c (default_print_registers_info): Ditto.
593 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
594 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
595 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
596 * hpux-thread.c (hpux_thread_fetch_registers)
597 (hpux_thread_store_registers): Ditto.
598 * hppah-nat.c (store_inferior_registers, fetch_register):
599 * findvar.c (value_from_register): Ditto.
600 * dve3900-rom.c (fetch_bitmapped_register):
601 * cris-tdep.c (cris_gdbarch_init): Ditto.
602 * alpha-tdep.h: Ditto.
603 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
604
01e1877c
AC
605 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
606 DEPRECATED_REGISTER_RAW_SIZE from comments.
607 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
608 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
609 DEPRECATED_REGISTER_RAW_SIZE.
610 * findvar.c (value_of_register): Simplify by assuming that the
611 registers raw and virtual sizes are identical.
612 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
613 comment.
614 * arch-utils.c (generic_register_size): Simplify by assuming
615 register_type.
616
73f458fb
AC
617 * regcache.c (legacy_read_register_gen, real_register)
618 (legacy_write_register_gen): Delete, not used.
619
336a3131
AC
620 * regcache.c (struct regcache_descr): Delete legacy_p.
621 (init_legacy_regcache_descr): Delete function.
622 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
623 Do not use deprecated register functions.
624 (regcache_raw_read, deprecated_write_register_gen):
625 (deprecated_read_register_gen, regcache_raw_write): Delete code
626 predicated on legacy_p.
627 (register_size): Delete check against register raw size.
628
c1d546cd
AC
629 * cris-tdep.c (cris_register_type): Replace
630 cris_register_virtual_type.
631 (cris_gdbarch_init): Update, set register_type.
632
48c2c0a6
AC
633 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
634 * gdbarch.h, gdbarch.c: Re-generate.
635 * arm-tdep.c (arm_frameless_function_invocation): Delete.
636 (arm_gdbarch_init) Do not set frameless function invocation.
637 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
638 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
639 * frv-tdep.c (frv_frameless_function_invocation): Delete.
640 (frv_gdbarch_init): Do not set frameless function invocation.
641 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
642 * sh-tdep.c (sh_gdbarch_init): Ditto.
643 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
644 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
645 * avr-tdep.c (avr_gdbarch_init): Ditto.
646
474093a6
AC
647 * blockframe.c (legacy_frame_chain_valid): Delete function.
648
3c109c8b
AC
649 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
650 and pc. Update comments.
651 (pc_in_dummy_frame): Delete function.
652 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
653 use the "id".
654 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
655 call_hi, top and pc, use the id.
656 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
657
96860204
AC
658 * dummy-frame.c: Include "gdb_string.h".
659 (generic_save_call_dummy_addr, generic_push_dummy_frame)
660 (generic_save_dummy_frame_tos): Delete.
661 (dummy_frame_push): New function, replaces above.
662 * dummy-frame.h: Update copyright.
663 (dummy_frame_push): Declare.
664 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
665 (generic_save_call_dummy_addr): Delete declarations.
666 * infcall.c: Include "dummy-frame.h".
667 (call_function_by_hand): Add locals caller_regcache,
668 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
669 with call to frame_save_as_regcache plus cleanup. Delete calls to
670 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
671 Move clear_proceed_status to just before the resume, add call to
672 dummy_frame_push (discard cleanup).
673 * Makefile.in (infcall.o): Add $(dummy_frame_h).
674 (dummy-frame.o): Add $(gdb_string_h).
675
d67ec5db
AC
6762004-08-01 Andrew Cagney <cagney@gnu.org>
677
678 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
679 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
680 * dummy-frame.c (find_dummy_frame): Delete.
681 (struct dummy_frame_cache, dummy_frame_sniffer)
682 (dummy_frame_prev_register, dummy_frame_this_id)
683 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
684 frame unwinder using a dummy_frame_cache.
685
a81dcb05
AC
6862004-08-01 Andrew Cagney <cagney@gnu.org>
687
688 * frame.h (frame_save_as_regcache): Declare.
689 * frame.c (frame_save_as_regcache): New function.
690 (do_frame_read_register): Replace do_frame_unwind_register.
691 (frame_pop): Use frame_save_as_regcache.
692 * dummy-frame.c (generic_push_dummy_frame): Use
693 frame_save_as_regcache.
694
aa495d11
JB
6952004-08-01 Joel Brobecker <brobecker@gnat.com>
696
697 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
698 file as included until we record the first line in the linetable.
699
ff65ac78
AC
7002004-08-01 Andrew Cagney <cagney@gnu.org>
701
702 * frame.h (deprecated_pop_dummy_frame)
703 (deprecated_read_register_dummy)
704 (deprecated_generic_find_dummy_frame): Delete.
705 * dummy-frame.c (deprecated_generic_find_dummy_frame)
706 (deprecated_read_register_dummy)
707 (deprecated_find_dummy_frame_regcache)
708 (discard_innermost_dummy)
709 (deprecated_pop_dummy_frame): Delete.
710 (dummy_frame_this_id): Simplify.
711 (struct dummy_frame): Delete "fp" and "sp".
712 (find_dummy_frame): Simplify.
713 (generic_push_dummy_frame): Do not set "fp" or "sp".
714 (fprint_dummy_frames): Do not print "fp" and "sp"
715
37bdc87e
MK
7162004-08-01 Mark Kettenis <kettenis@gnu.org>
717
718 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
719 (struct i386_insn): New structure.
720 (i386_match_insn): New function.
721 (i386_frame_setup_skip_insns): New variable.
722 (i386_analyze_frame_setup): Change to use i386_match_insn and the
723 array i386_frame_setup_insns of instructions that should be
724 skipped inside the frame setup sequence.
725
8241eaa6
AC
7262004-08-01 Andrew Cagney <cagney@gnu.org>
727
5bc602c7
AC
728 * frame.h (deprecated_frame_xmalloc_with_cleanup)
729 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
730 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
731 * stack.c (frame_info): Delete references to
732 DEPRECATED_FRAME_INIT_SAVED_REGS and
733 deprecated_get_frame_saved_regs.
734 * frame.c (struct frame_info): Delete saved_regs and extra_info.
735 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
736 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
737 (frame_unwind_register_signed)
738 (frame_unwind_register_unsigned)
739 (frame_unwind_unsigned_register): Use register_size.
740 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
741 (deprecated_frame_xmalloc_with_cleanup)
742 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
743 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
744
03d363a1
AC
745 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
746 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
747 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
748 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
749
8241eaa6
AC
750 * infcall.c (call_function_by_hand): Do not use
751 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
752 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
753 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
754 DEPRECATED_STACK_ALIGN.
755
f00df8b7
AC
7562004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
757
758 Committed by Andrew Cagney.
759 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
760
eec63939
AC
7612004-08-01 Andrew Cagney <cagney@gnu.org>
762
763 * mips-tdep.c (mips16_frame_cache)
764 (mips16_frame_this_id, mips16_frame_prev_register)
765 (mips16_frame_unwind, mips16_frame_sniffer)
766 (mips16_frame_base_address, mips16_frame_base)
767 (mips16_frame_base_sniffer, mips32_frame_cache)
768 (mips32_frame_this_id, mips32_frame_prev_register)
769 (mips32_frame_unwind, mips32_frame_sniffer)
770 (mips32_frame_base_address, mips32_frame_base)
771 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
772 separate heuristic mips16 and mips32 unwinders.
773 (mips_stub_frame_cache, mips_stub_frame_this_id)
774 (mips_stub_frame_prev_register)
775 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
776 (mips_stub_frame_base_address, mips_stub_frame_base)
777 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
778 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
779 match true mdebug frames.
780 (non_heuristic_proc_desc): Add forward declaration.
781
e66299b3
AC
7822004-08-01 Andrew Cagney <cagney@gnu.org>
783
83cbbf3e
AC
784 * config/mips/tm-irix6.h: Delete file.
785 * config/mips/tm-irix5.h: Delete file.
786 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
787 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
788
22d41b37
AC
789 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
790 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
791 * config/nm-gnu.h (NO_CORE_OPS): Delete.
792 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
793 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
794 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
795 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
796 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
797 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
798 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
799 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
800 (TARGET_SIGNAL_RAW_VALUES): Delete.
801 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
802 Delete.
803 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
804 (TARGET_HW_WATCH_LIMIT): Delete.
805 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
806 * minimon.h: Delete file.
807
e66299b3
AC
808 * trad-frame.c (trad_frame_get_this_base)
809 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
810 functions.
811 * trad-frame.h (trad_frame_set_this_base)
812 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
813
1f67027d
AC
8142004-07-31 Andrew Cagney <cagney@gnu.org>
815
816 * trad-frame.c (trad_frame_get_prev_register): Rename
817 trad_frame_get_prev_register.
818 * vax-tdep.c (vax_frame_prev_register): Update.
819 * trad-frame.h: Update.
820 * trad-frame.c (trad_frame_get_register): Update.
821 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
822 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
823 Update.
824 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
825 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
826 Update.
827 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
828 Update.
829 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
830 Update.
831 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
832 Update.
833 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
834 Update.
835 * s390-tdep.c (s390_frame_prev_register)
836 (s390_stub_frame_prev_register)
837 (s390_sigtramp_frame_prev_register): Update.
838 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
839 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
840 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
841 * m88k-tdep.c (m88k_frame_prev_register)
842 * m68hc11-tdep.c (m68hc11_frame_prev_register)
843 * m32r-tdep.c (m32r_frame_prev_register): Update.
844 * hppa-tdep.c (hppa_frame_prev_register_helper)
845 * frv-tdep.c (frv_frame_prev_register): Update.
846 * d10v-tdep.c (d10v_frame_prev_register): Update.
847 * cris-tdep.c (cris_frame_prev_register): Update.
848 * avr-tdep.c (avr_frame_prev_register): Update.
849 * arm-tdep.c (arm_prologue_prev_register)
850 (arm_sigtramp_prev_register): Update.
851
c1bf6f65
AC
8522004-07-31 Andrew Cagney <cagney@gnu.org>
853
854 * frame.h (legacy_saved_regs_unwind)
855 (legacy_frame_chain_valid, legacy_frame_p)
856 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
857 * dummy-frame.c (dummy_frame_this_id): Simplify.
858 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
859 * frame.c (struct frame_info): Delete the field "type".
860 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
861 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
862 (legacy_saved_regs_unwind, legacy_frame_p)
863 (frame_type_from_pc): Delete.
864 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
865 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
866
dc856692
MK
8672004-07-31 Mark Kettenis <kettenis@gnu.org>
868
5a5effe1
MK
869 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
870 indentation.
871
d4fd50a6
MK
872 * mips-nat.c: Remove file.
873 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
874 (mips-nat.o): Remove dependency.
875
2689df5a
MK
876 * infptrace.c: Update copyright year.
877 (fetch_register): Pass NULL in regcache_raw_supply call instead of
878 explicitly setting the buffer to all zeroes.
879
dc856692
MK
880 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
881 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
882
763910e0
AC
8832004-07-30 Andrew Cagney <cagney@gnu.org>
884
885 * GDB 6.2 released from gdb_6_2-branch.
886
0b66e38c
EZ
8872004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
888
889 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
890
891 * exec.c (exec_file_attach):
892 * nto-tdep.c (nto_find_and_open_solib):
893 * pa64solib.c (pa64_solib_sizeof_symbol_table):
894 * solib.c (solib_open):
895 * somsolib.c (som_solib_sizeof_symbol_table):
896 * source.c (is_regular_file, openp, open_source_file):
897 * symfile.c (symfile_bfd_open):
898 * wince.c (upload_to_device): Differentiate between the search for
899 binary and source files.
900
be7d7357
AC
9012004-07-30 Andrew Cagney <cagney@gnu.org>
902
903 * complaints.c (_initialize_complaints): Pass NULL to
904 add_setshow_zinteger_cmd for help_doc.
905 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
906
ddc9cd0f
AC
9072004-07-30 Andrew Cagney <cagney@gnu.org>
908
909 Fix PR i18n/761.
910 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
911 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
912 $(PACKAGE).pot and update-po.
913 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
914 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
915 (update-po): New rules.
916 (localedir): Define using autoconf.
917 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
918 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
919 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
920 * configure.in: Generate CATALOGS and LINGUAS from contents of
921 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
922 * configure: Re-generate.
923 * po/gdbtext: New file
924
e92f3704
JG
9252004-07-30 Jerome Guitton <guitton@gnat.com>
926
927 * MAINTAINERS: Reorder Write After Approval list in alphabetical
928 order.
929
b0f35d58
DL
9302004-07-30 David Lecomber <dsl@sources.redhat.com>
931
932 * dwarf2read.c (read_file_scope): Set producer if attribute
933 present.
934 (struct dwarf2_cu): Added new member producer.
935
ce7d4522
JG
9362004-07-30 Jerome Guitton <guitton@gnat.com>
937
938 * inflow.c (kill_command): release file handles in BFD.
939 * exec.c (exec_file_attach): Ditto.
940 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
941
05ee07c7
AC
9422004-07-29 Andrew Cagney <cagney@gnu.org>
943
944 * PROBLEMS (mips-irix): Note that it is broken.
945
62eceb47
AC
9462004-07-29 Andrew Cagney <cagney@gnu.org>
947
e57b8d41
AC
948 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
949 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
950
d334389b
AC
951 * config/xm-nbsd.h: Delete file.
952 * config/arm/xm-nbsd.h: Delete file.
953 * config/i386/xm-nbsd.h: Delete file.
954 * config/ns32k/xm-nbsd.h: Delete file.
955 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
956 * config/i386/nbsdelf.mh (XM_FILE): Delete.
957 * config/i386/nbsdaout.mh (XM_FILE): Delete.
958 * config/arm/nbsdelf.mh (XM_FILE): Delete.
959 * config/arm/nbsdaout.mh (XM_FILE): Delete.
960
e910f676
AC
961 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
962 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
963 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
964 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
965 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
966 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
967
6fa856b9
AC
968 * config/powerpc/xm-linux.h: Delete empty file.
969 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
970 * config/powerpc/linux.mh (XM_FILE): Delete.
971 * config/m68k/xm-linux.h: Delete empty file.
972 * config/m68k/linux.mh (XM_FILE): Delete.
973 * config/ia64/xm-linux.h: Delete empty file.
974 * config/ia64/linux.mh (XM_FILE): Delete.
975 * config/arm/xm-linux.h: Delete empty file.
976 * config/arm/linux.mh (XM_FILE): Delete.
977
471ae5ae
AC
978 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
979 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
980 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
981 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
982 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
983 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
984 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
985 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
986
62eceb47
AC
987 * config/m68k/xm-m68k.h: Delete file.
988 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
989 copyright.
990 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
991 * config/pa/xm-linux.h: Delete empty file.
992 * config/pa/linux.mh (XM_FILE): Delete.
993 * config/i386/xm-i386.h: Delete empty file.
994 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
995 "i386/xm-i386.h".
996 * config/i386/obsdaout.mh (XM_FILE): Delete.
997 * config/i386/obsd64.mh (XM_FILE): Delete.
998 * config/i386/fbsd64.mh (XM_FILE): Delete.
999 * config/i386/nto.mh (XM_FILE): Delete.
1000 * config/i386/obsd.mh (XM_FILE): Delete.
1001 * config/i386/linux64.mh (XM_FILE): Delete.
1002 * config/i386/linux.mh (XM_FILE): Delete.
1003 * config/i386/i386sol2.mh (XM_FILE): Delete.
1004 * config/i386/i386gnu.mh (XM_FILE): Delete.
1005 * config/i386/fbsd.mh (XM_FILE): Delete.
1006 * config/i386/nbsd64.mh (XM_FILE): Delete.
1007
c35f4ffc
AC
10082004-07-29 Andrew Cagney <cagney@gnu.org>
1009
1010 * config/pa/xm-linux.h: Do not include "floatformat.h".
1011 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1012 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1013 * config/i386/xm-i386.h: Do not include "floatformat.h".
1014 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1015 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1016 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1017 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1018 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1019 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1020 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1021 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1022 * configure, config.in: Regenerate.
1023 * configure.host (gdb_host_float_format, gdb_host_double_format)
1024 (gdb_host_long_double_format): Set according to the host.
1025
624a44a3
AC
10262004-07-29 Andrew Cagney <cagney@gnu.org>
1027
1028 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1029
0dea2468
AC
10302004-07-28 Andrew Cagney <cagney@gnu.org>
1031
1032 * PROBLEMS: Mention threads/1650.
1033 * NEWS: Mention the NPTL fix.
1034
b3f42336
AC
10352004-07-28 Andrew Cagney <cagney@gnu.org>
1036
1037 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1038 (add_setshow_cmd_full): Make static.
1039 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1040 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1041 * cli/cli-decode.c (add_setshow_filename_cmd)
1042 (add_setshow_string_cmd): New functions.
1043 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1044 * mips-tdep.c (_initialize_mips_tdep): Update.
1045 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1046 * cli/cli-logging.c (_initialize_cli_logging): Update.
1047 * complaints.c (_initialize_complaints): Update.
1048 * remote.c (_initialize_remote): Update.
1049
3b64bf98
AC
10502004-07-28 Andrew Cagney <cagney@gnu.org>
1051
1052 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1053 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1054 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1055 print parameters. Make string parameters constant.
1056 * command.h: Update. Update copyright.
1057 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1058 * observer.c (_initialize_observer): Ditto.
1059 * frame.c (_initialize_frame): Ditto.
1060 * complaints.c (_initialize_complaints): Ditto.
1061 * maint.c (_initialize_maint_cmds): Ditto.
1062 * target.c (initialize_targets): Ditto.
1063 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1064 * infcall.c (_initialize_infcall): Ditto.
1065 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1066 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1067 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1068 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1069 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1070
e9667a65
AC
10712004-07-28 Andrew Cagney <cagney@gnu.org>
1072
54a5b07d
AC
1073 * gdbtypes.c (lookup_primitive_typename): Delete function.
1074 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1075 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1076 * gdbtypes.c (lookup_typename): Ditto.
1077 * f-exp.y (yylex): Ditto.
1078 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1079
e9667a65
AC
1080 * scm-lang.c (c_builtin_types): Delete extern declaration.
1081 (scm_language_defn): Replace
1082 string_char_type and primitive_type_vector with
1083 la_language_arch_info.
1084 * jv-lang.c (java_language_defn): Replace
1085 string_char_type and primitive_type_vector with
1086 la_language_arch_info.
1087 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1088 c_builtin_types in comment.
1089 * c-lang.h (struct language_arch_info): Declare opaque.
1090 (c_language_arch_info): Declare.
1091 (c_builtin_types): Delete declaration.
1092 * c-lang.c (c_language_arch_info): Set string_char_type to
1093 builtin_char, not builtin_true_char. Make global.
1094 (c_builtin_types): Delete array.
1095 (asm_language_defn, minimal_language_defn): Replace
1096 string_char_type and primitive_type_vector with
1097 la_language_arch_info.
1098
685419e2
AC
10992004-07-28 Andrew Cagney <cagney@gnu.org>
1100
1101 * gdbtypes.h (struct builtin_type): Rename true_char to
1102 builtin_true_char.
1103 * gdbtypes.c (gdbtypes_post_init): Update.
1104 * c-lang.c (arch_info): New function.
1105 (enum c_primitive_types): New enum.
1106 (c_language_defn): Instead of string_char_type and
1107 primitive_type_vector set la_language_arch_info.
1108
5a44ea29
AC
11092004-07-28 Andrew Cagney <cagney@gnu.org>
1110
1111 * language.h (struct language_arch_info): Fix typo
1112 s/primative/primitive/.
1113 * gdbtypes.c (lookup_primitive_typename): Ditto.
1114 * language.c (language_lookup_primitive_type_by_name)
1115 (unknown_language_arch_info): Ditto.
1116
f290d38e
AC
11172004-07-27 Andrew Cagney <cagney@gnu.org>
1118
1119 * defs.h (enum language): Add nr_languages.
1120 * language.h (struct language_arch_info): Define.
1121 (struct language_defn): Add la_language_arch_info.
1122 (language_lookup_primative_type_by_name): Declare.
1123 (language_string_char_type): Declare.
1124 * language.c (_initialize_language, language_gdbarch_post_init)
1125 (struct language_gdbarch, language_gdbarch_data): Implement
1126 per-architecture language information.
1127 (unknown_language_arch_info, language_string_char_type)
1128 (language_lookup_primative_type_by_name): New functions.
1129 (unknown_language_defn, auto_language_defn)
1130 (local_language_defn): Set la_language_arch_info to
1131 unknown_language_arch_info.
1132 (unknown_builtin_types): Delete.
1133 * gdbtypes.c (lookup_primitive_typename): Use
1134 language_lookup_primative_type_by_name.
1135 (create_string_type): Use language_string_char_type.
1136 * values.c (value_from_string): Use language_string_char_type.
1137 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1138 * p-lang.c (pascal_language_defn): Ditto.
1139 * m2-lang.c (m2_language_defn): Ditto.
1140 * jv-lang.c (java_language_defn): Ditto.
1141 * objc-lang.c (objc_language_defn): Ditto.
1142 * f-lang.c (f_language_defn): Ditto.
1143 * c-lang.c (c_language_defn, cplus_language_defn)
1144 (asm_language_defn, minimal_language_defn): Ditto.
1145
000177f0
AC
11462004-07-27 Andrew Cagney <cagney@gnu.org>
1147
1148 * gdbtypes.h (struct builtin_type): Declare.
1149 (builtin_type): Declare.
1150 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1151 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1152 (gdbtypes_post_init): New function.
1153 (builtin_type): New function.
1154
e22f895c
KI
11552004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1156
1157 * remote-m32r-sdi.c: Fix breakpoint bug.
1158 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1159 recv_char_data, recv_long_data): New functions to replace communication
1160 sequences.
1161
536517dd
MC
11622004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1163
1164 Document PR threads/1650.
1165 * PROBLEMS (Threads): Document problem with many threads
1166
a0a44d18
AC
11672004-07-26 Andrew Cagney <cagney@gnu.org>
1168
1169 * gdb-mi.el: Move from here ...
1170 * mi/gdb-mi.el: ... to here.
1171
7ac4ac06
AC
11722004-07-26 Andrew Cagney <cagney@gnu.org>
1173
1174 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1175 * main.c (captured_main): When in batch mode always detach.
1176
a1b461bf
AC
11772004-07-26 Andrew Cagney <cagney@gnu.org>
1178
1179 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1180 and h8300 as broken.
1181 * NEWS: END-OF-LIFE frame compatibility module.
1182 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1183 specific comments.
1184
cb1a6d5f
AC
11852004-07-26 Andrew Cagney <cagney@gnu.org>
1186
1187 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1188 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1189 * wince.c (_initialize_wince): Update.
1190 * win32-nat.c (_initialize_win32_nat): Update.
1191 * varobj.c (_initialize_varobj): Update.
1192 * valops.c (_initialize_valops): Update.
1193 * utils.c (initialize_utils, initialize_utils): Update.
1194 * tui/tui-win.c (_initialize_tui_win): Update.
1195 * top.c (init_main): Update.
1196 * symfile.c (_initialize_symfile): Update.
1197 * source.c (_initialize_source): Update.
1198 * somsolib.c (_initialize_som_solib): Update.
1199 * solib.c (_initialize_solib): Update.
1200 * solib-frv.c (_initialize_frv_solib): Update.
1201 * serial.c (_initialize_serial): Update.
1202 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1203 * remote.c (_initialize_remote, _initialize_remote): Update.
1204 * remote-vx.c (_initialize_vx): Update.
1205 * remote-utils.c (_initialize_sr_support): Update.
1206 * remote-sds.c (_initialize_remote_sds): Update.
1207 * remote-mips.c (_initialize_remote_mips): Update.
1208 * remote-e7000.c (_initialize_remote_e7000): Update.
1209 * proc-api.c (_initialize_proc_api): Update.
1210 * printcmd.c: Update.
1211 * parse.c (_initialize_parse): Update.
1212 * pa64solib.c (_initialize_pa64_solib): Update.
1213 * p-valprint.c (_initialize_pascal_valprint): Update.
1214 * monitor.c (_initialize_remote_monitors): Update.
1215 * mips-tdep.c (_initialize_mips_tdep): Update.
1216 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1217 * maint.c (_initialize_maint_cmds): Update.
1218 * lin-lwp.c (_initialize_lin_lwp): Update.
1219 * language.c (_initialize_language): Update.
1220 * kod.c (_initialize_kod): Update.
1221 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
1222 * i386-tdep.c (_initialize_i386_tdep): Update.
1223 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
1224 * gdbarch.sh: Update.
1225 * gdbarch.c: Re-generate.
1226 * gdb-events.sh: Update.
1227 * gdb-events.c: Re-generate.
1228 * frame.c (_initialize_frame): Update.
1229 * exec.c: Update.
1230 * demangle.c (_initialize_demangler): Update.
1231 * dcache.c (_initialize_dcache): Update.
1232 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
1233 * cp-valprint.c (_initialize_cp_valprint): Update.
1234 * corefile.c (_initialize_core): Update.
1235 * command.h: Update.
1236 * cli/cli-decode.h: Update.
1237 * cli/cli-cmds.c (init_cli_cmds): Update.
1238 * charset.c (_initialize_charset): Update.
1239 * breakpoint.c (_initialize_breakpoint): Update.
1240 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
1241 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1242 * aix-thread.c (_initialize_aix_thread): Update.
1243
b4632131
MK
12442004-07-24 Mark Kettenis <kettenis@gnu.org>
1245
1246 Partial fix for PR backtrace/1718.
1247 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
1248 that GCC migrates into the prolugue. Don't handle any
1249 instructions that clobber %ebx.
1250
822c9732
AC
12512004-07-23 Andrew Cagney <cagney@gnu.org>
1252
1253 Use regcache_raw_collect instead of regcache_collect.
1254 * regcache.h (regcache_collect): Delete declaration.
1255 * regcache.c (regcache_colect): Delete function.
1256 * win32-nat.c (do_child_store_inferior_registers): Update.
1257 * sol-thread.c (sol_thread_store_registers): Update.
1258 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
1259 * rs6000-nat.c (store_register): Update.
1260 * remote.c (store_register_using_P, remote_store_registers): Update.
1261 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
1262 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
1263 (fill_vrregset, store_spe_registers, fill_gregset)
1264 (fill_gregset): Update.
1265 * nto-procfs.c (procfs_store_registers): Update.
1266 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
1267 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
1268 * m68klinux-nat.c (store_register, fill_gregset): Update.
1269 * m68k-tdep.c (fill_gregset): Update.
1270 * infptrace.c (store_register): Update.
1271 * i386-nto-tdep.c (i386nto_regset_fill): Update.
1272 * i386-linux-nat.c (store_register, fill_gregset): Update.
1273 * hppa-linux-nat.c (fill_gregset): Update.
1274 * go32-nat.c (store_register): Update.
1275 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
1276 (store_fp_regs): Update.
1277 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
1278 (store_nwfpe_extended, store_fpregister, store_fpregs)
1279 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
1280 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
1281 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
1282 (store_regs_user_thread, store_regs_kernel_thread): Update.
1283
32b05c07
MK
12842004-07-24 Mark Kettenis <kettenis@gnu.org>
1285
1286 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
1287 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
1288 encoding.
1289 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
1290 member of `struct comp_unit'.
1291
8567c30f
AC
12922004-07-23 Andrew Cagney <cagney@gnu.org>
1293
1294 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
1295 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
1296
f6da8dd8
MH
12972004-07-23 Martin Hunt <hunt@redhat.com>
1298 Kevin Buettner <kevinb@redhat.com>
1299
1300 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
1301 alignment was being added to the offset instead of multiplied.
1302
bd921882
MK
13032004-07-23 Mark Kettenis <kettenis@gnu.org>
1304
24f033e8
MK
1305 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
1306 changed signal trampoline in OpenBSD 3.5-current.
1307
90f3cecd
MK
1308 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
1309 <machine/pcb.h> and "bsd-kvm.h".
1310 (sparc64nbsd_supply_pcb): New function.
1311 (_initialize_sparc64nbsd_nat): Renamed from
1312 _initialize_sparcnbsd_nat. Enable libkvm interface.
1313 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
1314 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
1315 (LOADLIBES): New variable.
1316
a4954a62
MK
1317 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
1318
bd921882
MK
1319 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
1320
23a6d369
AC
13212004-07-21 Andrew Cagney <cagney@gnu.org>
1322
1323 Use regcache_raw_supply instead of supply_register.
1324 * regcache.h (supply_register): Delete declaration.
1325 * regcache.c (supply_register): Delete function.
1326 * wince.c (do_child_fetch_inferior_registers): Update.
1327 * win32-nat.c (do_child_fetch_inferior_registers)
1328 (fetch_elf_core_registers): Update.
1329 * v850ice.c (v850ice_fetch_registers): Update.
1330 * thread-db.c (thread_db_store_registers): Update.
1331 * sol-thread.c (sol_thread_store_registers): Update.
1332 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
1333 * rs6000-nat.c (fetch_register): Update.
1334 * rom68k-rom.c (rom68k_supply_one_register): Update.
1335 * remote.c (remote_wait, remote_async_wait): Update.
1336 * remote-st.c (get_hex_regs): Update.
1337 * remote-sim.c (gdbsim_fetch_register): Update.
1338 * remote-sds.c (sds_fetch_registers): Update.
1339 * remote-rdp.c (remote_rdp_fetch_register): Update.
1340 * remote-rdi.c (arm_rdi_fetch_registers): Update.
1341 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
1342 * remote-m32r-sdi.c (m32r_fetch_register): Update.
1343 * remote-hms.c (init_hms_cmds): Update.
1344 * remote-est.c (init_est_cmds): Update.
1345 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
1346 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
1347 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
1348 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
1349 (fetch_register, supply_vrregset, supply_vrregset)
1350 (fetch_spe_registers): Update.
1351 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
1352 * monitor.c (monitor_supply_register): Update.
1353 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
1354 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
1355 (mipsnbsd_supply_fpreg): Update.
1356 * mips-nat.c (fetch_inferior_registers)
1357 (fetch_core_registers): Update.
1358 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
1359 (supply_fpregset, mips64_supply_gregset)
1360 (mips64_supply_fpregset): Update.
1361 * m68klinux-nat.c (fetch_register, supply_gregset)
1362 (supply_fpregset): Update.
1363 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
1364 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
1365 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
1366 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
1367 * infptrace.c (fetch_register): Update.
1368 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
1369 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
1370 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
1371 (gnu_fetch_registers, gnu_store_registers): Update.
1372 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
1373 * i386-linux-nat.c (fetch_register, supply_gregset)
1374 (dummy_sse_values): Update.
1375 * hpux-thread.c (hpux_thread_fetch_registers): Update.
1376 * hppah-nat.c (fetch_register): Update.
1377 * hppa-linux-nat.c (fetch_register, supply_gregset)
1378 (supply_fpregset): Update.
1379 * go32-nat.c (fetch_register): Update.
1380 * dve3900-rom.c (fetch_bitmapped_register)
1381 (_initialize_r3900_rom): Update.
1382 * cris-tdep.c (supply_gregset): Update.
1383 * abug-rom.c (init_abug_cmds): Update.
1384 * core-aout.c (fetch_core_registers): Update.
1385 * armnbsd-nat.c (supply_gregset, supply_fparegset)
1386 (fetch_register, fetch_fp_register): Update.
1387 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
1388 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
1389 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
1390 * alphanbsd-tdep.c (fetch_core_registers): Update.
1391 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
1392 * alpha-nat.c (fetch_osf_core_registers)
1393 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
1394 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
1395 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
1396
73cc75f3
AC
13972004-07-21 Andrew Cagney <cagney@gnu.org>
1398
1399 * PROBLEMS: Mention breakpoints/1702.
1400 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
1401 that is known to work.
1402
a53c66de
AC
14032004-07-21 Andrew Cagney <cagney@gnu.org>
1404
1405 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
1406 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
1407 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
1408 (handle_inferior_event): Wrap call to deprecated
1409 IGNORE_HELPER_CALL in #ifdef.
1410 * config/mips/tm-nbsd.h: Update.
1411
708ff411
JB
14122004-07-20 Jim Blandy <jimb@redhat.com>
1413
412b3060
JB
1414 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
1415 bfd_mach_ppc has no segment registers.
1416
13ac140c
JB
1417 Include PowerPC SPR numbers for special-purpose registers.
1418 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
1419 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
1420 new member in initializer.
1421 (S, S4, SN4, S64): New macros for defining special-purpose
1422 registers.
1423 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
1424 registers_403, registers_403GC, registers_505, registers_860,
1425 registers_601, registers_602, registers_603, registers_604,
1426 registers_750, registers_e500): Use them.
1427
708ff411
JB
1428 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
1429 replace references with expression used to initialize variable.
1430
1f602b35
AC
14312004-07-20 Andrew Cagney <cagney@gnu.org>
1432
1433 * breakpoint.c (deprecated_read_memory_nobpt): Rename
1434 read_memory_nobpt.
1435 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
1436 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
1437 (s390_sigtramp_frame_sniffer): Update.
1438 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
1439 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
1440 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1441 (mips32_fetch_instruction): Update.
1442 * mcore-tdep.c (get_insn): Update.
1443 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
1444 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
1445 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
1446 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1447 (i386_linux_rt_sigtramp_start): Update.
1448 * i386-linux-nat.c (child_resume): Update.
1449 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
1450 * hppa-linux-tdep.c (insns_match_pattern): Update.
1451 * gdbcore.h: Update.
1452 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
1453 * frame.c (safe_frame_unwind_memory): Update.
1454 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
1455 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
1456 * alpha-tdep.c (alpha_read_insn): Update.
1457
2cd8546d
AC
14582004-07-20 Andrew Cagney <cagney@gnu.org>
1459
1460 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
1461 containing both bytes and mask. Add "frame_type".
1462 * tramp-frame.c (tramp_frame_start): Update.
1463 (tramp_frame_prepend_unwinder): Update.
1464 * mips-linux-tdep.c (mips_linux_o32_sigframe)
1465 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
1466 (mips_linux_n64_rt_sigframe): Update. Make "static const".
1467 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
1468
f928dd62
EZ
14692004-07-19 Eli Zaretskii <eliz@gnu.org>
1470
1471 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
1472 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
1473 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
1474 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
1475
d5c560f7
AC
14762004-07-17 Andrew Cagney <cagney@gnu.org>
1477
860660cb
AC
1478 * NEWS, PROBLEMS: Update for 6.2.
1479
8c266f54
AC
1480 * README: Update to 6.2.
1481
a552edd9
AC
1482 * utils.c (xvasprintf): Call xstrvprintf.
1483
c4a172b5
AC
1484 * parse.c: Update copyright.
1485 (null_post_parser): Eliminate ARGSUSED.
1486
da745b36
AC
1487 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
1488 * tui/tui-win.c (tui_get_cmd_list): Ditto.
1489 * symfile-mem.c (_initialize_symfile_mem): Ditto.
1490
9cbc6ef0
AC
1491 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
1492 * ppc-linux-nat.c: Use "Linux kernel".
1493 * hppa-linux-tdep.c: Use GNU/Linux.
1494 * hppa-linux-nat.c: Use GNU/Linux.
1495 * dwarfread.c: Add [sic] to use of Linux.
1496
1b89295f
AC
1497 * hppa-linux-nat.c: Do not include <string.h>.
1498 (supply_fpregset): Remove "register" attribute.
1499
d5c560f7
AC
1500 * solib-frv.c (fetch_loadmap): Use xfree, not free.
1501
7ddd7709
MK
15022004-07-17 Mark Kettenis <kettenis@gnu.org>
1503
b1d19a62
MK
1504 * configure.in: Define _MSE_INT_H on Solaris 9 too.
1505 * configure, config.in: Regenerated.
1506
7ddd7709
MK
1507 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
1508 "bsd-kvm.h".
1509 (vaxbsd_supply_pcb): New function.
1510 (_initialize_vaxbsd_nat): New prototype and function.
1511 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
1512 solib-sunos.o.
1513 (LOADLIBES): New variable.
1514 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1515 (LOADLIBES): New variable.
1516 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1517 (LOADLIBES): New variable.
1518 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1519
2c07db7a
AC
15202004-07-16 Andrew Cagney <cagney@gnu.org>
1521
1522 * defs.h (event_loop_p): Replace variable declaration with macro,
1523 always 1.
1524 * main.c (captured_main): Delete options "-async" and "-noasync".
1525 (event_loop_p): Delete variable.
1526 * NEWS: Mention that "-async" and "-noasync" were removed.
1527
717eb1cf
AC
15282004-07-16 Andrew Cagney <cagney@gnu.org>
1529
1530 * remote-m32r-sdi.c: Re-indent.
1531
c101bc14
JB
15322004-07-16 Jim Blandy <jimb@redhat.com>
1533
5109a438
JB
1534 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
1535 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
1536 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
1537 missing MPC823 SPRs.
1538 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
1539 incorrect. (This was corrected in GDB's register name tables on
1540 2004-07-14.)
1541
c101bc14
JB
1542 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
1543 should be "esasrr" ("ESA Save and Restore Register").
1544
7ce450bd
AC
15452004-07-16 Andrew Cagney <cagney@gnu.org>
1546
1547 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
1548 calls, no longer applicable. Update comments and rename parameter
1549 "step_frame" to "return_frame".
1550
ca73dd9d
AC
15512004-07-16 Andrew Cagney <cagney@gnu.org>
1552
1553 * frame.c (fprint_field): New function.
1554 (fprint_frame_id): Use fprint_field.
1555
31941f6d
JB
15562004-07-15 Joel Brobecker <brobecker@gnat.com>
1557
1558 * ada-lang.c (ada_language_defn): Remove commented out code.
1559
f86a7158
JB
15602004-07-15 Jim Blandy <jimb@redhat.com>
1561
1562 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
1563 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
1564
c24791ec
JB
15652004-07-14 Jim Blandy <jimb@redhat.com>
1566
29bb1356
JB
1567 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
1568
cc98b5cc
JB
1569 * ppc-tdep.h (ppc_num_vrs): New enum constant.
1570
8f088af7
JB
1571 * ppc-tdep.h (ppc_num_srs): New enum constant.
1572
0ea0ec5f
JB
1573 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
1574 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
1575 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
1576 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
1577 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
1578 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
1579 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
1580 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
1581 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
1582 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
1583 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
1584 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
1585 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
1586 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
1587 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
1588 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
1589 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
1590 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
1591 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
1592 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
1593 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
1594 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
1595 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
1596 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
1597 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
1598 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
1599 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
1600 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
1601 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
1602 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
1603 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
1604 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
1605 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
1606 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
1607 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
1608 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
1609 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
1610 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
1611 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
1612 special-purpose register numbers.
1613
c24791ec
JB
1614 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
1615 manual mentions 'md_twb', but many mention 'm_twb', and at that
1616 point in the register list.)
1617
d833db3b
AC
16182004-07-14 Andrew Cagney <cagney@gnu.org>
1619
1620 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
1621 instead of "internal-error".
1622
080228b2
JB
16232004-07-10 Joel Brobecker <brobecker@gnat.com>
1624
1625 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
1626 that was inserted inside a comment.
1627
c268433a
RC
16282004-07-10 Randolph Chung <tausq@debian.org>
1629
1630 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
1631 function.
1632 (hppa_hpux_push_dummy_code): New function.
1633 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
1634 Set find_global_pointer method.
1635
71009278
MK
16362004-07-10 Mark Kettenis <kettenis@gnu.org>
1637
1638 * NEWS: Mention BSD libkvm interface.
1639
b2fa5097
MS
16402004-07-10 Michael Snyder <msnyder@redhat.com>
1641
1642 * symfile.c (generic_load): Comment typo.
1643 * stack.c (get_selected_block): Ditto.
1644 * regcache.c (regcache_cooked_read): Ditto.
1645 * monitor.c (monitor_debug): Ditto.
1646 * mips-tdep.c (mips_read_pc): Ditto.
1647 * i386-linux-nat.c (ps_get_thread_area): Ditto.
1648 * gdb_mbuild.sh: Ditto.
1649 * gdbarch.sh: Ditto.
1650 * gdbarch.h: Ditto.
1651
c3e5cd34
PH
16522004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
1653
8a2225b2
PH
1654 * ada-tasks.c: Remove file.
1655
c3e5cd34
PH
1656 Remove ARI problems:
1657
1658 * ada-exp.y (write_var_from_sym): Reformat to put operator at
1659 beginning of line.
1660
1661 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
1662 Add comment.
1663 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
1664 (MIN_OF_SIZE): Rename min_of_size. Add comment.
1665 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
1666 (UMIN_OF_SIZE): Remove.
1667 (max_of_type): New function to replace orphan macro in gdbtypes.h
1668 (min_of_type): Ditto.
1669 (discrete_type_high_bound): Use max_of_type.
1670 (discrete_type_low_bound): Use min_of_type.
1671 (possible_user_operator_p): Move operator to beginning of line.
1672 (ada_is_variant_part): Ditto.
1673 (ensure_lval): Rewrite to avoid deprecated operations.
1674 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
1675 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
1676 (ada_enum_name): Remove assignments in 'if' statements.
1677 (build_ada_types): Add gdbarch parameter.
1678 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
1679 with gdbarch_data_register_post_init.
1680 Use add_setshow_uinteger_cmd rather than add_set_cmd and
1681 add_show_from_set.
1682
1683 * ada-valprint.c (inspect_it): Remove declaration.
1684 (repeat_count_threshold): Remove declaration.
1685 (ada_print_floating): Remove assignments in 'if' statements.
1686 (print_str): Move operator to beginning of line.
1687
61ce229a
JB
16882004-07-08 Jim Blandy <jimb@redhat.com>
1689
1690 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
1691
09bcec80
BR
16922004-07-08 Bob Rossi <bob@brasko.net>
1693
1694 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
1695
31c27f77
JJ
16962004-07-06 Jeff Johnston <jjohnstn@redhat.com>
1697
1698 * language.h (struct_language_defn): Add new function pointer:
1699 la_class_name_from_physname. Also add new prototype for
1700 language_class_name_from_physname.
1701 * language.c (language_class_name_from_physname): New function.
1702 (unk_lang_class_name): Ditto.
1703 (unknown_language_defn, auto_language_defn): Change
1704 to add unk_lang_class_name function pointer for
1705 la_class_name_from_physname.
1706 (local_language_defn): Ditto.
1707 * dwarf2read.c (guess_structure_name): Change to call
1708 language_class_name_from_physname.
1709 (determine_class_name): Ditto.
1710 * cp-support.c (class_name_from_physname): Renamed.
1711 (cp_class_name_from_physname): New name of function.
1712 * cp-support.h: Ditto.
1713 * c-lang.c (c_language_defn): Change to add NULL
1714 for class_name_from_physname function pointer.
1715 (cplus_language_defn): Change to add cp_class_name_from_physname.
1716 * jv-lang.c (java_class_name_physname): New function.
1717 (java_find_last_component): New static routine.
1718 (java_language_defn): Add java_class_name_from_physname pointer.
1719 * ada-lang.c (ada_language_defn): Change to add NULL
1720 for class_name_from_physname function pointer.
1721 * f-lang.c (f_language_defn): Ditto.
1722 * m2-lang.c (m2_language_defn): Ditto.
1723 * objc-lang.c (objc_language_defn): Ditto.
1724 * p-lang.c (pascal_language_defn): Ditto.
1725 * scm-lang.c (scm_language_defn): Ditto.
1726
ee28ca0f
AC
17272004-07-06 Andrew Cagney <cagney@gnu.org>
1728
1729 Patch from Bart Robinson.
1730 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
1731 (O_LARGEFILE): Define to 0, if not defined.
1732
fdb1bf9d
MK
17332004-07-03 Mark Kettenis <kettenis@gnu.org>
1734
cb162ff6
MK
1735 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
1736 <machine/pcb.h> and "bsd-kvm.h".
1737 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
1738 (m68kbsd_supply_pcb): New function.
1739 (_initialize_m68kbsd_nat): New prototype and function.
1740 * Makefile.in (m68kbsd-nat.o): Update dependencies.
1741 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1742 (LOADLIBES): New variable.
1743 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1744 (LOADLIBES): New variable.
1745
fdb1bf9d
MK
1746 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
1747
963c4174
MK
17482004-07-03 Mark Kettenis <kettenis@gnu.org>
1749
1750 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
1751 <sys/proc.h>.
1752 (bsd_kvm_cmdlist): New variable.
1753 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
1754 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
1755 command and "kvm proc" command.
1756 * Makefile.in (bsd-kvm.o): Update dependencies.
1757
533f1d8f
MK
17582004-07-02 Mark Kettenis <kettenis@gnu.org>
1759
1760 * osabi.c: Update copyright year.
1761 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
1762 notes if EI_OSABI is set to ELFOSABI_HPUX.
1763
6780dcde
MS
17642004-07-01 Michael Snyder <msnyder@redhat.com>
1765
1766 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
1767 that seems to have gotten whacked out of line.
1768
67bebe79
MK
17692004-07-01 Mark Kettenis <kettenis@gnu.org>
1770
1771 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
1772 code.
1773
0b5d8877
PH
17742004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1775
1776 * ada-lang.c (decode_packed_array): Minor change to comment.
1777 (ada_value_slice_ptr): New function.
1778 (ada_value_slice): New function.
1779 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
1780 test. Don't know why it is there.
1781 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
1782 to avoid dereferencing huge arrays from which one is slicing.
1783 (empty_array): Correct to return an array rather than
1784 a subrange value.
1785 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
1786 on empty arrays (let'em use 'FIRST instead).
1787
19c1ef65
PH
17882004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1789
1790 Address complaints from gdb_ari.sh:
1791
1792 * ada-exp.y: Include gdb_string.h rather than string.h.
1793 (convert_char_literal): Reformat declaration.
1794 * ada-lang.h: Include opaque struct declaration for struct frame_info.
1795 * ada-lex.l: Change use of free to xfree (the macro would do so
1796 anyway, but this is harmless).
1797 Include gdb_string.h rather than string.h.
1798 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
1799
1800 * ada-lang.c (parse): Remove K&Rism in parameter list.
1801 (is_name_suffix): Correct Linux => GNU/Linux in comment.
1802
d81cbc94
MK
18032004-06-30 Mark Kettenis <kettenis@gnu.org>
1804
1805 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
1806 dead code.
1807
07681759
MK
18082004-06-30 Mark Kettenis <kettenis@gnu.org>
1809
1810 * alphabsd-nat.c: Update copyright year.
1811 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
1812
f7948b5f
JB
18132004-06-29 Joel Brobecker <brobecker@gnat.com>
1814
6e0cdd28 1815 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
1816 (i386_cygwin_in_solib_call_trampoline): New function.
1817 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
1818 and skip_trampoline_code gdbarch methods.
1819
8f113c9a
JB
18202004-06-29 Jim Blandy <jimb@redhat.com>
1821
1822 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
1823 name actually used in the dependency lists.
1824
97dc871c
RC
18252004-06-29 Randolph Chung <tausq@debian.org>
1826
1827 * NEWS (New native configurations): Mention GNU/Linux/hppa.
1828
47216e51
CV
18292004-06-29 Corinna Vinschen <vinschen@redhat.com>
1830
1831 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 1832 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
1833 functionality.
1834
e623b504
AC
18352004-06-28 Andrew Cagney <cagney@gnu.org>
1836
1837 * defs.h (xstrvprintf): Declare.
1838 * utils.c (xstrvprintf): New function.
1839 (internal_vproblem, xstrprintf, xasprintf)
1840 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
1841 * serial.c (serial_printf): Ditto.
1842 * complaints.c (vcomplaint): Ditto.
1843
79acc9b3
CV
18442004-06-29 Corinna Vinschen <vinschen@redhat.com>
1845
1846 * infcmd.c (attach_command): Move call to target_terminal_inferior
1847 behind loading symbol table.
1848
1daf35d9
AC
18492004-06-28 Andrew Cagney <cagney@gnu.org>
1850
1851 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
1852 change - add back extern deprecated_ui_loop_hook declaration.
1853
b435e160
AC
18542004-06-28 Andrew Cagney <cagney@gnu.org>
1855
1856 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
1857 xstrprintf.
1858 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
1859 (c_value_of_variable): Ditto.
1860 * utils.c (internal_vproblem): Ditto.
1861 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
1862 * remote.c (add_packet_config_cmd): Ditto.
1863 * remote-rdp.c (rdp_set_command_line): Ditto.
1864 * regcache.c (regcache_dump): Ditto.
1865 * frv-tdep.c (new_variant, new_variant): Ditto.
1866 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
1867 (fbsd_find_memory_regions): Ditto.
1868 * breakpoint.c (create_thread_event_breakpoint)
1869 (create_breakpoints): Ditto.
1870 * aix-thread.c (aix_thread_pid_to_str): Ditto.
1871 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
1872
06d5cf63
JB
18732004-06-28 Joel Brobecker <brobecker@gnat.com>
1874
1875 * ada-lang.c: Re-indent file, with some massaging to help indent
1876 a bit when the result is otherwise really too ugly.
1877
35809fad
UW
18782004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
1879
1880 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
1881 code_addr_p and special_addr_p to 'unsigned int'.
1882
40e20472
MK
18832004-06-27 Mark Kettenis <kettenis@gnu.org>
1884
1885 * i386v4-nat.c: Update copyright year and tweak comment.
1886 (regmap): Remove trailing comma.
1887 (supply_gregset): Rename local variable i to regnum. Call
1888 regcache_raw_supply instead of supply_register.
1889 (fill_gregset): Rename argument regno to regnum. Call
1890 regcache_raw_collect instead of regcache_collect.
1891
12b0b6de
UW
18922004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
1893
1894 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
1895 and special_addr_p.
1896 (frame_id_build, frame_id_build_special): Update comments.
1897 (frame_id_build_wild): New prototype.
1898 * frame.c (frame_id_build, frame_id_build_special): Fill in new
1899 struct frame_id fields.
1900 (frame_id_build_wild): New function.
1901 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
1902
47b42a3e
MK
19032004-06-27 Mark Kettenis <kettenis@gnu.org>
1904
1905 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
1906 hppabsd-tdep.c.
1907
1265e4aa
JB
19082004-06-27 Joel Brobecker <brobecker@gnat.com>
1909
1910 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
1911
76a01679
JB
19122004-06-27 Joel Brobecker <brobecker@gnat.com>
1913
1914 * ada-lang.c: Re-indent file.
1915
7aca490a
JB
19162004-06-27 Joel Brobecker <brobecker@gnat.com>
1917
1918 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
1919 (no_symtab_msg): Likewise.
1920
5e987968
AS
19212004-06-27 Andreas Schwab <schwab@suse.de>
1922
1923 * source.c: Fix whitespace.
1924
315c4276
MK
19252004-06-27 Mark Kettenis <kettenis@gnu.org>
1926
d15be926
MK
1927 * configure.in: Include <sys/param.h> for td_pcb test.
1928 * configure: Regenerated.
1929
9062529b
MK
1930 * i386nbsd-nat.c: New file.
1931 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
1932 i386obsd-nat.c and i386obsd-tdep.c.
1933 (i386nbsd-nat.o): New dependency.
1934 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
1935 bsd-kvm.o.
1936 (LOADLIBES): New variable.
1937 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
1938 bsd-kvm.o.
1939 (LOADLIBES): New variable.
1940
8010310e
MK
1941 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
1942 (LOADLIBES): New variable.
1943
efe1d7b9
MK
1944 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
1945 fetching from BSD_KVM_PADDR. Correctly lookup address for
1946 "_thread0".
1947
315c4276
MK
1948 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
1949 "bsd-kvm.h".
1950 (amd64fbsd_supply_pcb): New funcion.
1951 (_initialize_amd64fbsd_nat): Enable libkvm interface.
1952
399cfac6
DL
19532004-06-27 <david@streamline-computing.com>
1954
1955 Partial fix for PR cli/1056.
1956 * valarith.c: Check for zero in division and remainder
1957 evaluation.
1958
6235f9c8
MK
19592004-06-27 Mark Kettenis <kettenis@gnu.org>
1960
1961 * i387-tdep.c: Remove excessive whitespace.
1962
2726dafc
AC
19632004-06-26 Andrew Cagney <cagney@gnu.org>
1964
1965 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
1966 * gdb-events.h, gdb-events.c: Re-generate.
1967 * tui/tui-hooks.c (tui_install_hooks): Update.
1968 (tui_remove_hooks): Update.
1969 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
1970
0e56aeaf
MK
19712004-06-26 Mark Kettenis <kettenis@gnu.org>
1972
cb461069
MK
1973 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
1974 (gregset_t, fpregset_t): Remove typedefs.
1975 (REG_OFFSET): Rename argument.
1976 (amd64bsd_r_reg_offset): Rename from reg_offset.
1977 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
1978 Remove functions.
1979 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
1980 of reg_offset.
1981 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
1982
ecba89de
MK
1983 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
1984
4cd80476
MK
1985 * vax-tdep.c: Tweak comment.
1986
0e56aeaf
MK
1987 Add OpenBSD/hppa support.
1988 * NEWS (New native configurations): Mention OpenBSD/hppa.
1989 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
1990 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
1991 files.
1992 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
1993 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
1994 * configure.host: Add hppa*-*-openbsd*.
1995 * configure.tgt: Add hppa*-*-openbsd*.
1996
98bbd631
AC
19972004-06-25 Andrew Cagney <cagney@gnu.org>
1998
1999 * defs.h (deprecated_ui_loop_hook): Deprecated.
2000 * wince.c (child_wait): Update.
2001 * win32-nat.c (child_wait): Update.
2002 * v850ice.c (v850ice_wait): Update.
2003 * top.c (deprecated_ui_loop_hook): Update.
2004 * serial.h: Update.
2005 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2006 (do_unix_readchar): Update.
2007 * ser-tcp.c (net_open): Update.
2008 * remote-sim.c (gdb_os_poll_quit): Update.
2009 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2010
769d7dc4
AC
20112004-06-24 Andrew Cagney <cagney@gnu.org>
2012
2013 * defs.h (deprecated_pre_add_symbol_hook)
2014 (deprecated_post_add_symbol_hook): Deprecated.
2015 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2016 (symbol_file_add_with_addrs_or_offsets): Update references.
2017
11c949aa
AC
20182004-06-24 Andrew Cagney <cagney@gnu.org>
2019
2020 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2021 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2022 * wince.c (ui_loop_hook): Delete extern declaration.
2023 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2024 * v850ice.c (ui_loop_hook): Delete extern declaration..
2025 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2026 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2027 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2028 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2029 ui_loop_hook declaration.
2030
eedc19af
AC
20312004-06-24 Andrew Cagney <cagney@gnu.org>
2032
2033 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2034 entry_func_highpc fields.
2035 * objfiles.c (init_entry_point_info): Do not clear
2036 entry_func_lowpc and entry_func_highpc.
2037 (objfile_relocate): Do not relocate entry_func_lowpc and
2038 entry_func_highpc.
2039 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2040 entry_func_highpc.
2041 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2042 entry_func_highpc.
2043 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2044 entry_func_lowpc and entry_func_highpc with call to
2045 inside_entry_func.
2046
d47079be
MK
20472004-06-24 Mark Kettenis <kettenis@gnu.org>
2048
2049 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2050 quad-precision floating point arguments in registers.
2051
2107e348
MK
20522004-06-24 Mark Kettenis <kettenis@gnu.org>
2053
2054 From Michael Mueller <m.mueller99@kay-mueller.de>:
2055 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2056 account.
2057
46587c42
JJ
20582004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2059
2060 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2061 to -1.
2062 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2063 untriggered watchpoints to a separate if clause. Update function
2064 comment regarding STOPPED_BY_WATCHPOINT argument.
2065
226f5cf4
JB
20662004-06-22 Jim Blandy <jimb@redhat.com>
2067
2068 * gdbarch.sh: Doc fix.
2069
f10683bb
MH
20702004-06-21 Martin Hunt <hunt@redhat.com>
2071 Kevin Buettner <kevinb@redhat.com>
2072
2073 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2074 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2075 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2076 to set_gdbarch_sp_regnum(). Use cooked register number.
2077 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2078
412d5987
AC
20792004-06-21 Andrew Cagney <cagney@gnu.org>
2080
2081 * gdbarch.sh: When the macro field is empty, do not generate a
2082 macro definition. When the macro field is "=", generate the macro
2083 name from the upper-case function name.
2084 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2085 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2086 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2087 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2088 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2089 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2090 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2091 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2092 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2093 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2094 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2095 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2096 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2097 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2098 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2099 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2100 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2101 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2102 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2103 (DEPRECATED_USE_STRUCT_CONVENTION)
2104 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2105 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2106 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2107 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2108 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2109 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2110 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2111 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2112 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2113 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2114 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2115 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2116 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2117 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2118 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2119 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2120 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2121 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2122
68908a3e
AC
21232004-06-21 Andrew Cagney <cagney@gnu.org>
2124
48f7351b
AC
2125 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2126 macro name, and the function rather than macro value. Only wrap
2127 macro print statements in #ifdef. Move format logic to where it
2128 is needed.
2129 * gdbarch.c: Re-generate.
2130
283354d8
AC
2131 * gdbarch.sh (read): Delete "print_p" and "description", add
2132 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2133 Delete references to print_p.
2134 (TARGET_ARCHITECTURE): Delete print predicate.
2135 * gdbarch.c: Re-generate.
2136
68908a3e
AC
2137 * gdbarch.sh: Check that multi-arch methods do not provide a
2138 macro.
2139 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2140 (print_registers_info, print_float_info, print_vector_info)
2141 (adjust_breakpoint_address, remote_translate_xfer_address)
2142 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2143 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2144 name from the multi-arch definition.
2145
a2428dbe
AC
21462004-06-20 Andrew Cagney <cagney@gnu.org>
2147
2148 * gdbarch.sh: Sort by the function, instead of macro name.
2149 * gdbarch.c: Re-generate.
2150
750eb019
AC
21512004-06-20 Andrew Cagney <cagney@gnu.org>
2152
66d659b1
AC
2153 * gdbarch.sh: Use the function, instead of macro name in
2154 errors and the log file.
2155 (return_value): Remove stray ":" in spec.
2156
750eb019
AC
2157 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2158 * gdbarch.h, gdbarch.c: Re-generate.
2159 * Makefile.in (arch-utils.o): Update dependencies.
2160 * values.c (using_struct_return): Move code calling
2161 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2162 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2163 to legacy_return_value, simplify.
2164 * infcmd.c (print_return_value): Move code calling
2165 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2166 to legacy_return_value, simplify.
2167 * infcall.c (call_function_by_hand): Move code calling
2168 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2169 * arch-utils.c: Update copyright. Include "gdbcore.h".
2170 (legacy_return_value): New function.
2171 * arch-utils.h: Update copyright.
2172 (legacy_return_value): Declare.
2173
b5622e8d
AC
21742004-06-20 Andrew Cagney <cagney@gnu.org>
2175
2176 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2177 * gdbarch.h, gdbarch.c: Re-generate.
2178 * values.c (using_struct_return): Update call.
2179 * mcore-tdep.c: Update comment.
2180 * infcall.c (call_function_by_hand): Update comment.
2181 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2182 * arch-utils.h (always_use_struct_convention): Update.
2183 * v850-tdep.c (v850_gdbarch_init): Update.
2184 * sh64-tdep.c (sh64_gdbarch_init): Update.
2185 * sh-tdep.c (sh_gdbarch_init): Update.
2186 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2187 * mips-tdep.c (mips_gdbarch_init): Update.
2188 * mcore-tdep.c (mcore_gdbarch_init): Update.
2189 * m32r-tdep.c (m32r_gdbarch_init): Update.
2190 * ia64-tdep.c (ia64_gdbarch_init): Update.
2191 * h8300-tdep.c (h8300_gdbarch_init): Update.
2192 * frv-tdep.c (frv_gdbarch_init): Update.
2193 * cris-tdep.c (cris_gdbarch_init): Update.
2194 * arm-tdep.c (arm_gdbarch_init): Update.
2195 * alpha-tdep.c (alpha_gdbarch_init): Update.
2196
5191de37
MC
21972004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2198
2199 * PROBLEMS: Add more specific information, and a work-around,
2200 for PR gdb/1458.
2201
782263ab
AC
22022004-06-18 Andrew Cagney <cagney@gnu.org>
2203
2204 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2205 * gdbarch.h, gdbarch.c: Re-generate.
2206 * ada-lang.c (ada_finish_decode_line_1): Update.
2207 * infrun.c (handle_inferior_event): Update.
2208 * infcall.c (find_function_addr): Update.
2209 * linespec.c (minsym_found): Update.
2210 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2211 Update.
2212 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2213 * cli/cli-cmds.c (disassemble_command): Update.
2214 * vax-tdep.c (vax_gdbarch_init): Update.
2215
2f305df1
MK
22162004-06-18 Mark Kettenis <kettenis@gnu.org>
2217
2218 * i386-tdep.c (i386_collect_fpregset): Fix comment.
2219
e5fe55f7
AC
22202004-06-17 Andrew Cagney <cagney@gnu.org>
2221
2222 GDB 6.1.1 released from the GDB 6.1 branch.
2223 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
2224 * PROBLEMS: Ditto.
2225
473b7be6
DJ
22262004-06-16 Daniel Jacobowitz <dan@debian.org>
2227
2228 PR gdb/1658
2229 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
2230 operation as a uleb128. Found by Michael Coulter.
2231
96d887e8
PH
22322004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
2233
2234 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
2235 make it non-static.
2236 * ada-lang.h (task_control_block): declaration moved from ada-task.c
2237 to ada-lang.h; this is needed to be able to implement the kill command
2238 in multi-task mode.
2239 (task_ptid): Ditto.
2240 (task_entry): Ditto.
2241 (task_list): Ditto.
2242 (ada_build_task_list): Ditto.
2243
2244 * ada-lang.c: Conditionalize routines and data structures related
2245 to breakpoints, exceptions, completion, and symbol caching on
2246 GNAT_GDB, since these are not yet used in the submitted public sources.
2247 (ada_main_name): Editorial: Move definition out of exception-related
2248 code.
2249
31eef181
AC
22502004-06-15 Andrew Cagney <cagney@gnu.org>
2251
2252 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
2253 deprecated_pc_in_call_dummy.
2254
2c500098
AM
22552004-06-15 Alan Modra <amodra@bigpond.net.au>
2256
2257 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
2258 bfd_get_section_size_before_reloc or _raw_size.
2259 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2260 * dwarf2read.c (dwarf2_locate_sections): Likewise.
2261 (dwarf2_read_section): Likewise.
2262 * elfread.c (elf_locate_sections): Likewise.
2263 * gcore.c (derive_heap_segment): Likewise.
2264 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2265 * remote-e7000.c (e7000_load): Likewise.
2266 * remote-m32r-sdi.c (m32r_load): Likewise.
2267 * remote-mips.c (mips_load_srec): Likewise.
2268 (pmon_load_fast): Likewise.
2269 * remote.c (compare_sections_command): Likewise.
2270 * symfile.c (add_section_size_callback): Likewise.
2271 (load_section_callback): Likewise.
2272 (pc_in_unmapped_range): Likewise.
2273 (pc_in_mapped_range): Likewise.
2274 (sections_overlap): Likewise.
2275 (list_overlays_command): Likewise.
2276 (simple_overlay_update_1): Likewise.
2277 (simple_overlay_update): Likewise.
2278 * tracepoint.c (remote_set_transparent_ranges): Likewise.
2279 * win32-nat.c (core_section_load_dll_symbols): Likewise.
2280
90f943f1
RC
22812004-06-14 Randolph Chung <tausq@debian.org>
2282
2283 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
2284 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
2285 static.
2286 (hppa_hpux_inferior_created): New function.
2287 (hppa_hpux_init_abi): Register observer.
2288 * symfile.c (hp_cxx_exception_support_initialized)
2289 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
2290 (symbol_file_add_main_1, symbol_file_clear): Likewise.
2291
700c15aa
RC
22922004-06-14 Randolph Chung <tausq@debian.org>
2293
3973a7d3
AC
2294 * MAINTAINERS (Write After Approval): Alphabetize my entry
2295 correctly.
700c15aa 2296
cea4838c
AC
22972004-06-14 Andrew Cagney <cagney@gnu.org>
2298
2299 * MAINTAINERS (testsuite): List Michael Chastain as the lead
2300 testsuite maintainer.
2301
97092415
AC
23022004-06-13 Andrew Cagney <cagney@gnu.org>
2303
e8c3165b
AC
2304 * infcmd.c (print_return_value): Fix logic, allow
2305 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2306
bceabdd8
AC
2307 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
2308 defining any macros.
2309 * gdbarch.h: Re-generate.
2310
57010b1c
AC
2311 * gdbarch.sh: Delete "level" attribute. Only check for a macro
2312 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
2313 * gdbarch.h: Re-generate.
2314
bc87dfa0
AC
2315 * values.c (generic_use_struct_convention): Don't check gcc_p.
2316
15ac804d
AC
2317 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2318 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
2319 * gdbarch.h, gdbarch.c: Regenerate.
2320 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
2321 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
2322 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2323 deprecated_max_register_raw_size and
2324 deprecated_max_register_virtual_size.
2325 * v850-tdep.c (v850_gdbarch_init): Ditto.
2326 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2327 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2328 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2329 * cris-tdep.c (cris_gdbarch_init): Ditto.
2330
97092415
AC
2331 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
2332 * gdbarch.h, gdbarch.c: Re-generate.
2333 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
2334 (m68hc11_use_struct_convention): Delete function.
2335 (m68hc11_extract_struct_value_address): Delete function.
2336 (m68hc11_return_value): New function.
2337 (m68hc11_gdbarch_init): Instead of store_return_value,
2338 extract_return_value, return_value_on_stack,
2339 deprecated_extract_struct_value_address and use_struct_convention,
2340 set return_value.
2341 * values.c (using_struct_return): Do not call
2342 RETURN_VALUE_ON_STACK.
2343 * arch-utils.h (generic_return_value_on_stack_not): Delete
2344 declaration.
2345 * arch-utils.c (generic_return_value_on_stack_not): Delete
2346 function.
2347
44e5158b
AC
23482004-06-12 Andrew Cagney <cagney@gnu.org>
2349
2350 * values.c (register_value_being_returned): Delete function.
2351 * infcmd.c (legacy_return_value): Delete function.
2352 * infcall.c (call_function_by_hand): Inline
2353 "register_value_being_returned", simplify.
2354 * values.c (using_struct_return): Update comment, refer to
2355 print_return_value instead of register_value_being_returned.
2356 * infcmd.c (print_return_value): Inline calls to
2357 register_value_being_returned and legacy_return_value. Simplify.
2358
b887c273
RC
23592004-06-11 Randolph Chung <tausq@debian.org>
2360
2361 * somread.c (som_symtab_read): Exclude gcc local symbols.
2362
1b2bfbb9
RC
23632004-06-11 Randolph Chung <tausq@debian.org>
2364
3973a7d3
AC
2365 * infrun.c (handle_inferior_event): Handle the case when a
2366 trampoline ends up in the runtime resolver, and if the trampoline
2367 has no name. Rearrange the code so that all the trampoline
2368 processing happens before other step-out-of-range handling.
1b2bfbb9 2369
a9d61c86
MH
23702004-06-11 Martin Hunt <hunt@redhat.com>
2371
2372 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
2373 has no fpu.
2374
2c87cf5a
AC
23752004-06-10 Andrew Cagney <cagney@gnu.org>
2376
2377 * blockframe.c (legacy_inside_entry_func): Delete.
2378 (legacy_frame_chain_valid): Inline call to
2379 legacy_inside_entry_func, simplify.
2380
0b67b468 23812004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
2382
2383 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
2384 * dwarf2read.c (partial_die_info): Add dirname field.
2385 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
2386 (read_partial_die): Save away DW_AT_comp_dir.
2387 * defs.h (symtab_to_filename): Removed.
2388 * source.c (find_and_open_source): Added.
57c22c6c 2389 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
2390 (symtab_to_filename): Removed.
2391 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
2392 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
2393 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
2394 symtab_to_filename.
2395 * symtab.h (partial_symtab): Add dirname field.
2396 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
2397 (mi_cmd_file_list_exec_source_file): Call new function
2398 symtab_to_fullname to find fullname.
57c22c6c 2399 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 2400 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
2401 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
2402
9a1dd1ad
AC
24032004-06-10 Andrew Cagney <cagney@gnu.org>
2404
239ae8c7
AC
2405 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
2406 to generic_use_struct_convention, the default value.
2407
fc720350
AC
2408 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
2409 of abort.
2410
9a1dd1ad
AC
2411 * ns32k-tdep.c (ns32k_push_arguments): New function.
2412 (ns32k_gdbarch_init): Set deprecated_push_arguments.
2413 * infcall.c (call_function_by_hand): Call error instead of
2414 legacy_push_arguments.
2415 * value.h (legacy_push_arguments): Delete declaration.
2416 * valops.c (legacy_push_arguments): Delete function.
2417 (value_push): Delete function.
2418
fea25152
BF
24192004-06-10 Brian Ford <ford@vss.fsi.com>
2420
2421 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
2422 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
2423 info.
2424 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
2425
30a4a8e0
AC
24262004-06-10 Andrew Cagney <cagney@gnu.org>
2427
2428 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
2429 * gdbarch.h, gdbarch.c: Re-generate.
2430 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
2431 parameters.
2432 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
2433 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
2434 deprecated_pc_in_call_dummy instead of
2435 DEPRECATED_PC_IN_CALL_DUMMY.
2436 (arm_skip_prologue): Ditto.
2437 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
2438 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
2439 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
2440 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
2441 Ditto.
2442 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
2443 (sh64_init_extra_frame_info, sh64_get_saved_register)
2444 (sh64_pop_frame): Ditto.
2445 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
2446 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
2447 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
2448 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
2449 (h8300_pop_frame): Ditto.
2450 * blockframe.c (legacy_inside_entry_func)
2451 (legacy_frame_chain_valid): Ditto.
2452 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
2453 to deprecated_pc_in_call_dummy.
2454
81cfbe54
AC
24552004-06-09 Andrew Cagney <cagney@gnu.org>
2456
a1f4a1b6
AC
2457 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
2458 provide a default value.
2459 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
2460 * gdbarch.h, gdbarch.c: Re-generate.
2461 * arch-utils.c (generic_convert_register_p): Rename
2462 legacy_convert_register_p
2463 (legacy_register_to_value, legacy_value_to_register): Delete
2464 functions.
2465 * arch-utils.h (generic_convert_register_p): Rename
2466 legacy_convert_register_p.
2467 (legacy_register_to_value, legacy_value_to_register): Delete
2468 declarations.
2469
9730f241
AC
2470 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
2471 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
2472 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
2473 * gdbarch.h, gdbarch.c: Re-generate.
2474 * infcmd.c (default_print_registers_info): Simplify.
2475 * findvar.c (value_of_register): Simplify.
2476 * mi/mi-main.c (get_register): Simplify.
2477 * arch-utils.c (legacy_convert_register_p): Always return 0.
2478 (legacy_register_to_value, legacy_value_to_register): Always call
2479 internal_error.
2480
8a1bf479
AC
2481 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
2482 #ifdef CLEAR_INSN_CACHE code.
2483 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
2484 Delete #ifdef CLEAR_DEFERRED_STORES code.
2485
4b38d6f1
AC
2486 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
2487
2d62ecc7
AC
2488 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
2489 copyright.
2490 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
2491
be4f7469
AC
2492 * config/mips/mipsv4.mh: Delete file.
2493
81cfbe54
AC
2494 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
2495 unreferenced macro.
2496 (hpread_adjust_stack_address): Delete declaration.
2497
d966f0cb
AC
24982004-06-08 Andrew Cagney <cagney@gnu.org>
2499
2500 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2501 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
2502 PTRACE_ATTACH / PTRACE_DETACH available call error.
2503 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
2504 * infttrace.c (update_thread_state_after_attach, attach, detach):
2505 Remove #ifdef wrappers.
2506 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
2507 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2508 * config/nm-bsd.h (ATTACH_DETACH): Delete.
2509 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
2510 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
2511 * config/nm-linux.h (ATTACH_DETACH): Delete.
2512 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
2513 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
2514 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
2515 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
2516 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
2517
d91670b9
CV
25182004-06-08 Corinna Vinschen <vinschen@redhat.com>
2519
2520 * configure.in: Set $configdir to the right OS specific value.
2521 Use value when setting $tcldir and $tkdir.
2522 * configure: Regenerate.
2523
28ba0b33
PB
25242004-06-06 Paul Brook <paul@codesourcery.com>
2525
2526 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
2527 records.
2528
f26caa11
PH
25292004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
2530
2531 * ada-lang.c (lookup_symbol_in_language): New function to allow
2532 re-use of another language's symbol lookup code. (Placed here
2533 temporarily while Ada support is being integrated into the public
2534 tree).
2535 (restore_language): New auxiliary function for
2536 lookup_symbol_in_language.
2537 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
2538 temporarily while Ada support is being integrated into the public
2539 tree).
2540
d560a54b
AO
25412004-06-08 Alexandre Oliva <aoliva@redhat.com>
2542
e75d110c
AO
2543 * Makefile.in (check//%): New.
2544
d560a54b
AO
2545 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
2546 (mn10300_store_return_value): Rewrite.
2547 (mn10300_type_align): New.
2548 (mn10300_use_struct_convention): Rewrite.
2549 (mn10300_return_value): New, using all of the above.
2550 (mn10300_pop_frame_regular): Add saved_regs_size.
2551 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
2552
a72fbdb7
AO
2553 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
2554 regs if PC is on movm.
2555
01904826
JB
25562004-06-07 Jim Blandy <jimb@redhat.com>
2557
2558 Add native Linux support for the PowerPC E500.
2559 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
2560 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
2561 all architectures except the E500.
2562 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
2563 #definitions.
2564 (struct gdb_evrregset_t): New type.
2565 (have_ptrace_getsetevrregs): New variable.
2566 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
2567 fetch_spe_registers): New functions.
2568 (fetch_register): Call fetch_spe_register as appropriate.
2569 Assert that we're only passed raw register numbers.
2570 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
2571 Don't fetch gprs if they're pseudoregisters.
2572 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
2573 store_spe_registers): New functions.
2574 (store_register): Call store_spe_register as appropriate.
2575 Assert that we're only passed raw register numbers.
2576 (store_ppc_registers): Call store_spe_registers as appropriate.
2577 Don't store gprs if they're pseudoregisters.
2578
f90ef764
JJ
25792004-06-07 Jeff Johnston <jjohnstn@redhat.com>
2580
2581 * thread-db.c (thread_get_info_callback): Fill in the thread_info
2582 struct if one exists, even if we are dealing with a zombie thread.
2583
45b75230
AC
25842004-06-07 Andrew Cagney <cagney@gnu.org>
2585
2586 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
2587 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
2588 Rename PC_REQUIRES_RUN_BEFORE_USE.
2589 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
2590 #ifdef.
2591
1658da49
RC
25922004-06-07 Randolph Chung <tausq@debian.org>
2593
2594 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
2595 unwinding after sp has been saved to the stack but before the end
2596 of the prologue, and after the fp has been modified but before it has
2597 been saved to the stack.
2598 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
2599 Remove superfluous definitions.
2600 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
2601
9a727a3c
RC
26022004-06-07 Guy Martin <gmsoft@gentoo.org>
2603
2604 Committed by Randolph Chung.
2605 * hppa-linux-nat.c: Include the correct version of the header file
2606 depending on the kernel version.
2607
9e500012
RC
26082004-06-06 Randolph Chung <tausq@debian.org>
2609
2610 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
2611 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
2612
3388d7ff
RC
26132004-06-06 Randolph Chung <tausq@debian.org>
2614
2615 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
2616 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
2617 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
2618 * hppa-tdep.c (hppa_symbol_address): New function definition.
2619 * hppa-tdep.h (hppa_symbol_address): New function declaration.
2620
d49771ef
RC
26212004-06-06 Randolph Chung <tausq@debian.org>
2622
2623 * hppa-tdep.h (struct value): Forward declaration.
2624 (gdbarch_tdep): Define tdep find_global_pointer method.
2625 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
2626 associated with the function we are trying to call, and write it
2627 to the gp register.
2628 (hppa32_convert_from_funct_ptr_addr): New function.
2629 (hppa_find_global_pointer): New function.
2630 (hppa_gdbarch_init): Set default find_global_pointer method; set
2631 convert_from_func_ptr_addr method.
2632 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
2633 (hppa_linux_init_abi): Set find_global_pointer method.
2634 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
2635
7d9b040b
RC
26362004-06-06 Randolph Chung <tausq@debian.org>
2637
2638 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
2639 to struct value *function.
2640 * gdbarch.c: Regenerate.
2641 * gdbarch.h: Likewise.
2642 * infcall.c (call_function_by_hand): Pass entire function value
2643 to push_dummy_call.
2644
2645 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
2646 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
2647 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
2648 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
2649 * arm-tdep.c (arm_push_dummy_call): Likewise.
2650 * avr-tdep.c (avr_push_dummy_call): Likewise.
2651 * cris-tdep.c (cris_push_dummy_call): Likewise.
2652 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
2653 * frv-tdep.c (frv_push_dummy_call): Likewise.
2654 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2655 * hppa-tdep.c (hppa32_push_dummy_call)
2656 (hppa64_push_dummy_call): Likewise.
2657 * i386-tdep.c (i386_push_dummy_call): Likewise.
2658 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
2659 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
2660 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2661 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
2662 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
2663 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
2664 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
2665 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
2666 (ppc64_sysv_abi_push_dummy_call): Likewise.
2667 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
2668 (ppc64_sysv_abi_push_dummy_call): Likewise.
2669 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
2670 * s390-tdep.c (s390_push_dummy_call): Likewise.
2671 * sh-tdep.c (sh_push_dummy_call_fpu)
2672 (sh_push_dummy_call_nofpu): Likewise.
2673 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
2674 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
2675 * vax-tdep.c (vax_push_dummy_call): Likewise.
2676
4a19ea35
JB
26772004-06-04 Jim Blandy <jimb@redhat.com>
2678
8327ccee
JB
2679 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
2680 gdbarch argument to register_size.
2681
a3c001ce
JB
2682 * rs6000-tdep.c (rs6000_store_return_value): Use
2683 regcache_cooked_write_part instead of
2684 deprecated_write_register_bytes.
2685 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
2686 not gdbarch_deprecated_store_return_value.
2687
4a19ea35
JB
2688 * ppc-linux-nat.c (store_register, fetch_register): Remove
2689 incorrect assertions. Simplify and generalize handling of
2690 transfers whose sizes are not multiples of, or less than, sizeof
2691 (PTRACE_XFER_TYPE).
2692
b9b5d7ea
JJ
26932004-06-04 Jeff Johnston <jjohnstn@redhat.com>
2694
2695 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
2696 as a new thread event.
720c7d64 2697 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 2698 zombie, return TD_THR_ZOMBIE.
720c7d64 2699 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
2700 TD_THR_ZOMBIE, check if the thread is still on the thread list
2701 and return a -1 ptid if not found.
2702 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
2703 change the status to TARGET_WAITKIND_SPURIOUS.
2704
c8a3b559
CV
27052004-06-03 Corinna Vinschen <vinschen@redhat.com>
2706
2707 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
2708 double values in little endian mode.
2709
20605361
AC
27102004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
2711
2712 Committed by Andrew Cagney.
2713 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
2714 after last enum constant to avoid error from IBM C
2715 compiler.
2716
bc97b3ba
JB
27172004-06-02 Jim Blandy <jimb@redhat.com>
2718
2719 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
2720 to 'message', and make it local to the lone block that uses it.
2721
1da28ab0
JB
2722 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
2723
4c4b4cd2
PH
27242004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
2725
8a2225b2
PH
2726 * ada-exp.y: Update copyright notice.
2727 Include block.h.
2728
2729 Replace REGNAME, LAST, INTERNAL_VARIABLE with
2730 SPECIAL_VARIABLE and unify the treatment of these cases.
2731
2732 (write_attribute_call0): Remove.
2733 (write_attribute_call1): Remove.
2734 (write_attribute_calln): Remove.
2735 (save_qualifier): Add missing semicolon.
2736
2737 (simple_exp,exp): Decomment (i.e., reactivate) code that was
2738 temporarily disabled to allow compilation with FSF head version.
2739
2740 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
2741 use individual operators (OP_*) for all attributes.
2742 (exp syntax): Use write_int.
2743 Handle STRING literals with OP_STRING.
2744 (variable syntax): Add limit parameter to calls to
2745 write_object_renaming.
2746
2747 (temp_parse_space): New definition to hold entities that need
2748 only live until the next call to ada_parse.
2749 (string_to_operator): Rename fields of ada_opname_table entries.
2750
2751 (write_var_from_sym): Record block.
2752 (write_var_from_name): Minor reformatting.
2753 Make sure saved name is properly encoded in the case of multiple
2754 matches, and set its language to Ada.
2755 Update comment.
2756 Modify to indicate unresolved name as symbol in the UNRESOLVED
2757 namespace, allocated in temp_parse_space.
2758 (write_int): New function.
2759
2760 (write_object_renaming): Add max_depth parameter to limit
2761 chains of object renamings.
2762 Handle case where root of renaming expression is itself a renaming.
2763 Use temp_parse_space for temporary name buffer.
2764 Handle renamings to dereferenced pointers (___XEXA suffices).
2765
2766 (ada_parse, yyerror, string_to_operator,
2767 write_var_from_sym, write_var_from_name, write_attribute_call0,
2768 write_attribute_call1, write_attribute_calln,
2769 write_object_renaming): Protoize.
2770
2771 (_initialize_ada_exp): New function.
2772
2773 * ada-lang.c: Update copyright notice.
2774 General terminology change to conform to GNAT compiler usage:
2775 mangle => encode, demangle => decode
2776 Include gdb_obstack.h.
2777 Include gdb_regex.h
2778 Include frame.h
2779 Include hashtab.h
2780 Include completer.h
2781 Include gdb_stat.h
2782 Include block.h
2783 Include infcall.h
2784
2785 (ADA_RETAIN_DOTS): Make sure this is defined.
2786 (TRUNCATION_TOWARDS_ZERO): Define.
2787 (struct string_vector): Define.
2788 (unresolved_names): Remove definition.
2789 (xnew_string_vector): New function.
2790 (string_vector_append): New function.
2791 (extract_string): Make static.
2792 (ada_unqualified_name): New function.
2793 (add_angle_brackets): New function.
2794 (function_name_from_pc): New function.
2795 (place_on_stack): Rename to ensure_lval.
2796
2797 (ensure_lval): Renamed from place_on_stack.
2798 Make identity on lvals.
2799 Update comment.
2800 (is_nonfunction): New interface.
2801 Only symbols in LOC_CONST class can be enumerals.
2802 (fill_in_ada_prototype): Remove; now independent of language.
2803 (add_defn_to_vec): Add obstack and symtab arguments.
2804 Use obstack to hold collected definitions.
2805 (num_defns_collected): New function.
2806 (defns_collected): New function.
2807 (ada_resolve_subexp): Rename to resolve_subexp.
2808 (resolve_subexp): Renamed from ada_resolve_subexp.
2809 (ada_op_name): Return non-const result.
2810 (ada_decoded_op_name): Renamed from ada_op_name, now used for
2811 other purposes.
2812
2813 (to_fixed_array_type): Add declaration.
2814 (coerce_unspec_val_to_type): Remove offset parameter.
2815 (find_sal_from_funcs_and_line): New interface.
2816 (find_line_in_linetable): Ditto.
2817
2818 (all_sals_for_line): Rename to ada_sals_for_line and make
2819 global.
2820 Add new parameter. When set, do not ask the user to choose the
2821 instance, but use the first one found instead.
2822 Use given line number in returned sals.
2823 Fix comment.
2824 Skip the prologue if funfirstline is set.
2825 Correct for memory leak when 0 lines found.
2826
2827 (value_pos_atr): Use pos_atr.
2828 (pos_atr): New function.
2829 (standard_lookup): Add block parameter.
2830
2831 (makeTimeStart): Remove declaration and uses.
2832 (makeTimeStop): Remove declaration and uses.
2833
2834 (ada_completer_word_break_characters): Allow for VMS.
2835 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
2836 (raise_sym_name): New constant.
2837 (raise_unhandled_sym_name): New constant.
2838 (raise_assert_sym_name): New constant.
2839 (process_raise_exception_name): New constant.
2840 (longest_exception_template): New constant.
2841 (warning_limit): New variable to limit warnings during expression
2842 evaluation.
2843 (warnings_issued): New variable to keep track of warnings issued.
2844 (known_runtime_file_name_patterns): New constant.
2845 (known_auxiliary_function_name_patterns): New constant.
2846 (symbol_list_obstack): New variable.
2847
2848 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
2849 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
2850 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
2851 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
2852 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
2853 ada_variant_discrim_name, field_alignment, dynamic_template_type,
2854 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
2855 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
2856 and strcmp.
2857
2858 (ada_get_field_index): New function.
2859 (lim_warning): New function.
2860 (ada_translate_error_message): New function.
2861 (MAX_OF_SIZE): New function.
2862 (MIN_OF_SIZE): New function.
2863 (UMAX_OF_SIZE): New function.
2864 (UMIN_OF_SIZE): New function.
2865 (discrete_type_high_bound): New function.
2866 (discrete_type_low_bound): New function.
2867 (base_type): New function.
2868 (do_command): Remove.
2869
2870 (ada_update_initial_language): Use language_ada, not language_unknown.
2871 (ada_encode): Renamed from ada_mangle.
2872 Obey ADA_RETAIN_DOTS.
2873 (ada_decode): Renamed from ada_demangle.
2874 Update coding conventions.
2875 (decoded_names_store): New hash table.
2876 (ada_decode_symbol): New function.
2877 (ada_la_decode): New function.
2878
2879 (modify_general_field): Correct computations of offset and bit
2880 position.
2881 (desc_base_type): Handle ref types, too.
2882 (ada_is_direct_array_type): New function.
2883
2884 (ada_is_simple_array): Rename to ada_is_simple_array_type.
2885 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
2886 (ada_is_bogus_array_descriptor,ada_type_of_array,
2887 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
2888 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
2889 ada_is_array_descriptor_type.
2890
2891 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
2892 (ada_is_packed_array_type): Handle pointers or
2893 references to packed arrays as well.
2894 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
2895 (decode_packed_array_type): Search for the packed array type
2896 symbol in the currently selected block and associated
2897 superblocks too.
2898 Use lookup_symbol again.
2899
2900 (decode_packed_array): Handle pointers and references.
2901 Update call to coerce_unspec_val_to_type.
2902 (decode_packed_array_type,value_subscript_packed): Limit warnings.
2903 (ada_value_primitive_packed_val): Improve comment.
2904
2905 (ada_index_type): Substitute int type for "undefined".
2906 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
2907 ada_array_langth, ada_is_string_type): Use renamed
2908 ada_is_simple_array_type.
2909 (empty_array): New function.
2910
2911 (ada_resolve): Rename to resolve.
2912 (resolve): Make static.
2913 Call renamed resolve_subexp.
2914 Update comment.
2915 (ada_resolve_subexp): Rename to resolve_subexp.
2916 (resolve_subexp): Update comment.
2917 Decomment disabled code.
2918 Add LOC_COMPUTED* cases.
2919 Modify to use temporary struct symbols (marked as being in
2920 UNDEF_NAMESPACE) to indicate unresolved names, instead of
2921 OP_UNRESOLVED_VALUE.
2922 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
2923 Add OP_STRING case.
2924 Remove OP_ARRAY.
2925 Use SYMBOL_PRINT_NAME instead of ada_demangle.
2926 Use new ada_lookup_symbol_list interface.
2927 Use new ada_resolve_function interface.
2928 Remove OP_TYPE case.
2929
2930 (ada_args_match): Idiot proof against null actuals.
2931 Use intermediate variables to clarify.
2932 (ada_resolve_function): Update comment and interface.
2933 (mangled_ordered_before): Rename to encoded_ordered_before and
2934 update comment.
2935 (sort_choices): Update comment and interface.
2936 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
2937 (user_select_syms): New interface.
2938 Use new sort_choices interface.
2939 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
2940 (possible_user_operator_p): Idiot-proof against null values.
2941 (ada_simple_renamed_entity): Don't make cleanup; rely on
2942 caller to free result string.
2943 Remove const from return type.
2944 (make_array_descriptor): Rename uses of place_on_stack to
2945 ensure_lval.
2946 Make sure that arrays are on stack.
2947
2948 (HASH_SIZE): Define.
2949 (struct cache_entry): Define.
2950 (cache_space): Define.
2951 (cache): Define.
2952 (clear_ada_sym_cache): New function.
2953 (find_entry): New function.
2954 (lookup_cached_symbol): New function.
2955 (defn_vector_size): Define.
2956 (cache_symbol): New function.
2957 (defn_symbols): Remove.
2958
2959 (standard_lookup): Use lookup_symbol_in_language to get effect of
2960 C lookup.
2961 Cache results.
2962
2963 (symbol_completion_match): New function.
2964 (symbol_completion_add): New function.
2965 (ada_make_symbol_completion_list): New function.
2966
2967 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
2968 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
2969 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2970 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
2971
2972 (ada_lookup_simple_minsym): New function.
2973 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
2974
2975 (add_symbols_from_enclosing_procs): New interface.
2976 Conditionalize more helpfully.
2977 Don't bother if program isn't running.
2978 Use new interface to get_frame_block.
2979 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
2980
2981 (remove_extra_symbols): New interface.
2982 (xget_renaming_scope): New function.
2983 (is_package_name): New function.
2984 (renaming_is_visible): New function.
2985 (remove_out_of_scope_renamings): New function.
2986
2987 (ada_lookup_symbol_list): New interface.
2988 Properly reinitialize the symbol list obstack.
2989 Don't call add_symbols_from_enclosing_procs if we start from a
2990 static or global block.
2991 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
2992 add_symbols_from_enclosing_procs.
2993 Add symtab data to cached entries.
2994 Handle symbols prefixed with
2995 "standard__" specially; strip prefix and don't look in local symbols.
2996 Do not include out of scope renaming symbols in list of
2997 symbols returned.
2998 Add const to block parameter.
2999 Move check for non-local, non-global symbols earlier.
3000 Remove timing stuff.
3001 (ada_lookup_symbol): New interface.
3002 Find symtab as well.
3003 (ada_lookup_symbol_nonlocal): New function.
3004
3005 (is_name_suffix): Enhance suffix detection to recognize
3006 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3007 (is_dot_digits_suffix): New function.
3008 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3009
3010 (ada_add_block_symbols): New interface. Use obstack to return results
3011 in a vector of struct ada_symbol_infos. Add symtab argument.
3012 Use new interface to add_defn_to_vec.
3013 Remove calls to fill_in_ada_prototype.
3014 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3015
3016 (ada_finish_decode_line_1): Add const qualification to local to fix
3017 warning.
3018 Start looking in static block for functions to avoid attempts
3019 to search frame chain for up-level variables.
3020 Adapt to new ada_sals_for_line interface.
3021 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3022 Handle quoting of the function name inside the spec string.
3023 Skip prologue when funfirstline is set and update the
3024 function documentation to that effect.
3025
3026 (debug_print_lines, debug_print_block, debug_print_blocks,
3027 debug_print_symtab): Remove.
3028
3029 (ada_main_name): New function.
3030 (ada_exception_breakpoint_type): New function.
3031 (is_known_support_routine): New function.
3032 (ada_find_printable_frame): Renamed from find_printable_frame and made
3033 global.
3034 Remove level parameter.
3035 Use new interface to select_frame.
3036
3037 (begin_command): Remove.
3038 (ada_adjust_exception_stop): New function.
3039 (ada_print_exception_stop): New function.
3040 (exception_name_from_cond): New function.
3041 (ada_report_exception_break): Replace disabled code with
3042 conditionalization on GNAT_GDB.
3043 Get the exception name from the condition string.
3044 Remove and move functionality into new functions
3045 ada_print_exception_breakpoint_task and
3046 ada_print_exception_breakpoint_nontask.
3047 (error_breakpoint_runtime_sym_not_found): New function.
3048 (is_runtime_sym_defined): New function.
3049 (ada_breakpoint_rewrite): Uncomment suppressed code.
3050 Use symbolic error-message and runtime-symbol names.
3051 Surround runtime symbol names in quotes.
3052 Allow non-specific breakpoints on exceptions and assertions before
3053 program starts.
3054
3055 (ada_is_tagged_type): Add parameter.
3056 (ada_is_tag_type): New function.
3057 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3058 (ada_variant_discrim_type): Ditto.
3059 (value_tag_from_contents_and_address): New function.
3060 (type_from_tag): New function.
3061 (struct tag_args): New structure used to communicate with
3062 ada_tag_name_1.
3063 (ada_tag_name_1): New function.
3064 (ada_tag_name): New function.
3065
3066 (ada_scan_number): Update comment.
3067 (find_struct_field): New function.
3068 (ada_search_struct_field): Make static.
3069 (ada_value_struct_elt): New version that returns references when
3070 given pointers or references to structs.
3071 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3072 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3073 interface.
3074 (ada_value_ind): Use new ada_to_fixed_value interface.
3075 (ada_coerce_ref): Ditto.
3076 (field_offset): Remove.
3077
3078 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3079 (ada_find_renaming_symbol): New function.
3080 (ada_prefer_type): Prefer named types over unnamed ones.
3081 (variant_field_index): New function.
3082 (contains_variant_part): Removed: subsumed by variant_field_index.
3083 (ada_template_to_fixed_record_type): New function, mostly from
3084 template_to_fixed_record_type.
3085 (template_to_fixed_record_type):
3086 Do not scan the type fields beyond the last one; prevents a
3087 potential SEGV.
3088 Handle case where variant field is listed BEFORE discriminant it
3089 depends on.
3090 Fix calculation of record length when bit length is
3091 not evenly divisible by char length.
3092 Move code to ada_template_to_fixed_record_type and call it.
3093
3094 (template_to_static_fixed_type): Revise comment.
3095 Modify to work on ordinary record types as well as templates,
3096 so as to handle fields that use ___XVE or ___XVU encodings.
3097 (to_record_with_fixed_variant_part): Fill out comment.
3098 Initialize C++ stuff in right type.
3099 Allow case where DVAL is null.
3100 Handle case where variant field is not last.
3101 Fix typo concerning record length.
3102 (to_fixed_record_type): Decomment disabled code.
3103 (to_fixed_record_type): Use variant_field_index instead of
3104 contains_variant_part.
3105 (to_fixed_variant_branch_type): Ditto.
3106 (to_fixed_array_type): Decomment disabled code.
3107 (ada_to_fixed_type): Convert tagged types to the specific type.
3108 Deactivate the size-check for array types in order to avoid
3109 some false size alarms.
3110 (to_static_fixed_type): Decomment disabled code.
3111 Modify to call template_to_static_fixed_type
3112 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3113 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3114 Remove valaddr argument, as it is never really used.
3115 (ada_to_fixed_value): Change interface to act on single struct value*
3116 operand.
3117 (adjust_pc_past_prologue): New function.
3118 (ada_attribute_name): Modify to take enum exp_opcode argument.
3119
3120 (ada_enum_name): Recognize new homonym-distinguishing convention.
3121 Adjust local variable's type to remove compiler warning.
3122 Fix a small problem in the part that unqualifies the enumeration name.
3123 (ada_value_binop): New function.
3124 (ada_value_equal): New function.
3125
3126 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3127 Don't give error message when not doing normal evaluation
3128 and a tagged type doesn't seem to contain a structure member.
3129 Give error message for packed arrays.
3130 For indexing arrays, handle pointers to packed arrays correctly.
3131 Handle case of 'first and 'last attributes of bare integral type
3132 without encoded subtype info.
3133 Remove some unnecessary casts.
3134 Fix uninitialized value of type in computing 'first, 'last, or 'length
3135 of array object.
3136 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3137 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3138 calls.
3139 Attributes are now exp_opcode values.
3140 Correct treatment of 'modulus.
3141 Better error message for taking 'length of wrong kind of type;
3142 improve comment.
3143 Change EVAL_NORMAL to noside for consistency.
3144 Use ada_value_binop for DIV, MOD, REM.
3145 Make special case out of array of length 0, since an argument
3146 of 0 upsets some platforms' malloc.
3147 Use OP_STRING instead of OP_ARRAY.
3148 For slice, add check that we have an array type before extracting
3149 a slice out of it. Avoids a SEGV.
3150 When evaluating an array slice, if the array type is a reference to
3151 an aligner type, then replace the aligner type by the actual type.
3152 Decomment disabled code.
3153 Remove some dead code.
3154 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3155 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3156 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3157 and UNOP_MBR to UNOP_IN_RANGE.
3158 If an array type has a parallel ___XVE type, then use it.
3159 Turn arrays into pointers for lvalue arrays.
3160 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3161 bounds error and handle 0-length slices.
3162 Use lim_warning.
3163 When selecting fields, apply ada_to_fixed_value (because the fields
3164 might have ___XVU or ___XVE encodings even if not dynamic.)
3165 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3166 (ada_is_system_address_type): New function.
3167
3168 (get_var_value): Use new interface to ada_lookup_symbol_list.
3169 (get_int_var_value): New interface.
3170 (to_fixed_range_type): Allow unknown bound, with warning.
3171 (ada_is_modular_type): Decomment disabled code.
3172 (ADA_OPERATORS): New definition.
3173 (ada_operator_length): New function.
3174 (ada_expr_op_name): New function.
3175 (ada_forward_operator_length): New function.
3176 (ada_dump_subexp_body): New function.
3177 (ada_print_subexp): New function.
3178 (ada_exp_descriptor): New constant.
3179 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3180 (ada_language_defn): Add ada_exp_descriptor entry.
3181 Change ada_parse => parse.
3182 Add post-parser entry.
3183 Use ada-specific non-local symbol lookup.
3184 Don't use C-style arrays.
3185 String lower-bound is 1.
3186 Decomment disabled code.
3187 (parse): New function.
3188 New fields ada_translate_error_message, ada_lookup_symbol,
3189 ada_lookup_minimal_symbol.
3190
3191 * ada-lang.h: Update copyright dates.
3192 Replace the mangle/demangle terminology throughout by the
3193 more appropriate encode/decode one.
3194 Include breakpoint.h.
3195 Forward declare struct partial_symbol, struct block.
3196 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3197 (EXTRACT_ADDRESS): Remove.
3198 (EXTRACT_INT): Remove.
3199 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3200 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3201 (MAX_RENAMING_CHAIN_LENGTH): Define.
3202 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3203
3204 (enum task_states): Remove.
3205 ada_task_states: Remove.
3206 (fat_string): Remove.
3207 (struct entry_call): Remove.
3208 (struct task_fields): Remove.
3209 (struct task_entry): Remove.
3210
3211 (struct ada_symbol_info): Define.
3212 (enum ada_attribute): Remove.
3213 (enum ada_operator): Define.
3214
3215 (ada_get_field_index): Declare.
3216 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
3217 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3218 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3219 (ada_lookup_symbol_list): New interface.
3220 (ada_decode_symbol): Declare.
3221 (ada_decode): Declare.
3222 (ada_lookup_symbol): New interface.
3223 (ada_update_initial_language): Declare.
3224 (ada_lookup_simple_minsym): Declare.
3225 (user_select_syms): New interface.
3226 (ada_sals_for_line): Declare.
3227 (ada_is_tagged_type): New interface.
3228 (ada_tag_name): Declare.
3229 (ada_lookup_struct_elt_type): Remove declaration.
3230 (ada_search_struct_field): Remove declaration.
3231 (ada_attribute_name): New interface.
3232 (ada_is_system_address_type): Declare.
3233 (ada_to_fixed_value): Remove declaration.
3234 (ada_template_to_fixed_record_type_1): Declare.
3235 (get_int_var_value): New interface.
3236 (ada_find_any_symbol): Declare.
3237 (ada_find_renaming_symbol): Declare.
3238 (ada_mangle): Rename to ada_encode.
3239 (ada_simple_renamed_entity): Remove const.
3240 (ada_main_name): Declare.
3241 (get_current_task): Rename to ada_get_current_task.
3242 (get_entry_number): Remove declaration.
3243 (ada_report_exception_break): Remove declaration.
3244 (ada_print_exception_breakpoint_nontask): Declare.
3245 (ada_print_exception_breakpoint_task): Declare.
3246 (ada_find_printable_frame): Declare.
3247
3248 * ada-lex.l: Update copyright notices.
3249 Use xmalloc and xfree instead of malloc and free.
3250 Use new interface to name_lookup.
3251 Use new interface to
3252 ada_mangle=>ada_encode.
3253 Redo handling of '$...' variable to parallel current treatment
3254 in c-exp.y.
3255 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
3256 digit_to_int, strtoulst, processInt, processReal, processId,
3257 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
3258 yywrap): Protoize.
3259
3260 (processInt): Use cast to remove harmless warning.
3261 (processReal): Modify to get rid of compiler warning on scan formats.
3262
3263 (processId): Replace xmalloc with obstack_alloc for name and remove
3264 call to ada_name_string_cleanup.
3265 Remove obsolete disabled code.
3266 (name_lookup): Ditto.
3267 New interface.
3268 Use obsavestring on temp_parse_space instead of savestring
3269 on name, and remove call to ada_name_string_cleanup.
3270 Free string returned from ada_simple_renamed_entity.
3271 Use new interface to ada_lookup_symbol_list.
3272 Decomment disabled code.
3273 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
3274 not types.
3275 When a type name lookup succeeds as a result of
3276 lookup_primitive_typename, check for regular type entry that has not
3277 yet been read in.
3278 Limit length of chain of renamed symbols we are willing to follow.
3279 Do not break names beginning with "standard__" into segments.
3280 (block_lookup): Use new interface to ada_lookup_symbol_list.
3281
3282 * ada-typeprint.c: Update copyright notice.
3283 (demangled_type_name): Rename to decoded_type_name.
3284 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
3285 (print_range_bound): Correct handling of negative
3286 bounds that make the index type looked unsigned under STABS.
3287 (print_dynamic_range_bound): Use new interface to get_int_var_value.
3288 (print_range_type_named): Use the builtin int type if no type
3289 corresponding to the given type name could be found.
3290 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
3291 Add some bullet-proofing.
3292 (print_variant_clauses): Allow for variant branches with ___XVU
3293 encodings that are not dynamic fields.
3294 Use new interface to ada_is_tagged_type.
3295 (print_record_type): Allow for fields with ___XVE encodings that
3296 are not dynamic fields.
3297 Use new interface to ada_is_tagged_type.
3298 (ada_print_type): ada_is_array_descriptor =>
3299 ada_is_array_descriptor_type.
3300
3301 * ada-valprint.c: Update copyright notice.
3302 Include gdb_string.h
3303 Include infcall.h
3304 (ui_memcpy): New function.
3305 (ada_print_floating): New function.
3306 (ada_print_str): Order arguments correctly.
3307 Correct handling of empty arrays and arrays of 0-length items.
3308 ada_is_array_descriptor => ada_is_array_descriptor_type
3309 Print values of type System.Address in hexadecimal format.
3310 Use ada_print_floating to print floating-point numbers in Ada format.
3311 Print class tag values with type names.
3312 No longer print the address of reference values. Avoids
3313 a potential confusion.
3314 (ada_value_print): Stop printing the object type for reference
3315 values, but preserve that behavior for access types. Avoids
3316 a potential confusion.
3317 Simplify one conditional expression, as the first part is now
3318 necessarily true.
3319 ada_is_array_descriptor => ada_is_array_descriptor_type
3320 Add check for arrays for null records, and print them by hand.
4c4b4cd2 3321
f65f91b5
JB
33222004-06-01 Jim Blandy <jimb@redhat.com>
3323
3324 * ppc-tdep.h: Delete unused 'regoff' member.
3325 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
3326
d4687fa0
MC
33272004-06-01 Michael Chastain <mec.gnu@mindspring.com>
3328
3329 Fix PR symtab/1661.
3330 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
3331 (hpread_read_struct_type): Likewise.
3332
de169ec9
AC
33332004-06-01 Andrew Cagney <cagney@gnu.org>
3334
c6902d46
AC
3335 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
3336 instead of xasprintf.
3337 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
3338 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3339 (mi_cmd_data_list_register_names)
3340 (mi_cmd_data_list_changed_registers)
3341 (mi_cmd_data_list_register_values)
3342 (get_register, mi_cmd_data_write_register_values)
3343 (mi_cmd_data_write_register_values)
3344 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
3345 (mi_cmd_target_download, mi_cmd_target_select)
3346 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
3347 (mi_execute_cli_command, mi_execute_async_cli_command)
3348 (mi_execute_async_cli_command): Ditto.
3349 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
3350 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
3351
6085fc2d
AC
3352 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
3353 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
3354 error_last_message instead of mi_error_last_message.
3355 * mi/mi-main.c (mi_error_last_message): Delete function.
3356
de169ec9
AC
3357 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
3358 "invalid number of columns" error. Delete redundant "out of
3359 memory" check.
3360
1fc7d519
MK
33612004-05-31 Mark Kettenis <kettenis@gnu.org>
3362
6cfb2041
MK
3363 * i386bsd-nat.c: Don't include <sys/procfs.h>.
3364 (gregset_t, fpregset_t): Remove typedefs.
3365 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
3366 (REG_OFFSET): Rename argument.
3367 (i386bsd_r_reg_offset): Rename from reg_offset.
3368 (REG_ADDR): Remove macro.
3369 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
3370 functions.
3371 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
3372 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
3373 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
3374 instead of supply_gregset.
3375 (store_inferior_registers): Use `struct reg' and `struct fpreg'
3376 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
3377 instead of fill_gregset.
3378 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
3379
1fc7d519
MK
3380 * i386bsd-nat.c: Don't include "gregset.h".
3381 (supply_gregset, fill_gregset): Make static.
3382 (supply_fpregset, fill_fpregset): Remove.
3383 * Makefile.in (i386bsd-nat.o): Update dependencies.
3384
2c34abbe
MK
33852004-05-30 Mark Kettenis <kettenis@gnu.org>
3386
448724fb
MK
3387 * fbsd-proc.c: Include "regcache.h", "regset.h" and
3388 "gdb_assert.h". Con't include "gregset.h".
3389 (fbsd_make_corefile_notes): Use regset-based core file support
3390 instead off fill_gregset and fill_fpregset.
3391 * Makefile.in (fbsd-proc.o): Update dependencies.
3392
5ca8ca7c
MK
3393 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
3394 instructions.
3395 (m88k_frame_prev_register): Simplify code a bit.
3396
593adc23
MK
3397 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
3398 (amd64_collect_fpregset): New function.
3399 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
3400
8d1b517b
MK
3401 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
3402
7fdafb5a
MK
3403 * i386-tdep.c (i386_supply_gregset): Adjust comment.
3404 (i386_collect_gregset): New function.
3405 (i386_supply_fpregset): Adjust comment.
3406 (i386_collect_fpregset): New function.
3407 (i386_regset_from_core_section): Use i386_collect_gregset and
3408 i386_collect_fpregset.
3409
8693c419
MK
3410 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
3411 handle VALUEP being null.
3412
2c34abbe
MK
3413 * regset.h (collect_regset_ftype): Unconstify fourth argument.
3414
45d134d8
MK
34152004-05-29 Mark Kettenis <kettenis@gnu.org>
3416
1698f4e7
MK
3417 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
3418
45d134d8
MK
3419 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
3420 assembler in OpenBSD 3.5-current.
3421 (amd64obsd_sigcontext_addr): Likewise.
3422
691d145a
JB
34232004-05-28 Jim Blandy <jimb@redhat.com>
3424
3425 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
3426 register set, so our regcache isn't declared "legacy" and our E500
3427 pseudoregister read and write functions aren't ignored.
3428 (rs6000_register_byte, rs6000_register_raw_size,
3429 rs6000_register_virtual_type, rs6000_register_convertible,
3430 rs6000_register_convert_to_virtual,
3431 rs6000_register_convert_to_raw): Deleted.
3432 (rs6000_register_type, rs6000_convert_register_p,
3433 rs6000_register_to_value, rs6000_value_to_register): New
3434 functions.
3435 (rs6000_gdbarch_init): Don't register
3436 gdbarch_deprecated_register_size,
3437 gdbarch_deprecated_register_bytes,
3438 gdbarch_deprecated_register_byte,
3439 gdbarch_deprecated_register_raw_size,
3440 gdbarch_deprecated_register_virtual_type,
3441 gdbarch_deprecated_register_convertible,
3442 gdbarch_deprecated_register_convert_to_virtual, or
3443 gdbarch_deprecated_register_convert_to_raw methods. Instead,
3444 register gdbarch_register_type, gdbarch_convert_register_p,
3445 gdbarch_register_to_value, and gdbarch_value_to_register methods.
3446
18ed0c4e
JB
34472004-05-26 Jim Blandy <jimb@redhat.com>
3448
3449 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
3450 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
3451 functions, updated to match the register numberings used in GCC.
3452 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
3453 rs6000_dwarf2_reg_to_regnum as register number conversions
3454 functions for STABS and Dwarf2.
3455
779af9e3
RC
34562004-05-26 Randolph Chung <tausq@debian.org>
3457
3458 * infttrace.h (target_waitkind): Forward declare type instead of pulling
3459 in header file.
3460
c23968a2
JB
34612004-05-25 Joel Brobecker <brobecker@gnat.com>
3462
3463 * NEWS: Document new "start" command.
3464
3a7d1c27
RC
34652004-05-25 Randolph Chung <tausq@debian.org>
3466
3467 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
3468 hppa-linux.
3469
43613416
RC
34702004-05-25 Randolph Chung <tausq@debian.org>
3471
3472 * hppa-hpux-tdep.c (offsetof): Define.
3473 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
3474 (hppa32_hpux_frame_base_before_sigtramp)
3475 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
3476 (hppa64_hpux_frame_saved_pc_in_sigtramp)
3477 (hppa64_hpux_frame_base_before_sigtramp)
3478 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
3479 functions.
3480 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
3481 (hppa_hpux_sigtramp_frame_unwind_cache)
3482 (hppa_hpux_sigtramp_frame_this_id)
3483 (hppa_hpux_sigtramp_frame_prev_register)
3484 (hppa_hpux_sigtramp_frame_unwind)
3485 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
3486 (hppa_hpux_init_abi): Register sigtramp unwinder.
3487 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
3488
6d1be3f1
RC
34892004-05-25 Randolph Chung <tausq@debian.org>
3490
3491 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
3492 and multiple stack unwinds.
3493 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
3494
97c34f65
AC
34952004-05-25 Andrew Cagney <cagney@gnu.org>
3496
3497 * symfile.h (symbol_file_add_from_memory): Delete declaration.
3498 * symfile-mem.h: Delete file.
3499 * symfile-mem.c: Do not include "symfile-mem.h".
3500 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
3501 "struct bfd_section". When an error do not bother returning NULL.
3502 (add_symbol_file_from_memory_command): Use "struct bfd" and
3503 "struct bfd_section".
3504 * Makefile.in (symfile_mem_h): Delete.
3505 (symfile-mem.o): Update dependencies.
3506
e23cbd82
NR
35072004-05-25 Nick Roberts <nickrob@gnu.org>
3508
3509 * gdb-mi.el: New file.
3510
20d2ca3e
AC
35112004-05-25 Andrew Cagney <cagney@gnu.org>
3512
3513 * inftarg.c: Include "observer.h".
3514 (child_attach, child_create_inferior): Notify inferior_created.
3515 * corelow.c: Include "observer.h".
3516 (core_open): Notify inferior_created.
3517 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
3518
c27cda74
AC
35192004-05-25 Andrew Cagney <cagney@gnu.org>
3520
3521 * target.h (struct target_ops): Add from_tty to
3522 to_create_inferior.
3523 (target_create_inferior, find_default_create_inferior): Update.
3524 * infcmd.c (run_command): Update.
3525 * wince.c (child_create_inferior): Update.
3526 * win32-nat.c (child_create_inferior): Update.
3527 * uw-thread.c (uw_thread_create_inferior): Update.
3528 * thread-db.c (thread_db_create_inferior): Update.
3529 * target.c (debug_to_create_inferior)
3530 (find_default_create_inferior): Update.
3531 (maybe_kill_then_create_inferior): Update.
3532 * sol-thread.c (sol_thread_create_inferior): Update.
3533 * remote.c (extended_remote_async_create_inferior)
3534 (extended_remote_create_inferior): Update.
3535 * remote-vx.c (vx_create_inferior): Update.
3536 * remote-st.c (st2000_create_inferior): Update.
3537 * remote-sim.c (gdbsim_create_inferior): Update.
3538 * remote-sds.c (sds_create_inferior): Update.
3539 * remote-rdp.c (remote_rdp_create_inferior): Update.
3540 * remote-rdi.c (arm_rdi_create_inferior): Update.
3541 * remote-m32r-sdi.c (m32r_create_inferior): Update.
3542 * remote-e7000.c (e7000_create_inferior): Update.
3543 * procfs.c (procfs_create_inferior): Update.
3544 * ocd.c (ocd_create_inferior): Update.
3545 * ocd.h (ocd_create_inferior): Update.
3546 * nto-procfs.c (procfs_create_inferior): Update.
3547 * monitor.c (monitor_create_inferior): Update.
3548 * lin-lwp.c (lin_lwp_create_inferior): Update.
3549 * inftarg.c (child_create_inferior): Update.
3550 * hpux-thread.c (hpux_thread_create_inferior): Update.
3551 * gnu-nat.c (gnu_create_inferior): Update.
3552
1db2a798
AC
35532004-05-25 Andrew Cagney <cagney@gnu.com>
3554
3555 * MAINTAINERS: Update e-mail address.
3556
007d08bb
RC
35572004-05-24 Randolph Chung <tausq@debian.org>
3558
3559 * thread.c (info_threads_command, thread_apply_all_command)
3560 (thread_apply_command, thread_command, do_captured_thread_select):
3561 Remove HPUXHPPA-specific code.
3562
69e7b95e
RC
35632004-05-24 Randolph Chung <tausq@debian.org>
3564
3565 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
3566 unused symbols.
3567 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
3568 references.
3569
a4d5f2e0
JB
35702004-05-24 Joel Brobecker <brobecker@gnat.com>
3571
3572 * infcmd.c (kill_if_already_running): New function, extracted
3573 from run_command().
3574 (run_command): Replace extracted code by call to
3575 kill_if_already_running().
3576 (start_command): New function.
3577 (_initialize_infcmd): Add "start" command.
3578
bf2ca189
MK
35792004-05-24 Mark Kettenis <kettenis@gnu.org>
3580
3581 Add OpenBSD/m88k support.
3582 * NEWS (New native configurations): Mention OpenBSD/m88k.
3583 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
3584 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
3585 * Makefile.in (m88k_tdep_h): New variable.
3586 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
3587 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
3588 * configure.host: Add m88*-*-openbsd*.
3589 * configure.tgt: Add m88*-*-openbsd*.
3590
80fadb11
JB
35912004-05-24 Jim Blandy <jimb@redhat.com>
3592
3593 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
3594 to approve changes.
3595
19e2d14b
KB
35962004-05-24 Kevin Buettner <kevinb@redhat.com>
3597
3598 * symtab.c (fixup_section): Search section table when lookup by
3599 name fails.
3600
1b07b470
RC
36012004-05-24 Randolph Chung <tausq@debian.org>
3602
3603 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
3604 be "small_struct".
3605
368702b1
MK
36062004-05-24 Mark Kettenis <kettenis@gnu.org>
3607
5df97fde
MK
3608 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
3609 register number in regcache_raw_collect call.
3610 (m68kbsd_collect_fpregset): Likewise.
3611 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
3612
368702b1
MK
3613 * regset.h (struct regset): Add back `regset' member.
3614
a770d4ec
MK
36152004-05-23 Mark Kettenis <kettenis@gnu.org>
3616
70f9f479
MK
3617 * configure.in: Check for td_pcb in `struct thread'.
3618 * configure, config.in: Regenerated.
3619
2e16d79e
MK
3620 * dpx2-nat.c: Remove file.
3621 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
3622 (dpx2-nat.o): Remove dependencies.
3623
492cf391
MK
3624 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
3625 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
3626 (amd64obsd_supply_pcb): New function.
3627 (_initialize_amd64obsd_nat): Enable libkvm interface.
3628 * Makefile.in (amd64obsd-nat.o): Update dependencies.
3629 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
3630 (LOADLIBES): New variable.
3631
a770d4ec
MK
3632 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
3633 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
3634 (sparc32nbsd_supply_pcb): New function.
3635 (_initialize_sparcnbsd_nat): Enable libkvm interface.
3636 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
3637 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3638 (LOADLIBES): New variable.
3639
9ea75c57
MK
36402004-05-22 Mark Kettenis <kettenis@gnu.org>
3641
2e0c3539
MK
3642 * bsd-kvm.c, bsd-kvm.h: New files.
3643 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3644 "bsd-kvm.h".
3645 (i386fbsd_supply_pcb): New function.
3646 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
3647 (i386fbsd-nat.o): Update dependencies.
3648 (bsd_kvm_h): New variable.
3649 (bsd-kvm.o): New dependency.
3650 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3651 (LOADLIBES): New variable.
3652
9ea75c57
MK
3653 * regset.c: Tweak comment.
3654 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
3655 macro.
3656 * regset.h: Update copyright year.
3657 (struct regset): Remove `descr' member, add `gdbarch' member.
3658 (regset_alloc): Adjust prototype and comment.
3659 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
3660 (i386_supply_fpregset): Likewise.
3661 (i386_regset_from_core_section): Update call to regset_alloc.
3662 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
3663 REGSET->arch.
3664 (i386obsd_aout_regset_from_core_section): Update call to
3665 regset_alloc.
3666 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
3667 REGSET->arch.
3668 (i386nbsd_aout_regset_from_core_section): Update call to
3669 regset_alloc.
3670 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
3671 REGSET->arch.
3672 (amd64_regset_from_core_section): Update call to regset_alloc.
3673 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
3674 REGSET->arch.
3675 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
3676 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
3677 &sparc32nbsd_gregset in sparc32_supply_gregset call.
3678 (sparc32nbsd_init_abi): Update call to regset_alloc.
3679 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
3680 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
3681 (sparc64obsd_init_abi): Update call to regset_alloc.
3682 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
3683 &sparc64nbsd_gregset in sparc64_supply_gregset call.
3684 (sparc64nbsd_init_abi): Update call to regset_alloc.
3685 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
3686 &sparc64fbsd_gregset in sparc64_supply_gregset call.
3687 (sparc64fbsd_init_abi): Update call to regset_alloc.
3688
867e2dc5
JB
36892004-05-22 Jim Blandy <jimb@redhat.com>
3690
3691 * ppc-tdep.h (spe_register_p): New declaration.
3692 (struct gdbarch_tdep): New members: ppc_acc_regnum and
3693 ppc_spefscr_regnum.
3694 * rs6000-tdep.c (spe_register_p): New function.
3695 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
3696 spefscr.
3697 (rs6000_gdbarch_init): Initialize the new members of the tdep
3698 structure.
3699
617a4cba
JB
37002004-05-21 Jim Blandy <jimb@redhat.com>
3701
0397dee1
JB
3702 * ppc-linux-nat.c (fetch_register): Move code back to be next
3703 to the comment that describes it. (Moved code, instead of
3704 comment, for symmetry with store_register.)
3705
617a4cba
JB
3706 Allocate regset structures in the gdbarch's obstack, not using
3707 xmalloc.
3708 * regset.c (regset_alloc): Renamed from regset_xmalloc.
3709 Add 'arch' argument. Allocate the regset on arch's obstack, not
3710 using xmalloc.
3711 * regset.h (regset_alloc): Update declaration.
3712 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
3713 gdbarch argument.
3714 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3715 * i386-tdep.c (i386_regset_from_core_section): Same.
3716 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3717 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3718 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3719 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3720 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3721 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3722
9aa3914d
JB
37232004-05-21 Joel Brobecker <brobecker@gnat.com>
3724
3725 * config/djgpp/fnchange.lst: Undo previous change, was useless.
3726
99c87dab
JB
37272004-05-21 Jim Blandy <jimb@redhat.com>
3728
3729 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
3730 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
3731
c2b6b4aa
JB
37322004-05-20 Jim Blandy <jimb@redhat.com>
3733
3734 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
3735
144529d0
MK
37362004-05-20 Mark Kettenis <kettenis@gnu.org>
3737
3738 * regset.h: Make prototype const-correct.
3739 * regset.c (regset_xmalloc): Make const-correct.
3740
4725b721
PH
37412004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
3742
3743 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
3744 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
3745 (symbol_search_name): Declare.
3746
3747 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
3748 (iter_name_next_hashed): Ditto.
3749 (iter_name_next_linear): Ditto.
3750 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
3751
3752 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
3753 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
3754 (symbol_search_name): New function.
3755
3756 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
3757
3758 * minsyms.c (build_minimal_symbol_hash_tables): Change
3759 test for adding to demangled hash table to check for difference
3760 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
3761
be07a590
JB
37622004-05-19 Jim Blandy <jimb@redhat.com>
3763
3764 Use a constructor function to create regset structures.
3765 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
3766 (struct regset): Use supply_regset_ftype. Add new
3767 'collect_regset' member.
3768 (regset_xmalloc): New declaration.
3769 * regset.c: New file.
3770 * am64-tdep.c (amd64_regset_from_core_section): Use
3771 regset_xmalloc to construct regset structures.
3772 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3773 * i386-tdep.c (i386_regset_from_core_section): Same.
3774 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3775 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3776 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3777 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3778 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3779 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3780 * Makefile.in (COMMON_OBS): Add regset.o.
3781 (regset.o): New rule.
3782
604368f5
JB
37832004-05-19 Joel Brobecker <brobecker@gnat.com>
3784
3785 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
3786 and pthread_cond_wait.c.
3787
82d69f8b
JB
37882004-05-18 Jim Blandy <jimb@redhat.com>
3789
3790 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
3791 before the mach-specific switch, and then let the individual cases
3792 override the defaults, rather than leaving them uninitialized
3793 until the switch and then setting them in each case.
3794
5859efe5
RC
37952004-05-18 Randolph Chung <tausq@debian.org>
3796
3797 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
3798 millicode functions.
3799
9ca80cf8
RC
38002004-05-18 Randolph Chung <tausq@debian.org>
3801
3802 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
3803 references to dld_flags_buffer consistent.
3804
ed70ba00
RC
38052004-05-18 Randolph Chung <tausq@debian.org>
3806
3807 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
3808 it for unwinding the stack.
3809
63100632
RC
38102004-05-18 Randolph Chung <tausq@debian.org>
3811
3812 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
3813 Undefine these so we can overide them using gdbarch.
3814
090ccbb7
RC
38152004-05-18 Randolph Chung <tausq@debian.org>
3816
3817 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
3818 handling for 64-bit HPUX (elf).
3819
594706e6
DJ
38202004-05-18 Daniel Jacobowitz <dan@debian.org>
3821
3822 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
3823 constants.
3824 * amd64-tdep.c (amd64_skip_prologue): Likewise.
3825 * ia64-tdep.c (examine_prologue): Likewise.
3826 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
3827 * v850-tdep.c (v850_fix_call_dummy): Likewise.
3828
e5483145
MK
38292004-05-18 Mark Kettenis <kettenis@gnu.org>
3830
3831 * vax-tdep.c (vax_return_value): Implement
3832 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3833
caed1a45
MK
38342004-05-17 Mark Kettenis <kettenis@gnu.org>
3835
3836 * vax-tdep.c (vax_return_value): Fix typo.
3837
3c0b7db2
AC
38382004-05-17 Andrew Cagney <cagney@redhat.com>
3839
5aae53e5
AC
3840 * MAINTAINERS: Mark Salter was also responsible for
3841 testsuite/config/
3842
3c0b7db2
AC
3843 * NEWS: Mention signal fixes.
3844
22b0923d
RC
38452004-05-17 Randolph Chung <tausq@debian.org>
3846
3847 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
3848 check to see if we are unwinding an export stub. Export stubs clobber
3849 the %rp in the call path and stores the original rp in a stack slot.
3850
22f2b2f3
JB
38512004-05-17 Jim Blandy <jimb@redhat.com>
3852
3853 * MAINTAINERS: Update address for J.T. Conklin.
3854
cea96d64
RC
38552004-05-17 Randolph Chung <tausq@debian.org>
3856
3857 * hppa-tdep.c: Remove superfluous #include's.
3858 * Makefile.in (hppa-tdep.o): Update dependencies.
3859
f08f6a4a
RC
38602004-05-17 Randolph Chung <tausq@debian.org>
3861
3862 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
3863 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
3864 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
3865 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
3866 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
3867 Remove static function declarations.
3868
51da707a
MK
38692004-05-17 Mark Kettenis <kettenis@gnu.org>
3870
caed1a45
MK
3871 * alphabsd-nat.c: Update copyright year.
3872 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
3873
c0c2b0db
MK
3874 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
3875 and M68K_A2_REGNUM.
3876
51da707a
MK
3877 * m68k-tdep.c (m68k_svr4_return_value): Implement
3878 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3879
8d027a04
MK
38802004-05-16 Mark Kettenis <kettenis@gnu.org>
3881
3882 * sol-thread.c Update copyright year. Fix various coding
3883 standards violations. Tweak a few comments.
3884 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
3885 Delete prototypes.
3886
0d99fdb9
RC
38872004-05-15 Randolph Chung <tausq@debian.org>
3888
3889 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
3890 as pointer instead of array reference since HPUX compiler does
3891 not accept unsized array arguments.
3892 * somsolib.c (dld_flags_buffer): Use constant array size.
3893
f7e3843a
MK
38942004-05-15 Mark Kettenis <kettenis@gnu.org>
3895
0fe85704
MK
3896 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
3897 offset with decimal offset.
3898 (amd64obsd_sigcontext_addr): Return correct address for entire
3899 signal trampoline.
3900
a54f9a00
MK
3901 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
3902 instead of get_frame_base.
3903
feae6502
MK
3904 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
3905 (fill_gregset): Use regcache_raw_collect.
3906
0382d099
MK
3907 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
3908 ppcobsd-tdep.c.
3909
f7e3843a
MK
3910 * config/sparc/tm-nbsd64.h: Remove file.
3911 * config/tm-sunos.h: Remove file.
3912
773df3e5
JB
39132004-05-15 Joel Brobecker <brobecker@gnat.com>
3914
3915 * rs6000-tdep.c (store_param_on_stack_p): New function,
3916 an improved version of some code extracted from skip_prologue().
3917 (skip_prologue): Use store_param_on_stack_p() to detect
3918 instructions saving a parameter on the stack. Detect when r0
3919 is used to save a parameter.
3920 Do not mark "li rx, SIMM" instructions as part of the prologue,
3921 unless the following instruction is also part of the prologue.
3922
95918acb
AC
39232004-05-14 Andrew Cagney <cagney@redhat.com>
3924
06f32659
AC
3925 * infrun.c (handle_inferior_event): Simplify
3926 STEP_OVER_UNDEBUGGABLE.
3927
95918acb
AC
3928 * infrun.c (handle_step_into_function): Delete function.
3929 (handle_inferior_event): Inline calls to
3930 handle_step_into_function.
3931
40711ff1 39322004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
3933
3934 * rs6000-nat.c: Fix a comment.
3935
02f60eae
JB
39362004-05-12 David Anderson <davea@sgi.com>
3937
3938 Committed by Jim Blandy <jimb@redhat.com>:
3939 * regcache.c (struct regcache_descr): fix comment spelling.
3940
552e377b
JB
39412004-05-13 J. Brobecker <brobecker@gnat.com>
3942
3943 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
3944 Fixes a link link failure.
3945
349766b2
JB
39462004-05-13 J. Brobecker <brobecker@gnat.com>
3947
3948 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
3949 error that was causing the build to fail.
3950
0d4d5484
JB
39512004-05-13 J. Brobecker <brobecker@gnat.com>
3952
3953 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
3954 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
3955
0b30808c
AC
39562004-05-13 Andrew Cagney <cagney@redhat.com>
3957
3958 * infrun.c (handle_inferior_event): Check for
3959 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
3960 calls. Update comments.
3961
cdf2c5f5
JB
39622004-05-13 Jim Blandy <jimb@redhat.com>
3963
063715bf
JB
3964 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
3965 (fetch_regs_user_thread, fetch_regs_kernel_thread)
3966 (store_regs_user_thread, store_regs_kernel_thread): Use
3967 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
3968 * ppc-linux-nat.c (fill_gregset): Same.
3969 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
3970 (ppc_linux_sigtramp_cache): Same.
3971 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
3972 (ppcnbsd_sigtramp_cache_init): Same.
3973 * rs6000-nat.c (fetch_core_registers): Same.
3974 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
3975 (rs6000_frame_cache): Same.
3976
cdf2c5f5
JB
3977 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
3978 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
3979 of assuming that the gprs are numbered starting with zero.
3980 * ppc-linux-nat.c (fill_gregset): Same.
3981 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
3982 * ppcnbsd-nat.c (getregs_supplies): Same.
3983 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
3984 * rs6000-nat.c (fetch_core_registers): Same.
3985 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
3986
450bd37b
MS
39872004-05-07 Michael Snyder <msnyder@redhat.com>
3988
3989 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
3990 LOC_COMPUTED_ARG, and LOC_INDIRECT.
3991
4a72a2a6
AC
39922004-05-13 Andrew Cagney <cagney@redhat.com>
3993
3994 * infrun.c (handle_inferior_event): Use frame_unwind_id.
3995
8edfa926
BM
39962004-05-13 Bryce McKinlay <mckinlay@redhat.com>
3997
3998 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
3999 base_address for shared libraries.
4000
723e0e3d
BM
40012004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4002
4003 * MAINTAINERS (write after approval): Add myself.
4004
00d4360e
UW
40052004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4006
4007 * breakpoint.c (bpstat_stop_status): Add new argument
4008 STOPPED_BY_WATCHPOINT. Use it instead of testing
4009 target_stopped_data_address agaist 0 to check whether
4010 or not we stopped due to a hardware watchpoint.
4011 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4012 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4013 with new argument.
4014
ec76baa5
JB
40152004-05-12 Jim Blandy <jimb@redhat.com>
4016
4017 * configure.in: When checking whether we should use the -bbigtoc
4018 option, don't forget to restore the original value of LDFLAGS.
4019 * configure: Regenerated.
4020
f2c9ca08
AC
40212004-05-12 Andrew Cagney <cagney@redhat.com>
4022
4023 * thread.c (load_infrun_state): Delete step_sp.
4024 * infrun.c (context_switch): Ditto.
4025 * inferior.h (step_sp): Ditto.
4026 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4027 * gdbthread.h (struct thread_info, save_infrun_state)
4028 (restore_infrun_state): Ditto.
4029
090ddb2a
UW
40302004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4031
4032 * MAINTAINERS (write after approval): Add myself.
4033
8aad930b
AC
40342004-05-12 Andrew Cagney <cagney@redhat.com>
4035
4036 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4037 eliminate reference to step_sp.
4038 (struct execution_control_state, init_execution_control_state)
4039 (handle_inferior_event, keep_going): Delete update_step_sp and
4040 step_sp.
4041 * infcmd.c (step_sp): Note that variable is unused.
4042
922d5ae0
AC
40432004-05-11 Andrew Cagney <cagney@redhat.com>
4044
4045 * infrun.c (step_over_function): Delete function.
4046 (handle_step_into_function): Use insert_step_resume_breakpoint.
4047 (insert_step_resume_breakpoint): Fix assertion.
4048
017c5ca5
NR
40492004-05-11 Nick Roberts <nickrob@gnu.org>
4050
4051 * utils.c (defaulted_query): Just use the normal query input type
4052 when printing the annotations.
4053
42edda50
AC
40542004-05-11 Andrew Cagney <cagney@redhat.com>
4055
4056 * infrun.c (handle_inferior_event): Simplify code handling
4057 step-into or return-from a signal trampoline.
4058
d28b44a7
AC
40592004-05-11 Andrew Cagney <cagney@redhat.com>
4060
4061 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4062 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4063
383f0f5b
JB
40642004-05-10 Jim Blandy <jimb@redhat.com>
4065
d0b57c3a
JB
4066 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4067 with a call to internal_error.
4068
383f0f5b
JB
4069 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4070 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4071 processor variant lacks those registers.
4072 (ppc_floating_point_unit_p): Change description to make it clear
4073 that this returns info about the ISA, not the ABI.
4074 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4075 return true or false by checking tdep->ppc_fp0_regnum and
4076 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4077 arch/mach switching done in rs6000_gdbarch_init; it's better to
4078 keep that logic there, and just check the results here.
4079 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4080 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4081 floating-point registers.
4082 (ppc_supply_fpregset, ppc_collect_fpregset)
4083 (rs6000_push_dummy_call, rs6000_extract_return_value)
4084 (rs6000_store_return_value): Assert that we have floating-point
4085 registers.
4086 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4087 (rs6000_frame_cache): Don't note the locations at which
4088 floating-point registers were saved if we have no fprs.
4089 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4090 registers.
4091 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4092 (store_regs_user_thread, store_regs_kernel_thread): Only call
4093 supply_fprs / fill_fprs if we actually have floating-point
4094 registers.
4095 (special_register_p): Check ppc_fpscr_regnum before matching
4096 against it.
4097 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4098 supply / collect fpscr if we don't have it.
4099 * ppc-bdm.c: #include "gdb_assert.h".
4100 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4101 have floating-point registers, since I can't test this code on
4102 FP-free systems to adapt it.
4103 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4104 fpscr and floating point register numbers if they don't exist.
4105 (fetch_register): Assert that we have floating-point registers
4106 before we reach the code that handles them.
4107 (store_register): Same. And use tdep instead of calling
4108 gdbarch_tdep again.
4109 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4110 don't have them.
4111 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4112 fprs and fpscr if we don't have them.
4113 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4114 don't have them.
4115 * ppcnbsd-nat.c: #include "gdb_assert.h".
4116 (getfpregs_supplies): Assert that we have floating-point registers.
4117 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4118 * ppcobsd-tdep.c: #include "gdb_assert.h".
4119 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4120 have floating-point registers.
4121 * rs6000-nat.c (regmap): Don't match against the fpscr and
4122 floating point register numbers if they don't exist.
4123 (fetch_inferior_registers, store_inferior_registers,
4124 fetch_core_registers): Only fetch / store / supply the
4125 floating-point registers and the fpscr if we have them.
4126 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4127 (ppcobsd-tdep.o): Update dependencies.
4128
15960608
AC
41292004-05-10 Andrew Cagney <cagney@redhat.com>
4130
4131 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4132 (context_switch): Do not switch through_sigtramp_breakpoint.
4133 * gdbthread.h (save_infrun_state, load_infrun_state)
4134 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4135 and structure member.
4136 * thread.c (load_infrun_state, save_infrun_state): Update.
4137
5ab5aa0f
MK
41382004-05-10 Mark Kettenis <kettenis@gnu.org>
4139
4140 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4141
da78b0e7
DJ
41422004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4143
4144 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4145 throughout.
4146 * aclocal.m4: Regenerate.
4147
cca0d3b0
NW
41482004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4149
4150 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4151
d303a6c7
AC
41522004-05-10 Andrew Cagney <cagney@redhat.com>
4153
4154 * infrun.c (check_sigtramp2): Delete function.
4155 (handle_inferior_event): When single stepping, and taking a
4156 signal, set a breakpoint at the signal return address. Delete
4157 redundant calls to check_sigtramp2.
4158 (insert_step_resume_breakpoint): New function.
4159 (through_sigtramp_breakpoint, handle_inferior_event)
4160 (follow_exec, wait_for_inferior, fetch_inferior_event)
4161 (currently_stepping, keep_going): Delete most uses of
4162 through_sigtramp_breakpoint, not that it should be deleted.
4163 (delete_breakpoint_current_contents): Delete function.
4164
03f4cc20
RC
41652004-05-10 Randolph Chung <tausq@debian.org>
4166
4167 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4168 target.
4169 * config/pa/tm-linux.h: New file.
4170
37fc812e
DJ
41712004-05-10 Daniel Jacobowitz <drow@mvista.com>
4172
4173 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4174 of prefixes. Don't print the prefix twice in the CLI.
4175
26c0b942
JB
41762004-05-10 Jim Blandy <jimb@redhat.com>
4177
2e56e9c1
JB
4178 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4179 collect all the gprs.
4180
26c0b942
JB
4181 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4182 loop collecting gprs.
4183
dc497459
AC
41842004-05-09 Andrew Cagney <cagney@redhat.com>
4185
4186 * remote-vx.c (net_step): Delete step-range code.
4187 * remote.c (remote_resume, init_all_packet_configs)
4188 (set_remote_protocol_E_packet_cmd)
4189 (show_remote_protocol_E_packet_cmd)
4190 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4191 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4192 (show_remote_protocol_e_packet_cmd): Ditto.
4193
0543f387
MK
41942004-05-09 Mark Kettenis <kettenis@gnu.org>
4195
c481d1ca
MK
4196 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4197
f626a069
MK
4198 * hppa-tdep.h: Update copyright year.
4199 (struct trad_frame_saved_reg): Add opaque declaration.
4200
6fa57a7d
MK
4201 * amd64-tdep.c (amd64_return_value): Implement
4202 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4203
e47577ab
MK
4204 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4205 (m68k_value_to_register): New functions.
4206 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4207 value_to_register.
4208
31db7b6c
MK
4209 * defs.h (enum return_value_convention): Add
4210 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4211 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4212 * infcmd.c (legacy_return_value): New function.
4213 (print_return_value): Rwerite to implement
4214 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4215 * values.c (using_struct_return): Check for inequality to
4216 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
4217 RETURN_VALUE_STRUCT_CONVENTION.
4218 * i386-tdep.c (i386_return_value): Implement
4219 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4220
0543f387
MK
4221 * vax-tdep.c: Tweak comments. Reorder include files. Don't
4222 include "symtab.h", "opcode/vax.h" and "inferior.h".
4223 (vax_skip_prologue): Replace calls to read_memory_integer by calls
4224 to read_memory_unsigned_integer.
4225 (vax_gdbarch_init): Reorder.
4226 (_initialize_vax_tdep): Spell out prototype.
4227 * Makefile.in (vax-tdep.o): Update dependencies.
4228
0c93b7b6
AC
42292004-05-08 Andrew Cagney <cagney@redhat.com>
4230
e6b55ae2
AC
4231 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
4232 * target.c (target_detach, target_disconnect): Ditto.
4233
1ac839b8
AC
4234 * infcall.c (call_function_by_hand): When no
4235 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
4236 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
4237 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
4238 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4239 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4240
28954179
AC
4241 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
4242 * gdbarch.h, gdbarch.c: Re-generate.
4243 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4244 deprecated_fix_call_dummy.
4245 * v850-tdep.c (v850_gdbarch_init): Ditto.
4246 * infcall.c (call_function_by_hand): Do not call
4247 DEPRECATED_FIX_CALL_DUMMY.
4248
434b87dd
AC
4249 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
4250 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
4251 * gdbarch.h, gdbarch.c: Re-generate.
4252 * arm-linux-tdep.c (arm_linux_call_dummy_words)
4253 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
4254 deprecated_sizeof_call_dummy_words.
4255 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
4256 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4257 * v850-tdep.c (v850_gdbarch_init): Ditto.
4258 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4259 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
4260 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4261 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4262 * arch-utils.h (legacy_call_dummy_words)
4263 (legacy_sizeof_call_dummy_words): Delete declarations.
4264 * arch-utils.c (legacy_call_dummy_words)
4265 (legacy_sizeof_call_dummy_words): Delete variables.
4266
58d28df8
AC
4267 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
4268 * gdbarch.h, gdbarch.c: Re-generate.
4269 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
4270 * infcall.c (call_function_by_hand): Eliminate call to
4271 DEPRECATED_PUSH_DUMMY_FRAME.
4272 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4273 push_dummy_frame.
4274 (ns32k_push_dummy_frame): Delete function.
4275
e4a2df64
AC
4276 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4277 deprecated_call_dummy_breakpoint_offset or
4278 deprecated_call_dummy_start_offset.
4279 * dummy-frame.c, arm-tdep.c: Update comments.
4280 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
4281 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
4282 * gdbarch.h, gdbarch.c: Re-generate.
4283
d3712828
AC
4284 * infcall.c (legacy_push_dummy_code): Delete function.
4285 (push_dummy_code): Delete call.
4286
7a882905
AC
4287 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
4288 * gdbarch.h, gdbarch.c: Re-generate.
4289 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
4290 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
4291 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
4292 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
4293
0ec5872b
AC
4294 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
4295 (struct frame_info): Delete opaque declaration.
4296 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
4297 * frame.c (get_frame_type): Delete call.
4298
0c93b7b6
AC
4299 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4300 pc_in_call_dummy.
4301 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
4302 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
4303
75536971
MK
43042004-05-08 Mark Kettenis <kettenis@gnu.org>
4305
527ca6bb
MK
4306 * alphanbsd-tdep.c: Include "gdb_string.h".
4307 * armnbsd-tdep.c: Update copyright year.
4308 Include "gdb_string.h".
4309 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
4310 dependencies.
4311
d39fdc61
MK
4312 * delta68-nat.c: Remove file.
4313 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
4314 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
4315 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
4316 (delta68-nat.o): Remove dependency.
4317
75536971
MK
4318 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
4319 function.
4320 (m68k_gdbarch_init): Don't set
4321 deprecated_frameless_function_invocation.
4322
f4ca1d1f
RC
43232004-05-07 Randolph Chung <tausq@debian.org>
4324
4325 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
4326 read_memory_nobpt for code reading when doing frame unwinding.
4327 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
4328
2f0e8c7a
RC
43292004-05-07 Randolph Chung <tausq@debian.org>
4330
4331 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
4332 instead of sp, handle sigaltstack case.
4333 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
4334 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
4335 signal handler and not that of the caller.
4336 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
4337 hppa_linux_sigtramp_find_sigcontext.
4338
959464ff
RC
43392004-05-07 Randolph Chung <tausq@debian.org>
4340
4341 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
4342 hppa-linux-nat.c.
4343 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
4344 * hppa-linux-nat.c (fetch_register, store_register): Define.
4345 (fetch_inferior_registers, store_inferior_registers): Define.
4346 (supply_gregset): Add comment and clean up some unneeded code.
4347 (fill_gregset): Add comment and fix so that it saves registers in
4348 the right place in the gregset.
4349 (fill_fpregset): Fix buffer overrun problem.
4350 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4351
0da28f8a
RC
43522004-05-07 Randolph Chung <tausq@debian.org>
4353
4354 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
4355 do common handling of the pcoqt register.
4356 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
4357 to use helper function.
4358 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
4359 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
4360 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
4361 generic fallback unwinder when all else fails.
4362 (hppa_gdbarch_init): Add fallback sniffer.
4363 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
4364 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
4365 to use helper function.
4366
b9ec757a
JB
43672004-05-08 Joel Brobecker <brobecker@gnat.com>
4368
4369 * config/djgpp/fnchange.lst: Add translation rules for
4370 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
4371
756e95f1
MK
43722004-05-08 Mark Kettenis <kettenis@gnu.org>
4373
4374 * frame.c (get_prev_frame_1): Work around GCC bug.
4375 * frame.h: Add comment about GCC bug.
4376
2b4855ab
AC
43772004-05-07 Andrew Cagney <cagney@redhat.com>
4378
4379 * observer.c: Include "commands.h" and "gdbcmd.h".
4380 (observer_debug, _initialize_observer): Add the
4381 command "set/show debug observer".
4382 * observer.sh: When observer debugging, log notify calls.
4383 * Makefile.in (observer.o): Update dependencies.
4384
ba3e8e46
JM
43852004-05-07 Jason Molenda (jmolenda@apple.com)
4386
4387 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
4388
16796152
JB
43892004-05-07 Jim Blandy <jimb@redhat.com>
4390
daf6dc85
JB
4391 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
4392 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
4393 to recognize gpr regnums, instead of assuming that
4394 tdep->ppc_fp0_regnum marks the end of the general-purpose
4395 registers.
4396
16796152
JB
4397 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
4398 the given architecture has floating-point registers.
4399
c69b8bfc
AC
44002004-05-07 Andrew Cagney <cagney@redhat.com>
4401
4402 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
4403 macro defined to 1.
4404 * gdbarch.h, gdbarch.c: Re-generate.
4405 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4406 deprecated_use_generic_dummy_frames.
4407
7243600a
BF
44082004-05-07 Brian Ford <ford@vss.fsi.com>
4409
4410 * NEWS: Mention Cygwin DWARF 2 support.
4411
73c1e0a1
AC
44122004-05-07 Andrew Cagney <cagney@redhat.com>
4413
4414 * objfiles.h (struct entry_info): Delete unused fields
4415 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
4416 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
4417 * mipsread.c (mipscoff_symfile_read): Update.
4418 * mdebugread.c (parse_partial_symbols): Update.
4419 * dwarfread.c (read_file_scope): Update.
4420 * dwarf2read.c (read_file_scope): Update.
4421 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
4422 * coffread.c (complete_symtab): Update.
4423
1d3056ac
MK
44242004-05-07 Mark Kettenis <kettenis@gnu.org>
4425
4426 * infcall.c (_initialize_infcall): Fix typo.
4427
15170568
AC
44282004-05-07 Andrew Cagney <cagney@redhat.com>
4429
4430 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
4431 * command.h (add_setshow_zinteger_cmd): Declare.
4432
34f75cc1
RC
44332004-05-06 Randolph Chung <tausq@debian.org>
4434
4435 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
4436 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
4437 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
4438 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
4439 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
4440 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
4441 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
4442 definitions ...
4443 * hppa-tdep.h: ... to here, with HPPA_ prefix.
4444 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
4445 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
4446 (hppa64_hpux_frame_find_saved_regs_in_sig)
4447 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
4448 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
4449 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
4450 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
4451 (hppa_linux_sigtramp_frame_prev_register): Likewise.
4452 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
4453 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
4454 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
4455 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
4456 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
4457 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
4458 (hppa32_register_type, hppa_cannot_store_register)
4459 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
4460 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
4461 * hpread.c (hpread_process_one_debug_symbol): Likewise.
4462 * pa64solib.c (pa64_solib_have_load_event)
4463 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
4464 (pa64_solib_unloaded_library_pathname): Likewise.
4465 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
4466 (som_solib_library_pathname): Likewise.
4467
0a5e7efe
JI
44682004-05-05 Jim Ingham <jingham@apple.com>
4469
4470 * breakpoint.c (create_breakpoints): Copy the ignore count and
4471 thread id over from the pended breakpoint to the actual
4472 breakpoint.
4473
10a4b113
AC
44742004-05-05 Andrew Cagney <cagney@redhat.com>
4475
4476 * gdbarch.sh (PARM_BOUNDARY): Delete.
4477 gdbarch.h, gdbarch.c: Re-generate.
4478 * valops.c (PARM_BOUNDARY): Delete macro.
4479 (value_push): Delete PARM_BOUNDARY code.
4480 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
4481
366f009f
JB
44822004-05-04 Jim Blandy <jimb@redhat.com>
4483
32b99774
JB
4484 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
4485 Don't assume that the gprs, fprs, and UISA sprs are
4486 contiguous, start at register number zero, and end with fpscr.
4487 Instead, use the numbers from the tdep structure.
4488
366f009f
JB
4489 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
4490 should no longer be used in code specific to the RS6000 and its
4491 derivatives.
4492 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
4493 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
4494 tdep->ppc_fp0_regnum.
4495 (ppc_supply_fpregset, ppc_collect_fpregset)
4496 (rs6000_push_dummy_call, rs6000_extract_return_value)
4497 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
4498 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
4499 FP0_REGNUM.
4500 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
4501 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
4502 Same.
4503 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
4504 bdm_ppc_store_registers): Same.
4505 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
4506 (store_register, fill_fpregset): Same.
4507 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
4508 (ppc_linux_supply_fpregset): Same.
4509 * ppcnbsd-nat.c (getfpregs_supplies): Same.
4510 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
4511 Same.
4512 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
4513 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
4514 ppc64_sysv_abi_return_value): Same.
4515 * rs6000-nat.c (regmap, fetch_inferior_registers)
4516 (store_inferior_registers, fetch_core_registers): Same.
4517
827f338d
MK
45182004-05-01 Mark Kettenis <kettenis@gnu.org>
4519
4520 * m68knbsd-nat.c: Remove file.
4521 * m68knbsd-tdep.c: Remove file.
4522 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
4523 dependencies.
4524 * configure.host: Add m68k-*-netbsdelf*.
4525 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
4526 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
4527 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
4528 (XM_FILE): Remove.
4529 * config/m68k/nbsdelf.mh: New file.
4530 * config/m68k/nbsd.mt: New file.
4531 * config/m68k/nbsdaout.mt: Remove file.
4532 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
4533 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
4534 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
4535 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
4536 (use_struct_convention): Remove prototype.
4537 (USE_STRUCT_CONVENTION): Remove define.
4538 * config/m68k/xm-nbsd.h: Remove file.
4539
66894781
MS
45402004-05-04 Michael Snyder <msnyder@redhat.com>
4541
4542 * m68k-tdep.c (m68k_gdbarch_init): Default to using
4543 reg_struct_return method (as gcc usually does for cross targets).
4544
f0f63663
AC
45452004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4546
4547 Committed by Andrew Cagney.
4548 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
4549 alignment padding when accessing ucontext struct members.
4550
edf61169
JB
45512004-05-04 Jim Blandy <jimb@redhat.com>
4552
8bf659e8
JB
4553 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
4554 'ppc_gplast_regnum' member.
4555 (ppc_num_gprs): New enum constant.
4556 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
4557 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
4558 * rs6000-nat.c (regmap, fetch_inferior_registers,
4559 store_inferior_registers): Same.
4560 * rs6000-tdep.c (e500_pseudo_register_read)
4561 (e500_pseudo_register_write): Same.
4562 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
4563
b967e06f
JB
4564 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
4565 * ppc-tdep.h (ppc_num_fprs): New enum constant.
4566 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
4567 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
4568 FPLAST_REGNUM.
4569 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
4570 Same.
4571 * ppc-linux-nat.c (ppc_register_u_addr): Same.
4572 * rs6000-nat.c (regmap, fetch_inferior_registers)
4573 (store_inferior_registers): Same.
4574
edf61169
JB
4575 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
4576 with FPLAST_REGNUM.
4577
58a9656e
JB
45782004-05-03 Joel Brobecker <brobecker@gnat.com>
4579
4580 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
4581 failure detected by recent versions of GCC.
4582 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
4583 to be consistent with the usage in dwarf2_create_include_psymtab.
4584
dc305454
MS
45852004-05-03 Michael Snyder <msnyder@redhat.com>
4586
4587 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
4588 (heuristic_proc_start): Whitespace cleanup.
4589
29972665
MK
45902004-05-04 Mark Kettenis <kettenis@gnu.org>
4591
6b57680d
MK
4592 * sun3-nat.c: Remove file.
4593 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
4594 dependencies.
4595 (ALLDEPFILES): Remove sun3-nat.c.
4596 (sun3-nat.o): Remove dependencies.
4597
29972665
MK
4598 * i386-interix-nat.c, i386-interix-tdep.c,
4599 config/i386/nm-interix.h, config/i386/interix.mh,
4600 config/i386/interix.mt: Remove files.
4601 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
4602 dependencies.
4603
f595cb19
MK
46042004-05-03 Mark Kettenis <kettenis@gnu.org>
4605
4606 * m68k-tdep.h (struct gdbarch_tdep): Add member
4607 struct_value_regnum.
4608 (m68k_svr4_init_abi): New prototype.
4609 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
4610 different calling conventions.
4611 (m68k_extract_return_value): Remove code dealing with single-field
4612 structs.
4613 (m68k_store_return_value): Remove code dealing with single-field
4614 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
4615 (m68k_extract_struct_value_address): Remove function.
4616 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
4617 (m68k_reg_struct_return_p, m68k_return_value)
4618 (m68k_svr4_return_value): New functions.
4619 (m68k_use_struct_convention): Remove function.
4620 (m68k_push_dummy_call): Use new struct_value_regnum member of
4621 `struct gdbarch_tdep' instead of hardcoded register number to
4622 store STRUCT_ADDR.
4623 (m68k_svr4_init_abi): New function.
4624 (m68k_gdbarch_init): Don't set extract_return_value,
4625 store_return_values, deprecated_extract_struct_value_address and
4626 use_struct_convention. Set return_value instead. Initialize new
4627 struct_value_regnum member of `struct gdbarch_tdep'.
4628 * m68klinux-tdep.c: Update copyright year.
4629 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
4630 (m68k_linux_extract_struct_value_address): Remove function.
4631 (m68k_linux_init_abi): Don't set extract_return_value,
4632 store_return_values, deprecated_extract_struct_value_address and
4633 use_struct_convention. Call m68k_svr4_init_abi but override the
4634 new struct_value_regnum member of `struct gdbarch_tdep'.
4635 * Makefile.in (m68k-tdep.o): Update dependencies.
4636
aaa75496
JB
46372004-05-03 J. Brobecker <brobecker@gnat.com>
4638
4639 * dwarf2read.c (line_header): Add new included_p field in
4640 field file_names.
4641 (partial_die_info): New field has_stmt_list. New field line_offset.
4642 (dwarf2_create_include_psymtab): New function.
4643 (dwarf2_build_include_psymtabs): New function.
4644 (add_file_name): Add forward declaration. Initialize new field.
4645 (dwarf_decode_lines): Add new parameter. Enhance this procedure
4646 to be able to determine the list of files included by the
4647 given unit, and build their associated psymtabs.
4648 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
4649 files as well.
4650 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
4651 (read_file_scope): Update call to dwarf_decode_lines.
4652 (read_partial_die): Handle DW_AT_stmt_list attributes.
4653
c848556f
MC
46542004-05-02 Michael Chastain <mec.gnu@mindspring.com>
4655
4656 Unfix PR gdb/1626.
4657 * configure.in: Revert special case for osf5.*.
4658 * configure: Regenerate.
4659
eb4556d7
JB
46602004-05-02 Jim Blandy <jimb@redhat.com>
4661
4662 Move the symbol-file-from-memory functions into their own file.
4663 * symfile-mem.c, symfile-mem.h: New files.
4664 * symfile.c (symbol_file_add_from_bfd): New function.
4665 (symbol_file_add): Call symbol_file_add_from_bfd.
4666 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
4667 Moved to symfile-mem.c.
4668 (_initialize_symfile): Move definition of
4669 add-symbol-file-from-memory command to symfile-mem.c.
4670 * symfile.h (symbol_file_add_from_bfd): New declaration.
4671 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
4672 * config/powerpc/linux.mt (TDEPFILES): Same.
4673 * Makefile.in (SFILES): Add symfile-mem.c.
4674 (symfile_mem_h): New variable.
4675 (HFILES_NO_SRCDIR): Add symfile-mem.h.
4676 (symfile-mem.o): New rule.
4677
80bb239e
AC
46782004-05-01 Andrew Cagney <cagney@redhat.com>
4679
7789d0fa
AC
4680 * breakpoint.c (insert_bp_location): Use get_frame_id, and
4681 frame_find_by_id instead of frame_relative_level.
4682 (do_enable_breakpoint): Ditto.
4683 * thread.c: Update copyright.
4684 (info_threads_command): Ditto, simplify.
4685
80bb239e
AC
4686 * frame.c (deprecated_generic_get_saved_register): Delete
4687 function, moved to "xstormy16-tdep.c".
4688 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
4689 deprecated_generic_get_saved_register from "frame.c".
4690 (xstormy16_frame_saved_register): Call
4691 xstormy16_get_saved_register.
4692 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
4693 static.
4694 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
4695 * frame.h (deprecated_generic_get_saved_register): Delete.
4696
b2a871dd
MC
46972004-05-01 Michael Chastain <mec.gnu@mindspring.com>
4698
4699 * dwarfread.c: Update documentation on the state of dwarf-1.
4700
0e100dab
AC
47012004-05-01 Andrew Cagney <cagney@redhat.com>
4702
acd8056e
AC
4703 * stack.c (select_frame_command): Delete call to
4704 frame_relative_level.
4705 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
4706 Delete #if0 code.
4707 (frame_info): Do not print FRAMELESS.
4708 (print_block_frame_labels): Replace DEPRECATED_STREQ.
4709 (catch_info): Delete #if0 code.
4710
0e100dab
AC
4711 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
4712 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
4713 of frame_relative_level.
4714 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
4715 to SENTINEL_FRAME.
4716 * frame.h (enum frame_type): Add SENTINEL_FRAME.
4717 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
4718 frame_relative_level.
4719
55699d59
AC
4720 * frame.h (deprecated_set_frame_type): Delete declaration.
4721 * frame.c (deprecated_set_frame_type): Delete function, update
4722 comments.
4723
fcf70625
AC
4724 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
4725 * gdbarch.h, gdbarch.c: Re-generate.
4726 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
4727 (shnbsd_pc_in_sigtramp): Delete.
4728 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
4729 pc_in_sigtramp.
4730 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
4731 pc_in_sigtramp.
4732 * frame.h: Update comments.
4733 * ppc-linux-tdep.c: Update comments.
4734 * breakpoint.c (bpstat_what): Update comments.
4735
ac5eccb7
AC
4736 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
4737 m68klinux-tdep.o's dependencies, were previously added to
4738 m68klinux-nat.o.
4739
f2524b93
AC
4740 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
4741 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
4742 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
4743 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
4744 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
4745
17e20bce
AC
4746 * Makefile.in (m68klinux-nat.o): Update dependencies.
4747 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4748 (m68k_linux_sigtramp_frame_cache)
4749 (m68k_linux_sigtramp_frame_this_id)
4750 (m68k_linux_sigtramp_frame_prev_register)
4751 (m68k_linux_sigtramp_frame_unwind)
4752 (m68k_linux_sigtramp_frame_sniffer)
4753 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
4754 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
4755 names, use trad-frame.h.
4756 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
4757 (struct m68k_sigtramp_info): Delete.
4758 * m68k-tdep.c (m68k_sigtramp_frame_cache)
4759 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
4760 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
4761 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
4762 "m68klinux-tdep.c".
4763
c8864fa2
AC
4764 * infrun.c (check_sigtramp2): Delete check for
4765 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
4766
511dd2cd
MK
47672004-05-01 Mark Kettenis <kettenis@gnu.org>
4768
4769 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
4770
8c6b0e06
AC
47712004-05-01 Andrew Cagney <cagney@redhat.com>
4772
9df0bb3f
AC
4773 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4774 (frv_linux_sigtramp_frame_cache)
4775 (frv_linux_sigtramp_frame_this_id)
4776 (frv_linux_sigtramp_frame_prev_register)
4777 (frv_linux_sigtramp_frame_unwind)
4778 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
4779 include "linux" in function and variable names, directly call
4780 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
4781 the latest trad-frame code.
4782 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
4783 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
4784 * Makefile.in (frv-linux-tdep.o): Update dependencies.
4785 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
4786 * frv-tdep.c (frv_sigtramp_frame_cache)
4787 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
4788 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
4789 frv-linux-tdep.c.
4790 (frv_gdbarch_init): Do not append a sigtramp sniffer.
4791 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
4792 (frv_set_sigcontext_reg_addr): Delete function.
4793
8c6b0e06
AC
4794 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
4795 (DEPRECATED_SIGTRAMP_END): Delete.
4796 * gdbarch.h, gdbarch.c: Re-generate.
4797 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
4798 * config/vax/tm-vaxbsd.h: Update copyright.
4799 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4800 (DEPRECATED_IN_SIGTRAMP): Define.
4801 * config/m68k/tm-nbsd.h: Update copyright.
4802 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4803 (DEPRECATED_IN_SIGTRAMP): Define.
4804
50ea7769
MK
48052004-05-01 Mark Kettenis <kettenis@gnu.org>
4806
03ac2a74
MK
4807 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
4808 encondings. Fixes PR gdb/1628.
4809
50ea7769
MK
4810 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
4811 DW_CFA_restore state without a matching DW_CFA_remember_state
4812 instead of aborting. Fixes PR backtrace/1589.
4813
9a5d7be1
JB
48142004-04-30 Joel Brobecker <brobecker@gnat.com>
4815
4816 * MAINTAINERS: Add self as AIX maintainer.
4817 Update my e-mail address in write-after-approval section.
4818
2593d1cd
AC
48192004-04-30 Andrew Cagney <cagney@redhat.com>
4820
ce12bbf9
AC
4821 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
4822 (legacy_get_prev_frame): Ditto.
4823
36710c63
AC
4824 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
4825 (mips_gdbarch_init): Do not set pc_in_sigtramp.
4826 * mipsread.c (sigtramp_address): Delete extern variable.
4827 (mipscoff_new_init): Delete reference.
4828 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
4829 (fixup_sigtramp): Delete function.
4830 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
4831 (fixup_sigtramp): Delete declarations.
4832
2593d1cd
AC
4833 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
4834 deprecated_pc_in_sigtramp.
4835 (ppcnbsd_pc_in_sigtramp): Delete function.
4836
2a25f91c
MK
48372004-05-01 Mark Kettenis <kettenis@gnu.org>
4838
4839 * config/m68k/nm-nbsd.h: Tweak comments.
4840 * config/m68k/nm-nbsdaout.h: Likewise.
4841
0b281939
AC
48422004-04-30 Andrew Cagney <cagney@redhat.com>
4843
4844 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
4845 legacy_pc_in_sigtramp.
4846 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
4847
8f2d3ea0
MK
48482004-05-01 Mark Kettenis <kettenis@gnu.org>
4849
4850 Add OpenBSD/m68k support.
4851 * NEWS (New native configurations): Mention OpenBSD/m68k.
4852 * m68kbsd-tdep.c: New file.
4853 * m68kbsd-nat.c: New file.
4854 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
4855 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
4856 * configure.host: Add m68k-*-openbsd.
4857 * configure.tgt: Add m68k-*-openbsd.
4858 * config/m68k/tm-obsd.h: New file.
4859 * config/m68k/obsd.mt: New file.
4860 * config/m68k/obsd.mh: New file.
4861 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
4862 m68kbsd-tdep.c.
4863
c40f49a4
AC
48642004-04-30 Andrew Cagney <cagney@redhat.com>
4865
4866 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
4867 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
4868
e81554cd
MK
48692004-04-30 Mark Kettenis <kettenis@gnu.org>
4870
4871 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
4872 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
4873
d4dc1a91
BF
48742004-04-30 Brian Ford <ford@vss.fsi.com>
4875
4876 Revert 2004-04-16 change.
4877 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
4878 (i386_coff_init_abi): Remove.
4879 * i386-tdep.h (i386_coff_init_abi): Remove.
4880 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
4881
2f72f850
AC
48822004-04-30 Andrew Cagney <cagney@redhat.com>
4883
e492f9d6
AC
4884 * blockframe.c (find_pc_partial_function): Delete use of
4885 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
4886 DEPRECATED_SIGTRAMP_END.
4887
7b7adad0
AC
4888 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
4889 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
4890 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
4891 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
4892 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
4893
2f72f850
AC
4894 * defs.h (deprecated_inside_entry_file): Delete declaration.
4895 * blockframe.c (deprecated_inside_entry_file): Delete function.
4896 (legacy_frame_chain_valid): Delete call.
4897 * sh64-tdep.c (sh64_frame_chain): Delete call.
4898 * objfiles.h: Update comments.
4899 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
4900 call.
4901 * frame.c (get_prev_frame): Delete call, update comments.
4902
283f90a7
BF
49032004-04-30 Brian Ford <ford@vss.fsi.com>
4904
4905 * MAINTAINERS (Write After Approval): Add myself.
4906
8ee56bcf
AC
49072004-04-30 Andrew Cagney <cagney@redhat.com>
4908
4909 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
4910 * gdbarch.h, gdbarch.c: Re-generate.
4911 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
4912 code.
4913
ee27e1b6
AC
49142004-04-30 Andrew Cagney <cagney@redhat.com>
4915
4916 * gdb-events.sh (selected_thread_changed)
4917 (selected_frame_level_changed, target_changed): Delete.
4918 * gdb-events.h, gdb-events.c: Re-generate.
4919 * valops.c (value_assign): Update.
4920 * stack.c (select_frame_command, up_silently_base)
4921 (down_silently_base): Update.
4922
d5ac5a39
AC
49232004-04-29 Andrew Cagney <cagney@redhat.com>
4924
4925 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
4926 registers correctly.
4927 (print_gp_register_row, mips32_heuristic_proc_desc)
4928 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
4929 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
4930 references to mips_isa_regsize.
4931
ceae6e75
AC
49322004-04-29 Andrew Cagney <cagney@redhat.com>
4933
4934 * mips-tdep.c (struct gdbarch_tdep): Delete
4935 mips_fp_register_double.
4936 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
4937 mips_abi_regsize.
4938 (mips_gdbarch_init): Do not set mips_fp_register_double.
4939 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
4940
a587af0b
AC
49412004-04-29 Joel Brobecker <brobecker@gnat.com>
4942
4943 Committed by Andrew Cagney.
4944 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
4945 function calls.
4946
13326b4e
AC
49472004-04-29 Andrew Cagney <cagney@redhat.com>
4948
4949 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
4950 gdbarch, use mips_abi, update callers.
4951 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
4952 mips_abi_regsize, update callers.
4953 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
4954 mips_default_abi_regsize.
4955 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
4956 mips_default_abi_regsize.
4957
711cc5cd
AC
49582004-04-29 Andrew Cagney <cagney@redhat.com>
4959
1b13c4f6
AC
4960 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
4961 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
4962 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
4963 mips_default_abi_regsize.
4964 (mips_isa_regsize): Rename mips_regisze.
4965 * mipsnbsd-tdep.c: Update.
4966 * mips-linux-tdep.c: Update.
4967 * irix5-nat.c: Update.
4968 * mips-tdep.h (mips_isa_regsize): Update.
4969
711cc5cd
AC
4970 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
4971 Delete all disabled code.
4972 * gdb-events.h, gdb-events.c: Re-generate.
4973
e63bbc88
MK
49742004-04-19 Jerome Guitton <guitton@gnat.com>
4975 Mark Kettenis <kettenis@gnu.org>
4976
4977 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
4978 the function begins with a branch instruction.
4979
fd35795f
MK
49802004-04-29 Mark Kettenis <kettenis@gnu.org>
4981
4982 * i386-tdep.c: Fix spelling mistakes.
4983
c960c18f
AC
49842004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4985 Andrew Cagney <cagney@redhat.com>
4986
4987 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
4988 <sys/proc.h>.
4989 * acconfig.h: Provide default _KMEMUSER value.
4990 * config.in, configure: Re-generate.
4991 * NEWS: Mention fix.
4992
50306a9d
RC
49932004-04-24 Randolph Chung <tausq@debian.org>
4994
4995 * configure.host (hppa*-*-linux*): New target.
4996 * configure.tgt (hppa*-*-linux*): Likewise.
4997 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
4998 gdbarch_init_osabi() call earlier so that osabi-specific frame
4999 unwinders can be registered first.
5000 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5001 hppa-linux-nat.c.
5002 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5003 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5004 * config/pa/linux.mh: New file.
5005 * config/pa/linux.mt: New file.
5006 * config/pa/nm-linux.h: New file.
5007 * config/pa/xm-linux.h: New file.
5008 * hppa-linux-nat.c: New file.
5009 * hppa-linux-tdep.c: New file.
5010
2a6228ef
RC
50112004-04-28 Randolph Chung <tausq@debian.org>
5012
5013 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5014 return values.
5015 (hppa32_push_dummy_call): Fix small struct and floating point argument
5016 passing, and make sure the stack frame is properly aligned.
5017
82c10df6
AC
50182004-04-28 Andrew Cagney <cagney@redhat.com>
5019
d762c46a
AC
5020 * stack.c (print_stack_frame): Fix description.
5021
82c10df6
AC
5022 * NEWS: Mention gdb/gdbserver/configure execute permission
5023 changed. PR server/519.
5024
0faf0076
AC
50252004-04-28 Andrew Cagney <cagney@redhat.com>
5026
5027 * stack.c (print_stack_frame_stub): Delete declaration.
5028 (struct print_stack_frame_args, print_stack_frame)
5029 (print_frame_info, print_frame): Replace "source" with print what.
5030 Replace "print" with "print_level". Replace "args" with
5031 "print_args".
5032 * frame.h (show_and_print_stack_frame, print_stack_frame)
5033 (print_frame_info): Update declarations.
5034 * stack.c (select_and_print_frame, frame_command)
5035 (current_frame_command, up_command, down_command): Update calls -
5036 use get_selected_frame, pass "enum print_what" for source, do not
5037 call frame_relative_level.
5038 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5039 * remote-rdp.c (remote_rdp_open): Ditto.
5040 * remote-mips.c (common_open): Ditto.
5041 * remote-e7000.c (e7000_start_remote): Ditto.
5042 * ocd.c (ocd_start_remote): Ditto.
5043 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5044 * infrun.c (normal_stop): Ditto.
5045 * inflow.c (kill_command): Ditto.
5046 * infcmd.c (finish_command): Ditto.
5047 * corelow.c (core_open): Ditto.
5048 * tracepoint.c (finish_tfind_command): Ditto.
5049 * thread.c (info_threads_command, info_threads_command)
5050 (restore_current_thread, do_captured_thread_select): Ditto.
5051 * ada-tasks.c (task_command): Ditto.
5052
f4c5303c
OF
50532004-04-26 Orjan Friberg <orjanf@axis.com>
5054
5055 * frame.c: Include "observer.h".
5056 (frame_observer_target_changed): New function.
5057 (_initialize_frame): Attach target_changed observer.
5058 * regcache.c: Include "observer.h".
5059 (regcache_observer_target_changed): New function.
5060 (_initialize_regcache): Attach target_changed observer.
5061 * valops.c: Include "observer.h".
5062 (value_assign): Notify target_changed event when modifying register.
5063 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5064
7270d8f2
OF
50652004-04-26 Orjan Friberg <orjanf@axis.com>
5066
5067 From Paul Koning <pkoning@equallogic.com>:
5068 * breakpoint.c (free_valchain): New function.
5069 (insert_bp_location, delete_breakpoint): Use free_valchain.
5070 (remove_breakpoint): Do not remove the valchain.
5071 (bpstat_stop_status): If not stopped by watchpoint, skip
5072 watchpoints when generating stop status list.
5073 * infrun.c (handle_inferior_event): Make
5074 stepped_after_stopped_by_watchpoint a global variable.
5075 * remote.c (remote_stopped_data_address): Return watch data
5076 address rather than zero if stepped_after_stopped_by_watchpoint is
5077 set.
5078
02d62932
MC
50792004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5080
5081 Fix PR gdb/1626.
5082 * configure.in: Check for curses after termcap.
5083 On osf5.*, do not check for ncurses.
5084 * configure: Regenerate.
5085
3e9a183c
MK
50862004-04-25 Mark Kettenis <kettenis@gnu.org>
5087
c79ac407
MK
5088 * ppcobsd-nat.c: Include "ppc-tdep.h".
5089 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5090
3e9a183c
MK
5091 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5092 Fixes PR tdep/1623 and PR tdep/1624.
5093
38cc9c28
MC
50942004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5095
5096 * xmodem.h, xmodem.c: Remove files.
5097 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5098
7f07c5b6
RC
50992004-04-23 Randolph Chung <tausq@debian.org>
5100
5101 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5102 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5103 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5104 for handling stackless frames.
5105 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5106
9f7194c3
RC
51072004-04-23 Randolph Chung <tausq@debian.org>
5108
5109 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5110 starts at a pc before the frame is created.
5111
dcff6009
JB
51122004-04-23 Joel Brobecker <brobecker@gnat.com>
5113
5114 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5115
40711ff1 51162004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
5117
5118 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5119 use convert_typed_floating to get the appropriate format.
5120
abc485a1
RC
51212004-04-22 Randolph Chung <tausq@debian.org>
5122
5123 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5124 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5125 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5126 (hppa_sign_extend): Add prototype.
5127 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5128 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5129 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5130 hppa targets will also use these functions.
5131 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5132 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5133 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5134 (hppa_gdbarch_init): Remove gdbarch setting of
5135 skip_trampoline_code, in_solib_call_trampoline and
5136 in_solib_return_trampoline.
5137 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5138 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5139 hppa_in_solib_call_trampoline.
5140 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5141 Moved from hppa-tdep.c.
5142 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5143 in_solib_call_trampoline and in_solib_return_trampoline.
5144
369aa520
RC
51452004-04-22 Randolph Chung <tausq@debian.org>
5146
5147 * hppa-tdep.c (hppa_debug): New variable.
5148 (find_unwind_entry, hppa_frame_cache): Add debug output.
5149 (_initialize_hppa_tdep): Add command to set debug flag.
5150
476be15e
AC
51512004-04-22 Andrew Cagney <cagney@redhat.com>
5152
5153 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5154 "trad-frame.h".
5155 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5156 signal trampoline unwinder.
5157 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5158
d195bc9f
MK
51592004-04-22 Mark Kettenis <kettenis@gnu.org>
5160
5161 Add OpenBSD/powerpc support.
5162 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5163 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5164 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5165 (ppc_collect_fpregset): New prototypes.
5166 * ppcobsd-nat.c: New file.
5167 * ppcobsd-tdep.c: New file.
5168 * ppcobsd-tdep.h: New file.
5169 * rs6000-tdep.c: Include "regset.h".
5170 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5171 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5172 New functions.
5173 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5174 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5175 (rs6000-tdep.o): Update dependencies.
5176 * configure.host: Add powerpc-*-openbsd.
5177 * configure.tgt: Add powerpc-*-openbsd.
5178 * config/powerpc/obsd.mh: New file.
5179 * config/powerpc/nm-obsd.h: New file.
5180 * config/powerpc/obsd.mt: New file.
5181
6f14cc33
AC
51822004-04-22 Andrew Cagney <cagney@redhat.com>
5183
fcf29e5f
AC
5184 * frame.h (show_frame_info): Delete declaration.
5185
6f14cc33
AC
5186 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5187 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5188 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5189 * frv-tdep.c (frv_frame_this_id): Ditto.
5190 * avr-tdep.c (avr_frame_this_id): Ditto.
5191
e5786a5c
EZ
51922004-04-22 Elena Zannoni <ezannoni@redhat.com>
5193
5194 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5195
26e75e5c
JB
51962004-04-22 Jim Blandy <jimb@redhat.com>
5197
5198 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5199 register number zero.
5200
d8d65dd3
MS
52012004-04-21 Michael Snyder <msnyder@redhat.com>
5202
5203 * mips-tdep.c (heuristic_proc_start):
5204 Warning() already prefixes "Warning: ".
5205
9a4105ab
AC
52062004-04-21 Andrew Cagney <cagney@redhat.com>
5207
5208 * annotate.h (deprecated_annotate_starting_hook)
5209 (deprecated_annotate_stopped_hook)
5210 (deprecated_annotate_exited_hook)
5211 (deprecated_annotate_signal_hook)
5212 (deprecated_annotate_signalled_hook): Deprecate.
5213 * tracepoint.h (deprecated_create_tracepoint_hook)
5214 (deprecated_delete_tracepoint_hook)
5215 (deprecated_modify_tracepoint_hook)
5216 (deprecated_trace_find_hook)
5217 (deprecated_trace_start_stop_hook): Deprecate.
5218 * target.h (deprecated_target_new_objfile_hook): Deprecate.
5219 * remote.h (deprecated_target_resume_hook)
5220 (deprecated_target_wait_loop_hook): Deprecate.
5221 * gdbcore.h (deprecated_exec_file_display_hook)
5222 (deprecated_file_changed_hook): Deprecate.
5223 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
5224 * defs.h (deprecated_modify_breakpoint_hook)
5225 (deprecated_command_loop_hook, deprecated_show_load_progress)
5226 (deprecated_print_frame_info_listing_hook)
5227 (deprecated_query_hook, deprecated_warning_hook)
5228 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
5229 (deprecated_delete_breakpoint_hook)
5230 (deprecated_interactive_hook, deprecated_registers_changed_hook)
5231 (deprecated_readline_begin_hook, deprecated_readline_hook)
5232 (deprecated_readline_end_hook, deprecated_register_changed_hook)
5233 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
5234 (deprecated_context_hook, deprecated_target_wait_hook)
5235 (deprecated_attach_hook, deprecated_detach_hook)
5236 (deprecated_call_command_hook, deprecated_set_hook)
5237 (deprecated_error_hook, deprecated_error_begin_hook)
5238 (deprecated_ui_load_progress_hook): Deprecate.
5239 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
5240 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
5241 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
5242 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
5243 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
5244 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
5245 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
5246 * annotate.c, aix-thread.c: Update.
5247
62cf13cc
AC
52482004-04-21 Andrew Cagney <cagney@redhat.com>
5249
b2e31a62
AC
5250 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
5251 * vaxnbsd-tdep.c: Include "gdb_string.h".
5252
62cf13cc
AC
5253 * symfile.c (symbol_file_add_from_memory): #if 0 function.
5254 (add_symbol_file_from_memory_command): #if 0 function body, call
5255 error instead.
5256
00e32a35
AC
52572004-04-21 Andrew Cagney <cagney@redhat.com>
5258
5259 * gdbcore.h: Update copyright.
5260 (deprecated_add_core_fns): Rename add_core_fns.
5261 * win32-nat.c (_initialize_core_win32): Update.
5262 * sun3-nat.c (_initialize_core_sun3): Update.
5263 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
5264 * rs6000-nat.c (_initialize_core_rs6000): Update.
5265 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
5266 * nto-tdep.c (_initialize_nto_tdep): Update.
5267 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
5268 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
5269 * mips-nat.c (_initialize_core_mips): Update.
5270 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5271 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
5272 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
5273 * lynx-nat.c (_initialize_core_lynx): Update.
5274 * irix5-nat.c (_initialize_core_irix5): Update.
5275 * i386-interix-nat.c (_initialize_core_interix): Update.
5276 * cris-tdep.c (_initialize_cris_tdep): Update.
5277 * corelow.c (deprecated_add_core_fns): Update.
5278 * core-regset.c (_initialize_core_regset): Update.
5279 * core-aout.c (_initialize_core_aout): Update.
5280 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
5281 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
5282 * alpha-nat.c (_initialize_core_alpha): Update.
5283
13c7b1ca
JB
52842004-04-21 Jim Blandy <jimb@redhat.com>
5285
5286 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
5287
7b5a2f43
DJ
52882004-04-19 Daniel Jacobowitz <drow@mvista.com>
5289
5290 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
5291 Delete.
5292 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
5293 (read_attribute_value): Update calls to dwarf_alloc_block.
5294 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
5295 dwarf2_tmp_obstack.
5296 (psymtab_to_symtab_1): Likewise. Clean up using
5297 free_stack_comp_unit.
5298 (add_to_cu_func_list): Use the comp_unit_obstack.
5299
05cf31d1
JB
53002004-04-19 Joel Brobecker <brobecker@gnat.com>
5301
5302 * dwarf2read.c (dwarf2_flag_true_p): New function.
5303 (die_is_declaration): Use the function above. Add some comments.
5304
adf93a2f
MK
53052004-04-19 Mark Kettenis <kettenis@gnu.org>
5306
5307 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
5308 architecture when registering sparcnbsd_core_osabi_sniffer.
5309 Adjust comment.
5310
748894bf
MK
53112004-04-18 Mark Kettenis <kettenis@gnu.org>
5312
f622ad42
MK
5313 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
5314 return value.
5315
c4fc7f1b
MK
5316 Based on a patch from Brian Ford <ford@vss.fsi.com>:
5317 * i386-tdep.c: Correct register numbering scheme comments
5318 throughout.
5319 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
5320 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
5321 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
5322 (i386_gdb_arch_init): Likewise.
5323
b4ead1bd
MK
5324 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
5325 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
5326 ppcnbsd-tdep.o.
5327
748894bf
MK
5328 * m68k-tdep.h: Tweak comments.
5329 * m68k-tdep.c: Tweak comment.
5330
fdd72f95
RC
53312004-04-17 Randolph Chung <tausq@debian.org>
5332
5333 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
5334 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
5335 (hppa_hpux_som_init_abi): Set is_elf to 0.
5336 (hppa_hpux_elf_init_abi): Set is_elf to 1.
5337 * hppa-tdep.c (low_text_segment_address): Remove global.
5338 (record_text_segment_lowaddr): Pass in low address as parameter. Use
5339 section offset to calculate segment address.
5340 (internalize_unwinds): Define low_text_segment_address as local and
5341 pass to record_text_segment_lowaddr for ELF targets.
5342 (hppa_gdbarch_init): Zero fill tdep structure.
5343 (hppa_dump_tdep): Print tdep structure.
5344 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
5345
0f8d9d59
RC
53462004-04-17 Randolph Chung <tausq@debian.org>
5347
5348 * hppa-tdep.c (hppa_pseudo_register_read): Define.
5349 (hppa_gdbarch_init): Set pseudo_register_read.
5350 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
5351 * regcache.c (supply_register): Remove check for
5352 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
5353
7c46b9fb
RC
53542004-04-17 Randolph Chung <tausq@debian.org>
5355
5356 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
5357 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
5358 (hpread_adjust_stack_address): Move to hpread.c.
5359 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5360 obj_private_struct): Move from tm-hppa.h.
5361 * hpread.c (hppa-tdep.h): Include.
5362 (hpread_adjust_stack_address): Move from hppa-tdep.c.
5363 (hpread_read_function_type, hpread_read_doc_function_type)
5364 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
5365 directly.
5366 * pa64solib.c (hppa-tdep.h): Include.
5367 * somsolib.c (hppa-tdep.h): Include.
5368 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
5369 inferior_status): Remove unused forward declarations.
5370 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
5371 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5372 obj_private_struct): Move to hppa-tdep.h.
5373 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
5374
8d153463
RC
53752004-04-17 Randolph Chung <tausq@debian.org>
5376
5377 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
5378 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
5379 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
5380 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
5381 Remove forward declaration and make static.
5382 (hppa_reg_struct_has_addr): Remove.
5383
350c2e5b
JB
53842004-04-16 Joel Brobecker <brobecker@gnat.com>
5385
5386 * observer.sh: Move comments in sed command to first column.
5387
bbde78fa
JM
53882004-04-16 Jason Molenda (jmolenda@apple.com)
5389
5390 * frame.c: Minor typeo corrections in comments.
5391
e0270fd9
JB
53922004-04-16 Joel Brobecker <brobecker@gnat.com>
5393
5394 * observer.c (observer_test_first_notification_function): Update
5395 function profile.
5396 (observer_test_second_notification_function): Likewise.
5397 (observer_test_third_notification_function): Likewise.
5398
3d049254
MK
53992004-04-16 Mark Kettenis <kettenis@gnu.org>
5400
5401 From Brian Ford <ford@vss.fsi.com>:
5402 * i386-tdep.c (i386_coff_init_abi): New function.
5403 * i386-tdep.h (i386_coff_init_abi): New prototype.
5404 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
5405 register number translation functions for DWARF and DWARF 2.
5406
7867684d
JB
54072004-04-16 Joel Brobecker <brobecker@gnat.com>
5408
5409 * dwarf2read.c: Back out my previous change, it was incorrect.
5410
72bf9492
DJ
54112004-04-16 Daniel Jacobowitz <drow@mvista.com>
5412
5413 * dwarf2read.c: Include "hashtab.h".
5414 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
5415 has_namespace_info.
5416 (struct partial_die_info): Add comments. Use bitfields to reduce
5417 memory footprint. Add scope, scope_set, has_specification,
5418 spec_offset, die_parent, die_child, and die_sibling.
5419 (peek_die_abbrev): Add prototype.
5420 (partial_read_comp_unit_head): New function, broken out from
5421 dwarf2_build_psymtabs_hard.
5422 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
5423 Use partial_read_comp_unit_head. Initialize the CU and
5424 comp_unit_obstack. Update calls to read_partial_die and
5425 scan_partial_symbols. Use free_stack_comp_unit and
5426 load_partial_dies.
5427 (scan_partial_symbols): Change PDI to a pointer. Use the child and
5428 sibling pointers to walk partial DIEs. Call fixup_partial_die.
5429 Update calls to helper functions. Remove NAMESPACE argument.
5430 Update comments.
5431 (partial_die_parent_scope, partial_die_full_name): New functions.
5432 (add_partial_symbol): Remove namespace argument. Update call to
5433 pdi_needs_namespace. Use partial_die_full_name. Handle
5434 DW_TAG_namespace. Check has_namespace_info flag.
5435 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
5436 tag. Handle namespaces.
5437 (add_partial_namespace, add_partial_enumeration): Simplify.
5438 (guess_structure_name): New function, derived from
5439 add_partial_structure.
5440 (add_partial_structure): Remove.
5441 (determine_class_name): Update comment.
5442 (dwarf2_read_abbrevs): Set has_namespace_info flag.
5443 (is_type_tag_for_partial, load_partial_dies): New functions.
5444 (read_partial_die): Pass abbrev and abbrev_len as arguments.
5445 Record specifications instead of following them immediately.
5446 (find_partial_die_in_comp_unit, find_partial_die)
5447 (fixup_partial_die, free_stack_comp_unit)
5448 (hashtab_obstack_allocate, dummy_obstack_deallocate)
5449 (partial_die_hash, partial_die_eq): New functions.
5450 * Makefile.in (hashtab_h): Define.
5451 (dwarf2read.o): Update dependencies.
5452 (observer_inc, observer_h): Move to the correct section.
5453
fdc860a3
JB
54542004-04-15 Joel Brobecker <brobecker@gnat.com>
5455
5456 * dwarf2read.c (dwarf2_attribute_true_p): New function.
5457 (die_is_declaration): Use the function above. Add comment.
5458
dc718098
JB
54592004-04-15 Joel Brobecker <brobecker@gnat.com>
5460
5461 * dwarf2read.c (read_structure_scope): Identify stub types
5462 using die_is_declaration() only.
5463
8718a420
RM
54642004-04-15 Roland McGrath <roland@redhat.com>
5465
5466 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
5467 argument instead of NAME.
5468 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
5469 in call to symbol_file_add_with_addrs_or_offsets.
5470 (build_addr_info): New function, helper for ...
5471 (symbol_file_add_from_memory): New function.
5472 (add_symbol_file_from_memory_command): New function using that.
5473 (_initialize_symfile): Register it for add-symbol-file-from-memory.
5474 (pre_add_symbol_hook): Add const to argument type.
5475 * symfile.h (symbol_file_add_from_memory): Declare it.
5476
8b910bab
MK
54772004-04-15 Mark Kettenis <kettenis@gnu.org>
5478
9f076e7a
MK
5479 * NEWS (New native configurations): Mention OpenBSD/vax.
5480 * configure.host: Add vax-*-openbsd*.
5481 * config/vax/obsd.mh: New file.
5482 * config/vax/nm-obsd.h: New file.
5483
8b910bab
MK
5484 * vax-tdep.c: Include "regset.h".
5485 (vax_supply_gregset): New function.
5486 (vax_gregset): New variable.
5487 (vax_regset_from_core_section): New function.
5488 (vax_gdbarch_init): Set regset_from_core_section.
5489 * Makefile.in (vax-tdep.o): Update dependencies.
5490
7a464420
AC
54912004-04-15 Andrew Cagney <cagney@redhat.com>
5492
5493 * observer.c (normal_stop_subject, observer_notify_normal_stop)
5494 (observer_normal_stop_notification_stub)
5495 (observer_attach_normal_stop, observer_detach_normal_stop):
5496 Delete, replaced by #include "observer.inc".
5497 * infrun.c (normal_stop): Pass "stop_bpstat" to
5498 observer_notify_normal_stop.
5499 * Makefile.in (observer_inc): Define.
5500 (observer.o): Update dependencies.
5501 (observer.h, observer.inc): New rules.
5502 * observer.h: Delete file.
5503 * observer.sh: New file.
5504
e36ad527
MK
55052004-04-15 Mark Kettenis <kettenis@gnu.org>
5506
5507 * vax-tdep.c (vax_frame_cache): Fix typo.
5508
67b441e1
MK
55092004-04-14 Mark Kettenis <kettenis@gnu.org>
5510
6f606e1c
MK
5511 * NEWS (New native configurations): Mention NetBSD/vax.
5512 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
5513 * config/vax/nbsdelf.mh: New file.
5514 * config/vax/nbsdaout.mh: New file.
5515 * config/vax/nm-nbsd.h: New file.
5516 * config/vax/nm-nbsdaout.h: New file.
5517
9c5519a5
MK
5518 * vaxnbsd-tdep.c: New file.
5519 * Makefile.in (vaxnbsd-tdep.o): New dependency.
5520 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
5521 * config/vax/nbsd.mt: New file.
5522 * config/vax/tm-nbsd.h: New file.
5523
4844a614
MK
5524 * Makefile.in (vaxbsd-nat.o): New dependency.
5525
67b441e1
MK
5526 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
5527 * vax-tdep.c (vax_store_arguments): Remove struct_return and
5528 struct_addr arguments. Don't push return value address.
5529 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
5530 arguments to vax_store_arguments. Store return value address in
5531 R1.
5532 (vax_store_struct_return, vax_extract_return_value)
5533 (vax_store_return_value): Remove functions.
5534 (vax_return_value): New function.
5535 (vax_gdbarch_init): Set return value. Don't set
5536 deprecated_store_struct_return, deprecated_extract_struct_return
5537 and deprecated_store_return_value.
5538
6672f2ae
AS
55392004-04-14 Andreas Schwab <schwab@suse.de>
5540
5541 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
5542 value buffer.
5543 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
5544
7346c184
MK
55452004-04-14 Mark Kettenis <kettenis@gnu.org>
5546
5547 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
5548 (vax_unwind_dummy_id): New functions.
5549 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
5550 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
5551 variables.
5552 (vax_fix_call_dummy): Remove function.
5553 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
5554 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
5555 call_dummy_location, deprecated_call_dummy_words,
5556 deprecated_sizeof_call_dummy_words,
5557 deprecated_call_dummy_breakpoint_offset,
5558 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
5559 and deprecated_dummy_write_sp.
5560
58e23df4
DC
55612004-04-13 David Carlton <carlton@kealia.com>
5562
5563 * MAINTAINERS: Move myself to "paper trail" section.
5564
5e6b39ff
MK
55652004-04-12 Mark Kettenis <kettenis@gnu.org>
5566
7def7fef
MK
5567 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
5568 "trad-frame.h".
5569 (vax_frame_init_saved_regs): Remove function.
5570 (vax_sigtramp_saved_pc): Remove function.
5571 (vax_frame_saved_pc): Remove function.
5572 (vax_frame_args_address): Remove function.
5573 (vax_frame_num_args): Rewrite.
5574 (vax_frame_chain): Remove function.
5575 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
5576 VAX_FP_REGNUM.
5577 (vax_pop_frame): Likewise.
5578 (vax_saved_pc_after_call): Remove function.
5579 (struct vax_frame_cache): New structure.
5580 (vax_frame_cache): New function.
5581 (vax_frame_this_id): New function.
5582 (vax_frame_prev_register): New function.
5583 (vax_frame_unwind): New variable.
5584 (vax_frame_sniffer): New function.
5585 (vax_frame_base_address): New function.
5586 (vax_frame_args_address): New function.
5587 (vax_frame_base): New variable.
5588 (vax_unwind_pc): New function.
5589 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
5590 deprecated_fp_regnum, deprecated_saved_pc_after_call,
5591 deprecated_frame_chain, deprecated_frame_saved_pc,
5592 deprecated_frame_args_address and
5593 deprecated_frame_init_saved_regs.
5594 * Makefile.in (vax-tdep.o): Update dependencies.
5595
53284fc1
MK
5596 * vaxbsd-nat.c: New file.
5597
5e6b39ff
MK
5598 * vax-tdep.h: Update copyright year. Adjust comments.
5599 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
5600 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
5601 (vax_regnum): New enum. Replacing...
5602 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
5603 (VAX_PS_REGNUM): ... these removed macros.
5604 * vax-tdep.c (vax_register_name): Remove prototype.
5605 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
5606 (vax_register_byte, vax_register_raw_size,
5607 vax_register_virtual_size, vax_register_virtual_type): Remove
5608 functions.
5609 (vax_register_type): New function.
5610 (vax_breakpoint_from_pc): Reorganize.
5611 (vax_gdbarch_init): Set register_type. Don't set
5612 deprecated_register_size, deprecated_register_bytes,
5613 deprecated_register_byte, deprecated_register_raw_size,
5614 deprecated_max_register_raw_size,
5615 deprecated_register_virtual_size,
5616 deprecated_max_register_virtual_size and
5617 deprecated_register_virtual_type. Add comment on stack direction.
5618
e9c71e9f
MK
56192004-04-11 Mark Kettenis <kettenis@gnu.org>
5620
5621 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
5622 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 5623 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 5624
d46f1176 56252004-04-10 Randolph Chung <tausq@debian.org>
8718a420 5626
d46f1176
RC
5627 * MAINTAINERS (write after approval): Add myself.
5628
a2a84a72
RC
56292004-04-07 Randolph Chung <tausq@debian.org>
5630
5631 * hppa-tdep.c (hppa_inner_than): Remove.
5632 (is_pa_2): Remove unused static variable.
8718a420 5633 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 5634
e85c3284
PH
56352004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
5636
5637 * language.h (language_defn): Add new la_post_parser field.
5638 * parser-defs.h (null_post_parser): New declaration (default for
5639 la_post_parser).
8718a420 5640
e85c3284
PH
5641 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
5642 insert call to that function.
5643 (parse_exp_in_context): New function, including code formerly in
8718a420 5644 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
5645 prefixification.
5646 (parse_expression_in_context): New exported function.
5647 (null_post_parser): New definition.
5648 * expression.h (parse_expression_in_context): Add declaration.
8718a420 5649
e85c3284
PH
5650 * p-lang.c (pascal_language_defn): Add trivial post-parser.
5651 * c-lang.c (c_language_defn): Ditto.
5652 (cplus_language_defn): Ditto.
5653 (asm_language_defn): Ditto.
5654 (minimal_language_defn): Ditto.
5655 * f-lang.c (f_language_defn): Ditto.
5656 * jv-lang.c (java_language_defn): Ditto.
5657 * language.c (unknown_language_defn): Ditto.
5658 (auto_language_defn): Ditto.
5659 (local_language_defn): Ditto.
5660 * m2-lang.c (m2_language_defn): Ditto.
5661 * scm-lang.c (scm_language_defn): Ditto.
5662 * obj-lang.c (objc_language_defn): Ditto.
8718a420 5663
d9f8c85b
MK
56642004-04-10 Mark Kettenis <kettenis@gnu.org>
5665
fa34704a
MK
5666 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
5667 (amd64nbsd_mcontext_addr): New function.
5668 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
5669 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
5670 with amd64nbsd_r_reg_offset, instead of building it on the fly.
5671
403e1656
MK
5672 * corelow.c (core_xfer_partial): Fix coding standards violation.
5673 Add support for TARGET_OBJECT_WCOOKIE.
5674
a57e5a95
MK
5675 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
5676 deprecated_pc_in_sigtramp.
5677 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
5678 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
5679 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
5680 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
5681 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
5682 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
5683 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
5684
377d9ebd
MK
5685 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
5686 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
5687 Fix typo.
5688
f0ef85a5
MK
5689 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
5690 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
5691 (amd64_collect_fxsave): Likewise.
5692
d9f8c85b
MK
5693 * i386-sol2-tdep.c: Include "gdb_string.h".
5694 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
5695 name.
5696 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5697
75f501b5
MK
56982004-04-10 Mark Kettenis <kettenis@gnu.org>
5699
5700 * i386-sol2-tdep.c: Include "solib-svr4.h".
5701 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5702 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5703 * config/i386/tm-i386sol2.h: Include :solib.h".
5704 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
5705 solib-svr4.o and solib-legacy.o.
5706 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
5707 solib-svr4.o.
5708
b31bc724
MK
57092004-04-09 Mark Kettenis <kettenis@gnu.org>
5710
18bbbd9e
MK
5711 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
5712 whether a register is supplied by PTRACE_GETFPREGS.
5713 (store_inferior_registers): Likewise.
5714 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
5715 whether a register is supplied by PT_GETFPREGS.
5716 (store_inferior_registers): Likewise.
5717
3c30bf1b
MK
5718 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
5719 * config/i386/linux64.mt (TDEPFILES): Likewise.
5720
a4194092
MK
5721 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
5722
911bc6ee
MK
5723 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
5724 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5725 the program counter is in the range specified by `struct
5726 gdbarch_tdep'.
5727 * amd64-linux-tdep.c: Include "symtab.h".
5728 (amd64_linux_pc_in_sigtramp): Remove function.
5729 (amd64_linux_sigtramp_p): New function.
5730 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5731 deprecated_pc_in_sigtramp.
5732 * amd64nbsd-tdep.c: Include "symtab.h".
5733 (amd64nbsd_sigtramp_p): New function.
5734 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5735 deprecated_pc_in_sigtramp.
5736 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
5737 few comments.
5738 (amd64obsd_pc_in_sigtramp): Remove function.
5739 (amd64obsd_sigtramp_p): New function.
5740 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5741 deprecated_pc_in_sigtramp.
5742 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
5743 (i386bsd_pc_ins_sigtramp): Remove prototype.
5744 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
5745 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
5746 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5747 the program counter is in the range specified by `struct
5748 gdbarch_tdep'.
5749 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
5750 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
5751 (i386_go32_pc_in_sigtramp): Remove function.
5752 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
5753 Initialize TDEP->sigtramp_p.
5754 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
5755 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
5756 deprecated_pc_in_sigtramp.
5757 * i386-linux-tdep.c: Adjust comments.
5758 (i386_linux_pc_in_sigtramp): Remove function.
5759 (i386_linux_sigtramp_p): New function.
5760 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5761 deprecated_pc_in_sigtramp.
5762 * i386-nto-tdep.c: Update copyright year.
5763 (i386nto_pc_in_sigtramp): Remove function.
5764 (i386nto_sigtramp_p): New function.
5765 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
5766 SP_REGNUM.
5767 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
5768 deprecated_pc_in_sigtramp.
5769 * i386-sol2-tdep.c: Update copyright year.
5770 (i386_sol2_pc_in_sigtramp): Remove function.
5771 (i386_sol2_sigtramp_p): New function.
5772 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
5773 deprecated_pc_in_sigtramp.
5774 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
5775 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
5776 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5777 deprecated_sigtramp_start and deprecated_sigtramp_end.
5778 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
5779 (i386nbsd_pc_in_sigtramp): Remove function.
5780 (i386nbsd_sigtramp_p): New function.
5781 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5782 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5783 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
5784 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
5785 (i386obsd_pc_in_sigtramp): Remove function.
5786 (i386obsd_sigtramp_p): New function.
5787 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
5788 functions.
5789 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5790 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5791 TDEP->sigtramp_p.
5792 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
5793 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
5794 dependencies.
5795
e083e6ec
MK
5796 * config/i386/i386aout.mt: Remove file.
5797
bd153b94
MK
5798 * configure.tgt: Remove i[34567]86-*-go32*,
5799 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
5800 and i[34567]86-*-isc*. Set gdb_target to i386 for
5801 i[34567]86-*-netware* and i[34567]86-*-*.
5802 * config/i386/i386.mt: New file.
5803 * config/i386/embed.mt: Remove file.
5804 * config/i386/go32.mt: Remove file.
5805 * config/i386/i386nw.mt: Remove file.
5806 * config/i386/i386v.mt: Remove file.
5807 * config/i386/tm-go32.h: Remove file.
5808
4a1bcc8c
MK
5809 * tui/tui-hooks.c: Include "readline/readline.h" after
5810 "gdb_curses.h" instead of before.
5811 * tui/tui-io.c: Likewise.
5812
f9a79064
MK
5813 * tui/tui.c: Fix typo in comment.
5814
b31bc724
MK
5815 * sparc64-tdep.c (sparc_address_from_register): Remove function.
5816
f83f82bc
AC
58172004-04-08 Andrew Cagney <cagney@redhat.com>
5818
5819 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
5820 (deprecated_exception_support_initialized): Declare.
8718a420 5821 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
5822 (initialize_hp_cxx_exception_support)
5823 (child_enable_exception_callback): Update.
5824 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
5825 (deprecated_exception_support_initialized): Rename
5826 deprecated_exception_catchpoints_are_fragile and
5827 deprecated_exception_support_initialized.
5828 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
5829
5830 * symtab.c (deprecated_hp_som_som_object_present): Rename
5831 hp_som_som_object_present.
5832 * symtab.h (deprecated_hp_som_som_object_present): Declare.
5833 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
5834 Update. Delete extern declaration.
5835 * valops.c (hp_som_som_object_present): Ditto.
8718a420 5836 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
5837 (parse_nested_classes_for_hpacc): Ditto.
5838 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 5839 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
5840 (initialize_hp_cxx_exception_support): Ditto.
5841 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 5842 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 5843 (cp_print_class_method): Ditto.
8718a420 5844 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
5845 (c_type_print_base): Ditto.
5846 * c-exp.y (hp_som_som_object_present): Ditto.
5847
fb2be677
AC
58482004-04-08 Andrew Cagney <cagney@redhat.com>
5849
5850 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
5851 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
5852 (frame_unwind_find_by_frame): Re-implement the unwind code so
5853 that it can both prepend and append sniffers. Replace
5854 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
5855 * tramp-frame.c (tramp_frame_append): Use
5856 frame_unwind_prepend_unwinder.
5857 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
5858 frame_unwind_register_unwinder.
5859 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
5860 tramp_frame_append.
5861 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 5862 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
5863 (mips_linux_init_abi): Update.
5864
67faf007
KB
58652004-04-08 Kevin Buettner <kevinb@redhat.com>
5866
5867 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
5868 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
5869 file support.
5870
8973ff21
KB
58712004-04-07 Kevin Buettner <kevinb@redhat.com>
5872
5873 * ia64-tdep.c (elf.h): Don't include.
5874 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
5875
4a0e2f88
JM
58762004-04-07 Jason Molenda (jmolenda@apple.com)
5877
5878 * frame.h: Typeo corrections in comments.
5879
9872ad24
JB
58802004-04-07 Jim Blandy <jimb@redhat.com>
5881
5882 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
5883 %esp and %ebp
5884
70b216c8
MK
58852004-04-07 Mark Kettenis <kettenis@gnu.org>
5886
11d5789c
MK
5887 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
5888 * config/sparc/linux64.mt (TDEPFILES): Likewise.
5889 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
5890 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
5891 and solib-legacy.o.
5892 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
5893 solib-svr4.o.
5894 * config/sparc/tm-sol2.h: Update copyright year. Include
5895 "solib.h".
5896
70b216c8
MK
5897 * sparc-sol2-tdep.c: Update copyright year. Include
5898 "solib-svr4.h".
5899 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5900 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
5901 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 5902 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
5903 dependencies.
5904
6339dc9e
AC
59052004-04-06 Andrew Cagney <cagney@redhat.com>
5906
5907 * infttrace.c: Include "infttrace.h".
5908 * infttrace.h: Include "target.h".
5909 * Makefile.in (infttrace_h): Update.
5910 (infttrace.o): Update.
8718a420 5911
93449403
AC
59122004-04-06 Andrew Cagney <cagney@redhat.com>
5913
6d518969
AC
5914 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
5915 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
5916 move extern declarations from here ...
5917 * infttrace.h: ... to here.
5918 * Makefile.in (hppah-nat.o): Update dependencies.
5919
85f4f2d8
AC
5920 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
5921 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 5922 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
5923 (hppa_breakpoint_from_pc): Delete.
5924
93449403
AC
5925 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
5926
71456ec6
AC
59272004-04-05 Andrew Cagney <cagney@redhat.com>
5928
5929 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
5930 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
5931 <sys/file.h>.
8718a420 5932
4c02c60c
AC
59332004-04-06 Randolph Chung <tausq@debian.org>
5934
5935 Committed by Andrew Cagney (mechanical change).
5936 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
5937 exception_catchpoints_are_fragile, find_stub_with_shl_get,
5938 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
5939 child_enable_exception_callback, current_ex_event,
5940 null_symtab_and_line, child_get_current_exception_event,
5941 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
5942 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
5943 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
5944 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
5945 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
5946 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
5947 Move hpux-specific definitions ...
5948 * hppa-hpux-tdep.c: ... to here.
5949
3a515653
AC
59502004-04-05 Andrew Cagney <cagney@redhat.com>
5951
5952 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
5953 skip_prologue_using_sal.
5954
c1730d02
AC
59552004-04-05 Andrew Cagney <cagney@redhat.com>
5956
5957 * config/i386/tm-i386.h: Delete file.
5958 * config/i386/tm-vxworks.h: Update copyright, do not include
5959 "tm-i386.h".
5960 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
5961 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
5962 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
5963 * config/i386/ncr3000.mt (TM_FILE): Delete.
5964 * config/i386/interix.mt (TM_FILE): Delete.
5965 * config/i386/i386v.mt (TM_FILE): Delete.
5966 * config/i386/i386nw.mt (TM_FILE): Delete.
5967 * config/i386/i386gnu.mt (TM_FILE): Delete.
5968 * config/i386/i386aout.mt (TM_FILE): Delete.
5969 * config/i386/embed.mt (TM_FILE): Delete.
5970
8b67aa36
KB
59712004-04-05 Kevin Buettner <kevinb@redhat.com>
5972
5973 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
5974 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
5975 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
5976 (accg7_regnum): New constants.
5977 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
5978 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
5979 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
5980 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
5981 for accg registers.
5982 (frv_register_sim_regno): Update spr_map[].
5983
3c7012f5
AC
59842004-04-04 Andrew Cagney <cagney@redhat.com>
5985
5986 * config/mips/xm-riscos.h: Delete.
5987 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
5988 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
5989 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
5990 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
5991 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
5992 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
5993 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
5994 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
5995 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
5996 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
5997 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
5998 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
5999 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6000 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6001 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6002 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6003 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6004 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6005 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6006 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6007 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6008 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6009 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6010 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6011 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6012 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 6013
3c7012f5
AC
6014 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6015 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6016 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6017 * configure.host: Remove m680[01]0-sun-sunos3*,
6018 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6019 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6020 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6021 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6022 mips-*-riscos*.
6023 * NEWS: Mention removed systems.
6024
99d16a21
AC
60252004-04-04 Andrew Cagney <cagney@redhat.com>
6026
6027 GDB 6.1 release created from 6.1 branch.
6028
6cdf9d98
AC
60292004-04-04 Andrew Cagney <cagney@redhat.com>
6030
98d346c3
AC
6031 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6032 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6033 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6034
6cdf9d98
AC
6035 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6036 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6037 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6038
859a326d
JB
60392004-04-03 Jim Blandy <jimb@redhat.com>
6040
6041 * MAINTAINERS: Chris Faylor has changed employers; add him to
6042 "paper trail" section, and update his E-mail address.
6043
b87178c3
AC
60442004-04-03 Andrew Cagney <cagney@redhat.com>
6045
4ea2acf0
AC
6046 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6047 generic dummy frames.
6048 * dummy-frame.c: Update copyright.
6049 (dummy_frame_sniffer): Delete check for generic dummy frames.
6050
d0bd2d18 6051 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 6052 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
6053 (REG_PARM_STACK_SPACE): Delete.
6054 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6055 Inline reference to REG_PARM_STACK_SPACE.
6056
b87178c3
AC
6057 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6058 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6059 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6060 (FRAME_BASE_BEFORE_SIGTRAMP)
6061 (hppa32_hpux_frame_base_before_sigtramp)
6062 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6063 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6064 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6065 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6066 (FRAME_BASE_BEFORE_SIGTRAMP)
6067 (hppa64_hpux_frame_base_before_sigtramp)
6068 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6069
43e2e1a0
AC
60702004-04-03 Andrew Cagney <cagney@redhat.com>
6071
6072 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6073
ddc135a4
AC
60742004-04-02 Andrew Cagney <cagney@redhat.com>
6075
6076 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6077 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6078 * dummy-frame.h: Delete out-of-date comments.
6079 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6080 * gdbarch.h, gdbarch.c: Re-generate.
6081
d15bfd3a 60822004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 6083
d15bfd3a
AC
6084 Committed by Andrew Cagney <cagney@redhat.com>.
6085 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6086 into account an instruction saving a register if we have already
6087 seen an earlier instruction saving that same register.
6088
f04ceafa
AC
60892004-04-02 Andrew Cagney <cagney@redhat.com>
6090
08be3abd
AC
6091 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6092 * gdbarch.h, gdbarch.c: Re-generate.
6093 * frame.c (legacy_get_prev_frame): Delete references to
6094 DEPRECATED_INIT_FRAME_PC_FIRST.
6095
f04ceafa
AC
6096 * infrun.c (pc_in_sigtramp): Delete function.
6097 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6098 get_frame_type.
6099
08e69816
AC
61002004-04-02 Andrew Cagney <cagney@redhat.com>
6101
6102 * infrun.c (handle_step_into_function): Delete code conditional on
6103 legacy_frame_p.
6104 (handle_inferior_event, step_over_function): Ditto.
6105
adb54772
AC
61062004-04-02 Andrew Cagney <cagney@redhat.com>
6107
6108 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6109 "previous frame inner to this frame" test.
6110
304396fb
AC
61112004-04-02 Andrew Cagney <cagney@redhat.com>
6112
6113 * frame.c (safe_frame_unwind_memory): New function.
6114 * frame.h (safe_frame_unwind_memory): Declare. Update description
6115 of /safe_/ methods.
6116 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6117 "next_frame". Use safe_frame_unwind_memory.
6118 (tramp_frame_sniffer): Update call to tramp_frame_start.
6119
6502dd73
DJ
61202004-04-01 Daniel Jacobowitz <drow@mvista.com>
6121
6122 * dwarf2read.c (dwarf2_objfile_data_key): New.
6123 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6124 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6125 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6126 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6127 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6128 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6129 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6130 Remove variables.
6131 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6132 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6133 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6134 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6135 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6136 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6137 Remove macros.
6138 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6139 data.
6140 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6141 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6142 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6143 (read_partial_die, read_full_die, read_indirect_string)
6144 (dwarf_decode_line_header, dwarf_decode_macros)
6145 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6146 Update uses of removed variables.
6147 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6148 of removed macros.
6149 (_initialize_dwarf2_read): New function.
6150 * symfile.h (dwarf2_has_info): Update prototype.
6151 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6152 * elfread.c (elf_symfile_read): Likewise.
6153
408752b0
JB
61542004-04-01 Jim Blandy <jimb@redhat.com>
6155
9f744501
JB
6156 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6157 function for register numbers on all the rs6000-derived targets.
6158 (rs6000_gdbarch_init): Don't register a separate
6159 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6160 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6161 variants.
6162
408752b0
JB
6163 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6164 numbering.
6165
2de41bce
PH
61662004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6167
6168 * valarith.c: Update copyright notice.
6169 (value_add): Handle range types.
6170 (value_sub): Ditto.
6171 (value_equal): Ditto.
6172 (value_less): Ditto.
6173 (value_neg): Ditto.
6174 (value_complement): Ditto.
8718a420 6175 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 6176 eliminiating unnecessary COERCE_ENUMs.
8718a420 6177
5613d8d3
AC
61782004-03-31 Andrew Cagney <cagney@redhat.com>
6179
6180 * frame.h (frame_unwind_id): Declare.
6181 * frame.c (frame_unwind_id): New function.
6182 (get_prev_frame_1): New function.
6183 (frame_debug_got_null_frame): New function.
6184 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6185 code proper to prev_frame, update description.
6186 * infrun.c (step_over_function): Use frame_unwind_id.
6187
c4557624
JB
61882004-04-31 J. Brobecker <brobecker@gnat.com>
6189
6190 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6191 (hppa64_push_dummy_call): Likewise.
6192
3e6bb910
JB
61932004-03-30 Jim Blandy <jimb@redhat.com>
6194
6195 From Ulrich Weigand:
6196 * utils.c (query): Do not use a va_list variable multiple times.
6197
a2f23071
DJ
61982004-03-29 Daniel Jacobowitz <drow@mvista.com>
6199
6200 * Makefile.in (linux_nat_h): Update dependencies.
6201 * configure.in: Check for <gnu/libc-version.h>.
6202 * configure: Regenerate.
6203 * config.in: Regenerate.
6204 * linux-nat.h: Include "target.h". Add waitstatus field to
6205 struct lwp_info.
6206 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6207 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6208 to.
6209 (lin_lwp_handle_extended): New function. Handle clone events.
6210 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6211 thread exit events.
6212 (child_wait): Handle clone events.
6213 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6214 * linux-nat.c (linux_enable_event_reporting): Turn on
6215 PTRACE_O_TRACECLONE.
6216 (linux_handle_extended_wait): Handle clone events.
6217 * thread-db.c: Include <gnu/libc-version.h>.
6218 (struct private_thread_info): Add dying flag.
6219 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
6220 higher.
6221 (attach_thread): Update comments. Handle dying threads.
6222 (detach_thread): Set the dying flag.
6223 (check_event): Always call attach_thread.
6224
8d5f9dcb
DJ
62252004-03-29 Daniel Jacobowitz <drow@mvista.com>
6226
6227 * mips-tdep.c (mips_pdr_data): New.
6228 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
6229 (_initialize_mips_tdep): Initialize mips_pdr_data.
6230
66337bb1
CV
62312004-03-29 Corinna Vinschen <vinschen@redhat.com>
6232
6233 * minsyms.c (install_minimal_symbols): Move dropping leading
6234 char from linkage name from here...
6235 (prim_record_minimal_symbol_and_info): ...to here. Simplify
6236 test for "__gnu_compiled*" symbols.
6237
e802b915
JB
62382004-03-28 Jim Blandy <jimb@redhat.com>
6239
6240 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
6241 registers to temp register r0 and byte stores as prologue
6242 instructions.
6243
72b56458
AC
62442004-03-28 Andrew Cagney <cagney@redhat.com>
6245
6246 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
6247 arm*-*-*.
6248
0bfbda3b
SC
62492004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6250
6251 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
6252 and switch the layout to force a display of register window.
6253
5a7225ed
JB
62542004-02-26 J. Brobecker <brobecker@gnat.com>
6255
6256 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
6257 of the INTEGER class.
6258
81a07a45
JB
62592004-03-26 Jim Blandy <jimb@redhat.com>
6260
6261 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
6262 bytes long on PPC GNU/Linux.
6263
8c691c7a
DC
62642004-03-26 David Carlton <carlton@kealia.com>
6265
6266 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
6267
103a0089
AC
62682004-03-25 Andrew Cagney <cagney@redhat.com>
6269
6270 * PROBLEMS: Add general section titles, remove references to
6271 specific releases.
6272
7a5ea0d4
DJ
62732004-03-25 Daniel Jacobowitz <drow@mvista.com>
6274
6275 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
6276 INT_REGISTER_SIZE.
6277 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
6278 FP_REGISTER_VIRTUAL_SIZE.
6279 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
6280 of DEPRECATED_REGISTER_RAW_SIZE.
6281 (arm_register_type): Add gdbarch argument.
6282 (arm_register_raw_size, arm_register_virtual_size): Delete.
6283 (arm_register_byte, arm_extract_return_value)
6284 (arm_store_return_value, arm_get_longjmp_target): Update references
6285 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
6286 (arm_gdbarch_init): Likewise. Don't set
6287 deprecated_register_raw_size, deprecated_register_virtual_size,
6288 deprecated_max_register_raw_size,
6289 deprecated_max_register_virtual_size, or
6290 deprecated_max_register_virtual_type. Do set register_type.
6291 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
6292 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
6293 (FP_REGISTER_VIRTUAL_SIZE): Delete.
6294 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
6295 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
6296 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
6297 INT_REGISTER_SIZE.
6298 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
6299 (remote_rdp_store_register): Likewise.
6300
5792a79b
DJ
63012004-03-24 Daniel Jacobowitz <drow@mvista.com>
6302
6303 * Makefile.in (mips-linux-tdep.o): Update dependencies.
6304 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
6305 to after osabi initialization.
6306 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
6307 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
6308 functions.
6309 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
6310 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
6311 variables.
6312 (mips_linux_init_abi): Append signal trampoline unwinders.
6313
1196bfda
AC
63142004-03-24 Andrew Cagney <cagney@redhat.com>
6315
6316 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
6317 * tramp-frame.c: Include "gdb_assert.h".
6318 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
6319 correct sizeof.
6320 (tramp_frame_append): Validate the tramp frame's instructions.
6321 * Makefile.in (tramp-frame.o): Update dependencies.
6322
4be282b4
AC
63232004-03-23 Andrew Cagney <cagney@redhat.com>
6324
6325 * trad-frame.h (trad_frame_set_reg_addr): Declare.
6326
69aec09b
AC
63272004-03-23 Andrew Cagney <cagney@redhat.com>
6328
6329 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
6330 Nasser as past testsuite/lib/ (and other) maintainers.
6331
63ed89b4
DJ
63322004-03-23 Daniel Jacobowitz <drow@mvista.com>
6333
6334 * infcmd.c (attach_command): Reread symbols if we already have
6335 an exec file.
6336
f3b36427
AC
63372004-03-23 Andrew Cagney <cagney@redhat.com>
6338
6339 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
6340
aa2a3f87
AC
63412004-03-23 Andrew Cagney <cagney@redhat.com>
6342
6343 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
6344 * gdbarch.h, gdbarch.c: Re-generate.
6345 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6346 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6347 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 6348 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 6349 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 6350 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
6351 (DEPRECATED_SIGTRAMP_START): Update.
6352 * blockframe.c (find_pc_sect_partial_function): Update.
6353 * arch-utils.c (legacy_pc_in_sigtramp): Update.
6354
00cac895
DJ
63552004-03-23 Daniel Jacobowitz <drow@mvista.com>
6356
6357 * remote.c (remote_open_1): Reopen the exec file and reread symbols
6358 if necessary.
6359
f561f026
AC
63602004-03-23 Andrew Cagney <cagney@redhat.com>
6361
6362 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
6363 predicate, deprecate.
6364 * gdbarch.h, gdbarch.c: Re-generate.
6365 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6366 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6367 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
6368 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6369 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
6370 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
6371 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
6372 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
6373 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
6374 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
6375 * blockframe.c (find_pc_partial_function): Update.
6376 * breakpoint.c (bpstat_what): Update.
6377 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
6378 * frv-linux-tdep.c (frv_linux_init_abi): Update.
6379 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
6380 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
6381 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6382 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6383 * i386-nto-tdep.c (i386nto_init_abi): Update.
6384 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
6385 * i386-tdep.c (i386_sigtramp_frame_sniffer)
6386 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
6387 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6388 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6389 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6390 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
6391 * infrun.c (pc_in_sigtramp): Update.
6392 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
6393 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
6394 * mips-tdep.c (mips_gdbarch_init): Update.
6395 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
6396 * ppc-linux-tdep.c: Update comment.
6397 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
6398 * shnbsd-tdep.c (shnbsd_init_abi): Update.
6399 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
6400 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
6401 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
6402 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
6403 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
6404 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
6405 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
6406 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 6407
8050c72f
AC
64082004-03-23 Andrew Cagney <cagney@redhat.com>
6409
d2259dd3
AC
6410 * tramp-frame.h, tramp-frame.h: New files.
6411 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
6412 Update rules to include "tramp-frame.h" and "tramp-frame.c".
6413
8050c72f
AC
6414 * Makefile.in: Update all dependencies.
6415
0db9b4b7
AC
64162004-03-23 Andrew Cagney <cagney@redhat.com>
6417
6418 * Makefile.in (trad_frame_h): Add $(frame_h).
6419 * trad-frame.h: Update copyright. Include "frame.h".
6420 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
6421 (trad_frame_set_id, trad_frame_get_id): Declare.
6422 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
6423 * trad-frame.c: Update copyright.
6424 (struct trad_frame_cache): Define.
6425 (trad_frame_cache_zalloc): New function.
6426 (trad_frame_set_id, trad_frame_get_id): New functions.
6427 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 6428
8e645ae7
AC
64292004-03-22 Andrew Cagney <cagney@redhat.com>
6430
6431 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
6432 s390_pltstub_unwind_cache.
6433 (s390_stub_frame_unwind_cache): Rename
6434 s390_pltstub_frame_unwind_cache.
6435 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
6436 (s390_stub_frame_prev_register): Rename
6437 s390_pltstub_frame_prev_register.
6438 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
6439 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
6440
6441 From Ulrich Weigand:
6442 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
6443 pointer calls like PLT calls.
6444
34fcf120
DJ
64452004-03-22 Daniel Jacobowitz <drow@mvista.com>
6446
6447 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
6448 PC rather than the partial function start address. Use the start
6449 address to sanity check the found PDR.
6450
5b917078
DJ
64512004-03-22 Daniel Jacobowitz <drow@mvista.com>
6452
6453 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
6454 linux_handle_extended_wait.
6455
8adf9e78
AC
64562004-03-22 Andrew Cagney <cagney@redhat.com>
6457
c3122434
AC
6458 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
6459 function.
6460
8adf9e78
AC
6461 * frame.h (generic_pop_current_frame): Delete declaration.
6462 (deprecate_pop_dummy_frame): Deprecate
6463 generic_pop_dummy_frame.
6464 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
6465 (generic_pop_current_frame): Delete function.
6466 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
6467 generic_pop_current_frame.
6468 * v850-tdep.c (v850_pop_frame): Update.
6469 * mcore-tdep.c (mcore_pop_frame): Update.
6470 * sh64-tdep.c (sh64_pop_frame): Update.
6471 * h8300-tdep.c (h8300_pop_frame): Update.
6472
90ba813f
AC
64732004-03-22 Andrew Cagney <cagney@redhat.com>
6474
6475 * frame.h (deprecated_pc_in_call_dummy): Rename
6476 generic_pc_in_call_dummy.
6477 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
6478 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
6479 generic_pc_in_call_dummy.
6480 (pc_in_dummy_frame): Make static.
6481 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
6482 * gdbarch.h, gdbarch.c: Re-generate.
6483 * dummy-frame.c (dummy_frame_sniffer): Simplify.
6484 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
6485 (legacy_get_prev_frame): Ditto.
6486 * inferior.h: Delete reference to generic_pc_in_call_dummy in
6487 comment.
8718a420 6488
ca4bb888
AC
64892004-03-21 Andrew Cagney <cagney@redhat.com>
6490
244675f9
AC
6491 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
6492 declaration and out-of-date comment.
6493 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
6494 Delete function.
6495 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
6496 deprecated_pc_in_call_dummy.
6497
ca4bb888
AC
6498 * infrun.c (handle_inferior_event): For non legacy frames, use the
6499 frame ID and frame type to identify a signal trampoline. Update
6500 comments.
6501
1777c7b4
NW
65022004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
6503
6504 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
6505 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
6506
82417da5
AC
65072004-03-21 Andrew Cagney <cagney@redhat.com>
6508
6509 * frame-unwind.h: Update copyright.
6510 (struct frame_data): Add opaque declaration.
6511 (frame_sniffer_ftype): Declare.
6512 (struct frame_unwind): Add "unwind_data" and "sniffer".
6513 (frame_unwind_register_unwinder): Declare.
6514 (frame_unwind_find_by_frame): Add parameter "this_cache".
6515 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
6516 (legacy_get_prev_frame, legacy_get_prev_frame)
6517 (get_frame_type): Pass the prologue_cache to
6518 frame_unwind_find_by_frame.
6519 * frame-unwind.c (struct frame_unwind_table_entry): Add field
6520 "unwinder".
6521 (frame_unwind_register_unwinder): New function.
6522 (frame_unwind_find_by_frame): Handle an unwind sniffer.
6523
b2ba182e
PH
65242004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
6525
6526 * bcache.c (print_percentage): Use floating point to avoid
6527 incorrect results when portion*100 overflows.
6528
81332287
KB
65292004-03-19 Kevin Buettner <kevinb@redhat.com>
6530
6531 * ppc_tdep.h (ppc_linux_frame_saved_pc)
6532 (ppc_linux_init_extra_frame_info)
6533 (ppc_linux_frameless_function_invocation)
6534 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
6535 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
6536 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
6537 (rs6000_frame_chain): Delete declarations.
6538 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
6539 (ppc_linux_init_extra_frame_info)
6540 (ppc_linux_frameless_function_invocation)
6541 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
6542 (ppc_linux_init_abi): Remove registration of above deleted functions.
6543 * rs6000-tdep.c (rs6000_init_extra_frame_info)
6544 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
6545 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
6546 (rs6000_pop_frame, rs6000_frameless_function_invocation)
6547 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
6548 (rs6000_gdbarch_init): Remove registration of above deleted functions.
6549 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
6550 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
6551 frame management for all OSABIs.
6552
61a65099
KB
65532004-03-19 Andrew Cagney <cagney@redhat.com>
6554
6555 Committed by Kevin Buettner <kevinb@redhat.com>.
6556
6557 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
6558 Update copyright.
6559 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
6560 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
6561 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
6562 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
6563 unwinders. #ifdef legacy frame code.
6564 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6565 "frame-base.h".
6566 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
6567 (struct rs6000_frame_cache, rs6000_frame_cache)
6568 (rs6000_frame_this_id, rs6000_frame_prev_register)
6569 (rs6000_frame_sniffer, rs6000_frame_unwind)
6570 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
6571 (rs6000_frame_base): Implement a traditional frame unwinder.
6572 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
6573 frame unwinder.
6574
88f7da05
KB
65752004-03-19 Kevin Buettner <kevinb@redhat.com>
6576
6577 * breakpoint.c (adjust_breakpoint_address): Don't adjust
6578 breakpoint address for watchpoints or the catch eventpoints.
6579 Add new paramter ``bptype''. Adjust all callers.
6580
f826dce1
AC
65812004-03-19 Andrew Cagney <cagney@redhat.com>
6582
33cb8b0f
AC
6583 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
6584
f826dce1
AC
6585 * PROBLEMS: Delete note that ARM does not use frame code, problem
6586 fixed.
6587
43b1ab88
AC
65882004-03-18 Andrew Cagney <cagney@redhat.com>
6589
292ab034
AC
6590 * stack.c (return_command): Delete code wrapped in #ifdef
6591 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
6592
43b1ab88
AC
6593 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
6594
dbfe4626
AC
65952004-03-18 Andrew Cagney <cagney@redhat.com>
6596
6597 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
6598 DEPRECATED_IN_SIGTRAMP.
6599 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6600 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
6601 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6602 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6603 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6604 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6605 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6606 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6607 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
6608 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
6609
0cad6aec
AC
66102004-03-18 Andrew Cagney <cagney@redhat.com>
6611
6612 * frame-base.c: Update copyright. Include "gdb_obstack.h".
6613 (struct frame_base_table_entry): Define.
6614 (struct frame_base_table): Re-implement as a linked list.
6615 (frame_base_init): Re-implement.
6616 (frame_base_table): Delete function.
6617 (append_predicate): Delete function.
6618 (frame_base_append_sniffer): Update.
6619 (frame_base_set_default): Update.
6620 (frame_base_find_by_frame): Update.
6621 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
6622 * Makefile.in (frame-base.o): Update dependencies.
6623
9982c2e7
AC
66242004-03-17 Andrew Cagney <cagney@redhat.com>
6625
6626 * frame.c (legacy_get_prev_frame): Pass correct frame to
6627 frame_unwind_find_by_frame.
6628
8dfe8985
DC
66292004-03-17 David Carlton <carlton@kealia.com>
6630
6631 * NEWS: Mention C++ nested types and namespaces
6632
ed47347a
MC
66332004-03-16 Michael Chastain <mec.gnu@mindspring.com>
6634
6635 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
6636 and "Regressions since gdb 5.3.". Add known regressions since
6637 gdb 6.0.
6638
90aeadfc
DC
66392004-03-16 David Carlton <carlton@kealia.com>
6640
6641 * dwarf2read.c (process_structure_scope): Process children even
6642 when we're a declaration.
6643
73912b9b
AC
66442004-03-16 Andrew Cagney <cagney@redhat.com>
6645
6646 * symtab.h (find_pc_sect_partial_function): Delete declaration.
6647 * blockframe.c (find_pc_partial_function)
6648 (find_pc_sect_partial_function): Merge into a single
6649 find_pc_partial_function.
6650
283accbc
MK
66512004-03-16 Mark Kettenis <kettenis@gnu.org>
6652
6653 * i386bsd-nat.c: s/regno/regnum/g.
6654 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
6655 FP0_REGNUM.
6656 (store_inferior_registers): Likewise.
6657
f5b1afdf
MK
66582004-03-16 Mark Kettenis <kettenis@gnu.org>
6659
6660 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
6661 of i387_fill_fsave.
6662 (store_inferior_registers): Call i387_collect_fsave and
6663 i387_collect_fxsave instead of i387_fill_fsave and
6664 i387_fill_fxsave.
6665
41fe5eb3
AC
66662004-03-15 Andrew Cagney <cagney@redhat.com>
6667
6668 * Makefile.in (frame-unwind.o): Update dependencies.
6669 * frame-unwind.c: Include "gdb_obstack.h".
6670 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
6671 parameter.
6672 (append_predicate): Delete function.
6673 (struct frame_unwind_table_entry): New structure.
6674 (struct frame_unwind_table): Replace "sniffer" with "head" and
6675 "tail".
6676 (frame_unwind_append_sniffer): Update.
6677 (frame_unwind_find_by_frame): Update.
6678 (_initialize_frame_unwind): Registe frame_unwind_init using
6679 gdbarch_data_register_pre_init.
6680
3f63813d
MK
66812004-03-15 Mark Kettenis <kettenis@gnu.org>
6682
6683 * i386bsd-nat.c: Update copyright year.
6684 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
6685 define unconditionally.
6686
3248c325 66872004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
6688
6689 * i387-tdep.h (i387_collect_fsave): New prototype.
6690 * i387-tdep.c (i387_collect_fsave): New function containing most
6691 of the code from i387_fill_fsave.
3248c325 6692 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 6693
871fbe6a
MK
66942004-03-15 Mark Kettenis <kettenis@gnu.org>
6695
6696 * i386-linux-tdep.c: Update copyright year.
6697 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
6698 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
6699 svr4_ilp32_link_map_offsets instead of
6700 i386_linux_svr4_fetch_link_map_offsets.
6701
8176b9b8
DC
67022004-03-15 David Carlton <carlton@kealia.com>
6703
6704 Fix for PR c++/1553:
6705 * dwarf2read.c (read_structure_type): Determine type name by
6706 calling determine_class_name.
6707 (determine_class_name): New.
6708 (determine_prefix): Look at TYPE_TAG_NAME and call
6709 determine_class_name when appropriate.
6710 (determine_prefix_aux, class_name): Delete.
9d58e29d 6711 (read_namespace): Set die->type.
8176b9b8 6712
fe8bf7d7
KB
67132004-03-15 Kevin Buettner <kevinb@redhat.com>
6714
6715 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
6716 unused macro definition. The definition in target.h (or perhaps
6717 elsewhere) takes precedence.
6718
ed6edd9b
AC
67192004-03-15 Andrew Cagney <cagney@redhat.com>
6720
f9be684a
AC
6721 * ppc-tdep.h: Update copyright.
6722 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
6723 function signatures to match "regsets.h".
6724 * ppc-linux-tdep.c: Include "regset.h".
6725 (ELF_GREGSET_SIZE): Delete.
6726 (right_supply_register): New function.
6727 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
6728 using right_supply_register.
6729 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
6730 functions.
6731 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
6732 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
6733 (_initialize_ppc_linux_tdep): Do not register
6734 ppc_linux_regset_core_fns.
6735 (ppc_linux_regset_from_core_section): Replace
6736 fetch_core_registers.
6737 (ppc_linux_regset_core_fns): Delete.
6738 * ppc-linux-nat.c: (right_fill_reg): New function.
6739 (supply_gregset): Update call to ppc_linux_supply_gregset.
6740 (fill_gregset): Clear the register set, use right_fill_reg.
6741 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
6742 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
6743
ed6edd9b
AC
6744 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
6745 unsigned.
6746
030f20e1
AC
67472004-03-15 Andrew Cagney <cagney@redhat.com>
6748
6749 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
6750 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
6751 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
6752 and register_gdbarch_data.
6753 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
6754 (struct gdbarch_data): Replace "init" by "pre_init" and
6755 "post_init".
6756 * gdbarch.h, gdbarch.c: Re-generate.
6757 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
6758 with"obstack", use OBSTACK_ZALLOC.
6759 (dwarf2_frame_ops): Delete.
6760 (dwarf2_frame_set_init_reg): Use gdbarch_data.
6761 (dwarf2_frame_init_reg): Use gdbarch_data.
6762 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 6763 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
6764 (_initialize_svr4_solib): Update.
6765 * user-regs.c (_initialize_user_regs): Update.
6766 * reggroups.c (_initialize_reggroup): Update.
6767 * regcache.c (_initialize_regcache): Update.
6768 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6769 * libunwind-frame.c (_initialize_libunwind_frame): Update.
6770 * gnu-v3-abi.c (init_gnuv3_ops): Update.
6771 * frame-unwind.c (_initialize_frame_unwind): Update.
6772 * frame-base.c (_initialize_frame_base): Update.
6773 * user-regs.c (user_reg_add): Update.
6774 * reggroups.c (reggroup_add): Update.
6775 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
6776 * libunwind-frame.c (libunwind_frame_set_descr): Update.
6777 * frame-unwind.c (frame_unwind_append_sniffer): Update.
6778 * frame-base.c (frame_base_table): Update.
6779 * remote.c (_initialize_remote): Update.
6780 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 6781
3111a3fc
AC
67822004-03-15 Andrew Cagney <cagney@redhat.com>
6783
6784 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
6785
5ecb7103
KB
67862004-03-15 Kevin Buettner <kevinb@redhat.com>
6787
6788 * Makefile.in (frv-linux-tdep.o): Add dependencies.
6789 * frv-linux-tdep.c: New file.
6790 * frv-tdep.c (struct gdbarch_tdep): Add new field
6791 ``sigcontext_reg_addr''.
6792 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
6793 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6794 (frv_sigramp_frame_sniffer): New functions.
6795 (frv_sigtramp_frame_unwind): New static global.
6796 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
6797 sniffers.
6798 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
6799 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
6800
1ccda5e9
KB
68012004-03-15 Kevin Buettner <kevinb@redhat.com>
6802
6803 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
6804 but not via a call to error(), when unable to read memory.
6805
b375a0a5
KB
68062004-03-15 Kevin Buettner <kevinb@redhat.com>
6807
6808 * frv-tdep.c (frv_call_dummy_words): Delete.
6809 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
6810
4fdf6121
AC
68112004-03-15 Andrew Cagney <cagney@redhat.com>
6812
6813 * infrun.c (handle_step_into_function, step_over_function): Only
6814 update and use STEP_FRAME_ID when the system is using legacy
6815 frames. Update comments.
6816
34021503
MK
68172004-03-14 Mark Kettenis <kettenis@gnu.org>
6818
187e21d1
MK
6819 * amd64-linux-tdep.h: Remove file.
6820 * amd64-linux-tdep.c: Don't include "inferior.h" and
6821 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
6822 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
6823 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
6824 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
6825 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
6826 macros.
6827 (user_to_gdb_regmap): Remove variable.
6828 (amd64_linux_gregset_reg_offset): New variable.
6829 (amd64_core_fns): Remove variable.
6830 (fetch_core_registers): Remove function.
6831 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
6832 functions.
6833 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
6834 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
6835 * Makefile.in (amd64_linux_tdep_h): Remove.
6836 (amd64-linux-nat.o): Update dependencies.
6837 (amd64-linux-tdep.o): Update dependencies.
6838
99679982
MK
6839 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
6840 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
6841 functions.
6842 (fetch_inferior_registers, store_inferior_registers): Rewrite.
6843
34021503
MK
6844 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
6845 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
6846
134d01f1
DJ
68472004-03-14 Daniel Jacobowitz <drow@mvista.com>
6848
6849 * dwarf2read.c (read_structure_type): Rename from
8718a420 6850 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
6851 Return immediately if die->type is set. Call read_type_die before
6852 dwarf2_add_member_fn.
6853 (process_structure_scope): New function.
6854 (read_enumeration_type, process_enumeration_scope): New functions,
6855 broken out from read_enumeration. Don't create the enumeration
6856 type if it has already been created.
6857 (read_enumeration): Removed.
6858 (process_die): Call read_structure_type, process_structure_scope,
6859 read_enumeration_type, and process_enumeration_scope. Just call
6860 new_symbol for base and subrange types. Add a comment about other
6861 type dies.
6862 (read_type_die): Call read_enumeration_type.
6863 (add_partial_structure, new_symbol): Update comments.
6864
65760afb
SC
68652004-03-13 Stephane Carrez <stcarrez@nerim.fr>
6866
6867 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
6868
10f59415
SC
68692004-03-13 Stephane Carrez <stcarrez@nerim.fr>
6870
6871 * tui/tui-win.h (tui_get_cmd_list): Declare.
6872 * tui/tui-win.c (tui_command): New function.
6873 (tui_get_cmd_list): New function.
6874 (_initialize_tui_win): Moved initialization of tui command in
6875 tui_get_cmd_list.
6876
6877 * tui/tui-data.c (init_content_element): Setup new data members.
6878 (init_win_info): Likewise.
6879 (free_content_elements): Free it.
6880 * tui/tui-data.h (struct tui_data_element): Store the register
6881 content to print.
6882 (struct tui_data_info): Keep the current register group.
6883
6884 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
6885
6886 * tui/tui-regs.h (tui_show_registers): Update prototype.
6887 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
6888 (tui_resize_all): No need to calculate anything for register window.
6889 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
6890 (tui_set_register_element, tui_set_general_regs_content): Remove.
6891 (tui_set_special_regs_content): Remove.
6892 (tui_set_general_and_special_regs_content): Remove.
6893 (tui_set_float_regs_content): Remove.
6894 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
6895 (tui_set_regs_content): Remove.
6896 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
6897 (tui_v_show_registers_command_support): Remove.
6898 (tui_show_registers): Use a reggroup to specify the registers to show.
6899 (tui_show_register_group): New function.
6900 (tui_display_registers_from): Compute the layout of register window
6901 and refresh with new API; be sure to delete old register windows.
6902 (tui_check_register_values): Update to use tui_get_register and
6903 tui_display_data.
6904 (tui_display_register): Just refresh the register window part.
6905 (tui_register_format): Format registers and save in tui_data_element.
6906 (tui_get_register): New to combine tui_reg_value_has_changed and
6907 tui_get_register_raw_value; fix to use the new gdb API.
6908 (tui_show_float_command): Renamed tui_reg_float_command.
6909 (tui_show_general_command): Renamed tui_reg_general_command.
6910 (tui_show_special_command): Renamed tui_reg_system_command.
6911 (_initialize_tui_regs): Remove unused commands.
6912
c3364ea4
MK
69132004-03-13 Mark Kettenis <kettenis@gnu.org>
6914
27d1e716
MK
6915 * NEWS (New native configurations): Mention OpenBSD/amd64.
6916
c3364ea4
MK
6917 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
6918 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
6919 Remove defines.
6920 * config/i386/nm-fbsd64.h: Likewise.
6921 * config/i386/nm-obsd.h: Likewise.
6922 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
6923 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
6924
b2d6d697
KB
69252004-03-12 Kevin Buettner <kevinb@redhat.com>
6926
6927 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
6928 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
6929 New constants.
6930
76e43199
KB
6931 From Richard Sandiford <rsandifo@redhat.com>:
6932 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
6933
34ce532e
KB
69342004-03-12 Kevin Buettner <kevinb@redhat.com>
6935
6936 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
6937 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
6938 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
6939 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
6940 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
6941 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
6942 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
6943 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
6944 definitions from frv-tdep.c to frv-tdep.h.
6945
c4d10515
KB
69462004-03-12 Kevin Buettner <kevinb@redhat.com>
6947
6948 Add shared library support for FR-V FDPIC ABI:
6949 * Makefile.in (solib-frv.o): Add dependencies.
6950 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
6951 New functions.
6952 (frv_push_dummy_call): Add support for FDPIC ABI.
6953 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
6954 for FDPIC ABI.
6955 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
6956 (frv_fdpic_find_canonical_descriptor): Declare.
6957 * solib-frv.c: New file.
6958 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
6959 * config/frv/tm-frv.h (solib.h): Include.
6960
ed1bd989
KB
69612004-03-12 Kevin Buettner <kevinb@redhat.com>
6962
6963 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
6964 (frv-tdep.o): Update dependencies.
6965 * frv-tdep.h: New file.
6966 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
6967 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
6968 constants.
6969 (struct gdbarch_tdep): Add new member ``frv_abi''.
6970 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
6971 functions.
6972 (new_variant): Set ``frv_abi'' field.
6973 (gdb_arch_init): Detect FDPIC executables.
6974
82b38f72
MK
69752004-03-12 Mark Kettenis <kettenis@gnu.org>
6976
6977 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
6978 wrapper.
6979
db1ea9ba
AC
69802004-03-11 Andrew Cagney <cagney@redhat.com>
6981
6982 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
6983
f8766ec1
KB
69842004-03-11 Kevin Buettner <kevinb@redhat.com>
6985
6986 * solist.h (master_so_list): New function.
6987 * solib.c (master_so_list): Likewise.
6988 * solib-svr4.c (enable_break): Iterate over so_list entries
6989 obtained from master list instead of entries obtained directly
6990 via svr4_current_sos().
6991
523f6a27
BE
69922004-03-10 Ben Elliston <bje@gnu.org>
6993
6994 * MAINTAINERS: Update my mail address.
6995
37814c18
KI
69962004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6997
6998 * remote-m32r-sdi.c: Support hardware watchpoint.
6999
8b9740d8
DJ
70002004-03-09 Daniel Jacobowitz <drow@mvista.com>
7001
7002 * user-regs.c: Update copyright years.
7003 (struct user_regs): Rename to gdb_user_regs.
7004 (append_user_reg, builtin_user_regs, user_regs_init)
7005 (user_reg_add, user_reg_map_name_to_regnum)
7006 (usernum_to_user_reg): Update.
7007
4bb7a0a7
DJ
70082004-03-09 Daniel Jacobowitz <drow@mvista.com>
7009
7010 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7011 (skip_children): New functions.
7012 (locate_pdi_sibling): Call skip_children.
7013
44e1a9eb
DJ
70142004-03-09 Daniel Jacobowitz <drow@mvista.com>
7015
7016 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7017 * gdbtypes.c (check_typedef): Update comments.
7018
f3dd6933
DJ
70192004-03-09 Daniel Jacobowitz <drow@mvista.com>
7020
7021 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7022 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7023 pointer. Update comment about comp_unit_head.
7024 (struct abbrev_info): Shorten two int flags.
7025 (dwarf_alloc_abbrev): Take a CU argument.
7026 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7027 each time through the loop. Update cleanup argument.
7028 (psymtab_to_symtab_1): Update cleanup call.
7029 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7030 abbrev_obstack.
7031 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7032 Just call obstack_free and clear the pointer.
7033
b40c7d58
DJ
70342004-03-09 Daniel Jacobowitz <drow@mvista.com>
7035
7036 * infrun.c (handle_inferior_event): Remove short-circuit code for
7037 events in a different thread.
7038
333dabeb
DJ
70392004-03-09 Daniel Jacobowitz <drow@mvista.com>
7040
7041 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7042 print the whole transfer.
7043 (initialize_targets): Update description of "set debug target".
7044
aa17d93e
DJ
70452004-03-09 Daniel Jacobowitz <drow@mvista.com>
7046
7047 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7048
0b71f08f
NW
70492004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7050
7051 * MAINTAINERS (write after approval): Add myself.
7052
3930f270
CV
70532004-03-08 Corinna Vinschen <vinschen@redhat.com>
7054
7055 * sh-tdep.c (sh_print_registers_info): Use for loop.
7056 Don't skip multiple registers when a float register is encountered.
7057
a2b4a96c
CV
70582004-03-08 Corinna Vinschen <vinschen@redhat.com>
7059
7060 Fix PR tdep/1291.
7061 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7062 to official SH documentation.
7063
f15a4bc0
AC
70642004-03-07 Andrew Cagney <cagney@redhat.com>
7065
7066 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7067 unused function.
7068
9498281f
DJ
70692004-03-07 Daniel Jacobowitz <drow@mvista.com>
7070
7071 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7072 (arm_get_next_pc): Handle BX and BLX.
7073
449e1137
AC
70742004-03-07 Andrew Cagney <cagney@redhat.com>
7075
eded0a31
AC
7076 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7077 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7078 HPPA_SP_REGNUM.
7079 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7080 (hppa_target_read_fp): Delete.
7081 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7082 register_virtual_size, max_register_raw_size,
7083 max_register_virtual_size, register_byte, register_size,
7084 target_read_fp, fp_regnum, and register_bytes. Set register_type
7085 instead of register_virtual_type.
7086 (hppa32_register_type, hppa64_register_type): Replace
7087 hppa32_register_virtual_type and hppa64_register_virtual_type.
7088 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7089 (HPPA_FP_REGNUM): Define.
7090
f5f907e2
AC
7091 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7092
69b4bbe4
AC
7093 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7094 (pa_do_registers_info): Delete.
7095 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 7096 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 7097 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 7098
78161e48
AC
7099 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7100 GDB_TARGET_IS_HPPA code.
7101 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 7102 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
7103 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7104 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
7105 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7106 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7107 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 7108 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
7109 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7110 (hppa_frameless_function_invocation, hppa64_store_return_value)
7111 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 7112 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 7113 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 7114 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
7115 (find_proc_framesize, deposit_21, restore_pc_queue)
7116 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 7117 (rp_saved, pc_in_linker_stub): Delete.
78161e48 7118
782eae8b
AC
7119 Unconditionally enable 64-bit frame and ABI code.
7120 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7121 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7122 push_dummy_frame, fix_call_dummy, push_arguments,
7123 call_dummy_location, extract_return_value, use_struct_convention,
7124 store_return_value, store_struct_return, saved_pc_after_call,
7125 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7126 frame_chain, frame_chain_valid, frameless_function_invocation,
7127 frame_saved_pc, and pop_frame.
78161e48 7128
449e1137
AC
7129 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7130 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7131 (hppa_gdbarch_init): Do not set PC_REGNUM.
7132
12507572
MK
71332004-03-06 Mark Kettenis <kettenis@gnu.org>
7134
7135 * config/alpha/tm-fbsd.h: Remove file.
7136 * config/alpha/fbsd.mt: Tweak comment.
7137 (TM_FILE): Set to tm-alpha.h.
7138
c107cc1b
AC
71392004-03-05 Andrew Cagney <cagney@redhat.com>
7140
7141 * infrun.c (step_over_function): When non-legacy code, and no
7142 step_frame_id, use the unwinder to get the caller's frame ID.
7143
f2e7c15d
MK
71442004-03-05 Mark Kettenis <kettenis@gnu.org>
7145
8b0c3633
MK
7146 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7147 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7148 bfd_arch_unknown. Adjust comment.
7149
f2e7c15d
MK
7150 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7151 * i386obsd-tdep.c: Correct spelling in comment.
7152 * i386nbsd-tdep.c: Correct spelling in comment.
7153 * sparc-tdep.c: Correct spelling in comments.
7154
1198ecbe
DC
71552004-03-05 David Carlton <carlton@kealia.com>
7156
7157 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7158 bug.
7159
9eb42ed1
MK
71602004-03-05 Mark Kettenis <kettenis@gnu.org>
7161
7162 * sparc-tdep.c: Fix typo in comment.
7163
52b5e991
JB
71642004-03-04 J. Brobecker <brobecker@gnat.com>
7165
7166 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7167
d8151005
DJ
71682004-03-04 Daniel Jacobowitz <drow@mvista.com>
7169
7170 * dwarf2read.c: Add comment describing memory lifetimes.
7171 (struct dwarf2_pinfo): Update comment.
7172 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7173 (read_enumeration, new_symbol): Don't use obsavestring.
7174
cbeae229
MK
71752004-03-04 Mark Kettenis <kettenis@gnu.org>
7176
722d18c2
MK
7177 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7178 instead of amd64_fill_fxsave.
7179 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7180 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7181
cbeae229
MK
7182 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7183 Reorganize code a bit.
7184
b4206d25
OF
71852004-03-04 Orjan Friberg <orjanf@axis.com>
7186
7187 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
7188 when the frame pointer is pushed. Don't set the frame pointer's
7189 address on the stack unless it's actually located there.
b4206d25
OF
7190 Set the SRP's address on the stack correctly when the PC is still in
7191 the prologue.
7192 (cris_return_value): New function.
7193 (cris_gdbarch_init): Clear deprecated store_return_value,
7194 extract_return_value.
7195
49b0b195
JB
71962004-03-02 Jim Blandy <jimb@redhat.com>
7197
7198 * stabsread.c (reg_value_complaint): The maximum register number
7199 is one less than the number of registers.
7200
e9ff708b
AC
72012004-03-02 Andrew Cagney <cagney@redhat.com>
7202
7203 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7204 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7205 trailing comma and redundant assignment of I386_ST0_REGNUM.
7206 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7207 32-bit segment registers.
7208
d4715e41
AC
72092004-03-01 Andrew Cagney <cagney@redhat.com>
7210
7211 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7212 use frame_relative_level and get_next_frame.
7213
3ce2bf18
AC
72142004-02-29 Andrew Cagney <cagney@redhat.com>
7215
7216 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
7217 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
7218 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
7219 Delete macro.
7220
2da6aac3
DJ
72212004-02-29 Daniel Jacobowitz <drow@mvista.com>
7222
7223 * inflow.c (terminal_inferior): Don't give up the terminal if we
7224 previously couldn't get the inferior's terminal state.
7225
6ba34a8d
DJ
72262004-02-29 Daniel Jacobowitz <drow@mvista.com>
7227
7228 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
7229 PC_REGNUM.
7230
faae5abe
AC
72312004-02-28 Andrew Cagney <cagney@redhat.com>
7232
7233 * NEWS: Refer to GDB 6.1.
7234 * README: Refer to GDB 6.1.
7235 * PROBLEMS: Refer to GDB 6.1.
7236
2227a3c5
DJ
72372004-02-28 Daniel Jacobowitz <drow@mvista.com>
7238
7239 * thread-db.c (disable_thread_signals): Remove unused function.
7240
80571bff
MK
72412004-02-28 Mark Kettenis <kettenis@gnu.org>
7242
041bd74b
MK
7243 * amd64-nat.c: Include "gdb_string.h".
7244 (amd64_collect_native_gregset): Zero-extend the 32-bit
7245 general-purpose registers and %eip.
7246
3c017e40
MK
7247 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
7248 * amd64-tdep.c (amd64_collect_fxsave): New function.
7249 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
7250
80571bff
MK
7251 * i387-tdep.h: Update copyright year.
7252 (i387_collect_fxsave): New prototype.
7253 * i387-tdep.c: Update copyright year.
7254 (i387_collect_fxsave): New function containing most of the code
7255 from i387_fill_fxsave.
7256 (i387_fill_fxsave): Call i387_collect_fxsave.
7257
50d71875
AC
72582004-02-28 Andrew Cagney <cagney@redhat.com>
7259
7260 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
7261 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
7262
4a28816e
MK
72632004-02-28 Mark Kettenis <kettenis@gnu.org>
7264
7265 * amd64-tdep.c (amd64_frame_cache): Fix comment.
7266
dbda9972
AC
72672004-02-28 Andrew Cagney <cagney@redhat.com>
7268
7269 * utils.c: Use "", instead of <>, to include readline.
7270 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
7271 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
7272 * source.c, solib.c, exec.c, event-top.c: Ditto.
7273 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
7274 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
7275 * Makefile.in: Update all dependencies.
7276 (readline_tilde_h, readline_history_h): Define.
7277 (readline_headers): Delete.
7278
83277a99
MK
72792004-02-28 Mark Kettenis <kettenis@gnu.org>
7280
91ae4303
MK
7281 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
7282 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
7283 "config/i386/tm-lx64.h".
7284
83277a99
MK
7285 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
7286 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
7287 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
7288
6e1d7d6c
AC
72892004-02-28 Andrew Cagney <cagney@redhat.com>
7290
ecc9ac84
AC
7291 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
7292
6e1d7d6c
AC
7293 * breakpoint.c (_initialize_breakpoint): Use
7294 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
7295 Add help to show command.
7296
9671aeef
MK
72972004-02-28 Mark Kettenis <kettenis@gnu.org>
7298
7fa2737c
MK
7299 * i386-nat.c: Reformat to be closer to coding standards.
7300 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
7301 `retval'. Make variables `align' and `size' local to while-loop.
7302 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
7303 (_initialize_i386_nat): New prototype.
7304
9671aeef
MK
7305 * tui/tui.c: Include <readline/readline.h> instead of
7306 "readline/readline.h". Include it after <term.h> and
7307 "gdb_curses.h".
7308
fca7aa43
AC
73092004-02-27 Andrew Cagney <cagney@redhat.com>
7310
412275d5
AC
7311 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
7312 the new frame unwind code.
7313 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
7314 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
7315 PCOQ_HEAD_REGNUM.
7316
fca7aa43
AC
7317 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
7318 "return_value" and "push_dummy_call".
7319 (hppa32_use_struct_convention): Delete unused function.
7320 (hppa32_store_return_value): Delete unused function.
7321 (hppa32_extract_return_value): Delete unused function.
7322 (hppa32_stack_align): Delete function.
7323
e6a8a7d2
EZ
73242004-02-27 Eli Zaretskii <eliz@elta.co.il>
7325
7326 * coffread.c (enter_linenos): Don't let rawptr reference memory
7327 outside linetab[]'s limits.
7328
1797a8f6
AC
73292004-02-27 Andrew Cagney <cagney@redhat.com>
7330
7331 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
7332 inferior stack space - the stack needs to grow upwards.
7333 (hppa32_frame_align): New function.
7334 (hppa64_frame_align): Replace hppa_frame_align.
7335 (hppa_gdbarch_init): Update.
7336
2e4b5889
OF
73372004-02-26 Orjan Friberg <orjanf@axis.com>
7338
7339 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
7340 (dwarf2-frame.h): Include.
7341 (enum cris_regnums): New enum CRIS_FP_REGNUM.
7342 Remove static variables related to ABI setting.
7343 (struct gdbarch_tdep): Remove cris_abi member.
7344 (struct frame_extra_info): Remove.
7345 (cris_unwind_cache, stack_item): New structs.
7346 (cris_frame_unwind, cris_frame_base): New variables.
7347 (push_stack_item, pop_stack_item)
7348 (cris_frame_unwind_cache, cris_frame_this_id)
7349 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
7350 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
7351 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
7352 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
7353 (cris_reg_struct_has_addr): New functions.
7354 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 7355 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
7356 (cris_store_struct_return, cris_frameless_function_invocation)
7357 (cris_pop_frame, cris_skip_prologue_main)
7358 (cris_abi_original_store_return_value)
7359 (cris_abi_v2_store_return_value)
7360 (cris_abi_original_extract_return_value)
7361 (cris_abi_v2_extract_return_value)
7362 (cris_abi_original_reg_struct_has_addr)
7363 (cris_abi_v2_reg_struct_has_addr)
7364 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
7365 (cris_push_return_address, cris_abi_update): Remove.
7366 (_initialize_cris_tdep): Remove ABI command.
7367 (cris_dump_tdep): Ditto.
8718a420 7368 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
7369 Set store_return_value, extract_return_value, push_dummy_code,
7370 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
7371 frame_unwind_append_sniffer, frame_base_set_default.
7372 Clear deprecated init_frame_pc, push_arguments, store_return_value,
7373 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
7374 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 7375 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
7376 init_extra_frame_info, frameless_function_invocation, frame_chain,
7377 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
7378 dummy_write_sp.
8718a420 7379
6b9acc27
JJ
73802004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7381
7382 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
7383 * valprint.c (print_hex_chars): Change from static to external.
7384 (print_char_chars): New function.
7385 * printcmd.c (print_scalar_formatted): For integer and enum types
7386 that are longer than LONGEST, perform processing via appropriate
7387 print_*_chars routines.
7388
a431654a
AC
73892004-02-26 Andrew Cagney <cagney@redhat.com>
7390
7391 * Makefile.in: Update dependencies.
7392 Changes from Ulrich Weigand,
7393 * s390-tdep.c: Include "dwarf2-frame.h".
7394 (s390_dwarf2_frame_init_reg): New function.
7395 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
7396 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
7397
fa8d40ab
JJ
73982004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7399
7400 * breakpoint.c (pending_break_support): New setting variable.
7401 (break_command_1): Account for pending_break_support setting
7402 when creating pending breakpoints.
7403 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
7404 (_initialize_breakpoint): Add "set breakpoint pending" and
7405 "show breakpoint pending" commands.
7406
0dcd613f
AC
74072004-02-26 Andrew Cagney <cagney@redhat.com>
7408
7409 Fix PR i18n/1570.
7410 * charset.c (backslashable, backslashed, represented): Remove 'e'
7411 from list of escaped characters, not part of ISO-C.
7412
479272a3
JB
74132004-02-25 J. Brobecker <brobecker@gnat.com>
7414
7415 From Peter Schauer <schauer@pdf.de>:
7416 * tui/tui.c: Move system header includes after local includes.
7417 Fixes a build failure on solaris systems.
7418
7613d933
JB
74192004-02-25 J. Brobecker <brobecker@gnat.com>
7420
7421 * configure.in: Refine the previous change.
7422 * configure: Regenerate.
7423
9c1488cb
MK
74242004-02-25 Mark Kettenis <kettenis@gnu.org>
7425
7426 * amd64-tdep.h: Renamed from x86-64-tdep.h.
7427 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
7428 "amd64-tdep.h" instead of "x86-64-tdep.h".
7429 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7430 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
7431 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
7432 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7433 and "x86-64-tdep.c".
7434 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
7435 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7436 and "x86-64-tdep.c".
7437 * amd64bsd-nat.c: Update copyright year.
7438 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7439 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
7440 "x86-64-tdep.h".
7441 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
7442 "x86-64-tdep.h".
7443 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
7444 "x86-64-tdep.h".
7445 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
7446 "x86-64-tdep.h".
7447 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
7448 "x86-64-tdep.h".
7449 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
7450 "x86-64-tdep.h".
8718a420 7451 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
7452 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
7453 * Makefile.in (amd64_linux_tdep_h): Renamed from
7454 x86_64_linux_tdep_h.
7455 (amd64_tdep_h): Renamed from x86_64_tdep_h.
7456 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
7457 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
7458 (amd64obsd-tdep.o): Update dependencies.
7459 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
7460 dependencies.
7461 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
7462 dependencies.
7463 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
7464 amd64-linux-nat.c amd64-linux-tdep.c.
7465 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
7466 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
7467 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
7468 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
7469 amd64-tdep.o and amd64-linux-tdep.o.
7470 (TM_FILE): Set to tm-linux64.h.
7471 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
7472 (NAT_FILE): Set to nm-linux64.h.
7473 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
7474 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7475 amd64-tdep.o.
7476 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7477 amd64-tdep.o.
7478 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7479 amd64-tdep.o.
7480
4b8dad4a
RM
74812004-02-25 Roland McGrath <roland@redhat.com>
7482
7483 * remote.c (remote_protocol_qPart_auxv): New variable.
7484 (init_all_packet_configs): Initialize it.
7485 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
7486 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
7487 (show_remote_cmd): Call it.
7488 (_initialize_remote): Initialize commands.
7489 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
7490 service TARGET_OBJECT_AUXV requests.
7491
66745969
JB
74922004-02-25 J. Brobecker <brobecker@gnat.com>
7493
7494 * configure.in: Make sure that the wborder function is available.
7495 Otherwise, search for it in the cur_colr library.
7496 * configure: Regenerate.
7497
79508e1e
AC
74982004-02-25 Andrew Cagney <cagney@redhat.com>
7499
7500 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
7501
571ee600
MK
75022004-02-25 Mark Kettenis <kettenis@gnu.org>
7503
7504 * config/i386/tm-x86-64linux.h: Tweak comments.
7505
2b1b322f 75062004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
7507
7508 * MAINTAINERS: Add self to write-after-approval list.
7509
4d2acc65
AC
75102004-02-25 Andrew Cagney <cagney@redhat.com>
7511
4b8dad4a 7512 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
7513 * cli/cli-script.c (execute_control_command): Unconditionally
7514 install a cleanup. Default "ret" to "invalid_control". Use
7515 "break" instead of "return" to escape from the switch.
7516
4cfcaf21
JB
75172004-02-24 J. Brobecker <brobecker@gnat.com>
7518
7519 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
7520 with the lines macro defined in term.h on AiX.
7521 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
7522 a collision with the label_width macro defined in term.h on AiX.
7523
54a5c8d8
KB
75242004-02-23 David Mosberger <davidm@hpl.hp.com>
7525
7526 Committed by Kevin Buettner <kevinb@redhat.com>.
7527
7528 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
7529 * ia64-tdep.c (ia64_write_pc): Make it a global function.
7530 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
7531 instead of ia64_write_pc().
7532 * ia64-linux-tdep.c (regcache.h): Include.
7533 (ia64_linux_write_pc): New function.
4b8dad4a 7534
8a1dac83
RM
75352004-02-23 Roland McGrath <roland@redhat.com>
7536
7537 * auxv.c (info_auxv_command): Fix typos in error messages.
7538
90f90721
MK
75392004-02-23 Mark Kettenis <kettenis@gnu.org>
7540
8a1dac83 7541 * x86-64-tdep.h: Tweak comment.
90f90721
MK
7542 (enum amd64_regnum): New.
7543 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
7544 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
7545 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
7546 (X86_64_XMM1_REGNUM): Removed.
7547 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
7548 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
7549 prototypes for renamed functions.
7550 * x86-64-tdep.c: Fix typo.
7551 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
7552 register numbers.
7553 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
7554 Use constants from `enum amd64_regnum' for register numbers.
7555 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
7556 (amd64_analyze_prologue, amd64_frame_cache,
7557 amd64_sigtramp_frame_cache): Use constants from `enum
7558 amd64_regnum' for register numbers.
7559 (amd64_supply_fpregset): Adjust for renamed functions.
7560 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
7561 `enum amd64_regnum' for register numbers.
7562 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
7563 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
7564 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
7565 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
7566 (amd64_linux_fill_gregset): Adjust for renamed macros.
7567 (fetch_core_registers): Adjust for renamed functions.
7568 (amd64_linux_init_abi): Adjust for renamed functions.
7569 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
7570 renamed functions.
7571 * amd64-nat.c: Adjust for renamed macros.
7572 * amd64bsd-nat.c (fetch_inferior_registers)
7573 (store_inferior_registers): Use constants from `enum amd64_regnum'
7574 for register numbers. Adjust for renamed variables.
7575 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
7576 renamed variables.
7577 (_initialize_amd64fbsd_nat): Use constants from `enum
7578 amd64_regnum' for register numbers.
7579 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
7580 `enum amd64_regnum' for register numbers.
7581 (amd64fbsd_init_abi): Adjust for renamed functions.
7582 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
7583 `enum amd64_regnum' for register numbers.
7584 (amd64nbsd_init_abi): Adjust for renamed functions.
7585 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
7586 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
7587 `enum amd64_regnum' for register numbers.
7588 (amd64obsd_init_abi): Adjust for renamed functions.
7589 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
7590
d5479188
JJ
75912004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7592
7593 * breakpoint.c (print_one_breakpoint): Do not output spaces
7594 after printing <PENDING> for a pending breakpoint.
7595
81cb7cc9
JJ
75962004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7597
7598 * printcmd.c (print_scalar_formatted): Initialize val_long
7599 to remove compiler warning message.
7600
cbdeadca
JJ
76012004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7602
7603 * defs.h (nquery, yquery): New prototypes.
7604 * breakpoint.c (break_command_1): Use new nquery interface.
7605 * utils.c (defaulted_query, nquery, yquery): New functions.
7606
da6bab63
AC
76072004-02-23 Andrew Cagney <cagney@redhat.com>
7608
2f690297
AC
7609 * hppa-tdep.c (hppa_frame_align): New function.
7610 (hppa32_push_dummy_call): New function.
7611 (hppa64_push_dummy_call): New function.
7612 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
7613 disabled.
8a1dac83 7614
da6bab63
AC
7615 * infcall.c (legacy_push_dummy_code): Don't call deprecated
7616 FIX_CALL_DUMMY when push_dummy_call is available.
7617 (call_function_by_hand, push_dummy_code): Ditto.
7618
abf9b42d
AC
76192004-02-22 Andrew Cagney <cagney@redhat.com>
7620
7621 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
7622 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
7623 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
7624 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
7625 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
7626 call_dummy_location to ON_STACK.
7627
10fc94a4
MK
76282004-02-22 Mark Kettenis <kettenis@gnu.org>
7629
51433e4b
MK
7630 * x86-64-linux-tdep.c: Tweak comment.
7631 (amd64_linux_supply_gregset): Renamed from
7632 x86_64_linux_supply_gresget.
7633 (amd64_linux_fill_gregset): Renamed from
7634 x86_64_linux_fill_gregset.
7635 (fetch_core_registers): Adjust for renamed functions.
7636 (amd64_core_fns): Renamed from x86_64_core_fns.
7637 (amd64_linux_sigtramp_start): Renamed from
7638 x86_64_linux_sigtramp_start.
7639 (amd64_linux_pc_in_sigtramp): Renamed from
7640 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
7641 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
7642 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
7643 (amd64_linux_sigcontext_addr): Renamed from
7644 x86_64_linux_sigcontext_addr.
7645 (amd64_linux_sc_reg_offset): Renamed from
7646 x86_64_linux_sc_reg_offset.
7647 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
7648 Adjust for renamed functions and variables.
7649 (_initialize_amd64_linux_tdep): Renamed from
7650 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
7651 variables.
7652 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
7653 Adjust for renamed functions.
7654
430eaf2e
MK
7655 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
7656 from x86_64_linux_gregset64_reg_offset.
7657 (amd64_linux_gregset32_reg_offset): Rename from
7658 x86_64_linux_gregset64_reg_offset.
7659 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
7660 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
7661 (amd64_linux_dr_set_control): Renamed from
7662 x86_64_linux_dr_set_control. Adjust for renamed functions.
7663 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
7664 Adjust for renamed functions.
7665 (amd64_linux_dr_reset_addr): Renamed from
7666 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
7667 (amd64_linux_dr_get_status): Renamed from
7668 x86_64_linux_dr_get_status. Adjust for renamed functions.
7669 (_initialize_amd64_linux_nat): Renamed from
7670 _initialize_x86_64_linux_nat. Adjust for renamed variables and
7671 functions.
7672 * config/i386/nm-x86-64linux.h: Update copyright year.
7673 Adjust for renamed functions.
7674
10fc94a4
MK
7675 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
7676 amd64fbsd_sigtramp_start.
7677 (amd64fbsd_sigtramp_end_addr): Renamed from
7678 amd64fbsd_sigtramp_end.
7679 (amd64fbsd_init_abi): Adjust for renamed variables.
7680 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
7681 variables.
7682 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
7683 amd64fbsd_sigtramp_start.
7684 (amd64fbsd_sigtramp_end_addr): Renamed from
7685 amd64fbsd_sigtramp_end.
7686
343af405
AC
76872004-02-22 Andrew Cagney <cagney@redhat.com>
7688
537987fc
AC
7689 * hppa-tdep.c (hppa32_return_value): New function.
7690 (hppa64_return_value): New function.
7691 (hppa_gdbarch_init): Set return_value; keep disabled.
7692
fad850b2
AC
7693 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
7694 struct-return and inferior function call methods.
7695
26d08f08
AC
7696 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7697 "frame-base.h".
7698 (struct hppa_frame_cache): Define.
7699 (hppa_frame_cache, hppa_frame_this_id): New functions.
7700 (hppa_frame_prev_register): New function.
7701 (hppa_frame_unwind, hppa_frame_base): New variables.
7702 (hppa_frame_unwind_sniffer): New function.
7703 (hppa_frame_base_address, hppa_unwind_pc): New function.
7704 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
7705 sniffer, and frame base sniffer; keep disabled.
7706 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
7707 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
7708
e7d7bd65
AC
7709 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
7710 to predicates for "seriously old code".
7711
e963316f
AC
7712 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
7713 runtime if(0).
7714
56132691
AC
7715 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
7716 unsigned.
7717 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 7718
343af405
AC
7719 * config/pa/tm-hppa.h: Update copyright.
7720 (DEPRECATED_INIT_FRAME_PC): Delete macro.
7721 (deprecated_init_frame_pc_default): Delete declaration.
7722 (hppa_frame_init_saved_regs): Delete declaration.
7723 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
7724 * hppa-tdep.c: Include "arch-utils.h".
7725 (hppa_gdbarch_init): Set deprecated init_frame_pc
7726 and deprecated frame_init_saved_regs.
7727 (hppa_frame_init_saved_regs): Make static.
7728
f5859b4d
MK
77292004-02-22 Mark Kettenis <kettenis@gnu.org>
7730
86f6f8e7 7731 Remove old 386BSD support.
cf7c5c23 7732 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
7733 * configure.host: Remove i[34567]86-*-bsd*.
7734 * configure.tgt: Remove i[34567]86-*-bsd*.
7735 * i386b-nat.c: Removed.
7736 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
7737 (i386b-nat.o): Remove dependencies.
7738
86f6f8e7
MK
7739 * config/i386/i386bsd.mh: Removed.
7740 * config/i386/i386bsd.mt: Removed.
7741 * config/i386/nm-i386bsd.h: Removed.
7742 * config/i386/tm-i386bsd.h: Removed.
7743 * config/i386/xm-i386bsd.h: Removed.
7744
971218cd
MK
7745 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
7746
7e654c37
MK
7747 * amd64fbsd-tdep.c: Include "solib-svr4.h".
7748 (amd64fbsd_init_abi): Set link map offsets.
7749 * amd64nbsd-tdep.c: Include "slib-svr4.h".
7750 (amd64nbsd_init_abi): Set link map offsets.
7751 * amd64obsd-tdep.c: Include "solib-svr4.h".
7752 (amd64obsd_init_abi): Set link map offsets.
7753 * i386fbsd-tdep.c: Include "solib-svr4.h".
7754 (i386fbsd_init_abi): Set link map offsets.
7755 * i386nbsd-tdep.c: Include "solib-svr4.h".
7756 (i386nbsdelf_init_abi): Set link map offsets.
7757 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
7758 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
7759 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
7760 solib-legacy.o and core-aout.o. Reformat.
7761 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
7762 solib-svr4.o, solib-legacy.o. Reformat.
7763 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
7764 * config/i386/nbsdelf.mh: Reformat.
7765 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
7766 solib-svr4.o, solib-legacy.o and corelow.o.
7767 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
7768 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
7769 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
7770 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7771 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7772 (TM_FILE): Set to tm-fbsd.h.
7773 * config/i386/nbsd.mt (TDEPFILES): Reformat.
7774 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
7775 solib-svr4.o.
7776 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
7777 solib-svr4.o.
7778 (TM_FILE): Set to nm-nbsd.h.
7779 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
7780 Simplify shared library support. Don't include "elf/common.h".
7781 (SVR4_SHARED_LIBS): Don't define.
7782 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
7783 "solib.h".
7784 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
7785 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
7786 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
7787 Don't include "i386/tm-i386.h". Include "solib.h".
7788 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
7789 Don't include "i386/tm-i386.h".
7790 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
7791 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
7792 Include "i386/xm-i386.h".
7793 (HOST_LONG_DOUBLE_FORMAT): Remove.
7794
5d93ae8c
MK
7795 Fix OpenBSD/i386 sigtramp recognition.
7796 * i386-tdep.h: Update copyright year.
7797 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
7798 (i386bsd_sigtramp_end): New prototypes.
7799 (i386fbsd_sigtramp_start_addr): Renamed from
7800 i386fbsd_sigtramp_start.
7801 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7802 (i386obsd_sigtramp_start_addr): Renamed from
7803 i386obsd_sigtramp_start.
7804 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7805 * i386bsd-tdep.c: Update copyright year.
7806 (i386bsd_pc_in_sigtramp): Make public.
7807 * i386fbsd-nat.c: Update copyright year.
7808 (_initialize_i386fbsd_nat): Adjust for renamed variables.
7809 * i386fbsd-tdep.c: Update copyright year.
7810 (i386fbsd_sigtramp_start_addr): Renamed from
7811 i386fbsd_sigtramp_start.
7812 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7813 (i386fbsdaout_init_abi): Adjust for renamed variables.
7814 * i386obsd-nat.c: Update copyright year.
7815 (_initialize_i386obsd_nat): Adjust for renamed variables.
7816 * i386obsd-tdep.c: Include "target.h".
7817 (i386obsd_page_size): New variable.
7818 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
7819 (i386obsd_sigtramp_end): New functions.
7820 (i386obsd_sigtramp_start_addr): Renamed from
7821 i386obsd_sigtramp_start.
7822 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7823 (i386obsd_init_abi): Adjust for renamed variables. Set
7824 pc_in_sigtramp, sigtramp_start and sigtramp_end.
7825 * Makefile.in (i386obsd-tdep.o): Update dependencies.
7826
84d04465
MK
7827 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
7828 trampoline change in OpenBSD kernel.
7829
b053aceb
MK
7830 * amd64-nat.c: Update copyright year.
7831 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
7832 architecture from REGCACHE.
7833
f5859b4d
MK
7834 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
7835 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
7836
e4bbbda8
MK
78372004-02-21 Mark Kettenis <kettenis@gnu.org>
7838
ba361932
MK
7839 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
7840 i[34567]86-*-openbsd3.[0-3].
7841 * config/i386/obsdaout.mh: New file.
7842
d3e48264
MK
7843 * config/i386/obsd.mh (MH_FLAGS): Remove.
7844
60a6eeb6
MK
7845 Fix PR build/1549.
7846 * i386obsd-tdep.c: Update copyright years. Include
7847 "solib-svr4.h".
7848 (i386obsd_init_abi): Don't set regset_from_core_section here.
7849 (i386obsd_aout_init_abi): New function. Set
7850 regset_from_core_section here.
7851 (i386obsd_elf_init_abi): New function.
7852 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
7853 * Makefile.in (i386obsd-tdep.o): Update dependecies.
7854 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7855 (TM_FILE): Set to tm-nbsd.h.
7856
7857 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
7858 solib-sunos.o.
7859
e4bbbda8
MK
7860 * solib-svr4.h: Update copyright year.
7861 (svr4_ilp32_fetch_link_map_offsets)
7862 (svr4_lp64_fetch_link_map_offsets): New prototype.
7863 * solib-svr4.c: Update copyright year.
7864 (svr4_ilp32_fetch_link_map_offsets)
7865 (svr4_lp64_fetch_link_map_offsets): New function.
7866
f6fe98ef
DJ
78672004-02-20 Daniel Jacobowitz <drow@mvista.com>
7868
7869 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
7870 to the partial symbol table.
7871
589ca796
JB
78722004-02-20 J. brobecker <brobecker@gnat.com>
7873
7874 * PROBLEMS: Add description of problem documented under gdb/1560.
7875
2031c21a
MK
78762004-02-20 Mark Kettenis <kettenis@gnu.org>
7877
30b344b1
MK
7878 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
7879 comments.
7880 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
7881 functions.
7882 (amd64obsd_init_abi): Reorder initializations. Use
7883 amd64obsd_r_reg_offset to initialize the general-purpose register
7884 set details. Set regset_from_core_section.
7885 (_initialize_amd64obsd_tdep): Rename from
7886 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
7887 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
7888 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
7889
2031c21a
MK
7890 * NEWS (New native configurations): Mention OpenBSD/alpha.
7891 * configure.tgt: Add alpha*-*-openbsd*.
7892 * configure.host: Add alpha*-*-openbsd*.
7893 * alphanbsd-tdep.c: Update copyright year.
7894 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
7895
42471775
AC
78962004-02-20 Andrew Cagney <cagney@redhat.com>
7897
7898 Fix PR tdep/1372.
7899 * configure.tgt: Delete target "none-*-*".
7900 * configure.host: Delete host "none-*-*".
7901 * config/none/none.mh: Delete file.
7902 * config/none/none.mt: Delete file.
7903 * config/none/xm-none.h: Delete file.
7904 * config/none/tm-none.h: Delete file.
7905 * config/none/nm-none.h: Delete file.
7906
960ccd7d
FF
79072004-02-19 Fred Fish <fnf@redhat.com>
7908
7909 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
7910 cache->uses_fp prior to setting it.
7911
5f883edd
FF
79122004-02-19 Fred Fish <fnf@redhat.com>
7913
7914 Fix for PR breakpoint/1558.
7915 * sh-tdep.c (IS_JSR): New macro.
7916 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
7917
f98c22d5
JB
79182004-02-19 Jim Blandy <jimb@redhat.com>
7919
7920 * findvar.c (value_from_register): Doc fix.
7921
95051d27
JJ
79222004-02-19 Jeff Johnston <jjohnstn@redhat.com>
7923
7924 * printcmd.c (print_scalar_formatted): Do not check for sizeof
7925 type being greater than sizeof of host's LONGEST. Always use
7926 unpack_long() unless format 'f' chosen.
7927
ccefbec3
EZ
79282004-02-19 Joel Brobecker <brobecker@gnat.com>
7929
7930 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 7931
ccefbec3
EZ
7932 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
7933 contains a symbol wich is the best, non-exact match for the given
7934 pc. Update comments.
7935
79362004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 7937
2ede629f
EZ
7938 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
7939 macro, which was part of the now removed Mach 3 port.
7940 * utils.c (request_quit): Ditto.
7941
567ee972
MK
79422004-02-18 Mark Kettenis <kettenis@gnu.org>
7943
7944 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
7945 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
7946
50cca7bb
MK
79472004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7948
7949 Committed by Mark Kettenis <kettenis@gnu.org>.
7950
7951 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
7952 Define.
7953
226361c4
AC
79542004-02-18 Andrew Cagney <cagney@redhat.com>
7955
7956 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
7957 CONFIG_INSTALL and CONFIG_UNINSTALL.
7958 * configure: Re-generate.
7959 * interps.h (INTERP_TUI): Define.
7960 * Makefile.in: Update dependencies.
7961 (TUI): New macro.
7962 (tui-main.o): Specify dependencies.
7963 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
7964 * tui/tui-main.c: New file.
7965
49cfa46f
MK
79662004-02-18 Mark Kettenis <kettenis@gnu.org>
7967
e2879ccb
MK
7968 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
7969 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
7970 dependencies.
7971 * configure.host: Add x86_64-*-openbsd*.
7972 * configure.tgt: Add x86_64-*-openbsd*.
7973 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
7974
c43f4bec
MK
7975 * tui/tui.c: Don't include <malloc.h>.
7976
09ae75b6
MK
7977 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
7978 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
7979 amd64nbsd-tdep.c.
7980
49cfa46f 7981 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 7982 static. Remove extraneous whitespace.
49cfa46f
MK
7983 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
7984 static.
7985
05957fdb
JB
79862004-02-17 Jim Blandy <jimb@redhat.com>
7987
7988 * findvar.c (value_from_register): Doc fix.
7989
d0f54f9d
JB
79902004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7991
7992 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 7993
8a1dac83 7994 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
7995 CORE_ADDR as type for selectors. Correct types for GNU run time
7996 message lookup function to use double indirection.
7997 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
7998 * objc-lang.h (lookup_child_selector): Adapt prototype.
7999
9cbd5950
JB
8000 * s390-nat.c (SUBOFF): New macro.
8001 (supply_gregset, fill_gregset): Use it to handle debugging
8002 of 32-bit exectuables running under a 64-bit kernel.
8003 * s390-tdep.c: Include "solib-svr4.h".
8004 (s390_svr4_fetch_link_map_offset): New function.
8005 (s390x_svr_fetch_link_map_offset): Likewise.
8006 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8007 * Makefile.in (s390-tdep.o): Update dependencies.
8008
a8c99f38
JB
8009 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8010 "frame-unwind.h".
8011 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8012 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8013 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8014 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8015 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8016 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 8017 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
8018 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8019 (struct frame_extra_info): Remove.
8020 (s390_memset_extra_info): Remove.
f73b1eff
JB
8021 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8022 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8023 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
8024 (is_rse): Renamed to ...
8025 (is_rsy): ... this. Support long displacements.
8026 (is_rxe): Renamed to ...
8027 (is_rxy): ... this. Support long displacements.
8028 (compute_x_addr): Support long displacements.
8029 (struct s390_prologue_data): New data type.
8030 (s390_on_stack): Change API to use struct s390_prologue_data.
8031 (s390_store): Reimplement.
8032 (s390_load): New function.
8033 (s390_get_signal_frame_info): Remove.
8034 (s390_get_frame_info): Remove, replace by ...
8035 (s390_analyze_prolog): ... this new function.
8036 (s390_check_function_end): Remove.
8037 (s390_function_start): Remove.
8038 (s390_frameless_function_invokation): Remove.
8039 (s390_is_sigreturn): Remove.
8040 (s390_init_frame_pc_first): Remove.
8041 (s390_init_frame_extra_info): Remove.
8042 (s390_frame_init_saved_regs): Remove.
8043 (s390_frame_saved_pc_nofix): Remove.
8044 (s390_frame_saved_pc): Remove.
8045 (s390_frame_chain): Remove.
8046 (s390_fp_regnum, s390_read_fp): Remove.
8047 (s390_pop_frame_regular, s390_pop_frame): Remove.
8048 (s390_saved_pc_after_call): Remove.
8049 (s390_skip_prologue): Reimplement.
8050 (s390_in_function_epilogue_p): Support long displacements.
8051 (struct s390_unwind_cache): New data structure.
8052 (s390_frame_unwind_cache): New function.
8053 (s390_prologue_frame_unwind_cache): Likewise.
8054 (s390_backchain_frame_unwind_cache): Likewise.
8055 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8056 (s390_frame_unwind): Define.
8057 (s390_frame_sniffer): New function.
8058 (struct s390_pltstub_unwind_cache): New data structure.
8059 (s390_pltstub_frame_unwind_cache): New function.
8060 (s390_pltstub_frame_this_id): Likewise.
8061 (s390_pltstub_frame_prev_register): Likewise.
8062 (s390_pltstub_frame_unwind): Define.
8063 (s390_pltstub_frame_sniffer): New function.
8064 (struct s390_sigtramp_unwind_cache): New data structure.
8065 (s390_sigtramp_frame_unwind_cache): New function.
8066 (s390_sigtramp_frame_this_id): Likewise.
8067 (s390_sigtramp_frame_prev_register): Likewise.
8068 (s390_sigtramp_frame_unwind): Define.
8069 (s390_sigtramp_frame_sniffer): New function.
8070 (s390_frame_base_address, s390_local_base_address): New functions.
8071 (s390_frame_base): Define.
8072 (s390_unwind_pc, s390_unwind_sp): New function.
8073 (s390_push_dummy_call): Use new frame base location.
8074 (s390_unwind_dummy_id): Likewise.
8075 (s390_gdbarch_init): Remove calls to:
8076 set_gdbarch_frameless_function_invocation,
8077 set_gdbarch_deprecated_init_frame_pc,
8078 set_gdbarch_deprecated_frame_chain,
8079 set_gdbarch_deprecated_frame_init_saved_regs,
8080 set_gdbarch_deprecated_pop_frame,
8081 set_gdbarch_deprecated_init_extra_frame_info,
8082 set_gdbarch_deprecated_init_frame_pc_first,
8083 set_gdbarch_deprecated_target_read_fp,
8084 set_gdbarch_deprecated_frame_saved_pc,
8085 set_gdbarch_deprecated_saved_pc_after_call,
8086 set_gdbarch_deprecated_fp_regnum.
8087 Add calls to:
8088 set_gdbarch_in_solib_call_trampoline,
8089 frame_unwind_append_sniffer,
8090 frame_base_set_default,
8091 set_gdbarch_unwind_pc,
8092 set_gdbarch_unwind_sp.
8093 * Makefile.in (s390-tdep.o): Update dependencies.
8094
b0cf273e
JB
8095 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8096 (S390_STACK_FRAME_OVERHEAD): Remove.
8097 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8098 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8099 (s390_promote_integer_argument): Remove.
8100 (s390_cannot_extract_struct_value_address): Remove.
8101 (s390_use_struct_convention, s390_store_struct_return): Remove.
8102 (s390_extract_return_value, s390_store_return_value): Remove.
8103 (s390_return_value_convention, s390_return_value): New functions.
8104 (is_float_singleton): Handle typedefs.
8a1dac83 8105 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
8106 Remove, replace by ...
8107 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8108 s390_function_arg_integer): ... these new functions.
8109 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8110 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8111 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8112 Fill in tdep->abi.
8113 Remove calls to:
8114 set_gdbarch_deprecated_store_struct_return,
8115 set_gdbarch_deprecated_extract_return_value,
8116 set_gdbarch_deprecated_store_return_value,
8117 set_gdbarch_use_struct_convention,
8118 set_gdbarch_extract_struct_value_address,
8119 set_gdbarch_deprecated_pc_in_call_dummy,
8120 set_gdbarch_deprecated_push_arguments,
8121 set_gdbarch_deprecated_save_dummy_frame_tos,
8122 set_gdbarch_deprecated_push_return_address,
8123 set_gdbarch_deprecated_sizeof_call_dummy_words,
8124 set_gdbarch_deprecated_call_dummy_words,
8125 set_gdbarch_deprecated_dummy_write_sp.
8126 Add calls to:
8127 set_gdbarch_push_dummy_call,
8128 set_gdbarch_unwind_dummy_id,
8129 set_gdbarch_return_value.
8a1dac83 8130
e1457d83
JB
8131 * config/s390/nm-linux.h: Update comments.
8132 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8133 (STOPPED_BY_WATCHPOINT): Redefine.
8134 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8135 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8136 (s390_stopped_by_watchpoint): Likewise.
8137 (watch_area_cnt): Remove.
8138 * s390-nat.c: Update comments.
8139 (watch_area): Remove typedef.
8140 Global replace watch_area by struct watch_area.
8141 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 8142 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
8143 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8144 (s390_fix_watch_points): Remove pid argument,
8145 use s390_inferior_tid. Recompute area spanned by watchpoints.
8146 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8147 argument. Reimplement.
8148
d0f54f9d
JB
8149 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8150 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8151 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 8152 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
8153 core-regset.o.
8154 * config/s390/s390x.mt: Remove.
8155 * config/s390/tm-s390.h: Remove.
8156 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8157 (TARGET_ELF64): Remove.
8158 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8159 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8160 s390*-*-* case; always set gdb_target to s390.
8161 * regformats/reg-s390.dat: Remove control registers.
8162 * regformats/reg-s390x.dat: Likewise.
8163 * s390-tdep.h: New file.
8a1dac83 8164 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
8165 Include "inferior.h" and "s390-tdep.h".
8166 Remove private definition of offsetof.
8167 (s390_register_u_addr): Remove.
8168 (regmap_gregset, regmap_fpregset): Define.
8169 (supply_gregset, fill_gregset): Reimplement.
8170 (supply_fpregset, fill_fpregset): Likewise.
8171 (s390_inferior_tid): New function.
8172 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8173 (fetch_inferior_registers, store_inferior_registers): Likewise.
8174 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8175 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8176 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8177 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8178 (struct gdbarch_tdep): Define.
8179 (struct s390_register_info): Define.
8180 (s390_register_info): New variable.
8181 (s390_register_name): Reimplement.
8182 (s390_register_type): New function.
8183 (s390_register_raw_size, s390x_register_raw_size): Remove.
8184 (s390_cannot_fetch_register): Remove.
8185 (s390_register_byte): Remove.
8186 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8187 (s390_dwarf_regmap): New variable.
8188 (s390_dwarf_reg_to_regnum): New function.
8189 (s390_stab_reg_to_regnum): Remove.
8190 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8191 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8192 (s390_convert_register_p): Likewise.
8193 (s390_register_to_value, s390_value_to_register): Likewise.
8194 (s390_register_reggroup_p): Likewise.
8195 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8196 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8197 (s390_supply_regset, s390_regset_from_core_section): New functions.
8198 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8199 (S390_FPR_SIZE): Likewise.
8200 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8201 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8202 (S390_NUM_GPRS): Move here from tm-s390.h.
8203 (S390_NUM_FPRS): Likewise.
8204 (s390_in_function_epilogue_p): New function.
8205 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8206 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8207 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8208 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8209 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8210 Remove calls to:
8211 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
8212 set_gdbarch_deprecated_max_register_virtual_size,
8213 set_gdbarch_deprecated_register_byte,
d0f54f9d 8214 set_gdbarch_cannot_fetch_register,
8a1dac83 8215 set_gdbarch_cannot_store_register,
d0f54f9d
JB
8216 set_gdbarch_deprecated_register_size,
8217 set_gdbarch_deprecated_register_raw_size,
8218 set_gdbarch_deprecated_register_virtual_size,
8219 set_gdbarch_deprecated_register_virtual_type,
8220 set_gdbarch_deprecated_register_bytes.
8221 Add calls to:
8222 set_gdbarch_num_pseudo_regs,
8223 set_gdbarch_register_type,
8224 set_gdbarch_convert_register_p,
8225 set_gdbarch_register_to_value,
8226 set_gdbarch_value_to_register,
8227 set_gdbarch_register_reggroup_p,
8228 set_gdbarch_regset_from_core_section,
8229 set_gdbarch_pseudo_register_read,
8230 set_gdbarch_pseudo_register_write,
8231 set_gdbarch_in_function_epilogue_p.
8232 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
8233 (s390_tdep_h): New variable.
8234
8cfe231d
JB
82352004-02-17 Jim Blandy <jimb@redhat.com>
8236
4589a601
JB
8237 * findvar.c (value_from_register): If the type has no length, just
8238 return an acceptable value --- don't report an internal error.
8239
8cfe231d
JB
8240 * stabsread.c (read_type): If we find any type numbers that are
8241 forward references, complain if the references aren't resolved by
8242 the time we're finished reading.
8243 (cleanup_undefined_types): Make error message more appropriate for
8244 a complaint.
8245
5bf0017e
EZ
82462004-02-17 Elena Zannoni <ezannoni@redhat.com>
8247
9d62932d
EZ
8248 * Makefile.in (defs_h): Remove dependency on progress_h.
8249 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
8250 progress.h.
8251 * main.c (captured_main): Delete use of START_PROGRESS and
8252 END_PROGRESS.
8253
82542004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 8255
5bf0017e
EZ
8256 * objfiles.c (terminate_minimal_symbol_table): Add back
8257 initialization of MSYMBOL_TYPE.
8258
9fc9f5e2
AC
82592004-02-17 David Mosberger <davidm@hpl.hp.com>
8260
8261 Committed by Andrew Cagney.
8262 * Makefile.in (ia64_tdep_h): New macro.
8263 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
8264 (ia64-tdep.o): Likewise.
8265 * ia64-tdep.h: New file.
8266 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
8267 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
8268 (ia64_aix_sigcontext_register_address): Likewise.
8269 (ia64_linux_getunwind_table): Delete declaration.
8270 * ia64-linux-tdep.c: Likewise.
8271
76cd2bd9
CV
82722004-02-17 Corinna Vinschen <vinschen@redhat.com>
8273
8274 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
8275 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
8276 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
8277
634aa483
AC
82782004-02-17 Andrew Cagney <cagney@redhat.com>
8279
8280 * symtab.c (skip_prologue_using_sal): New function.
8281 * symtab.h (skip_prologue_using_sal): Declare.
8282 * frv-tdep.c: Include "symtab.h".
8283 (skip_prologue_using_sal): Delete function.
8284 * mips-tdep.c (skip_prologue_using_sal): Delete function.
8285 * rs6000-tdep.c (refine_prologue_limit): Mention
8286 skip_prologue_using_sal.
8287 * ia64-tdep.c (refine_prologue_limit): Ditto.
8288 * Makefile.in: Update dependencies.
8289
82902004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 8291
39ce7b3f
AC
8292 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
8293 START_INFERIOR_TRAPS_EXPECTED.
8294 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
8295 START_INFERIOR_TRAPS_EXPECTED.
8296 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
8297 Delete macro.
8298 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
8299 macro, moved to "nm-osf.h". Update copyright.
8300 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
8301 update copyright.
8302
19772a2c
AC
8303 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
8304 and function replacing FRAMELESS_FUNCTION_INVOCATION.
8305 * blockframe.c (legacy_frameless_look_for_prologue): Rename
8306 frameless_look_for_prologue.
8307 * frame.h (legacy_frameless_look_for_prologue): Rename
8308 frameless_look_for_prologue.
8309 * gdbarch.h, gdbarch.c: Re-generate.
8310 * sh64-tdep.c (sh64_gdbarch_init): Update.
8311 * sh-tdep.c (sh_gdbarch_init): Update.
8312 * s390-tdep.c (s390_gdbarch_init): Update.
8313 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8314 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8315 * m68k-tdep.c (m68k_gdbarch_init): Update.
8316 (delta68_frame_args_address): Update.
8317 * m32r-tdep.c (m32r_gdbarch_init): Update.
8318 * hppa-tdep.c (hppa_gdbarch_init): Update.
8319 * h8300-tdep.c (h8300_gdbarch_init): Update.
8320 * frv-tdep.c (frv_gdbarch_init): Update.
8321 (frv_frameless_function_invocation): Update.
8322 * cris-tdep.c (cris_gdbarch_init): Update.
8323 (cris_frameless_function_invocation): Update.
8324 * avr-tdep.c (avr_gdbarch_init): Update.
8325 * arm-tdep.c (arm_gdbarch_init): Update.
8326 * stack.c (frame_info): Update, call predicate.
8327 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
8328 * frame.c (legacy_get_prev_frame): Update, call predicate..
8329 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
8330 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
8331 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
8332 invocation.
8333 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8334 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8335 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
8336
8337 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
8338 function.
8339
7dcaac91
DJ
83402004-02-16 Daniel Jacobowitz <drow@mvista.com>
8341
8342 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
8343 initializations.
8344
88289b6e
AC
83452004-02-16 Andrew Cagney <cagney@redhat.com>
8346
8347 * tui/tui-windata.c: Include "gdb_string.h".
8348 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
8349 * tui/tui-layout.c, tui/tui-command.c: Ditto.
8350 * Makefile.in: Update dependencies.
8351
9f976b41
DJ
83522004-02-16 Daniel Jacobowitz <drow@mvista.com>
8353
8354 * Makefile.in (infrun.o): Add $(gdb_assert_h).
8355 * infrun.c: Include "gdb_assert.h".
8356 (singlestep_ptid, saved_singlestep_ptid)
8357 (stepping_past_singlestep_breakpoint): New variables.
8358 (resume): Set singlestep_ptid. Check for singlestep thread
8359 hop.
8360 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
8361 (handle_inferior_event): Handle singlestep thread hop.
8362
c324d747
AC
83632004-02-16 Andrew Cagney <cagney@redhat.com>
8364
f090b9b1
AC
8365 * dwarf2-frame.c (dwarf2_frame_ops): New function.
8366 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
8367 (dwarf2_frame_init_reg): Ditto.
8368
fd33e6cb
AC
8369 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
8370 suggested by Joshua Neuheisel
8371
c324d747
AC
8372 * configure.in: Always check for curses, including pdcurses.
8373 Warn, instead of error, when no curses are found. Enable TUI when
8374 curses is available.
8375 * configure: Re-generate.
8376
b66ba949
CV
83772004-02-16 Corinna Vinschen <vinschen@redhat.com>
8378
8379 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
8380 sh_sh4_register_convert_to_virtual.
8381 (sh_register_convert_to_raw): Rename from
8382 sh_sh4_register_convert_to_raw.
8383 (sh_pseudo_register_read): Accomodate above name change.
8384 (sh_pseudo_register_write): Ditto.
8385
b58cbbf2
CV
83862004-02-16 Corinna Vinschen <vinschen@redhat.com>
8387
8388 * sh-tdep.c (sh_generic_register_name): Remove.
8389 (sh_gdbarch_init): Use sh_sh_register_name in default case.
8390
5929a910
AC
83912004-02-15 Andrew Cagney <cagney@redhat.com>
8392
4566dfcf
AC
8393 * configure.in (build_warnings): Add -Wunused-function.
8394 * configure: Re-generate.
8395
db11ed55
AC
8396 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
8397 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
8398
46ac7a5d
AC
8399 * procfs.c (procfs_init_inferior): Assume that
8400 START_INFERIOR_TRAPS_EXPECTED is defined.
8401 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
8402 * config/ns32k/tm-nbsd.h: Delete file,
8403 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
8404
ba801595
AC
8405 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
8406 * config/vax/tm-vax.h: Delete file.
8407
5929a910
AC
8408 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8409 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8410 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8411 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8412 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
8413 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8414 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
8415
8f22cb90
MK
84162004-02-15 Mark Kettenis <kettenis@gnu.org>
8417
8418 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
8419 * dwarf2-frame.c (dwarf2_frame_data): New variable.
8420 (struct dwarf2_frame_ops): New.
8421 (dwarf2_frame_default_init_reg): New function, based on
8422 dwarf2_frame_init_reg.
8423 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
8424 (dwarf2_frame_init_reg): Call architecture-specific function.
8425 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
8426 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
8427 instead of dwarf2_frame_data.
8428 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
8429 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
8430
8132723e
AC
84312004-02-15 Andrew Cagney <cagney@redhat.com>
8432
046a4708
AC
8433 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
8434 register_gdbarch_swap.
8435 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
8436 * f-lang.c (_initialize_f_language): Update, use
8437 DEPRECATED_REGISTER_GDBARCH_SWAP.
8438 * remote.c (_initialize_remote): Ditto.
8439 * regcache.c (_initialize_regcache): Ditto.
8440 * parse.c (_initialize_parse): Ditto.
8441 * infrun.c (_initialize_infrun): Ditto.
8442 * mi/mi-main.c (_initialize_mi_main): Ditto.
8443 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 8444
549c1eea
AC
8445 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
8446 poking .cacheable directly.
8447 * symfile.c (symfile_bfd_open): Ditto.
8448
0c0b39de
AC
8449 * Makefile.in: Update all dependencies.
8450
8132723e
AC
8451 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
8452 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
8453 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
8454 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
8455 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 8456
b9d26eb9
AC
84572004-02-14 Andrew Cagney <cagney@redhat.com>
8458
8e1f669a
AC
8459 * arch-utils.c (legacy_convert_register_p): Check
8460 DEPRECATED_REGISTER_CONVERTIBLE_P.
8461 * findvar.c (value_of_register): Ditto.
8462
cd0bfa36
AC
8463 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
8464 * gdbarch.h, gdbarch.c: Re-generate.
8465 * arch-utils.c (deprecated_register_convertible_not): Delete.
8466 * arch-utils.h (deprecated_register_convertible_not): Delete.
8467 * mi/mi-main.c (get_register): Update. Update copyright.
8468 * infcmd.c (default_print_registers_info): Update.
8469
b9d26eb9
AC
8470 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
8471 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
8472 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 8473 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
8474 * frame.c (deprecated_get_next_frame_hack): Delete function.
8475 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
8476 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8477 Update.
8478 * infcall.c (call_function_by_hand): Update.
8479
9ab9195f
EZ
84802004-02-14 Elena Zannoni <ezannoni@redhat.com>
8481
8482 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 8483 from here...
9ab9195f
EZ
8484 * objfiles.c (init_entry_point_info, entry_point_address):..to
8485 here.
8486 * symfile.h (init_entry_point_info, entry_point_address): Remove
8487 prototypes.
8488 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 8489 prototypes.
9ab9195f
EZ
8490 * cris-tdep.c: Remove include of symfile.h. Add include of
8491 objfiles.h.
8492 * infcall.c: Ditto.
8493 * mcore-tdep.c: Ditto.
8494 * mn10300-tdep.c: Ditto.
8495 * sh64-tdep.c: Ditto.
8496 * v850-tdep.c: Ditto.
8497 * arm-tdep.c: Remove include of symfile.h.
8498 * blockframe.c: Ditto.
8499 * coffread.c: Ditto.
8500 * dbxread.c: Ditto.
8501 * dwarf2read.c: Ditto.
8502 * dwarfread.c: Ditto.
8a1dac83 8503 * frv-tdep.c: Ditto.
9ab9195f
EZ
8504 * ia64-tdep.c: Ditto.
8505 * mdebugread.c: Ditto.
8506 * mipsread.c: Ditto.
8a1dac83 8507 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
8508 * s390-tdep.c: Ditto.
8509 * sh-tdep.c: Ditto.
8a1dac83 8510 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
8511 * gdbarch.sh: Remove include of symfile.h.
8512 * gdbarch.c: Regenerate.
8513 * solib-irix.c (enable_break): Use entry_point_address().
8514 Add comment about include file.
8515 * xcoffread.c: Add comment about include file.
8a1dac83
RM
8516 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
8517 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
8518 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
8519 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
8520 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
8521
c4c5b7ba
AC
85222004-02-13 Andrew Cagney <cagney@redhat.com>
8523
8524 * corelow.c (core_xfer_partial): Use "struct bfd_section".
8525 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
8526 copyright.
8527 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
8528
3e7879de
FF
85292004-02-12 Fred Fish <fnf@redhat.com>
8530
8531 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
8532 set_gdbarch_store_return_value.
8533
6a7760b6
AC
85342004-02-12 Andrew Cagney <cagney@redhat.com>
8535
8536 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
8537 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
8538 (interrupt_query): Ditto.
8539 (ofunc): Delete unused variable.
8540 * cris-tdep.c (cris_abi): Delete unused function.
8541 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
8542 (cris_get_wide_opcode, cris_get_short_size): Ditto.
8543 (cris_get_asr_quick_shift_steps): Ditto.
8544 (cris_skip_prologue_frameless_p): Ditto.
8545 * arm-tdep.c (arm_push_return_address): Delete unused function.
8546 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
8547 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
8548 * s390-tdep.c (s390_function_start): Delete unused function.
8549
31687c3c
AC
85502004-02-12 Andrew Cagney <cagney@redhat.com>
8551
8552 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
8553 gdbarch.h, gdbarch.c: Re-generate.
8554 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
8555 to generic_prologue_frameless_p.
8556 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
8557 * arch-utils.c (generic_prologue_frameless_p): Delete function.
8558
6de918a6
DJ
85592004-02-11 Daniel Jacobowitz <drow@mvista.com>
8560
8561 * mips-linux-tdep.c: Include "frame.h".
8562 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
8563 (mips_linux_skip_resolver): New functions.
8564 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
8565 and set_gdbarch_in_solib_call_trampoline.
8566 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
8567 to after set_gdbarch_in_solib_return_trampoline. Only set the
8568 solib hooks to mips16 functions if the OS ABI is unknown.
8569 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
8570 including "config/tm-linux.h".
8571 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
8572 * Makefile.in (mips-linux-tdep.o): Update.
8573
87b3ede8
DC
85742004-02-11 David Carlton <carlton@kealia.com>
8575
8576 * linespec.c (decode_compound): Only look for a class symbol when
8577 considering all but the rightmost component.
8578
5979bc46
AC
85792004-02-11 Andrew Cagney <cagney@redhat.com>
8580
8581 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
8582 abi code are are separatly grouped.
8583
5867a2fb
AC
85842004-02-11 Andrew Cagney <cagney@redhat.com>
8585
8586 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
8587 * gdbarch.h, gdbarch.c: Re-generate.
8588 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8589 * v850-tdep.c (v850_gdbarch_init): Update.
8590 * sh64-tdep.c (sh64_gdbarch_init): Update.
8591 * sh-tdep.c (sh_gdbarch_init): Update.
8592 * s390-tdep.c (s390_gdbarch_init): Update.
8593 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8594 * mips-tdep.c (mips_gdbarch_init): Update.
8595 * mcore-tdep.c (mcore_gdbarch_init): Update.
8596 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8597 * m32r-tdep.c (m32r_gdbarch_init): Update.
8598 * ia64-tdep.c (ia64_gdbarch_init): Update.
8599 * hppa-tdep.c (hppa_gdbarch_init): Update.
8600 * h8300-tdep.c (h8300_gdbarch_init): Update.
8601 * frv-tdep.c (frv_gdbarch_init): Update.
8602 * d10v-tdep.c (d10v_gdbarch_init): Update.
8603 * cris-tdep.c (cris_gdbarch_init): Update.
8604 * avr-tdep.c (avr_gdbarch_init): Update.
8605 * arm-tdep.c (arm_gdbarch_init): Update.
8606 * alpha-tdep.c (alpha_gdbarch_init): Update.
8607
026a72f8
CV
86082004-02-11 Corinna Vinschen <vinschen@redhat.com>
8609
8610 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
8611 comma.
8612 (sh_sh4al_dsp_register_name): Ditto.
8613
3903d437
AC
86142004-02-10 Andrew Cagney <cagney@redhat.com>
8615
8616 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
8617 (mips_init_frame_pc_first): Delete function.
8618 (mips_frame_saved_pc): Delete function.
8619 (mips_frame_chain): Delete function.
8620 (mips_init_extra_frame_info): Delete function.
8621 (mips_xfer_register): Delete unused variable "reg".
8622 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
8623 (mips_n32n64_return_value): Delete unused variable "reg".
8624 (mips_n32n64_return_value): Delete unused variable "pos".
8625 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
8626 (mips_o32_return_value): Delete unused variable "pos".
8627 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
8628 (mips_print_fp_register): Delete unused variable "namelen"
8629 (mips_print_fp_register): Delete unused variable "flt2"
8630 (get_frame_pointer): Delete function.
8631 (cached_proc_desc): Delete static variable.
8632 (mips_pop_frame): Delete function.
8633 (mips_find_saved_regs): Delete function.
8634 (mips_get_saved_register): Delete function.
8635 (mips_saved_pc_after_call): Delete function.
8636 (SIGFRAME_BASE): Delete macro.
8637 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
8638 (SIGFRAME_PC_OFF): Delete macro.
8639 (SIGFRAME_REGSAVE_OFF): Delete macro.
8640 (mips_dump_tdep): Do not print deleted macro definitions.
8641
b9fb98bd
AC
86422004-02-10 Andrew Cagney <cagney@redhat.com>
8643
8644 * Makefile.in (SFILES): Remove explictly listed tui files.
8645 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
8646
78ced177 86472004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 8648
78ced177
JJ
8649 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
8650 to use paddr functions to format ia64 addresses and long values.
8651 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
8652 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
8653 (get_kernel_table, ia64_find_proc_info_x): Ditto.
8654 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
8655 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
8656
6a83354a
AC
86572004-02-10 Andrew Cagney <cagney@redhat.com>
8658
8659 * defs.h: Do not include "tui.h".
8660 * gdb_curses.h: New file.
8661 * tui/tui-hooks.h: New file.
8662 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
8663 (tui_install_hooks, tui_remove_hooks): Delete declarations.
8664 (tui_initialize_io): Delete declaration.
8665 (tui_initialize_readline: Delete redundant declaration.
8666 (struct tui_point): Delete definition.
8667 * tui/tui-data.h (struct tui_point): Define.
8668 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
8669 * utils.c: Include "tui/tui.h".
8670 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
8671 * printcmd.c [TUI]: Include "tui/tui.h".
8672 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
8673 * tui/tui-command.c: Include "gdb_curses.h".
8674 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
8675 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
8676 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
8677 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
8678 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
8679 * Makefile.in: Update all dependencies.
8680 (tui_hooks_h, gdb_curses_h): Define.
8681 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
8682
997470ef
EZ
86832004-02-10 Elena Zannoni <ezannoni@redhat.com>
8684
8685 * objfiles.h (struct objfile): Remove unused fields auxf1 and
8686 auxf2. Add comments about some other rarely used fields.
8687
4ff2cc4d
AC
86882004-02-10 Andrew Cagney <cagney@redhat.com>
8689
8690 * Makefile.in (init.c): Fix script removing duplicates. Problem
8691 reported by Peter Schauer.
8692
1ab21617
EZ
86932004-02-09 Elena Zannoni <ezannoni@redhat.com>
8694
8695 * bcache.c (bcache_xmalloc): Use obstack_init instead of
8696 obstack_specify_allocation.
8697 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 8698 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
8699 (allocate_rt_common_objfile): Ditto.
8700 * symfile.c (reread_symbols): Ditto.
8701 * gdb_obstack.h: Add comment.
8702
17763fd9
EZ
87032004-02-09 Elena Zannoni <ezannoni@redhat.com>
8704
8705 * linespec.c (decode_line_1, locate_first_half)
8706 (decode_compound, lookup_prefix_sym): Update comments. Delete old
8707 commented out code.
8708
ec5cdd75
DJ
87092004-02-09 Daniel Jacobowitz <drow@mvista.com>
8710
8711 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
8712 obstack_free.
8713
43b54b88
AC
87142004-02-09 Andrew Cagney <cagney@redhat.com>
8715
8716 * blockframe.c (find_pc_partial_function): If find_pc_overlay
8717 fails, try find_pc_section. Fix PR c++/1267.
8718 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
8719 instead of find_pc_mapped_section.
8720 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
8721 not default to the section containing PC. Fix PR symtab/1519.
8722
edfae063
AC
87232004-02-09 Andrew Cagney <cagney@redhat.com>
8724
8725 * Makefile.in (mips-tdep.o): Update dependencies.
8726 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
8727 "trad-frame.h".
8728 (mips_unwind_pc): Return the pseudo PC register.
8729 (mips_unwind_dummy_id): New function.
8730 (mips16_fetch_instruction): New function.
8731 (mips32_fetch_instruction): New function.
8732 (struct mips_frame_cache): Define.
8733 (mips_mdebug_frame_cache): New function.
8734 (mips_mdebug_frame_this_id): New function.
8735 (mips_mdebug_frame_prev_register): New function.
8736 (mips_mdebug_frame_unwind): Define.
8737 (mips_mdebug_frame_sniffer): New function.
8738 (mips_mdebug_frame_base_address): New function.
8739 (mips_mdebug_frame_base): Define.
8740 (mips_mdebug_frame_base_sniffer): New function.
8741 (mips_gdbarch_init): Append unwind and base sniffers. Set
8742 unwind_dummy_id.
8743
defc864c
AC
87442004-02-08 Andrew Cagney <cagney@redhat.com>
8745
6764ddad
AC
8746 * frame.c: Print both the register number and name.
8747
defc864c
AC
8748 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
8749 and a sed into a single sed. Make .c and .o patterns more robust.
8750 (OBS): Delete.
8751 (INIT_FILES): Replace OBS with COMMON_OBS.
8752 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
8753
645d6d10
MK
87542004-02-08 Mark Kettenis <kettenis@gnu.org>
8755
8756 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
8757 the PT_WCOOKIE request.
8758
23e3c3fc
AC
87592004-02-08 Andrew Cagney <cagney@redhat.com>
8760
58dfe9ff
AC
8761 * mips-tdep.c (mips_unwind_pc): New function.
8762 (mips_gdbarch_init): Set mips_unwind_pc.
8763
1152e35e
AC
8764 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
8765 (get_frame_id): Allow the UNKNOWN_FRAME.
8766 (frame_register_unwind, get_frame_type): Ditto.
8767
31b75dbf
AC
8768 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
8769 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
8770 unwind_dummy_id indicates a legacy frame.
8771
3483b318
AC
8772 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
8773 * configure: Re-generate.
8774
23e3c3fc
AC
8775 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
8776 methods.
8777
33f8ca73
AC
87782004-02-08 Andrew Cagney <cagney@redhat.com>
8779
8780 * configure.in (CONFIG_ALL): Set to Makefile target, and not
8781 makefile macro.
8782 * configure: Re-generate.
8783 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
8784 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
8785 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
8786 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
8787 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
8788 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
8789 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
8790 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
8791 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
8792 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
8793
6ba8e26f 87942004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 8795
20d286a5
AC
8796 * Makefile.in: Update all dependencies.
8797
d836ee13
AC
8798 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
8799 * configure: Re-generate.
8800 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
8801 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
8802 (COMMON_OBS): Add "main.o" and "annotate.o".
8803 (ANNOTATE_OBS): Delete.
8804 (OBS): Remove ANNOTATE_OBS.
8805 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
8806 CONFIG_INITS.
8807 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
8808 against CONFIG_OBS and "main.o".
8809 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
8810 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
8811
d02c80cd
AC
8812 * tui/tui-command.c: Include "gdb_string.h", delete register
8813 attribute, use ISO-C function signatures.
8814 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
8815 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
8816 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
8817 * tui/tui.c: Ditto.
6ba8e26f
AC
8818
8819 * tui/tui-command.c: Change variable and function names to lower
8820 case.
8821 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
8822 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
8823 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
8824 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8825 * tui/tui-winsource.c, tui/tui.c: Ditto.
8826
4a146b47
EZ
88272004-02-07 Elena Zannoni <ezannoni@redhat.com>
8828
8829 * buildsym.c (free_pending_blocks, finish_block)
8830 (record_pending_block, make_blockvector, end_symtab): Replace
8831 symbol_obstack with objfile_obstack.
8a1dac83 8832 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 8833 (coff_read_enum_type): Ditto.
8a1dac83 8834 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 8835 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 8836 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
8837 (dwarf2_symbol_mark_computed): Ditto.
8838 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
8839 * elfread.c (elf_symtab_read): Ditto.
8840 * hpread.c (hpread_symfile_init, hpread_symfile_init)
8841 (hpread_read_enum_type, hpread_read_function_type)
8842 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
8843 Ditto.
8a1dac83 8844 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 8845 (java_link_class_type): Ditto.
8a1dac83 8846 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
8847 (new_symbol): Ditto.
8848 * minsyms.c (install_minimal_symbols): Ditto.
8849 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
8850 (terminate_minimal_symbol_table): Replace symbol_obstack with
8851 objfile_obstack.
8852 (free_objfile): Remove freeing of symbol_obstack.
8853 * objfiles.h: Remove symbol_obstack field.
8854 * pa64solib.c (add_to_solist): Replace symbol_obstack with
8855 objfile_obstack.
8856 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
8857 symbol_obstack.
8858 (solib_add_common_symbols): Replace symbol_obstack with
8859 objfile_obstack.
8860 * somsolib.c (som_solib_add): Ditto.
8861 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8862 (common_block_start, common_block_end): Ditto.
8863 * symfile.c (reread_symbols): Remove freeing and init of
8864 symbol_obstack.
8865 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
8866 * symfile.h: Update comment.
8867 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
8868 stats printing.
8869 * symtab.c (symbol_set_names): Replace symbol_obstack with
8870 objfile_obstack.
8871 * symtab.h (struct general_symbol_info, struct minimal_symbol):
8872 Update comments.
8873 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
8874 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
8875 objfile_obstack.
8876
6d012f14
AC
88772004-02-07 Andrew Cagney <cagney@redhat.com>
8878
8879 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
8880 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
8881 fields and variables.
8882 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
8883 (m_beInvisible): Delete macro.
8884 * tui/tui-data.h: Fix case case fields and variables.
8885 (m_genWinPtrIsNull): Delete macro.
8886 (tui_win_list): Rename winList.
8887 (TUI_SRC_WIN): Rename srcWin.
8888 (TUI_DISASM_WIN): Rename disassemWin.
8889 (TUI_DATA_WIN): Rename dataWin.
8890 (TUI_CMD_WIN): Rename cmdWin.
8891 (m_genWinPtrNotNull): Delete macro.
8892 (m_winPtrIsNull): Delete macro.
8893 (m_winPtrNotNull): Delete macro.
8894 (tui_win_is_source_type): Replace m_winIsSourceType
8895 (tui_win_is_auxillary): Replace m_winIsAuzillary.
8896 (tui_win_has_locator): Replace m_hasLocator.
8897 (tui_set_win_highlight): Replace m_setWinHighlightOn and
8898 m_setWinHighlightOff.
8899 * tui/tui-data.c: Update references.
8900 (tui_win_is_source_type, tui_set_win_highlight): New functions.
8901 (tui_win_has_locator, tui_win_is_auxillary): New functions.
8902 * tui/tui-command.c, tui/tui-disasm.c: Update references.
8903 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
8904 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
8905 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8906 * tui/tui-winsource.c, tui/tui.c: Ditto.
8907
7d34766b
MK
89082004-02-07 Mark Kettenis <kettenis@gnu.org>
8909
1c800673
MK
8910 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
8911 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
8912 StackGhost.
8913
7d34766b
MK
8914 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
8915 variable `i6' to `i7'.
8916 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
8917
22940a24
AC
89182004-02-07 Andrew Cagney <cagney@redhat.com>
8919
8920 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
8921 (TuiPoint, TuiPointPtr): Ditto.
8922 (TuiStatus, TuiStatusPtr): Ditto.
8923 (TuiWinType, TuiWinTypePtr): Ditto.
8924 (struct tui_point): Rename _TuiPoint.
8925 (tui_get_low_disassembly_address): Rename
8926 tuiGetLowDisassemblyAddress.
8927 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
8928 (tuiFree): Delete declaration.
8929 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
8930 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
8931 * tui/tui.c (tuiFree): Delete function.
8932 * cli/cli-cmds.c (disassemble_command): Update references.
8933 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
8934 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
8935 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
8936 * tui/tui-winsource.c: Ditto.
8937
8b92e4d5
EZ
89382004-02-07 Elena Zannoni <ezannoni@redhat.com>
8939
8940 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
8941 coffstab_build_psymtabs, elfstab_build_psymtabs)
8942 (stabsect_build_psymtabs): Replace psymbol_obstack with
8943 objfile_obstack.
8944 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
8945 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
8946 Ditto.
8947 * dwarfread.c (scan_compilation_units): Ditto.
8948 * elfread.c (elfstab_offset_sections): Ditto.
8949 * hppa-tdep.c (read_unwind_info): Ditto.
8950 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
8951 (hpread_end_psymtab): Ditto.
8952 * mdebugread.c (mdebug_build_psymtabs, add_pending)
8953 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
8954 Ditto.
8955 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 8956 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
8957 (build_objfile_section_table): Ditto.
8958 (allocate_objfile): Remove init of psymbol_obstack.
8959 (free_objfile): Remove freeing of psymbol_obstack.
8960 * objfiles.h (struct objfile): Remove field
8961 psymbol_obstack. Update comments.
8962 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
8963 psymbol_obstack with objfile_obstack.
8964 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
8965 psymbol_obstack.
8966 * somread.c (som_symfile_offsets, init_import_symbols)
8967 (init_export_symbols): Replace psymbol_obstack with
8968 objfile_obstack.
8969 * somsolib.c (som_solib_add_solib_objfile): Ditto.
8970 * symfile.c (default_symfile_offsets, syms_from_objfile)
8971 (reread_symbols): Remove freeing and init of psymbol_obstack.
8972 (cashier_psymtab): Update comment.
8973 * symmisc.c (print_objfile_statistics): Don't report stats for
8974 psymbol obstack.
8975 * symtab.h (struct general_symbol_info, struct partial_symtab):
8976 Update comments.
8977 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
8978 (xcoff_symfile_offsets): Replace psymbol_obstack with
8979 objfile_obstack.
8980
b99607ea
EZ
89812004-02-07 Elena Zannoni <ezannoni@redhat.com>
8982
8983 * objfiles.h (struct objfile): Add objfile_obstack field.
8984 Remove type_obstack field.
8985
8986 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
8987 read_structure_scope read_enumeration, new_symbol): Replace
8988 type_obstack with objfile_obstack.
8989 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 8990 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
8991 (lookup_fundamental_type): Ditto.
8992 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
8993 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
8994 (hpread_read_doc_function_type, hpread_read_struct_type)
8995 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 8996 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 8997 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
8998 (java_link_class_type): Ditto.
8999 * mdebugread.c (parse_type): Ditto.
9000 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9001 * solib-sunos.c (solib_add_common_symbols): Ditto.
9002 * stabsread.c (define_symbol, read_type, read_member_functions,
9003 read_cpp_abbrev, read_one_struct_field): Ditto.
9004 * symfile.c (reread_symbols): Ditto.
9005 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 9006
2a8854a7
AC
90072004-02-07 Andrew Cagney <cagney@redhat.com>
9008
9009 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9010 (tui_exec_info_content): Rename TuiExecInfoContent.
9011 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9012 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9013 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9014 (TuiList, TuiListPtr): Ditto.
9015 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9016 (TuiDataType, TuiDataTypePtr): Ditto.
9017 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9018 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9019 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9020 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9021 (TuiDataElement, TuiDataElementPtr): Ditto.
9022 (TuiWinElement, TuiWinElementPtr): Ditto.
9023 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9024 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9025 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9026 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9027 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9028 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9029 * tui/tui-command.c, tui/tui-data.c: Update references.
9030 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9031 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9032 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9033 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 9034
05cbe71a
MK
90352004-02-07 Mark Kettenis <kettenis@gnu.org>
9036
9037 * dwarf2-frame.h: Update copyright.
9038 (enum dwarf2_frame_reg_rule): New.
9039 (struct dwarf2_frame_state_reg): New.
9040 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9041 * dwarf2-frame.c: Update copyright.
9042 (enum dwarf2_reg_rule): Remove.
9043 (struct dwarf2_frame_state): Remove defenition of `struct
9044 dwarf2_frame_state_reg'.
9045 (read_reg): Call get_frame_arch to get the architecture instead of
9046 using CURRENT_GDBARCH.
9047 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9048 DWARF2_FRAME_.
9049 (dwarf2_frame_init_reg): New function.
9050 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9051 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9052 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9053 tags with DWARF2_FRAME_.
9054 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9055 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9056 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9057
ec7d9e56
AC
90582004-02-06 Andrew Cagney <cagney@redhat.com>
9059
dd1abb8c
AC
9060 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9061 (enum tui_data_type): Rename _TuiDataType.
9062 (struct tui_layout_def): Rename _TuiLayoutDef.
9063 (struct tui_source_element): Rename _TuiSourceElement.
9064 (struct tui_data_element): Rename _TuiDataElement.
9065 (struct tui_command_element): Rename _TuiCommandElement.
9066 (struct tui_locator_element): Rename _TuiLocatorElement.
9067 (union tui_which_element): Define.
9068 (struct tui_win_element): Rename _TuiWinElement.
9069 (struct tui_data_info): Rename _TuiDataInfo.
9070 (struct tui_source_info): Rename _TuiSourceInfo.
9071 (struct tui_command_info): Rename _TuiCommandInfo.
9072 (tui_initialize_static_data): Rename initializeStaticData.
9073 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9074 (tui_alloc_win_info): Rename allocWinInfo.
9075 (tui_init_generic_part): Rename initGenericPart.
9076 (tui_init_win_info): Rename initWinInfo.
9077 (tui_alloc_content): Rename allocContent.
9078 (tui_add_content_elements): Rename addContentElements.
9079 (tui_init_content_element): Rename initContentElement.
9080 (tui_free_window): Rename freeWindow.
9081 (tui_free_win_content): Rename freeWinContent.
9082 (tui_free_data_content): Rename freeDataContent.
9083 (tui_free_all_source_wins_content): Rename
9084 freeAllSourceWinsContent.
9085 (tui_del_window): Rename tuiDelWindow.
9086 (tui_del_data_windows): Rename tuiDelDataWindows.
9087 (tui_partial_win_by_name): Rename partialWinByName.
9088 (tui_win_name): Rename winName.
9089 (tui_current_layout): Rename currentLayout.
9090 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9091 (tui_term_height): Rename termHeight.
9092 (tui_set_term_height_to): Rename setTermHeightTo.
9093 (tui_term_width): Rename termWidth.
9094 (tui_set_term_width_to): Rename setTermWidthTo.
9095 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9096 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9097 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9098 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9099 (tui_source_windows): Rename sourceWindows.
9100 (tui_clear_source_windows): Rename clearSourceWindows.
9101 (tui_clear_source_windows_detail): Rename
9102 clearSourceWindowsDetail.
9103 (tui_clear_win_detail): Rename clearWinDetail.
9104 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9105 (tui_default_tab_len): Rename tuiDefaultTabLen.
9106 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9107 (tui_win_with_focus): Rename tuiWinWithFocus.
9108 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9109 (tui_layout_def): Rename tuiLayoutDef.
9110 (tui_win_resized): Rename tuiWinResized.
9111 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9112 (tui_next_win): Rename tuiNextWin.
9113 (tui_prev_win): Rename tuiPrevWin.
9114 (tui_add_to_source_windows): Rename addToSourceWindows.
9115 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9116 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9117 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9118 * tui/tui.c, tui/tui-data.c: Ditto.
9119 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9120 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9121
a358af15
AC
9122 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9123 (struct symtab): Declare.
9124 (tui_set_source_content): Rename tuiSetSourceContent.
9125 (tui_show_symtab_source): Rename tuiShowSource.
9126 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9127 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9128 * tui/tui-source.c: Update copyright. Update references.
9129 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9130 * tui/tui-stack.c: Update references.
9131
a21fcd8f
AC
9132 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9133 (struct tui_win_info): Declare.
9134 (tui_scroll_forward): Rename tuiScrollForward.
9135 (tui_scroll_backward): Rename tuiScrollBackward.
9136 (tui_scroll_left): Rename tuiScrollLeft.
9137 (tui_scroll_right): Rename tuiScrollRight.
9138 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9139 (tui_resize_all): Rename tuiResizeAll.
9140 (tui_refresh_all_win): Rename tuiRefreshAll.
9141 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9142 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9143 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9144 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9145
edae1ccf
AC
9146 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9147 (tui_erase_data_content): Rename tuiEraseDataContent.
9148 (tui_display_all_data): Rename tuiDisplayAllData.
9149 (tui_check_data_values): Rename tuiCheckDataValues.
9150 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9151 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9152 (tui_first_data_element_no_in_line): Rename
9153 tuiFirstDataElementNoInLine.
9154 (tui_delete_data_content_windows): Rename
9155 tuiDeleteDataContentWindows.
9156 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9157 (tui_display_data_from): Rename tuiDisplayDataFrom.
9158 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9159 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9160 * tui/tui-win.c, tui/tui-regs.c: Update references.
9161 * tui/tui-layout.c, tui/tui.c: Update references.
9162
ec7d9e56
AC
9163 * tui/tui-wingeneral.h: Update copyright.
9164 (m_allBeVisible): Delete macro.
8a1dac83 9165 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
9166 (struct tui_gen_win_info): Declare.
9167 (struct tui_win_info): Declare.
9168 (tui_unhighlight_win): Rename unhighlightWin.
9169 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9170 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9171 (tui_make_window): Rename makeWindow.
9172 (tui_copy_win): Rename copyWin.
9173 (tui_box_win): Rename boxWin.
9174 (tui_highlight_win): Rename highlightWin.
9175 (tui_check_and_display_highlight_if_needed): Rename
9176 checkAndDisplayHighlightIfNeeded.
9177 (tui_refresh_all): Rename refreshAll.
9178 (tui_delete_win): Rename tuiDelwin.
9179 (tui_refresh_win): Rename tuiRefreshWin.
9180 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9181 (tui_make_visible, tui_make_invisible): New functions.
9182 (tui_make_all_visible, tui_make_all_invisible): New functions.
9183 (make_all_visible): Rename makeAllVisible.
9184 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9185 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9186 * tui/tui-windata.c, tui/tui-win.c: Update references.
9187 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9188 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9189
1e52e2eb
MK
91902004-02-06 Mark Kettenis <kettenis@gnu.org>
9191
9192 * proc-api.c (write_with_trace): Initialize local variable to
9193 silence compiler warning.
9194
f80bda8e
AC
91952004-02-06 Andrew Cagney <cagney@redhat.com>
9196
9197 * tui/tui-source.h: Do not include "defs.h".
9198 (struct tui_win_info): Declare.
9199 (tui_set_source_content_nil): Declare.
9200 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9201 (union tui_line_or_address): Rename _TuiLineOrAddress.
9202 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9203 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9204 (tui_update_source_window_as_is): Rename
9205 tuiUpdateSourceWindowAsIs.
9206 (tui_update_source_windows_with_addr): Rename
9207 tuiUpdateSourceWindowsWithAddr.
9208 (tui_update_source_windows_with_line): Rename
9209 tuiUpdateSourceWindowsWithLine.
9210 (tui_clear_source_content): Rename tuiClearSourceContent.
9211 (tui_erase_source_content): Rename tuiEraseSourceContent.
9212 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9213 (tui_show_source_content): Rename tuiShowSourceContent.
9214 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9215 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
9216 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
9217 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
9218 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
9219 (tui_update_exec_info): Rename tuiUpdateExecInfo.
9220 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
9221 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
9222 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
9223 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
9224 (struct tui_win_info): Declare.
9225 * tui/tui-stack.c: Update references.
9226 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
9227 * tui/tui-win.c, tui/tui-source.c: Ditto.
9228 * tui/tui.c, tui/tui-disasm.c: Ditto.
9229
9fbfb822
MK
92302004-02-06 Mark Kettenis <kettenis@gnu.org>
9231
9232 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
9233 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
9234
03cebad2
MK
92352004-02-05 Mark Kettenis <kettenis@gnu.org>
9236
9237 * infrun.c (handle_inferior_event): Allow for breakpoint
9238 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
9239 and SIGEMT. Update comments.
9240 * NEWS (Revised SPARC target): Mention support for non-executable
9241 stack.
9242
290281b1
MK
92432004-02-04 Mark Kettenis <kettenis@gnu.org>
9244
9245 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
9246 * inftarg.c: Update copyright year.
9247 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
9248 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
9249 (sparc_xfer_wcookie): New function.
9250 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9251 * Makefile.in (sparc-nat.o): Update dependencies.
9252 * config/sparc/nm-nbsd.h: Include "target.h".
9253 (NATIVE_XFER_WCOOKIE): New define.
9254 (sparc_xfer_wcookie): New prototype.
9255
212161df
AC
92562004-02-04 Andrew Cagney <cagney@redhat.com>
9257
9258 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
9259 SYSCALL_TRAP function.
9260 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
9261
6e4c6c91
DJ
92622004-02-04 Andrew Cagney <cagney@redhat.com>
9263 Daniel Jacobowitz <drow@mvista.com>
9264
9265 * objfiles.h: Delete comments refering to inside_entry_func and
9266 DEPRECATED_FRAME_CHAIN_VALID.
9267 * defs.h (inside_entry_func): Update prototype..
9268 * blockframe.c (inside_entry_func): Rename to
9269 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
9270 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
9271
cae688ec
JJ
92722004-02-03 Jeff Johnston <jjohnstn@redhat.com>
9273
9274 * breakpoint.c (struct captured_parse_breakpoint_args): Move
9275 outside of #ifdef SOLIB_ADD region.
9276 (do_restore_lang_radix_cleanup): Ditto.
9277 (resolve_pending_breakpoint): Ditto.
9278
19217676
AC
92792004-02-03 Andrew Cagney <cagney@redhat.com>
9280
9281 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
9282 (process_note_abi_tag_sections): Delete unused function.
9283 (ia64_read_fp): Delete unused function.
9284 (gdbarch_extract_struct_value_address): Delete declaration.
9285
876753be
AC
92862004-02-02 Andrew Cagney <cagney@redhat.com>
9287
9288 * vax-tdep.c (vax_frame_chain): Delete call to
9289 deprecated_inside_entry_file.
9290 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
9291
d4f10bf2
MK
92922004-02-02 Mark Kettenis <kettenis@gnu.org>
9293
9294 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
9295 column that's "empty" or "same value" when eliminating REG_RA
9296 rules.
9297
cae688ec
JJ
92982004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9299
9300 * NEWS: Add information about new pending breakpoint support.
9301
0101ce28
JJ
93022004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9303
9304 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
9305 and pending fields for pending breakpoint support.
9306 * breakpoint.c (breakpoint_enabled): Add check for not pending.
9307 (condition_command): Only parse condition if not a pending
9308 breakpoint.
9309 (print_one_breakpoint): Add support for pending breakpoints.
9310 (describe_other_breakpoints): Add checks to verify we are not
9311 dealing with pending breakpoints.
9312 (check_duplicates): Don't check pending breakpoints.
9313 (set_raw_breakpoint): Initialize pending flag.
9314 (do_restore_lang_radix_cleanup): New cleanup routine.
9315 (resolve_pending_breakpoint): New function.
9316 (re_enable_breakpoints_in_shlibs): Try and resolve any
9317 pending breakpoints via resolve_pending_breakpoint.
9318 (mention): Add pending breakpoint support.
9319 (parse_breakpoint_sals): Add new parameter to pass to
9320 decode_line_1 to indicate silent errors when files or functions
9321 are not found. Change all callers.
9322 (do_captured_parse_breakpoint): New function.
9323 (break_command_1): Change prototype to return an rc value and to
9324 take an optional pending breakpoint pointer. Support creating
9325 a pending breakpoint if a "not found" form of error occurs when
9326 parsing the breakpoint. Also support resolving an existing pending
9327 breakpoint and be silent if the resolution fails.
9328 (create_breakpoints): Change prototype to take pending breakpoint
9329 pointer. When resolving a pending breakpoint, use the new pointer
9330 to provide a conditional or commands added by the end-user.
9331 (delete_breakpoint): Add appropriate check for pending.
9332 (breakpoint_re_set_one): Ditto.
9333 (do_enable_breakpoint): Ditto.
9334
8d577d32
DC
93352004-02-02 David Carlton <carlton@kealia.com>
9336
9337 * valops.c (enum oload_classification): New.
9338 (find_overload_match): Break implementation into separate
9339 functions; delete #if 0'd code; look for symbols within
9340 namespaces.
9341 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
9342 (find_oload_champ,oload_method_static,classify_oload_match): New.
9343 * cp-support.h: Add declaration for cp_func_name; update
9344 declaration for make_symbol_overload_list.
9345 * cp-support.c (cp_func_name): New.
9346 (overload_list_add_symbol): Fix comment, use
9347 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
9348 (make_symbol_overload_list): Take a function name and a namespace
9349 instead of a symbol; change implementation.
9350 (make_symbol_overload_list_using): New.
9351 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
9352
22e8e3c7
FF
93532004-02-02 Fred Fish <fnf@redhat.com>
9354
9355 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 9356 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
9357 * remote-sim.c (gdb_os_write_stderr): Write output to
9358 gdb_stdtargerr stream instead of gdb_stdtarg stream.
9359 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 9360 gdb_stderr stream and update copyright years.
22e8e3c7 9361
6b753f60
DJ
93622004-02-01 Daniel Jacobowitz <drow@mvista.com>
9363
9364 * Makefile.in (mips-linux-nat.o): Update dependencies.
9365 * mips-linux-nat.c: Include mips-tdep.h.
9366
93672004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
9368
9369 * sol-thread.c (sol_thread_xfer_partial): New function.
9370 (init_sol_thread_ops): Use that for to_xfer_partial hook.
9371 (init_sol_core_ops): Likewise.
9372
9373 * procfs.c (procfs_xfer_partial): New function.
9374 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
9375 * Makefile.in (procfs.o): Add $(auxv_h) dep.
9376
9377 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
9378 procfs_xfer_auxv function.
9379
9380 * procfs.c (procfs_make_note_section): If we can read
9381 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
9382 * linux-proc.c (linux_make_note_section): Likewise.
9383
9384 * auxv.h: New file.
9385 * auxv.c: New file.
9386 * Makefile.in (auxv_h): New variable.
9387 (COMMON_OBS): Add auxv.o here.
9388 (auxv.o): New target.
9389
9390 * corelow.c (core_xfer_partial): New function.
9391 (init_core_ops): Use it for core_ops.to_xfer_partial.
9392
9393 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
9394 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
9395 macro if that is defined.
9396
fa5281d0
DJ
93972004-02-01 Daniel Jacobowitz <drow@mvista.com>
9398
9399 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
9400 and check the specified thread for each breakpoint.
9401 * breakpoint.h (bpstat_stop_status): Update prototype.
9402 * infrun.c (handle_inferior_event): Update calls to
9403 bpstat_stop_status.
9404
26ee262d
DJ
94052004-02-01 Daniel Jacobowitz <drow@mvista.com>
9406
9407 * Makefile.in (cli-cmds.o): Add $(readline_h).
9408
d9b52655
DJ
94092004-02-01 Daniel Jacobowitz <drow@mvista.com>
9410
9411 * cli/cli-cmds.c: Include readline.h.
9412 (complete_command): Pass the start of the last word to
9413 complete_line.
9414
9709f61c
DJ
94152004-01-31 Daniel Jacobowitz <drow@mvista.com>
9416
9417 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
9418 argument, and change first argument to a CORE_ADDR.
9419 * breakpoint.h (bpstat_stop_status): Update prototype.
9420 * infrun.c (adjust_pc_after_break): Add a new comment.
9421 (handle_inferior_event): Update calls to bpstat_stop_status.
9422
4f1280bb
DJ
94232004-01-31 Daniel Jacobowitz <drow@mvista.com>
9424
9425 * breakpoint.h: Update copyright years.
9426
4fa8626c
DJ
94272004-01-31 Daniel Jacobowitz <drow@mvista.com>
9428
9429 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
9430 (bpstat_stop_status): Don't decrement PC.
9431 * breakpoint.h (software_breakpoint_inserted_here_p): Add
9432 prototype.
9433 * infrun.c (adjust_pc_after_break): New function.
9434 (handle_inferior_event): Call it, early. Remove later references
9435 to DECR_PC_AFTER_BREAK.
9436 (normal_stop): Add commentary.
9437
fad0733a
DJ
94382004-01-31 Daniel Jacobowitz <drow@mvista.com>
9439
9440 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
9441 2004-01-27 double-free fix.
9442
42cdca6c
MK
94432004-01-31 Mark Kettenis <kettenis@gnu.org>
9444
9445 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9446 (sparc32_frame_prev_register): Handle StackGhost.
9447 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9448
932d5416
RM
94492004-01-29 Roland McGrath <roland@redhat.com>
9450
9451 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
9452 * configure: Regenerated.
9453
9454 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
9455 * Makefile.in (procfs.o): Add dep.
9456
47d3492a
AC
94572004-01-28 Andrew Cagney <cagney@redhat.com>
9458
9459 * tui/tui-stack.h: Update copyright.
9460 (struct frame_info): Add opaque declaration.
9461 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
9462 (tui_show_locator_content): Rename tuiShowLocatorContent.
9463 (tui_show_frame_info): Rename tuiShowFrameInfo.
9464 * tui/tui-stack.c: Update copyright. Update references.
9465 * tui/tui-winsource.c: Update references.
9466 * tui/tui-win.c: Update references.
9467 * tui/tui-layout.c: Update references.
9468 * tui/tui-hooks.c: Update copyright, update references.
9469 * tui/tui.c: Update copyright, update references.
9470 * tui/tui-disasm.c: Update references.
9471
5d51ca54
DC
94722004-01-28 David Carlton <carlton@kealia.com>
9473
9474 * dwarf2read.c (add_partial_structure): Use demangled name if
9475 namespace equals "".
9476
086ed43d
JB
94772004-01-27 Jim Blandy <jimb@redhat.com>
9478
9479 Clean up misapplied patch:
9480 * dwarf2read.c (determine_prefix): Change one of the two forward
9481 declarations for 'determine_prefix_aux' to a declaration for this.
9482 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
9483 argument to 'die_specification'.
9484
2a35147e
JB
9485 * dwarf2read.c (read_func_scope): Re-indent comment.
9486
a355c7de 94872004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 9488
a355c7de
AC
9489 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
9490 b->exp to NULL after freeing so that error during re-parsing or
9491 evaluation of expressions associated with breakpoint don't
9492 eventually lead to re-freeing of storage.
9493 Committed by Andrew Cagney.
9494
63ff5125
AC
94952004-01-27 Andrew Cagney <cagney@redhat.com>
9496
9497 * source.c (ambiguous_line_spec): Delete undefined declaration.
9498 * m32r-rom.c (m32r_set_board_address): Delete unused function.
9499 (m32r_set_server_address, m32r_set_download_path): Ditto.
9500 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
9501
e142c38c
DJ
95022004-01-27 Daniel Jacobowitz <drow@mvista.com>
9503
9504 * dwarf2read.c: Update calls to changed and renamed functions, and
9505 references to moved variables.
9506
9507 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
9508 language, language_defn, list_in_scope, and ftypes members.
9509 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
9510 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
9511 (baseaddr): Remove globals.
9512
9513 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
9514 (set_cu_language, die_is_declaration, die_specification)
9515 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
9516 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
9517 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
9518 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
9519
9520 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
9521 cu.list_in_scope. Don't initialize cu_header_offset.
9522 (add_partial_symbol): Add local baseaddr.
9523 (psymtab_to_symtab_1): Add local baseaddr. Use
9524 objfile->section_offsets for consistency. Don't initialize
9525 cu_header_offset; do initialize cu.header.offset and
9526 cu.list_in_scope.
9527 (read_file_scope, read_func_scope, read_lexical_block_scope)
9528 (dwarf_decode_lines, new_symbol): Add local baseaddr.
9529
c6e06ede
MC
95302004-01-27 Michael Chastain <mec.gnu@mindspring.com>
9531
fb328ecc 9532 * PROBLEMS: Add gdb/1516.
c6e06ede 9533
48184fd4
AC
95342003-12-29 Robert Millan <robertmh@gnu.org>
9535
9536 Patch committed by Andrw Cagney.
9537 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
9538 * configure.tgt: Match knetbsd*-gnu.
9539
c1321b30
AC
95402004-01-26 Andrew Cagney <cagney@redhat.com>
9541
f3699be3
AC
9542 * breakpoint.c (catch_command_1): Delete #ifdef code.
9543 (catch_fork_command_1): Delete #ifdef wrapper.
9544 (catch_exec_command_1): Ditto.
9545 (catch_load_command_1): Ditto.
9546 (catch_unload_command_1): Ditto.
9547
c1321b30
AC
9548 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
9549 (catch_breakpoint): Delete #if0ed function.
9550 (disable_catch_breakpoint): Ditto.
9551 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
9552 (disable_catch, enable_catch, delete_catch): Ditto.
9553
b4501125
AC
95542004-01-26 Andrew Cagney <cagney@redhat.com>
9555
9556 * remote.c (echo_check, quit_flag): Delete variables.
9557 (cisco_kernel_mode): Delete variable.
9558 (minitelnet_return, tty_input, escape_count): Delete variables.
9559 (remote_cisco_mode): Delete variable.
9560 (remote_cisco_open, remote_cisco_close): Delete function.
9561 (remote_cisco_mourn, remote_cisco_wait): Delete function.
9562 (init_remote_cisco_ops): Delete function.
9563 (_initialize_remote): Do not install "remote cisco" code.
9564 (read_frame): Delete cisco specific code.
9565 (remote_info_process): Delete function.
9566 (remote_wait): Delete cisco specific code.
9567 (remote_cisco_section_offsets): Delete function.
9568 (remote_cisco_objfile_relocate): Delete function.
9569 (remote_async_wait): Delete cisco specific code.
9570 (minitelnet, readtty, readsocket): Delete function.
9571
74055713
AC
95722004-01-26 Andrew Cagney <cagney@redhat.com>
9573
9574 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
9575 comments mentioning extract_returned_value_address.
9576 * infcmd.c (print_return_value): Update. Add comments on
9577 extract_returned_value_address.
9578 * stack.c (return_command): Add comments on
9579 extract_returned_value_address.
9580 * values.c: Update comment.
9581 * m32r-tdep.c: Update comment.
9582 * sparc-tdep.c: Update comment.
9583 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
9584 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9585 * sh64-tdep.c (sh64_gdbarch_init): Update.
9586 * sh-tdep.c (sh_gdbarch_init): Update.
9587 * s390-tdep.c (s390_gdbarch_init): Update.
9588 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9589 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9590 * m68k-tdep.c (m68k_gdbarch_init): Update.
9591 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9592 * m32r-tdep.c (m32r_gdbarch_init): Update.
9593 * ia64-tdep.c (ia64_gdbarch_init): Update.
9594 * h8300-tdep.c (h8300_gdbarch_init): Update.
9595 * frv-tdep.c (frv_gdbarch_init): Update.
9596 * arm-tdep.c (arm_gdbarch_init): Update.
9597 * alpha-tdep.c (alpha_gdbarch_init): Update.
9598
a67af2b9
AC
95992004-01-26 Andrew Cagney <cagney@redhat.com>
9600
9601 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
9602 SYMBOL_LOCATION_FUNCS
9603 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
9604 "struct symbol_ops".
9605 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
9606 type to "struct symbol_ops".
9607 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
9608 (struct symbol): Replace ".aux_value.loc.funcs" and
9609 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
9610 (SYMBOL_OBJFILE): Delete macro.
9611 (SYMBOL_LOCATION_FUNCS): Delete macro.
9612 (SYMBOL_LOCATION_BATON): Update.
9613 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
9614 intead of SYMBOL_LOCATION_FUNCS.
9615 * ax-gdb.c (gen_var_ref): Ditto.
9616 * printcmd.c (address_info): Ditto.
9617 * findvar.c (read_var_value): Ditto.
9618 (symbol_read_needs_frame): Ditto.
9619
c034e007
AC
96202004-01-26 Andrew Cagney <cagney@redhat.com>
9621
9622 * dwarf2read.c (read_func_scope): Document frame-base hack.
9623
bb472c1e
MK
96242004-01-25 Mark Kettenis <kettenis@gnu.org>
9625
9626 * infcmd.c (print_return_value): Plug memory leak; delete
9627 ui_stream object. Rename argument `structure_return' to
9628 `struct_return'.
9629
c8e737d5
MK
96302004-01-25 Mark Kettenis <kettenis@gnu.org>
9631
f941662f
MK
9632 * infcmd.c (print_return_value): Wrap long lines.
9633 (finish_command_continuation, finish_command): Remove unused
9634 variable `funcaddr'. Fix some coding-standards problems.
9635
c558d81a 9636 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 9637 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
9638 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
9639 TDEP->fpregset to zero.
9640
bf1e5861 9641 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
9642 floating-point registers for traditional NetBSD core files.
9643 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
9644 TDEP->sizeof_fpregset here.
9645
4c72d57a
MK
96462004-01-25 Mark Kettenis <kettenis@gnu.org>
9647
566626fa
MK
9648 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
9649 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
9650 function with code split out from
9651 sparc32nbsd_sigcontext_frame_cache.
9652 (sparc32nbsd_sigcontext_frame_cache): Use
9653 sparc32nbsd_sigcontext_saved_regs.
9654 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
9655 OpenBSD.
9656 * sparcobsd-tdep.c: New file.
9657 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
9658 (sparcobsd-tdep.o): New dependency.
9659 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
9660 * config/sparc/obsd.mt: New file.
9661
4c72d57a
MK
9662 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
9663 TDEP->fpregset to be initialized to enable core file register
9664 sets.
9665
7e5e9f88
MK
96662004-01-24 Mark Kettenis <kettenis@gnu.org>
9667
f0f207fd 9668 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
9669 Add opaque declarations.
9670 (sparc64nbsd_sigcontext_saved_regs): New prototype.
9671 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
9672 function with code split out from
9673 sparc64nbsd_sigcontext_frame_cache.
9674 (sparc64nbsd_sigcontext_frame_cache): Use
9675 sparc64nbsd_sigcontext_saved_regs.
9676 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
9677 OpenBSD.
9678 * sparc64obsd-tdep.c: New file.
9679 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
9680 (sparc64obsd-tdep.o): New dependency.
9681 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
9682 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
9683 * config/sparc/obsd64.mt: New file.
9684
690668cc
MK
9685 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
9686 read the instruction at PC.
9687
7e5e9f88
MK
9688 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
9689 value of GDB_OSABI_DEFAULT.
9690 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
9691 instead of GDB_OSABI_NETBSD_AOUT.
9692
68b6dce9
NR
96932004-01-24 Nick Roberts <nick@nick.uklinux.net>
9694
9695 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
9696 copyright.
9697
080ce8c0
AC
96982004-01-23 Andrew Cagney <cagney@redhat.com>
9699
9700 * printcmd.c (display_command): Replace tui_set_display call with
9701 tui_set_layout_for_display_command.
9702 * tui/tui.h (enum tui_win_type): Define.
9703 (tui_set_layout): Delete declaration.
9704 (tui_set_layout_for_display_command): Rename set_tui_layout.
9705 * tui/tui-data.h (enum tui_layout_type): Define.
9706 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
9707 "tui.h".
9708 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
9709 (tui_default_win_height): Rename tuiDefaultWinHeight.
9710 (tui_default_win_viewport_height): Rename
9711 tuiDefaultWinViewportHeight.
9712 (tui_set_layout): RenametuiSetLayout.
9713 * tui/tui-layout.c: Update references.
9714 * tui/tui.c: Update references.
9715 * tui/tui-disasm.c: Update references.
9716
b368761e
DC
97172004-01-23 David Carlton <carlton@kealia.com>
9718
9719 Partial workaround for PR c++/1511:
9720 * cp-namespace.c: Include frame.h.
9721 (cp_lookup_transparent_type): New
9722 (cp_lookup_transparent_type_loop): New.
9723 * cp-support.h: Declare cp_lookup_transparent_type.
9724 * symtab.c (basic_lookup_transparent_type): Renamed from
9725 lookup_transparent_type.
9726 (lookup_transparent_type): Replace old body by a call to
9727 current_language->la_lookup_transparent_type.
9728 * symtab.h: Update copyright. Declare
9729 basic_lookup_transparent_type.
9730 * language.h: Update copyright.
9731 (struct language_defn): Add la_lookup_transparent_type.
9732 * language.c: Update copyright.
9733 (unknown_language_defn): Add basic_lookup_transparent_type.
9734 (auto_language_defn): Add basic_lookup_transparent_type.
9735 (local_language_defn): Add basic_lookup_transparent_type.
9736 * ada-lang.c: Update copyright.
9737 (ada_language_defn): Add basic_lookup_transparent_type.
9738 * c-lang.c: Update copyright.
9739 (c_language_defn): Add basic_lookup_transparent_type.
9740 (cplus_language_defn): Add basic_lookup_transparent_type.
9741 (asm_language_defn): Add basic_lookup_transparent_type.
9742 (minimal_language_defn): Add basic_lookup_transparent_type.
9743 * f-lang.c: Update copyright.
9744 (f_language_defn): Add basic_lookup_transparent_type.
9745 * jv-lang.c: Update copyright.
9746 (java_language_defn): Add basic_lookup_transparent_type.
9747 * m2-lang.c: Update copyright.
9748 (m2_language_defn): Add basic_lookup_transparent_type.
9749 * objc-lang.c: Update copyright.
9750 (objc_language_defn): Add basic_lookup_transparent_type.
9751 * p-lang.c: Update copyright.
9752 (p_language_defn): Add basic_lookup_transparent_type.
9753 * scm-lang.c: Update copyright.
9754 (scm_language_defn): Add basic_lookup_transparent_type.
9755 * Makefile.in (cp-namespace.o): Depend on frame.h.
9756
fdde2d81
DC
97572004-01-23 David Carlton <carlton@kealia.com>
9758
9759 Patch for PR c++/1520:
9760 * dwarf2read.c (read_func_scope): Set processing_current_prefix
9761 properly if we have a specification die.
9762 (determine_prefix_aux): Rename from determine_prefix.
9763 (determine_prefix): Like the old determine_prefix, but never
9764 returns NULL.
9765
5b828b6b
TR
97662004-01-23 Theodore A. Roth <troth@openavr.org>
9767
9768 * avr-tdep.c: Update copyright.
9769 (avr_iaddr_p): Delete unused function.
9770 (avr_saddr_p): Delete unused function.
9771
a1b8c067
DC
97722004-01-23 David Carlton <carlton@kealia.com>
9773
9774 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
9775 Fix for PR symtab/1534.
9776
f2cab569
MK
97772004-01-23 Mark Kettenis <kettenis@gnu.org>
9778
9779 * NEWS (New native configurations): Mention OpenBSD/sparc and
9780 OpenBSD/sparc64.
9781 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
9782 * configure.host: Likewise.
9783 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
9784 handler for OpenBSD.
9785 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
9786
642d8300
MK
97872004-01-22 Mark Kettenis <kettenis@gnu.org>
9788
89aac506
MK
9789 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
9790 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
9791
36662fde
MK
9792 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
9793 * cli/cli-cmds.c (shell_escape): Likewise.
9794
642d8300
MK
9795 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
9796 OpenBSD .note.openbsd.ident sections.
9797
fae299cd
DC
97982004-01-22 David Carlton <carlton@kealia.com>
9799
9800 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
9801 get_scope_pc_bounds.
9802 (read_file_scope): Ditto.
9803 (get_scope_pc_bounds): New function, produced by extracting code
9804 from the above two functions, consolidating it, and adding support
9805 for DW_TAG_namespace.
9806
a49d618c
MK
98072004-01-22 Mark Kettenis <kettenis@gnu.org>
9808
9809 * osabi.c (MAX_NOTESZ): New define.
9810 (check_note): New function.
9811 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
9812 check_note.
9813
fe61caab
RM
98142004-01-21 Roland McGrath <roland@redhat.com>
9815
9816 * MAINTAINERS (write after approval): Add myself.
9817
ec145965
EZ
98182004-01-21 Eli Zaretskii <eliz@gnu.org>
9819
9820 * utils.c (init_page_info): Move declarations of `rows' and
9821 `cols' before the __GO32__-specific code. Move the closing brace
9822 outside the #ifdef __GO32__..#endif block.
9823 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
9824
877522db
PB
98252004-01-21 Paul Brook <paul@codesourcery.com>
9826
9827 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
9828 BPSTAT_WHAT_CHECK_SHLIBS.
9829
dbf5be1c
PB
98302004-01-21 Paul Brook <paul@codesourcery.com>
9831
9832 * MAINTAINERS: Add myself to write-after-approval.
9833
81f08b92
AC
98342004-01-20 Andrew Cagney <cagney@redhat.com>
9835
5a1efed7
AC
9836 * ax-gdb.c (print_axs_value): Delete unused function.
9837 * jv-lang.c (java_lookup_type): Delete unused function.
9838 * cli/cli-dump.c (dump_filetype): Delete unused function.
9839 * remote-mips.c (remote_mips_insert_hw_breakpoint)
9840 (remote_mips_remove_hw_breakpoint): Delete unused functions.
9841 (mips_getstring): Delete unused function.
9842 (pmon_insert_breakpoint): Delete #if0ed function.
9843 (PMON_MAX_BP): Delete #if0ed MACRO.
9844 (mips_pmon_bp_info): Delete #if0ed variable.
9845 (pmon_remove_breakpoint): Delete #if0ed function.
9846 * monitor.c (monitor_write_even_block): Delete unused function.
9847 (monitor_write_memory_block): Delete #if0ed code.
9848 * dink32-rom.c (dink32_load): Delete unused function.
9849 (_initialize_dink32_rom): Delete #if0ed code.
9850 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
9851
b0a30fce
AC
9852 * tui/tui-command.c: Update references.
9853 * tui/tui-io.c: Update references.
9854 * tui/tui-command.h: Update copyright.
9855 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
9856
81f08b92
AC
9857 * source.c (ambiguous_line_spec): Delete never-defined function.
9858 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
9859 * gdbtypes.c (add_name, add_mangled_type): Ditto.
9860 * cli/cli-cmds.c (validate_comname): Ditto.
9861
65f05602
AC
9862 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
9863 "tui-data.h".
9864 (tui_set_disassem_content): Rename tuiSetDisassemContent.
9865 (tui_show_disassem): Rename tuiShowDisassem.
9866 (tui_show_disassem_and_update_source): Rename
9867 tuiVerticalDisassemScroll.
9868 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
9869 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
9870 * tui/tui.h: Update copyright.
9871 (enum tui_status): Define.
9872 * tui/tui-data.h (enum tui_scroll_direction): Define.
9873 * tui/tui-disasm.c: Update copyright. Update references.
9874 * tui/tui-winsource.c: Update copyright. Update references.
9875 * tui/tui-win.c: Update references.
9876 * tui/tui-layout.c: Update references.
9877
6bb0384f
AC
98782004-01-20 Andrew Cagney <cagney@redhat.com>
9879
9880 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
9881 sym2 to start of block.
9882
9175c9a3
MC
98832004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9884
9885 * MAINTAINERS: Delete mmalloc.
9886 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
9887 * NEWS: Mention removal of --with-malloc.
9888 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
9889 * config.in: Regenerate.
9890 * configure: Regenerate.
6bb0384f
AC
9891 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
9892 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
9893 * gdbinit.in: Remove mmalloc.
9894 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
9895 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
9896 * config/i386/go32.mh: Likewise.
9897 * config/i386/interix.mh: Likewise.
9898 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9899
4fcef00a
JJ
99002004-01-19 Jeff Johnston <jjohnstn@redhat.com>
9901
9902 * linespec.c (decode_variable, symtab_from_filename): Call
9903 error_silent with error message instead of throwing an exception
9904 directly.
9905 * defs.h (error_silent, error_output_message): Add prototypes.
9906 (catch_exceptions_with_msg): Ditto.
9907 * utils.c (error_silent, error_output_message): New functions.
9908 * top.c (catch_exceptions_with_msg): New function.
9909
8e94b928
NR
99102004-01-20 Nick Roberts <nick@nick.uklinux.net>
9911
9912 * mi/mi-cmds.h (enum print_values): Add definition.
9913
9914 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
9915 type and value for simple data types and just the name and type
9916 for complex ones, if required.
9917
9918 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
9919 children, if required.
9920
a02d6af8
KB
99212004-01-19 Kevin Buettner <kevinb@redhat.com>
9922
9923 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
9924 unused declarations.
9925
78a4a9b9
AC
99262004-01-19 Andrew Cagney <cagney@redhat.com>
9927
9928 * top.h (mapped_symbol_files): Delete declaration.
9929 * main.c (captured_main): Delete option "m" and "mapped".
9930 * objfiles.c (mapped_symbol_files): Delete variable.
9931 * symfile.c (symbol_file_command): Delete mmap code.
9932 (symbol_file_add_with_addrs_or_offsets): Ditto.
9933 (add_symbol_file_command, reread_separate_symbols): Ditto.
9934 * objfiles.h (OBJF_MAPPED): Delete.
9935 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
9936 (free_objfile) [USE_MMALLOC]: Ditto.
9937 (open_existing_mapped_file): Delete function.
9938 (open_mapped_file): Delete function.
9939 (map_to_file): Delete function.
9940
2dbd5e30
KB
99412004-01-19 Kevin Buettner <kevinb@redhat.com>
9942
9943 * infrun.c (step_into_function): Account for possible breakpoint
9944 adjustment when computing ``stop_func_start''.
9945
437b434f
KB
99462004-01-19 Kevin Buettner <kevinb@redhat.com>
9947
9948 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
9949 the region size against the size of a pointer, not the size of
9950 a register as given by DEPRECATED_REGISTER_SIZE.
9951
55fb0713
AC
99522004-01-19 Andrew Cagney <cagney@redhat.com>
9953
9954 * tui/tui-regs.h: Include "tui-data.h".
9955 (tuiFirstRegElementNoInLine): Delete declaration.
9956 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
9957 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
9958 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
9959 (tui_calculate_regs_column_count): Rename
9960 tuiCalculateRegsColumnCount.
9961 (tui_check_register_values): Rename tuiCheckRegisterValues.
9962 (tui_show_registers): Rename tuiShowRegisters.
9963 (tui_display_registers_from_line): Rename
9964 tuiDisplayRegistersFromLine.
9965 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
9966 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
9967 (tui_first_reg_element_no_inline): Rename
9968 tuiFirstRegElementNoInLine.
9969 * tui/tui-data.h: Update copyright.
9970 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
9971 * tui/tui-windata.c: Update copyright, update references.
9972 * tui/tui-regs.c: Update copyright, update references.
9973 * tui/tui-win.c: Update copyright, update references.
9974 * tui/tui-layout.c: Update copyright, update references.
fe61caab 9975
cebe9500
AC
99762004-01-18 Andrew Cagney <cagney@redhat.com>
9977
bcdf1568
AC
9978 * tui/tui-io.c: Update copyright.
9979 (key_is_end_sequence, key_is_backspace): New functions.
9980 (key_is_command_char, key_is_start_sequence): New function.
9981 (tui_getc): Update references.
9982 * tui/tui-io.h: Update copyright.
9983 (m_tuiStartNewLine): Delete macro.
9984 (m_isBackspace, m_isDeleteChar): Delete macros.
9985 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
9986 (m_isNextPage, m_isPrevPage): Delete macros.
9987 (m_isLeftArrow, m_isRightArrow): Delete macros.
9988 (m_isXdbStyleCommandChar): Delete macro.
9989 (key_is_start_sequence): Declare, replace m_isStartSequence.
9990 (key_is_end_sequence): Declare, replace m_isEndSequence.
9991 (key_is_backspace): Declare ,replace m_isBackspace.
9992 (key_is_command_char): Declare, replace m_isCommandChar.
9993 * tui/tui-command.c: Update copyright.
9994 (tuiDispatchCtrlChar): Update references.
9995
130d87e6
AC
9996 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
9997 tuiSourceWin.h.
9998
d7b2e967
AC
9999 * tui/tui-command.c: Rename tui/tuiCommand.c.
10000 * tui/tui-command.h: Rename tui/tuiCommand.h.
10001 * tui/tui-data.c: Rename tui/tuiData.c.
10002 * tui/tui-data.h: Rename tui/tuiData.h.
10003 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10004 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10005 * tui/tui-io.c: Rename tui/tuiIO.c.
10006 * tui/tui-io.h: Rename tui/tuiIO.h.
10007 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10008 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10009 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10010 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10011 * tui/tui-source.c: Rename tui/tuiSource.c.
10012 * tui/tui-source.h: Rename tui/tuiSource.h.
10013 * tui/tui-stack.c: Rename tui/tuiStack.c.
10014 * tui/tui-stack.h: Rename tui/tuiStack.h.
10015 * tui/tui-win.c: Rename tui/tuiWin.c.
10016 * tui/tui-win.h: Rename tui/tuiWin.h.
10017 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10018 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10019 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10020 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10021 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10022 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10023 * tui/tui-file.c: Update includes.
10024 * tui/tui-hooks.c: Update includes.
10025 * tui/tui-interp.c: Update includes.
10026 * tui/tui.c: Update includes.
10027 * Makefile.in: Update all tui/ dependencies.
10028 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10029
b2100910
AC
10030 * Makefile.in: Update copyright. Update dependencies.
10031
cebe9500
AC
10032 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10033 problem.
10034
c6f0559b
AC
100352004-01-18 Andrew Cagney <cagney@redhat.com>
10036
43e9390b
AC
10037 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10038 instead of register_gdbarch_init.
10039
c6f0559b
AC
10040 * remote-sds.c (tohex): Delete unused function. Update copyright.
10041 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10042 * v850-tdep.c (v850_register_virtual_size): Ditto.
10043 * target.c (normal_target_post_startup_inferior): Ditto.
10044 * source.c (ambiguous_line_spec): Ditto.
10045 * remote.c (adapt_remote_get_threadinfo): Ditto.
10046 * mi/mi-out.c (out_field_fmt): Ditto.
10047 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10048 (output_control_change_notification): Ditto.
10049 * m68k-tdep.c (m68k_register_byte): Ditto.
10050 (m68k_remote_breakpoint_from_pc): Ditto.
10051 * ui-out.c (init_ui_out_state): Delete unused declaration.
10052 * stabsread.c (search_value): Ditto.
10053 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10054 * maint.c (print_section_table): Ditto.
10055 * infrun.c (set_follow_fork_mode_command): Ditto.
10056
a8504492
MK
100572004-01-18 Mark Kettenis <kettenis@gnu.org>
10058
10059 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10060 DW_CFA_def_cfa_exporession. Add support for
10061 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10062 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10063
0bd8997e
AC
100642004-01-18 Andrew Cagney <cagney@redhat.com>
10065
10066 * ocd.c: Update copyright.
10067 (bdm_read_register_command): Delete unused function.
10068 (_initialize_remote_ocd): Delete commented out reference.
10069 (get_quoted_char, reset_packet): Delete #if0ed function.
10070 (output_packet, put_quoted_char): Delete #if0ed function.
10071 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10072 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10073 (BDM_BREAKPOINT): Delete #if0ed macro.
10074 (remote_timeout): Delete #if0ed variable.
10075
31bb40e4
MK
100762004-01-18 Mark Kettenis <kettenis@gnu.org>
10077
10078 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10079 (core-sol2.o): Remove dependency.
10080 * core-sol2.c: Remove file.
10081
887432a5
AC
100822004-01-17 Andrew Cagney <cagney@redhat.com>
10083
10084 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10085 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10086 enums.
10087
29182b13
DJ
100882004-01-17 Daniel Jacobowitz <drow@mvista.com>
10089
10090 * remote.c: Update copyright years.
10091
2963ee1d
DJ
100922004-01-17 Daniel Jacobowitz <drow@mvista.com>
10093
10094 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10095
79d45cd4
AC
100962004-01-17 Andrew Cagney <cagney@redhat.com>
10097
ee300cd4
AC
10098 * mdebugread.c: Update copyright.
10099 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10100 (parse_type, parse_procedure): Ditto.
10101 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10102
fcacc9c2
AC
10103 * cris-tdep.c (cris_store_struct_return): Put back accidently
10104 deleted function.
10105
79d45cd4
AC
10106 * gdbarch.sh: Update copyright year.
10107 * gdbarch.h, gdbarch.c: Re-generate.
10108
b263358a
DJ
101092004-01-17 Daniel Jacobowitz <drow@mvista.com>
10110
10111 Suggested by George Anzinger.
10112 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10113 correct stack offset. Include unknown opcode numbers in the error
10114 message.
10115
931aecf5
AC
101162004-01-17 Andrew Cagney <cagney@redhat.com>
10117
10118 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10119 extract_struct_value_address, i386 does not set it.
10120 * sparc64-tdep.c (sparc64_init_abi): Do not set
10121 extract_struct_value_address, never called.
10122 (sparc64_extract_struct_value_address): Delete function.
10123 * m68hc11-tdep.c: Update copyright.
10124 (m68hc11_gdbarch_init): Delete redundant assignment of
10125 extract_struct_value_address.
10126 * i386-tdep.c: Update copyright.
10127 (i386_gdbarch_init): Do not set extract_struct_value_address,
10128 never called.
10129 (i386_extract_struct_value_address): Delete function.
10130 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10131 extract_struct_value_address, never called.
10132 (sparc32_extract_struct_value_address): #if 0 function. Add
10133 comments explaining its future.
10134
756fe439
DJ
101352004-01-17 Daniel Jacobowitz <drow@mvista.com>
10136
10137 * arm-tdep.c (arm_write_pc): New function.
10138 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10139
e74f0f02
DJ
101402004-01-17 Daniel Jacobowitz <drow@mvista.com>
10141
10142 * breakpoint.c (must_shift_inst_regs): Delete.
10143 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10144 and SHIFT_INST_REGS.
10145 * infcmd.c (step_1, step_1_continuation): Delete references to
10146 SHIFT_INST_REGS.
10147 * infrun.c (keep_going): Likewise.
10148 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10149 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10150
b6cb9035
AC
101512004-01-17 Andrew Cagney <cagney@redhat.com>
10152
444a1e2e
AC
10153 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10154 * gdbarch.h, gdbarch.c: Re-generate.
10155 * infcmd.c (print_return_value): Delete reference to
10156 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10157
def7e6ed
AC
10158 * cris-tdep.c (cris_gdbarch_init): Do not set
10159 deprecated_extract_struct_value_address.
10160
07be497a
AC
10161 * xstormy16-tdep.c: Update copyright.
10162 (xstormy16_extract_struct_value_address): Update to current
10163 extract struct value address interface.
10164 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10165 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10166 current extract struct value address interface.
10167 (sh64_gdbarch_init): Set extract_struct_value_address.
10168
6b4d5c91
AC
10169 * cris-tdep.c: Update copyright.
10170 (cris_extract_struct_value_address): Delete function.
10171 (struct_return_address): Delete variable.
10172 (cris_store_struct_return): Do not set struct_return_address.
10173
464e0365
AC
10174 * mcore-tdep.c: Update copyright.
10175 (mcore_extract_struct_value_address): Delete function. Update
10176 comments.
10177 (mcore_gdbarch_init): Update.
10178 * mn10300-tdep.c: Update copyright.
10179 (mn10300_extract_struct_value_address): Delete function.
10180 (mn10300_gdbarch_init): Update.
10181 * v850-tdep.c: Update copyright.
10182 (v850_extract_struct_value_address): Delete.
10183 (v850_gdbarch_init): Update.
10184 * ns32k-tdep.c: Update copyright.
10185 (ns32k_extract_struct_value_address): Delete.
10186 (ns32k_gdbarch_init): Update.
10187 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10188 (hppa_gdbarch_init): Update.
10189 * vax-tdep.c: Update copyright.
10190 (vax_extract_struct_value_address): Delete.
10191 (vax_gdbarch_init): Update.
10192
afb18d0f
AC
10193 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10194 * gdbarch.h, gdbarch.c: Re-generate.
10195 * procfs.c (procfs_fetch_registers): Delete reference to
10196 DEPRECATED_NPC_REGNUM.
10197 (procfs_store_registers): Ditto.
10198 * regcache.c (generic_target_write_pc): Simplify.
10199 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10200
a698f53e
AC
10201 * core-sol2.c (fetch_core_registers): Replace
10202 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10203
adc11376
AC
10204 * hppa-tdep.c: Update copyright year.
10205 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10206 NPC_REGNUM.
10207 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10208
b6cb9035
AC
10209 * mips-tdep.c (mips_write_pc): New function.
10210 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10211 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10212 (mips_find_saved_regs, mips_software_single_step: Ditto.
10213 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10214 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10215
6d82d43b
AC
102162004-01-17 Andrew Cagney <cagney@redhat.com>
10217
10218 * mips-tdep.c: Re-indent. Group functions by ABI.
10219
71bd6bd4
AC
102202004-01-17 Andrew Cagney <cagney@redhat.com>
10221
10222 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
10223 * gdbarch.c: Re-generate.
10224 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10225 DECR_PC_AFTER_BREAK to zero.
10226 * vax-tdep.c (vax_gdbarch_init): Ditto.
10227 * v850-tdep.c (v850_gdbarch_init): Ditto.
10228 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10229 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10230 * sh-tdep.c (sh_gdbarch_init): Ditto.
10231 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10232 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10233 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10234 * mips-tdep.c (mips_gdbarch_init): Ditto.
10235 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10236 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10237 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10238 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10239 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10240 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10241 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10242 * frv-tdep.c (frv_gdbarch_init): Ditto.
10243 * cris-tdep.c (cris_gdbarch_init): Ditto.
10244 * avr-tdep.c (avr_gdbarch_init): Ditto.
10245 * arm-tdep.c (arm_gdbarch_init): Ditto.
10246 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
10247
a02abb62
JB
102482004-01-17 J. Brobecker <brobecker@gnat.com>
10249
10250 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
10251 Delete, no longer used.
10252 (read_subrange_type): New function, mostly extracted from
10253 read_array_type().
10254 (read_array_type): Replace extracted code by call to
10255 read_subrange_type().
10256 (dwarf2_get_attr_constant_value): New function.
10257 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
10258 (add_partial_symbol): Likewise.
10259 (process_die): Likewise.
10260 (new_symbol): Likewise.
10261 (read_type_die): Likewise.
10262
cf5b2f1b
AC
102632004-01-16 Andrew Cagney <cagney@redhat.com>
10264
10265 * symfile.c: Update copyright year.
10266 (compare_symbols): Delete unused function.
10267 * stabsread.c: Update copyright year.
10268 (lrs_general_complaint): Delete unused function.
10269 (ref_search_value): Ditto.
10270 (get_substring): Delete declaration.
10271 * sh64-tdep.c: Update copyright year.
10272 (sh64_get_gdb_regnum): Delete unused function.
10273 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
10274 Delete unused function.
10275
d33b9831
MK
102762004-01-17 Mark Kettenis <kettenis@gnu.org>
10277
10278 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
10279 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
10280
7aea86e6
AC
102812004-01-16 Andrew Cagney <cagney@redhat.com>
10282
10283 Changes from Peter Schauer.
10284 * rs6000-tdep.c: Update copyright year.
10285 (rs6000_push_dummy_call): Update the stack pointer before
10286 accessing the corresponding stack region.
10287 * rs6000-nat.c: Update copyright year.
10288 (set_host_arch): Set "info.abfd" to "exec_bfd".
10289
26b0da32
MK
102902004-01-15 Mark Kettenis <kettenis@gnu.org>
10291
10292 * blockframe.c: Update copyright year.
10293 (inside_entry_func): Don't treat a zero PC specially.
10294
86fbe6cc
EZ
102952004-01-14 Elena Zannoni <ezannoni@redhat.com>
10296
10297 * gcore.c (gcore_copy_callback): Use paddr_d to print size
10298 variable.
10299 (gcore_create_callback): Ditto. Skip any memory segment that has
10300 no permissions set.
10301
63d06c5c
DC
103022004-01-14 David Carlton <carlton@kealia.com>
10303
10304 Change symbols for C++ nested types to contain the fully qualified
10305 name, if possible. (At least in the DWARF-2 case.) Partial fix
10306 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
10307 c++/895.
10308 * c-exp.y (qualified_type): Handle types nested within classes.
10309 * cp-namespace.c: Update comments.
10310 (cp_set_block_scope): Delete #if 0.
10311 (cp_lookup_nested_type): Handle types nested within classes.
10312 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
10313 when appropriate.
10314 (add_partial_symbol): Add the name of the enclosing namespace to
10315 types.
10316 (pdi_needs_namespace): New.
10317 (add_partial_namespace): Tweak comment.
10318 (add_partial_structure): New.
10319 (psymtab_to_symtab_1): Initialize processing_current_prefix
10320 here...
10321 (process_die): instead of here.
10322 (read_structure_scope): Try to figure out the name of the class or
10323 namespace that the structure might be defined within.
10324 (read_enumeration): Generate fully-qualified names, if possible.
10325 (read_namespace): Don't set name to NULL.
10326 (die_specification): New.
10327 (new_symbol): Generate fully-qualified names for types.
10328 (read_type_die): Determine appropriate prefix.
10329 (determine_prefix): New.
10330 (typename_concat): New.
10331 (class_name): New.
10332 * valops.c (value_aggregate_elt): Pass NOSIDE to
10333 value_struct_elt_for_reference.
10334 (value_struct_elt_for_reference): Make static, add NOSIDE
10335 parameter, call value_maybe_namespace_elt as a last resort.
10336 (value_namespace_elt): Break out code into
10337 value_maybe_namespace_elt.
10338 (value_maybe_namespace_elt): New.
10339
87783b8b
AC
103402004-01-12 Andrew Cagney <cagney@redhat.com>
10341
10342 * mips-tdep.c (mips_convert_register_p): Handle both raw and
10343 cooked floating-point registers.
10344 (mips_gdbarch_init): Set convert_register_p, register_to_value,
10345 and value_to_register.
10346
6503b91e
AC
103472004-01-13 Andrew Cagney <cagney@redhat.com>
10348
10349 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
10350 * gdbarch.c: Re-generate.
10351 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10352 FUNCTION_START_OFFSET.
10353 * v850-tdep.c (v850_gdbarch_init): Ditto.
10354 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10355 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10356 * sh-tdep.c (sh_gdbarch_init): Ditto.
10357 * s390-tdep.c (s390_gdbarch_init): Ditto.
10358 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10359 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10360 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10361 * mips-tdep.c (mips_gdbarch_init): Ditto.
10362 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10363 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10364 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10365 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10366 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10367 * i386-tdep.c (i386_gdbarch_init): Ditto.
10368 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10369 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10370 * frv-tdep.c (frv_gdbarch_init): Ditto.
10371 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10372 * cris-tdep.c (cris_gdbarch_init): Ditto.
10373 * avr-tdep.c (avr_gdbarch_init): Ditto.
10374 * arm-tdep.c (arm_gdbarch_init): Ditto.
10375 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10376
ea1dd7bc
DJ
103772004-01-13 Daniel Jacobowitz <drow@mvista.com>
10378
10379 * infrun.c (follow_fork_mode_ask): Remove.
10380 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
10381 (follow_fork): Simplify and remove internal error for
10382 follow_fork_mode_ask.
10383 (_initialize_infrun): Update "set follow-fork-mode" help text.
10384
0f0cffd2
AC
103852004-01-13 Andrew Cagney <cagney@redhat.com>
10386
10387 * configure.in: Update copyright year.
10388 (build_warnings): Add -Wunused-label.
10389 * configure: Re-generate.
10390
de38af99
AC
103912004-01-12 Andrew Cagney <cagney@redhat.com>
10392
954a7fba
AC
10393 * exec.h (exec_ops): Make "extern".
10394
de38af99
AC
10395 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
10396 the function is void.
10397 (mips_pseudo_register_write): Ditto.
10398
1a111ce3
AC
103992004-01-12 Andrew Cagney <cagney@redhat.com>
10400
10401 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
10402 call. Never defined.
10403 * sparc-tdep.h (struct frame_info): Add opaque declaration.
10404 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
10405 (struct sparc_gregset, struct regcache): Ditto.
10406 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
10407
48efe704
AC
104082004-01-12 Andrew Cagney <cagney@redhat.com>
10409
10410 * mi/ChangeLog: Delete file. Renamed to ...
10411 * mi/ChangeLog-1999-2003: New file.
10412 * tui/ChangeLog: Delete file. Renamed to ...
10413 * tui/ChangeLog-1998-2003: New file.
fe61caab 10414
a54124c5
MK
104152004-01-11 Mark Kettenis <kettenis@gnu.org>
10416
2ca62865
MK
10417 * sparc64nbsd-tdep.c: Include "regset.h".
10418 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
10419 Remove variables.
10420 (fetch_core_registers): Remove function.
10421 (sparc64nbsd_core_fns): Remove variable.
10422 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
10423 functions.
10424 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
10425 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10426 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
10427
ca9d58e9
MK
10428 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
10429 sparc_extract_struct_value_address.
10430 (sparc32_gdbarch_init): Set extract_struct_value_address.
10431 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
10432 function.
10433 (sparc64_init_abi): Set extract_struct_value_address. Don't set
10434 return_value_on_stack.
10435
3cc87ec0
MK
10436 * NEWS: Mention that %cs and %ss have been added to the AMD64
10437 configurations
10438
5bf00f29
MK
10439 * frame.c: Update copyright year.
10440 (get_prev_frame): Improve comment.
10441
4f7ec84e
MK
10442 * sparc64fbsd-tdep.c: Include "regset.h".
10443 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10444 Remove variables.
10445 (fetch_core_registers): Remove function.
10446 (sparc64fbsd_core_fns): Remove variable.
10447 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
10448 functions.
10449 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
10450 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 10451 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 10452
4e7b0cd3
MK
10453 * sparcnbsd-tdep.c: Include "regset.h".
10454 (fetch_core_registers): Remove function.
10455 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
10456 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
10457 functions.
10458 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
10459 TDEP->fpregset.
46b58ce9 10460 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 10461
a54124c5
MK
10462 * sparc-tdep.h (struct regset): Provide opaque declaration.
10463 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
10464 fpregset and sizeof_fpregset members.
10465 * sparc-tdep.c (struct regset): Provide opaque declaration.
10466 (sparc_regset_from_core_section): New function.
10467 (sparc32_gdbarch_init): Initialize TDEP->gregset,
10468 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
10469 Set regset_from_core_section when appropriate.
10470
29ff87c5
MK
104712004-01-10 Mark Kettenis <kettenis@gnu.org>
10472
79b1ab3d
MK
10473 * x86-64-tdep.c (amd64_non_pod_p): New function.
10474 (amd64_classify_aggregate): Return class memory for non-POD
10475 C++ structure types.
10476
6470d250
MK
10477 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
10478 argument. Use it to reserve a register if necessary.
10479 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
10480 amd64_push_arguments.
10481
562c50c2
MK
10482 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
10483
af233647
MK
10484 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
10485 register numbers in comments.
10486 * x86-64-tdep.h: Update copyright year.
10487 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
10488 Adjust for addition of %cs and %ss.
10489 * amd64fbsd-nat.c: Update copyright year.
10490 (reg_offset): Add register offsets for %cs and %ss.
10491 * amd64fbsd-tdep.c: Update copyright year.
10492 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
10493 (amd64fbsd_sc_reg_offset): Likewise.
10494 * x86-64-linux-nat.c: Update copyright year.
10495 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
10496 and %ss.
10497 * amd64nbsd-nat.c: Update copyright year.
10498 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
10499 * amd64nbsd-tdep.c: Update copyright year.
10500 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
10501 * x86-64-linux-tdep.c: Update copyright year.
10502 (user_to_gdb_regmap): Add mapping for %cs and %ss.
10503 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
10504 * regformats/reg-x86-64.dat: Add %cs and %ss.
10505
29ff87c5
MK
10506 * blockframe.c (inside_entry_func): Reformat. Introduce new local
10507 variables to prevent long lines. Update comments to reflect
10508 reality.
10509
38d518c9
EZ
105102004-01-09 David Carlton <carlton@kealia.com>
10511
10512 Checked in by Elena Zannoni <ezannoni@redhat.com>.
10513 * dwarf2read.c (read_namespace): Pull out name-generating code
10514 into namespace_name. Rename previous_namespace to previous_prefix
10515 and processing_current_namespace to processing_current_prefix..
10516 (namespace_name): New function.
10517 (add_partial_symbol): Substitute uses of pdi->name with
10518 actual_name.
10519 * cp-support.h: Rename processing_current_namespace to
10520 processing_current_prefix.
10521 Update copyright year.
10522 * cp-namespace.c: Rename processing_current_namespace to
10523 processing_current_prefix.
10524 Update copyright year.
fe61caab 10525
1e4728e7
AC
105262004-01-09 Andrew Cagney <cagney@redhat.com>
10527
10528 * jv-valprint.c, ser-unix.c: Add missing copyright years.
10529
c77c642a
MK
105302004-01-09 Mark Kettenis <kettenis@gnu.org>
10531
10532 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
10533 complaining.
10534 (process_one_symbol): Deal with N_PATCH stabs.
10535
b44e9041
EZ
105362004-01-09 Elena Zannoni <ezannoni@redhat.com>
10537
10538 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
10539 ifdeffed code.
10540 Update copyright year.
38d518c9 10541
eccfb640
MC
105422004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10543
10544 * config/pa/tm-hppa.h: Update extern declarations for
10545 hppa32_hpux_frame_saved_pc_in_sigtramp,
10546 hppa32_hpux_frame_base_before_sigtramp, and
10547 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
10548
848c5feb
MC
105492004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10550
10551 * config/pa/tm-hppah.h: Update copyright years.
10552
3cc5d663
AC
105532004-01-08 Andrew Cagney <cagney@redhat.com>
10554
10555 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
10556 (mips_o32_reg_struct_has_addr): Delete function.
10557 (mips_gdbarch_init): Update.
10558 (mips_extract_struct_value_address): Delete function.
10559
bfec0b41
JJ
105602004-01-08 David Mosberger <davidm@hpl.hp.com>
10561
10562 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
10563 reality.
10564
16e109ca
AC
105652004-01-07 Andrew Cagney <cagney@redhat.com>
10566
6214a8a1
AC
10567 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
10568 architecture's elf flags (when available).
10569
8d5838b5
AC
10570 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
10571 FPU to the start, check the MIPS FPU when looking for an old
10572 architecture.
10573 (set_mipsfpu_single_command): Update the architecture.
10574 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
10575
480d3dd2
AC
10576 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
10577 (mips_mask_address_p): Add "tdep" parameter.
10578 (show_mask_address, mips_addr_bits_remove): Update.
10579 (mips_dump_tdep): Update.
10580 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
10581 (MIPS_STACK_ARGSIZE): Delete macro.
10582 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
10583 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
10584 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
10585 (mips_dump_tdep): Update.
10586 (MIPS_SAVED_REGSIZE): Delete macro.
10587 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
10588 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
10589 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
10590 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
10591 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
10592 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
10593 (mips_pop_frame, return_value_location): Update.
10594 (mips_n32n64_return_value, mips_dump_tdep): Update.
10595
ec03c1ac
AC
10596 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
10597 MIPS ABI.
10598
16e109ca
AC
10599 * mips-tdep.c: Update copyright.
10600 (mips_gdbarch_init): Merge two code blocks handling the register
10601 name and number layout.
10602
15255275
MS
106032004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
10604
10605 * tracepoint.c (validate_actionline): Fix segv at EOF
10606
9f9057da
MC
106072004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10608
10609 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
10610 properly for static fields.
10611
0127c0d3 106122004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 10613 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
10614
10615 * disasm.c: Update copyright to include 2004.
10616 (do_mixed_source_and_assembly): For uiout asm list
10617 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 10618 NULL and do so prior to loop. Only reset when we close off
0127c0d3 10619 the tuple/list. Move check for whether to close off the
fe61caab 10620 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
10621 on each loop iteration.
10622
5269965e
AC
106232004-01-05 Andrew Cagney <cagney@redhat.com>
10624
54f1137d
AC
10625 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
10626 should be a switch case and not a label.
10627 * mips-tdep.c (mips32_next_pc): Delete unused labels
10628 "greater_equal_branch" and "less_zero_branch".
10629 * jv-valprint.c (java_print_value_fields): Delete unused label
10630 "flush_it".
10631
5269965e
AC
10632 * target.c (unpush_target): Only close a target that is in the
10633 target stack.
10634
dbc22fa1
MK
106352004-01-05 Mark Kettenis <kettenis@gnu.org>
10636
9515395e
MK
10637 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
10638 address from [sp + 64] instead of %o2.
10639
dbc22fa1
MK
10640 * frame.c (get_prev_frame): Don't try to unwind the PC. This
10641 fixes PR backtrace/1476.
10642
5439edaa
AC
106432004-01-05 Andrew Cagney <cagney@redhat.com>
10644
10645 * libunwind-frame.h (struct frame_id): Add opaque declaration,
10646 move to start of file.
10647 * i386-tdep.h (struct regcache): Add opaque declaration.
10648 * config/ia64/nm-linux.h (struct target_ops): Add opaque
10649 declaration.
10650 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
10651 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
10652 * win32-nat.c (fake_create_process): Use ISO C style definition.
10653 * stabsread.c (define_symbol): Delete #ifndef
10654 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
10655 stabs_argument_has_addr call, macro never defined.
10656
19061abe
MC
106572004-01-04 Michael Chastain <mec.gnu@mindspring.com>
10658
10659 * op50-rom.c: Delete.
10660 * w89k-rom.c: Delete.
10661 * Makefile.in: Remove references.
10662
e53bef9f
MK
106632004-01-04 Mark Kettenis <kettenis@gnu.org>
10664
10665 * x86-64-tdep.c: Update copyright year.
10666 (struct amd64_register_info): Rename from x86_64_register_info.
10667 (amd64_register_info): Rename from x86_64_register_info.
10668 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
10669 (amd64_register_name): Rename from x86_64_register_name.
10670 (amd64_register_type): Rename from x86_64_register_type.
10671 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
10672 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
10673 (amd64_dwarf_reg_to_regnum): Rename from
10674 x86_64_dwarf_reg_to_regnum.
10675 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
10676 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
10677 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
10678 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
10679 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
10680 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
10681 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
10682 (amd64_frame_cache): Rename from x86_64_frame_cache.
10683 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
10684 (amd64_frame_prev_register): Rename from
10685 x86_64_frame_prev_register.
10686 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
10687 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
10688 (amd64_sigtramp_frame_cache): Rename from
10689 x86_64_sigtramp_frame_cache.
10690 (amd64_sigtramp_frame_prev_register): Rename from
10691 x86_64_sigtramp_frame_prev_register.
10692 (amd64_sigtramp_frame_unwind): Rename from
10693 x86_64_sigtramp_frame_unwind.
10694 (amd64_sigtramp_frame_sniffer): Rename from
10695 x86_64_sigtramp_frame_sniffer.
10696 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
10697 (amd64_frame_base): Rename from x86_64_frame_base.
10698 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
10699 (amd64_frame_align): Rename from x86_64_frame_align.
10700 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
10701 (amd64_regset_from_core_section): Rename from
10702 x86_64_regset_from_core_section.
10703 (x86_64_init_abi): Update comments.
10704
fca6aa58
NR
107052004-01-04 Nick Roberts <nick@nick.uklinux.net>
10706
10707 * MAINTAINERS (write after approval): Add myself.
10708
8ada74e3
MK
107092004-01-04 Mark Kettenis <kettenis@gnu.org>
10710
10711 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
10712 `float' arguments.
10713
5154b0cd
MK
107142004-01-04 Mark Kettenis <kettenis@gnu.org>
10715
10716 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
10717 such that it mentions a specific version of GCC that exhibits this
10718 bug.
10719
fb316966
MK
107202004-01-03 Mark Kettenis <kettenis@gnu.org>
10721
200cc553
MK
10722 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
10723 structure that has a single `float' member, store it in %f1 in
10724 addition to %f0.
10725
e226a4a0
MK
10726 * sparc-sol2-nat.c: Add missing '\'.
10727
b9d4c5ed
MK
10728 * sparc-tdep.c (sparc32_return_value): New function.
10729 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
10730 Remove functions.
10731 (sparc32_gdbarch_init): Set return_value, don't set
10732 extract_return_value, store_return_value, use_struct_convention
10733 and return_value_on_stack.
10734
fb316966
MK
10735 * sparc-sol2-nat.c: Add missing ')'.
10736
1af510a8
JB
107372004-01-03 J. Brobecker <brobecker@gnat.com>
10738
10739 * infrun.c (handle_step_into_function): New function.
10740 (handle_inferior_event): Extract out some code into the new
10741 function above.
10742
5cf4d23a
JB
107432004-01-03 J. Brobecker <brobecker@gnat.com>
10744
10745 * infrun.c (handle_inferior_event): Move the declaration of
10746 real_stop_pc inside the if blocks where it is used.
10747
60af1db2
MK
107482004-01-03 Mark Kettenis <kettenis@gnu.org>
10749
10750 * sparc64-tdep.c (sparc64_16_byte_align_p)
10751 (sparc64_store_floating_fields, sparc64_store_floating_fields):
10752 Use check_typedef to get subtypes of structures and unions.
10753 (sparc64_store_return_value): Fix calculation of the appropriate
10754 offset into VALBUF when storing a structure or union.
10755 (sparc64_return_value): New function.
10756 (sparc64_use_struct_convention): Remove function.
10757 (sparc64_init_abi): Set return_value, don't set
10758 extract_return_value, store_return_value and
10759 use_struct_convention.
10760
1a901d3f
EZ
107612004-01-03 Eli Zaretskii <eliz@elta.co.il>
10762
10763 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
10764 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
10765 gdb/config/alpha/xm-alphaosf.h,
10766 gdb/config/powerpc/tm-ppcle-eabi.h,
10767 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
10768 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
10769 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
10770 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
10771 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
10772 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
10773 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
10774 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
10775 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
10776 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
10777 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
10778 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
10779 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
10780 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
10781 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
10782 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
10783 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
10784 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
10785 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
10786 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
10787 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
10788 Remove lines for .cvsignore files.
10789
ef52e463
JB
107902004-01-03 J. Brobecker <brobecker@gnat.com>
10791
10792 * infrun.c: Back out the previous change.
10793
cb1bf9dc
MK
107942004-01-03 Mark Kettenis <kettenis@gnu.org>
10795
f0424ef6
MK
10796 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
10797 sparc-*-sunos4* to the list of REMOVED configurations.
10798
cb1bf9dc
MK
10799 * configure.tgt: Add back sparc-*-vxworks*.
10800 * remote-vxsparc.c: Remove all includes except for "defs.h",
10801 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
10802 Include "sparc-tdep.h".
10803 (SPARC_R_G1): New define.
10804 (vxsparc_gregset): New variable.
10805 (ext_format_sparc): Remove extern declaration.
10806 (vx_read_register): Rewrite to use sparc32_supply_gregset and
10807 sparc32_supply_fpregset.
10808 (vx_write_register): Rewrite to use sparc32_collect_gregset,
10809 sparc_collect_rwindow and sparc32_collect_fpregset.
10810 * config/sparc/tm-vxworks.h: New file, based on recently removed
10811 tm-vxsparc.h.
10812 * config/sparc/vxworks.mt: New file, based on recently removed
10813 vxworks.mt.
fe61caab 10814
5e938f9f
JB
108152004-01-03 J. Brobecker <brobecker@gnat.com>
10816
10817 * infrun.c (handle_step_into_function): New function.
10818 (handle_inferior_event): Extract out some code into the new
10819 function above.
10820
386c036b
MK
108212004-01-02 Mark Kettenis <kettenis@gnu.org>
10822
10823 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
10824 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
10825 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
10826 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
10827 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
10828 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
10829 (sparc_nat_h): New variable.
10830 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
10831 (tm-sun4os4.h): Remove dependency.
10832 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
10833 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
10834 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
10835 sparc-tdep.o): Update dependencies.
10836 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
10837 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
10838 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
10839 dependencies.
10840 * configure.host: Remove existing sparc-*-lynxos*,
10841 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
10842 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
10843 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
10844 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
10845 triplets.
10846 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
10847 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
10848 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
10849 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
10850 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
10851 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
10852 sparc64-*-solaris2* and sparc64-*-* triplets.
10853 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
10854 "symtab.h" and "objfiles.h".
10855 (BIAS): Remove define.
10856 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
10857 (X_DISP19): Remove macros.
10858 (sparc_fetch_instruction): Remove function.
10859 (struct gdbarch_tdep): Remove definition.
10860 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
10861 (sparc_breakpoint_from_pc): Remove function.
10862 (struct sparc64_frame_cache): Remove definition.
10863 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
10864 sparc64_unwind_pc): Remove functions.
10865 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
10866 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
10867 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
10868 (sparc64_frame_cache): Change return type to `struct
10869 sparc_frame_cache *'. Simply call sparc_frame_cache.
10870 (sparc64_frame_this_id, sparc64_frame_prev_register,
10871 sparc64_frame_base_address): Use `struct sparc_frame_cache'
10872 instead of `struct sparc64_frame_cache.
10873 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
10874 sparc_analyze_control_transfer, sparc_software_single_step,
10875 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
10876 _initialize_sparc64_tdep): Remove functions.
10877 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
10878 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
10879 macros.
10880 (sparc64_supply_gregset, sparc64_collect_gregset,
10881 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
10882 (sparc64_init_abi): New function.
10883 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
10884 inclusion guard. Include "sparc-tdep.h".
10885 (BIAS): Define.
10886 (r_tstate_offset, r_fprs_offset): New defines.
10887 (enum sparc_regnum): Remove defenition.
10888 (enum sparc64_regnum): Reformat.
10889 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
10890 (sparc64_init_abi, sparc64_supply_gregset,
10891 sparc64_collect_gregset, sparc64_supply_fpregset,
10892 sparc64_collect_fpregset): New prototypes.
10893 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
10894 Add extern declarations.
10895 (sparc64_sol2_init_abi): New prototype.
10896 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
10897 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
10898 prototypes.
10899 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
10900 "sparnbsd-nat.h".
10901 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
10902 functions.
10903 (_initialize_sparc64fbsd_nat): Remove initialization of
10904 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
10905 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 10906 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
10907 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
10908 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
10909 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
10910 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
10911 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
10912 (sparc64fbsd_r_y_offset): Remove variables.
10913 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10914 Make static and const.
10915 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
10916 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
10917 functions.
10918 (sparc64fbsd_gregset): New variable.
10919 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
10920 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
10921 and sparc64_supply_fpregset.
10922 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
10923 (sparc64fbsd_sigtramp_frame_this_id)
10924 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
10925 (sparc64fbsd_sigtramp_frame_unwind): New variable.
10926 (sparc64fbsd_sigtramp_frame_sniffer): New function.
10927 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
10928 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
10929 * sparcnbsd-tdep.c: Update copyright year. Include
10930 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
10931 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
10932 "value.h" and "sparcnbsd-tdep.h".
10933 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
10934 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
10935 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
10936 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
10937 defines.
10938 (sparcnbsd_gregset): New variable.
10939 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
10940 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
10941 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
10942 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
10943 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
10944 variables.
10945 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
10946 (sparc32nbsd_sigcontext_frame_this_id)
10947 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
10948 (sparc32nbsd_sigcontext_frame_unwind): New variable.
10949 (sparc32nbsd_sigtramp_frame_sniffer): New function.
10950 (sparcnbsd_get_longjmp_target_32,
10951 sparcnbsd_get_longjmp_target_64): Remove functions.
10952 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
10953 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
10954 sparcnbsd_init_elf): Remove.
10955 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
10956 (sparcnbsd_elf_init_abi): New functions.
10957 (_initialize_sparcnbsd_tdep): New prototype.
10958 (_initialize_sparnbsd_tdep): Update.
10959 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
10960 corelow.o. Add sparc64-nat.o and sparc-nat.o.
10961 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
10962 * config/sparc/linux.mh: Update comment.
10963 (XM_FILE, HOST_IPC): Remove variables.
10964 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
10965 sparc-linux-nat.o.
10966 * config/sparc/linux.mt: Update comment.
10967 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
10968 * config/sparc/nbsd.mt: Reformat.
10969 * config/sparc/nbsd64.mh: Update comment.
10970 (NATDEPFILES): Add sparc-nat.o.
10971 * config/sparc/nbsd64.mt: Update comment.
10972 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
10973 (TM_FILE): Set to tm-nbsd.h.
10974 * config/sparc/nbsdelf.mh: Update comment.
10975 (NATDEPFILES): Add sparc-nat.o.
10976 (XM_FILE): Delete.
10977 * config/sparc/nbsdaout.mh: Update comment.
10978 (NATDEPFILES): Add sparc-nat.o
10979 (XM_FILE): Delete.
10980 * config/sparc/nm-linux.h: Update copyright year. Don't include
10981 "config/nm-svr4.h" and "solib.h". Add protection against multiple
10982 inclusion.
10983 (KERNEL_U_SIZE): Remove define.
10984 (kernel_u_size): Remove prototype.
10985 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
10986 * config/sparc/nm-nbsd.h: Update copyright. Don't include
10987 "regcache.h".
10988 (CHILD_PREPARE_TO_STORE): Remove define.
10989 * config/sparc/nm-nbsdaout.h: Tweak some comments.
10990 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
10991 sparcnbsd-nat.c: Rewrite files.
10992 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
10993 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
10994 sparcnbsd-tdep.h: Remove files.
10995 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
10996 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
10997 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
10998 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
10999 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11000 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11001 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11002 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11003 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11004 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11005 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11006 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11007 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11008 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11009 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11010 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11011 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11012 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11013 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11014
ee84457a
AC
110152004-01-02 Andrew Cagney <cagney@redhat.com>
11016
11017 From 2003-12-18 Kazuhiro Inaoka:
11018 * configure.host: Add m32r-linux target.
11019
0bc2134e
MC
110202004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11021
11022 * top.c (print_gdb_version): Update year to 2004.
11023
89a72f9c
MM
110242004-01-02 Mark Mitchell <mark@codesourcery.com>
11025
11026 * MAINTAINERS: Add myself to the write-after-approval category.
11027
86b013ed
DJ
110282004-01-02 Daniel Jacobowitz <drow@mvista.com>
11029
11030 From Bernardo Innocenti <bernie@develer.com>:
11031 * configure.tgt: Add uClinux target.
11032
e42c9534
AC
110332004-01-02 Andrew Cagney <cagney@redhat.com>
11034
11035 * utils.c (do_my_cleanups): Make static, add forward declaration.
11036 * defs.h (do_my_cleanups): Delete declaration.
11037
162467d3
EZ
110382004-01-02 Eli Zaretskii <eliz@elta.co.il>
11039
11040 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11041 bfd/ChangeLog-0203.
11042
78434e59
MK
110432004-01-02 Mark Kettenis <kettenis@gnu.org>
11044
11045 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11046 in <machine/reg.h>.
11047 * configure, config.in: Regenerate.
11048
48efe704
AC
11049For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11050tui/ChangeLog-1998-2003.
c906108c
SS
11051\f
11052Local Variables:
11053mode: change-log
11054left-margin: 8
11055fill-column: 74
11056version-control: never
11057End:
This page took 1.076391 seconds and 4 git commands to generate.