* main.c (relocate_gdb_directory): Avoid calling stat function
[binutils-gdb.git] / gdb / ChangeLog
1 2013-01-03 Pierre Muller <muller@sourceware.org>
2
3 * main.c (relocate_gdb_directory): Avoid calling stat function
4 if DIR is empty.
5
6 2013-01-03 Yao Qi <yao@codesourcery.com>
7
8 * psymtab.c (fixup_psymbol_section): Update declaration.
9 (fixup_psymbol_section): Remove code returning value.
10
11 2013-01-03 Yao Qi <yao@codesourcery.com>
12
13 * symtab.h: Remove some out of date comments.
14 (enum exception_event_kind): Move it ...
15 * breakpoint.c: ... here.
16
17 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
18
19 PR gdb/14405
20 * darwin-nat.c (darwin_read_dyld_info): Only build if
21 TASK_DYLD_INFO_COUNT is defined.
22 (darwin_xfer_partial): Call darwin_read_dyld_info only if
23 TASK_DYLD_INFO_COUNT is defined.
24
25 2013-01-02 Tom Tromey <tromey@redhat.com>
26
27 * symfile.h (struct ecoff_debug_hack): Remove.
28 * objfiles.c: Don't include mdebugread.h.
29
30 2013-01-02 Tom Tromey <tromey@redhat.com>
31
32 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
33 * configure.ac: Check for Mach-O support in BFD. Update
34 CONFIG_OBS.
35 * configure: Rebuild.
36
37 2013-01-02 Tom Tromey <tromey@redhat.com>
38
39 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
40 * configure.ac: Use GDB_AC_CHECK_BFD.
41 * configure: Rebuild.
42
43 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
44
45 * MAINTAINERS: Update my email.
46
47 2013-01-01 Joel Brobecker <brobecker@adacore.com>
48
49 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
50
51 2013-01-01 Joel Brobecker <brobecker@adacore.com>
52
53 * rs6000-nat.c (bss_data_overlap): New function.
54 (vmap_symtab): Use it to adjust the .bss section's offset.
55
56 2013-01-01 Joel Brobecker <brobecker@adacore.com>
57
58 Update year range in copyright notice of all files.
59
60 2013-01-01 Joel Brobecker <brobecker@adacore.com>
61
62 * top.c (print_gdb_version): Update copyright year.
63
64 For older changes see ChangeLog-2012.
65 \f
66 Local Variables:
67 mode: change-log
68 left-margin: 8
69 fill-column: 74
70 version-control: never
71 coding: utf-8
72 End: