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