* vax-nat.c: Update copyright year. Include "inf-ptrace.h".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2005-01-10 Mark Kettenis <kettenis@gnu.org>
2
3 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
4 (vax_register_u_offset): Make statuc.
5 (_initialize_vax_nat): Construct and add target vector.
6 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
7 inftarg.o. Add inf-ptrace.o.
8 * Makefile.in (vax-nat.o): Update dependencies.
9
10 * inf-ptrace.h: Update copyright year. Sync comment with
11 inf-ptrace.c.
12 (inf_ptrace_trad_target): New prototype.
13 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
14 "gdb_assert.h"
15 (inf_ptrace_target): Add comment.
16 (inf_ptrace+register_u_offset): New variable.
17 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
18 (inf_ptrace_store_register, inf_ptrace_store_registers)
19 (inf_ptrace_trad_target): New functions.
20 * Makefile.in (inf-ptrace.o): Update dependencies.
21
22 2005-01-09 Mark Kettenis <kettenis@gnu.org>
23
24 * configure.ac: Provide prerequisite headers when checking
25 <link.h>, <sys/proc.h> and <sys/user.h>.
26 * configure: Regenerate.
27
28 2005-01-08 Mark Kettenis <kettenis@gnu.org>
29
30 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
31 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
32
33 2005-01-07 Mark Kettenis <kettenis@gnu.org>
34
35 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
36 Don't include "tm-ia64.h".
37 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
38 * config/ia64/tm-ia64.h: Remove. Move contents ...
39 * ia64-tdep.h: ... here. Update copyright year.
40
41 2005-01-07 Andrew Cagney <cagney@gnu.org>
42
43 * configure.ac: Rename configure.in, require autoconf 2.59.
44 * configure: Re-generate.
45
46 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
47 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
48 to configdirs.
49
50 * configure.in: Replace configdirs with multiple references to
51 AC_CONFIG_SUBDIRS.
52 * configure: Re-generate.
53
54 2005-01-05 Andreas Schwab <schwab@suse.de>
55
56 * ia64-tdep.c: Include "osabi.h".
57 (native_find_global_pointer): Delete.
58 (ia64_find_global_pointer): Renamed from
59 generic_elf_find_global_pointer.
60 (FIND_GLOBAL_POINTER): Delete. Change all users to call
61 ia64_find_global_pointer instead.
62 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
63 to ia64_linux_sigcontext_register_address and
64 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
65 (_initialize_ia64_tdep): Call gdbarch_register instead of
66 deprecated register_gdbarch_init.
67 (struct gdbarch_tdep): Remove find_global_pointer field and move
68 to ...
69 * ia64-tdep.h (struct gdbarch_tdep): ... here.
70 (ia64_linux_sigcontext_register_address): Remove declaration.
71 (ia64_linux_getunwind_table): Likewise.
72 (ia64_linux_write_pc): Likewise.
73 * ia64-linux-tdep.c: Include "osabi.h".
74 (ia64_linux_sigcontext_register_address): Make static.
75 (ia64_linux_write_pc): Likewise.
76 (ia64_linux_init_abi): New.
77 (_initialize_ia64_linux_tdep): New.
78 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
79 $(osabi_h).
80
81 2005-01-05 Kevin Buettner <kevinb@redhat.com>
82
83 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
84 functions in ia64-aix-tdep.c.
85 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
86 function defined in ia64-aix-tdep.c.
87 * ia64-aix-tdep.c: Remove file.
88 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
89 this list.
90 * Makefile.in (ia64-aix-tdep.o): Delete.
91
92 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
93
94 Committed by Andrew Cagney.
95 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
96 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
97 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
98 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
99 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
100 * aix-thread.c (_initialize_aix_thread): Get rid of the
101 deprecated_add_show_from_set call.
102 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
103 * arm-tdep.c (_initialize_arm_tdep): Ditto.
104 * command.h (add_setshow_enum_cmd): Add arguments for returning
105 new list elements.
106 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
107 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
108 add_setshow_enum_cmd.
109
110 2005-01-04 Mark Kettenis <kettenis@gnu.org>
111
112 * configure.host (ia64-*-aix*): Remove.
113 * configure.tgt (ia64-*-aix*): Remove.
114 * config/ia64/aix.mh: Remove file.
115 * config/ia64/aix.mt: Remove file.
116 * config/ia64/tm-aix.h: Remove file.
117 * ia64-aix-nat.c: Remove file.
118 * Makefile.in (ia64-aix-nat.o): Remove dependency.
119
120 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
121 Add back inf-ptrace.o.
122
123 2005-01-04 Andrew Cagney <cagney@gnu.org>
124
125 * version.in: Change format from 6.3.50_2005-01-04-cvs to
126 6.3.50.20050104-cvs.
127
128 2005-01-04 Andreas Schwab <schwab@suse.de>
129
130 * breakpoint.c (break_command_1): Always free err_msg before
131 returning when an exception was caught.
132
133 2005-01-01 Joel Brobecker <brobecker@gnat.com>
134
135 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
136 in register number for addil instruction.
137
138 For older changes see ChangeLog-2004.
139 \f
140 Local Variables:
141 mode: change-log
142 left-margin: 8
143 fill-column: 74
144 version-control: never
145 End:
This page took 0.036577 seconds and 5 git commands to generate.