Delete #if 0'd out code.
[external/binutils.git] / gdb / ChangeLog
1 2012-01-04  Doug Evans  <dje@google.com>
2
3         Delete #if 0'd out code.
4         * language.c (binop_result_type): Delete.
5         (simple_type, ordered_type, same_type, integral_type): Delete.
6         (numeric_type, character_type, string_type, boolean_type): Delete.
7         (float_type, structured_type): Delete.
8         * language.h: Update.
9
10 2012-01-04  Tom Tromey  <tromey@redhat.com>
11
12         * python/py-value.c (valpy_binop): Initialize 'res_val'.
13
14 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
15
16         * corefile.c (close_exec_file): Delete.
17         (reopen_exec_file): Remove commented out code that seems related
18         to close_exec_file, which is being deleted here.
19         * inferior.h (close_exec_file): Delete.
20         * fork-child.c (fork_inferior): Remove call to fork_inferior.
21
22 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
23
24         * ada-lang.c: #include "cli/cli-utils.h".
25         (get_selections): Use skip_spaces.
26         (ada_get_next_arg): Use skip_spaces and skip_to_space.
27         (catch_ada_exception_command_split): Use skip_spaces.
28         (ada_decode_assert_location): Likewise.
29
30 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
31
32         * linespec.c (decode_line_internal): Check for C++ or Java
33         compound constructs only if the current language is C, C++
34         or Java.
35
36 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
37
38         Revert:
39         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
40                     Joel Brobecker  <brobecker@adacore.com>
41         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
42         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
43         3 times.
44         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
45         fall through into AT_ENTRY_POINT.
46         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
47         DUMMY_ADDR with it.
48         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
49         PPC_INSN_SIZE skip to 3 times.
50
51 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
52
53         * linespec.c (add_minsym): Preserve function descriptors.
54
55 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
56
57         * breakpoint.c (all_locations_are_pending): Consider locations
58         in program spaces executing during startup pending as well.
59
60 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
61
62         Copyright year update in most files of the GDB Project.
63
64 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
65
66         * copyright.sh: Delete.
67         * copyright.py: Rewrite.
68
69 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
70
71         * gnulib/extra/update-copyright: New file, imported from gnulib.
72
73 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
74
75         * README (Copyright and License Notices): New section.
76
77 2012-01-03  Tom Tromey  <tromey@redhat.com>
78
79         PR python/12533:
80         * python/py-value.c (valpy_dereference, valpy_get_address
81         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
82         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
83         (valpy_absolute, valpy_richcompare): Free intermediate values.
84
85 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
86
87         * ada-lang.c: Reformat the copyright notice.
88
89 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
90
91         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
92         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
93         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
94         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
95         Revert this part of:
96         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
97         Build gdb directly from *.o files not using libgdb.a.
98         * Makefile.in (COMMON_OBS): Remove solib-target.o.
99
100 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
101
102         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
103         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
104         Reformat the copyright header.
105
106 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
107
108         Revert this part of:
109         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
110         Remove the gdbtui binary.
111         * gdb.c (main): Remove args.interpreter_p initialization.
112         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
113         * main.h (struct captured_main_args): Remove interpreter_p.
114
115 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
116
117         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
118
119 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
120
121         * top.c (print_gdb_version): Update copyright year.
122
123 2012-01-02  Yao Qi  <yao@codesourcery.com>
124
125         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
126
127 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
128             Joel Brobecker  <brobecker@adacore.com>
129
130         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
131         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
132         3 times.
133         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
134         fall through into AT_ENTRY_POINT.
135         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
136         DUMMY_ADDR with it.
137         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
138         PPC_INSN_SIZE skip to 3 times.
139
140 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
141
142         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
143         the return value.
144         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
145
146 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
147
148         Build gdb directly from *.o files not using libgdb.a.
149         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
150         (COMMON_OBS): Remove solib-target.o.
151         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
152         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
153         (LIBGDB_OBS, libgdb.a): Move it above.
154         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
155         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
156         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
157         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
158         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
159         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
160         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
161         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
162         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
163         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
164         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
165         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
166         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
167         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
168         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
169         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
170         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
171         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
172         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
173         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
174         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
175         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
176         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
177         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
178         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
179         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
180         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
181
182 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
183
184         Remove the gdbtui binary.
185         * .gitignore (/gdbtui): Remove.
186         * Makefile.in (TUI): Remove.
187         (SUBDIR_TUI_OBS): Remove tui-main.o.
188         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
189         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
190         (tui-main.o): Remove.
191         (all_object_files): Remove tui-main.o.
192         * NEWS: New note for the gdbtui removal.
193         * configure: Rebuilt.
194         * configure.ac: No longer add all-tui, clean-tui, install-tui and
195         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
196         CONFIG_UNINSTALL respectively.
197         * gdb.c (main): Remove args.interpreter_p initialization.
198         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
199         * main.h (struct captured_main_args): Remove interpreter_p.
200         * tui/tui-main.c: Remove.
201
202 2012-01-01  Doug Evans  <dje@google.com>
203
204         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
205         (dwarf2_physname, read_import_statement): Ditto.
206         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
207         (process_structure_scope read_subroutine_type): Ditto.
208         (read_typedef, load_partial_dies, read_partial_die): Ditto.
209         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
210         (dwarf2_fetch_die_location_block): Ditto.
211         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
212
213         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
214         All callers updated.
215         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
216         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
217         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
218
219         * dwarf2read.c (load_cu): Move assert to more useful location.
220
221         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
222         All callers updated.
223
224         * dwarf2read.c (dwarf2_per_objfile): Add comment.
225         (dwarf2_elf_names): Minor reformat.
226         (dwarf2_per_cu_data): Tweak comment.
227         (dwarf2_read_section): Fix comment.
228         (create_all_comp_units): Fix comment.
229         (load_full_comp_unit): Fix comment.
230         (process_full_comp_unit): Fix comment.
231         (read_signatured_type): Fix comment.
232
233 For older changes see ChangeLog-2011.
234 \f
235 Local Variables:
236 mode: change-log
237 left-margin: 8
238 fill-column: 74
239 version-control: never
240 coding: utf-8
241 End: