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