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