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