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