gdb/gdbserver/gdbreplay: Update copyright year in version out
[binutils-gdb.git] / gdb / ChangeLog
1 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2
3 * top.c (print_gdb_version): Update copyright year.
4
5 2012-01-02 Yao Qi <yao@codesourcery.com>
6
7 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
8
9 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10 Joel Brobecker <brobecker@adacore.com>
11
12 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
14 3 times.
15 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
16 fall through into AT_ENTRY_POINT.
17 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
18 DUMMY_ADDR with it.
19 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
20 PPC_INSN_SIZE skip to 3 times.
21
22 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
23
24 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
25 the return value.
26 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
27
28 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
29
30 Build gdb directly from *.o files not using libgdb.a.
31 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
32 (COMMON_OBS): Remove solib-target.o.
33 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
34 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
35 (LIBGDB_OBS, libgdb.a): Move it above.
36 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
37 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
38 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
39 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
40 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
41 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
42 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
43 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
44 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
45 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
46 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
47 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
48 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
49 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
50 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
51 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
52 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
53 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
54 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
55 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
56 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
57 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
58 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
59 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
60 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
61 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
62 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
63
64 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
65
66 Remove the gdbtui binary.
67 * .gitignore (/gdbtui): Remove.
68 * Makefile.in (TUI): Remove.
69 (SUBDIR_TUI_OBS): Remove tui-main.o.
70 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
71 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
72 (tui-main.o): Remove.
73 (all_object_files): Remove tui-main.o.
74 * NEWS: New note for the gdbtui removal.
75 * configure: Rebuilt.
76 * configure.ac: No longer add all-tui, clean-tui, install-tui and
77 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
78 CONFIG_UNINSTALL respectively.
79 * gdb.c (main): Remove args.interpreter_p initialization.
80 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
81 * main.h (struct captured_main_args): Remove interpreter_p.
82 * tui/tui-main.c: Remove.
83
84 2012-01-01 Doug Evans <dje@google.com>
85
86 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
87 (dwarf2_physname, read_import_statement): Ditto.
88 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
89 (process_structure_scope read_subroutine_type): Ditto.
90 (read_typedef, load_partial_dies, read_partial_die): Ditto.
91 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
92 (dwarf2_fetch_die_location_block): Ditto.
93 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
94
95 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
96 All callers updated.
97 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
98 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
99 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
100
101 * dwarf2read.c (load_cu): Move assert to more useful location.
102
103 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
104 All callers updated.
105
106 * dwarf2read.c (dwarf2_per_objfile): Add comment.
107 (dwarf2_elf_names): Minor reformat.
108 (dwarf2_per_cu_data): Tweak comment.
109 (dwarf2_read_section): Fix comment.
110 (create_all_comp_units): Fix comment.
111 (load_full_comp_unit): Fix comment.
112 (process_full_comp_unit): Fix comment.
113 (read_signatured_type): Fix comment.
114
115 For older changes see ChangeLog-2011.
116 \f
117 Local Variables:
118 mode: change-log
119 left-margin: 8
120 fill-column: 74
121 version-control: never
122 coding: utf-8
123 End: