2012-01-11 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
72384ba3
PH
12012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2
3 * blockframe.c (block_innermost_frame): Start search from selected
4 frame, if present, or otherwise the current frame.
5
6 * c-exp.y (variable): Update innermost_block for
7 'block COLONCOLON NAME' clause.
8 * m2-exp.y (variable): Ditto.
9 * objc-exp.y (variable): Ditto.
10
065a711f
TT
112012-01-10 Tom Tromey <tromey@redhat.com>
12
13 PR python/13199:
14 * python/python.c (finish_python_initialization): Set sys.argv.
15
f3f5162e
DE
162012-01-10 Doug Evans <dje@google.com>
17
18 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
19 "want_line_info". All callers updated.
20 (dwarf_decode_lines_1): New function.
21 (handle_DW_AT_stmt_list): Add function comment.
22 New arg "want_line_info". All callers updated.
23 (read_file_scope,read_type_unit_scope): Move comment from
24 handle_DW_AT_stmt_list to here.
25
9934703b
JK
262012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 Fix regression after libiberty/ update for GCC PR 6057 and others.
29 * c-exp.y (operator) <OPERATOR DELETE>
30 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
31 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
32 (make_builtin_type, make_name): New variable i, add gdb_assert.
33 (operator) <OPERATOR NEW>: Update ARGS to 3.
34 (operator) <OPERATOR DELETE>: Add trailing space.
35 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
36 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
37 * cp-support.c (cp_canonicalize_string): Check NULL from
38 cp_comp_to_string, call warning and return.
39
06b9f45f
JK
402012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
41
42 Fix duplicate .o files after omitting libbfd.a.
43 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
44 (SFILES): Add corelow.c.
45 (COMMON_OBS): Add corelow.o.
46 (ALLDEPFILES): Remove corelow.c.
47 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
48 * config/alpha/alpha-osf3.mh: Likewise.
49 * config/alpha/fbsd.mh: Likewise.
50 * config/arm/nbsdaout.mh: Likewise.
51 * config/arm/nbsdelf.mh: Likewise.
52 * config/i386/i386gnu.mh: Likewise.
53 * config/ia64/hpux.mh: Likewise.
54 * config/ia64/linux.mh: Likewise.
55 * config/m32r/linux.mh: Likewise.
56 * config/m68k/linux.mh: Likewise.
57 * config/mips/irix5.mh: Likewise.
58 * config/mips/irix6.mh: Likewise.
59 * config/pa/hpux.mh: Likewise.
60 * config/pa/linux.mh: Likewise.
61 * config/powerpc/aix.mh: Likewise.
62 * config/sparc/linux.mh: Likewise.
63 * config/sparc/linux64.mh: Likewise.
64 * config/sparc/sol2.mh: Likewise.
65 * config/vax/vax.mh: Likewise.
66 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
67 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
68 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
69 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
70 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
71 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
72 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
73 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
74 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
75 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
76 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
77 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
78 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
79 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
80 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
81 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
82 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
83 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
84 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
85 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
86 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
87 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
88 corelow.o from gdb_target_obs.
89 * corefile.c (core_target): Update the comment on NULL value.
90 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
91 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
92 MATCHES. Drop YUMMY set on NULL.
93 (core_close): Do not call exit_inferior_silent on zero PID. Do not
94 reclaim CORE_DATA if it is already NULL.
95
34365054
DE
962012-01-09 Doug Evans <dje@google.com>
97
98 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
99 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
100
696166a3
KS
1012012-01-09 Keith Seitz <keiths@redhat.com>
102
103 * breakpoint.c (wrapper.h): Don't include.
104
8e7b59a5
KS
1052012-01-09 Keith Seitz <keiths@redhat.com>
106
107 * Makefile.in (SFILES): Remove wrapper.c.
108 (HFILES_NO_SRCDIR): Remove wrapper.h.
109 (COMMON_OBS): Remove wrapper.o.
110 * cli/cli-interp.c: Don't inlude wrapper.h.
111 * corelow.c: Likewise.
112 (core_open): Replace gdb_target_find_new_threads with
113 TRY_CATCH around target_find_new_threads.
114 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
115 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
116 * varobj.c (varobj_create): Likewise for parse_exp_1 and
117 evaluate_expression.
118 (varobj_set_value): Likewise for evaluate_expression and
119 value_assign.
120 (install_new_variable): Likewise for value_fetch_lazy.
121 (adjust_value_for_child_access): Likewise for value_ind.
122 (c_describe_child): Likewise for value_subscript and
123 value_ind.
124 (c_value_of_root): Likewise for evaluate_expression.
125 * wrapper.c: Remove.
126 * wrapper.h: Remove.
127
1a4eeb98
DE
1282012-01-09 Doug Evans <dje@google.com>
129
9ff913ba
DE
130 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
131 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
132 "abfd" args with "section". All callers updated.
133 Error checking code moved ...
134 (error_check_comp_unit_head): ... here. New function.
135 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
136 Delete arg "abfd". New arg "type_offset". All callers updated.
137 (create_debug_types_hash_table): Simplify by using
138 read_and_check_type_unit_head.
139
1a4eeb98
DE
140 * parser-defs.h (namecopy): Delete.
141 * parse.c (namecopy, namecopy_size): Move into copy_name.
142
2e6af8c0
JK
1432012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
144
145 Partially fix duplicate .o files after omitting libbfd.a.
146 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
147 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
148 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
149 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
150 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
151 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
152 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
153
9f2f828a
PA
1542012-01-09 Pedro Alves <palves@redhat.com>
155
156 * MAINTAINERS: Update my email address.
157
4d72c0bc
DE
1582012-01-08 Doug Evans <dje@google.com>
159
d467dd73
DE
160 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
161 n_type_units. Rename type_comp_units to all_type_units.
162 All uses updated.
163 (add_signatured_type_cu_to_table): Renamed from
164 add_signatured_type_cu_to_list. All callers updated.
165
4d72c0bc
DE
166 * gdbtypes.h (struct cplus_struct_type): Delete member
167 nfn_fields_total. All uses removed.
168
21b2bd31
DE
1692012-01-06 Doug Evans <dje@google.com>
170
171 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
172 to top of file.
173 (dwarf2_find_comp_unit): Delete.
174 (process_psymtab_comp_unit): Make result "void".
175 Delete args buffer, info_ptr, buffer_size, and replace with
176 "section". All callers updated.
177 (dwarf2_build_psymtabs_hard): Simplify.
178
bfd189b1
SDJ
1792012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
180 Thiago Jung Bauermann <bauerman@br.ibm.com>
181
182 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
183 before `struct gdb_exception'.
184 * breakpoint.c (update_global_location_list_nothrow)
185 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
186 * cp-abi.c (value_rtti_type): Likewise.
187 * cp-support.c (cp_validate_operator): Likewise.
188 * infrun.c (insert_exception_resume_breakpoint)
189 (check_exception_resume, keep_going): Likewise.
190 * mi-interp.c (mi_breakpoint_created)
191 (mi_breakpoint_modified): Likewise.
192 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
193 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
194 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
195
6b07635f
DE
1962012-01-05 Doug Evans <dje@google.com>
197
0b30b85c
DE
198 * dwarf2read.c (statement_prologue): Delete, unused.
199
98714339
DE
200 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
201 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
202
6b07635f
DE
203 * dwarf2read.c (comp_unit_header): Delete, unused.
204
761f4555
UW
2052012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
206
207 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
208 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
209
2ca0b532
PA
2102012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
211
212 * infrun.c (normal_stop): Don't skip calling the normal_stop
213 observers if the thread was doing a multi-step, but stopped for
214 some reason other than stepping.
215
50aeff07
PA
2162012-01-05 Pedro Alves <alves.ped@gmail.com>
217
218 * cli/cli-decode.h: Add comments.
219 (CMD_LIST_AMBIGUOUS): Moved to command.h
220 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
221 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
222 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
223 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
224 (add_com, add_com_alias, add_info, add_info_alias)
225 (complete_on_cmdlist, complete_on_enum, help_list): Remove
226 declarations.
227 * command.h: Add and adjust comments.
228 (CMD_LIST_AMBIGUOUS): Moved here.
229 (help_cmd, help_cmd_list): Delete declarations.
230
5953832c
DE
2312012-01-04 Doug Evans <dje@google.com>
232
e5fe5e75
DE
233 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
234 All callers updated.
235 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
236 Replace all arguments with "per_cu". All callers updated.
237
28dee7f5
DE
238 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
239
23745b47
DE
240 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
241 New arg "per_cu". All callers updated.
242
5953832c
DE
243 Delete #if 0'd out code.
244 * language.c (binop_result_type): Delete.
245 (simple_type, ordered_type, same_type, integral_type): Delete.
246 (numeric_type, character_type, string_type, boolean_type): Delete.
247 (float_type, structured_type): Delete.
248 * language.h: Update.
249
0f5b7562
TT
2502012-01-04 Tom Tromey <tromey@redhat.com>
251
252 * python/py-value.c (valpy_binop): Initialize 'res_val'.
253
78218f56
JB
2542012-01-04 Joel Brobecker <brobecker@adacore.com>
255
256 * corefile.c (close_exec_file): Delete.
257 (reopen_exec_file): Remove commented out code that seems related
258 to close_exec_file, which is being deleted here.
259 * inferior.h (close_exec_file): Delete.
260 * fork-child.c (fork_inferior): Remove call to fork_inferior.
261
0fcd72ba
JB
2622012-01-04 Joel Brobecker <brobecker@adacore.com>
263
264 * ada-lang.c: #include "cli/cli-utils.h".
265 (get_selections): Use skip_spaces.
266 (ada_get_next_arg): Use skip_spaces and skip_to_space.
267 (catch_ada_exception_command_split): Use skip_spaces.
268 (ada_decode_assert_location): Likewise.
269
1dabb4c4
JB
2702012-01-04 Joel Brobecker <brobecker@adacore.com>
271
272 * linespec.c (decode_line_internal): Check for C++ or Java
273 compound constructs only if the current language is C, C++
274 or Java.
275
5931a2fa
JK
2762012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
277
278 Revert:
279 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
280 Joel Brobecker <brobecker@adacore.com>
281 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
282 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
283 3 times.
284 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
285 fall through into AT_ENTRY_POINT.
286 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
287 DUMMY_ADDR with it.
288 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
289 PPC_INSN_SIZE skip to 3 times.
290
1a2da5ee
JB
2912012-01-04 Joel Brobecker <brobecker@adacore.com>
292
293 * linespec.c (add_minsym): Preserve function descriptors.
294
8645ff69
UW
2952012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
296
297 * breakpoint.c (all_locations_are_pending): Consider locations
298 in program spaces executing during startup pending as well.
299
0b302171
JB
3002012-01-04 Joel Brobecker <brobecker@adacore.com>
301
302 Copyright year update in most files of the GDB Project.
303
8ba098ad
JB
3042012-01-04 Joel Brobecker <brobecker@adacore.com>
305
306 * copyright.sh: Delete.
307 * copyright.py: Rewrite.
308
09c01c30
JB
3092012-01-04 Joel Brobecker <brobecker@adacore.com>
310
311 * gnulib/extra/update-copyright: New file, imported from gnulib.
312
3c36c0af
JB
3132012-01-04 Joel Brobecker <brobecker@adacore.com>
314
315 * README (Copyright and License Notices): New section.
316
888fe1e1
TT
3172012-01-03 Tom Tromey <tromey@redhat.com>
318
319 PR python/12533:
320 * python/py-value.c (valpy_dereference, valpy_get_address
321 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
322 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
323 (valpy_absolute, valpy_richcompare): Free intermediate values.
324
6e681866
JB
3252011-01-03 Joel Brobecker <brobecker@adacore.com>
326
327 * ada-lang.c: Reformat the copyright notice.
328
0cd09acb
JK
3292012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
330
331 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
332 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
333 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
334 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
335 Revert this part of:
336 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
337 Build gdb directly from *.o files not using libgdb.a.
338 * Makefile.in (COMMON_OBS): Remove solib-target.o.
339
12c3e59c
JB
3402012-01-02 Joel Brobecker <brobecker@adacore.com>
341
342 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
343 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
344 Reformat the copyright header.
345
11bf1490
JK
3462012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
347
348 Revert this part of:
349 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
350 Remove the gdbtui binary.
351 * gdb.c (main): Remove args.interpreter_p initialization.
352 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
353 * main.h (struct captured_main_args): Remove interpreter_p.
354
1fef196f
JB
3552012-01-02 Joel Brobecker <brobecker@adacore.com>
356
357 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
358
67827812
JB
3592012-01-02 Joel Brobecker <brobecker@adacore.com>
360
361 * top.c (print_gdb_version): Update copyright year.
362
a4d0b831
YQ
3632012-01-02 Yao Qi <yao@codesourcery.com>
364
365 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
366
b5914469
JK
3672012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
368 Joel Brobecker <brobecker@adacore.com>
369
370 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
371 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
372 3 times.
373 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
374 fall through into AT_ENTRY_POINT.
375 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
376 DUMMY_ADDR with it.
377 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
378 PPC_INSN_SIZE skip to 3 times.
379
8da828f7
JK
3802012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
381
382 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
383 the return value.
384 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
385
8574e74b
JK
3862012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
387
388 Build gdb directly from *.o files not using libgdb.a.
389 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
390 (COMMON_OBS): Remove solib-target.o.
391 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
392 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
393 (LIBGDB_OBS, libgdb.a): Move it above.
394 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
395 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
396 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
397 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
398 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
399 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
400 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
401 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
402 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
403 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
404 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
405 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
406 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
407 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
408 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
409 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
410 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
411 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
412 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
413 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
414 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
415 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
416 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
417 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
418 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
419 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
420 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
421
217bff3e
JK
4222012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
423
424 Remove the gdbtui binary.
425 * .gitignore (/gdbtui): Remove.
426 * Makefile.in (TUI): Remove.
427 (SUBDIR_TUI_OBS): Remove tui-main.o.
428 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
429 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
430 (tui-main.o): Remove.
431 (all_object_files): Remove tui-main.o.
432 * NEWS: New note for the gdbtui removal.
433 * configure: Rebuilt.
434 * configure.ac: No longer add all-tui, clean-tui, install-tui and
435 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
436 CONFIG_UNINSTALL respectively.
437 * gdb.c (main): Remove args.interpreter_p initialization.
438 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
439 * main.h (struct captured_main_args): Remove interpreter_p.
440 * tui/tui-main.c: Remove.
441
9cdd5dbd
DE
4422012-01-01 Doug Evans <dje@google.com>
443
bb5ed363
DE
444 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
445 (dwarf2_physname, read_import_statement): Ditto.
446 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
447 (process_structure_scope read_subroutine_type): Ditto.
448 (read_typedef, load_partial_dies, read_partial_die): Ditto.
449 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
450 (dwarf2_fetch_die_location_block): Ditto.
451 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
452
a0f42c21
DE
453 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
454 All callers updated.
455 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
456 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
457 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
458
2dc860c0
DE
459 * dwarf2read.c (load_cu): Move assert to more useful location.
460
68dc6402
DE
461 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
462 All callers updated.
463
9cdd5dbd
DE
464 * dwarf2read.c (dwarf2_per_objfile): Add comment.
465 (dwarf2_elf_names): Minor reformat.
466 (dwarf2_per_cu_data): Tweak comment.
467 (dwarf2_read_section): Fix comment.
468 (create_all_comp_units): Fix comment.
469 (load_full_comp_unit): Fix comment.
470 (process_full_comp_unit): Fix comment.
471 (read_signatured_type): Fix comment.
472
0c10e53e 473For older changes see ChangeLog-2011.
c906108c
SS
474\f
475Local Variables:
476mode: change-log
477left-margin: 8
478fill-column: 74
479version-control: never
57da7796 480coding: utf-8
c906108c 481End:
This page took 1.369656 seconds and 4 git commands to generate.