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