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