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