]>
Commit | Line | Data |
---|---|---|
50da2f25 YQ |
1 | 2013-01-03 Yao Qi <[email protected]> |
2 | ||
3 | * psymtab.c (fixup_psymbol_section): Update declaration. | |
4 | (fixup_psymbol_section): Remove code returning value. | |
5 | ||
e7e8980f YQ |
6 | 2013-01-03 Yao Qi <[email protected]> |
7 | ||
8 | * symtab.h: Remove some out of date comments. | |
9 | (enum exception_event_kind): Move it ... | |
10 | * breakpoint.c: ... here. | |
11 | ||
569283d4 MF |
12 | 2013-01-02 Iain Sandoe <[email protected]> |
13 | ||
9f9d9a96 | 14 | PR gdb/14405 |
569283d4 MF |
15 | * darwin-nat.c (darwin_read_dyld_info): Only build if |
16 | TASK_DYLD_INFO_COUNT is defined. | |
17 | (darwin_xfer_partial): Call darwin_read_dyld_info only if | |
18 | TASK_DYLD_INFO_COUNT is defined. | |
19 | ||
2e36fbea TT |
20 | 2013-01-02 Tom Tromey <[email protected]> |
21 | ||
22 | * symfile.h (struct ecoff_debug_hack): Remove. | |
23 | * objfiles.c: Don't include mdebugread.h. | |
24 | ||
4f05add4 TT |
25 | 2013-01-02 Tom Tromey <[email protected]> |
26 | ||
27 | * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o. | |
28 | * configure.ac: Check for Mach-O support in BFD. Update | |
29 | CONFIG_OBS. | |
30 | * configure: Rebuild. | |
31 | ||
def63ff0 TT |
32 | 2013-01-02 Tom Tromey <[email protected]> |
33 | ||
34 | * acinclude.m4 (GDB_AC_CHECK_BFD): New macro. | |
35 | * configure.ac: Use GDB_AC_CHECK_BFD. | |
36 | * configure: Rebuild. | |
37 | ||
60c5dd93 MK |
38 | 2013-01-01 Maxim Kuvyrkov <[email protected]> |
39 | ||
40 | * MAINTAINERS: Update my email. | |
41 | ||
6e58437e JB |
42 | 2013-01-01 Joel Brobecker <[email protected]> |
43 | ||
44 | * cli/cli-script.h (make_cleanup_free_command_lines): Make extern. | |
45 | ||
627fe805 JB |
46 | 2013-01-01 Joel Brobecker <[email protected]> |
47 | ||
48 | * rs6000-nat.c (bss_data_overlap): New function. | |
49 | (vmap_symtab): Use it to adjust the .bss section's offset. | |
50 | ||
28e7fd62 JB |
51 | 2013-01-01 Joel Brobecker <[email protected]> |
52 | ||
53 | Update year range in copyright notice of all files. | |
54 | ||
b9786c74 JB |
55 | 2013-01-01 Joel Brobecker <[email protected]> |
56 | ||
57 | * top.c (print_gdb_version): Update copyright year. | |
58 | ||
72b20e9c | 59 | For older changes see ChangeLog-2012. |
c906108c SS |
60 | \f |
61 | Local Variables: | |
62 | mode: change-log | |
63 | left-margin: 8 | |
64 | fill-column: 74 | |
65 | version-control: never | |
57da7796 | 66 | coding: utf-8 |
c906108c | 67 | End: |