gdb: x86: fix x32 builds with inline asm
[external/binutils.git] / gdb / ChangeLog
1 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
2
3         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
4         Cast return_address to 64bits.
5
6 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
7
8         * printcmd.c: Remove define of function output_command.
9         * tracepoint.c: Remove extern of function output_command.
10         * valprint.h: (output_command): New extern.
11
12 2013-01-07  Tom Tromey  <tromey@redhat.com>
13
14         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
15         Remove.
16         (objc_language_defn): Use c_printchar, c_printstr,
17         c_emit_char.
18
19 2013-01-07  Tom Tromey  <tromey@redhat.com>
20
21         PR cli/7719:
22         * NEWS: Update.
23         * ada-valprint.c (printstr, print_field_values): Remove
24         "inspect_it" code.
25         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
26         code.
27         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
28         code.
29         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
30         * main.c (captured_main): Remove "epoch" argument.
31         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
32         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
33         * p-valprint.c (pascal_object_print_value_fields): Remove
34         "inspect_it" code.
35         * printcmd.c (print_command_1): Remove 'inspect' argument.
36         (print_command, call_command): Update.
37         (inspect_command): Remove.
38         (_initialize_printcmd): Make "inspect" an alias for "print".
39         * top.c (epoch_interface): Remove.
40         * top.h (epoch_interface): Remove.
41         * valprint.c (user_print_options): Update.
42         (print_converted_chars_to_obstack): Remove "inspect_it" code.
43         * valprint.h (struct value_print_options) <inspect_it>: Remove
44         field.
45
46 2013-01-04  Tom Tromey  <tromey@redhat.com>
47
48         * valprint.h (read_string): Add 'extern'.
49
50 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
51
52         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
53         used to decide whether to define darwin_read_dyld_info or not.
54
55 2013-01-03  Pierre Muller  <muller@sourceware.org>
56
57         * main.c (relocate_gdb_directory): Avoid calling stat function
58         if DIR is empty.
59
60 2013-01-03  Yao Qi  <yao@codesourcery.com>
61
62         * psymtab.c (fixup_psymbol_section): Update declaration.
63         (fixup_psymbol_section): Remove code returning value.
64
65 2013-01-03  Yao Qi  <yao@codesourcery.com>
66
67         * symtab.h: Remove some out of date comments.
68          (enum exception_event_kind): Move it ...
69         * breakpoint.c: ... here.
70
71 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
72
73         PR gdb/14405
74         * darwin-nat.c (darwin_read_dyld_info): Only build if
75         TASK_DYLD_INFO_COUNT is defined.
76         (darwin_xfer_partial): Call darwin_read_dyld_info only if
77         TASK_DYLD_INFO_COUNT is defined.
78
79 2013-01-02  Tom Tromey  <tromey@redhat.com>
80
81         * symfile.h (struct ecoff_debug_hack): Remove.
82         * objfiles.c: Don't include mdebugread.h.
83
84 2013-01-02  Tom Tromey  <tromey@redhat.com>
85
86         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
87         * configure.ac: Check for Mach-O support in BFD.  Update
88         CONFIG_OBS.
89         * configure: Rebuild.
90
91 2013-01-02  Tom Tromey  <tromey@redhat.com>
92
93         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
94         * configure.ac: Use GDB_AC_CHECK_BFD.
95         * configure: Rebuild.
96
97 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
98
99         * MAINTAINERS: Update my email.
100
101 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
102
103         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
104
105 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
106
107         * rs6000-nat.c (bss_data_overlap): New function.
108         (vmap_symtab): Use it to adjust the .bss section's offset.
109
110 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
111
112         Update year range in copyright notice of all files.
113
114 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
115
116         * top.c (print_gdb_version): Update copyright year.
117
118 For older changes see ChangeLog-2012.
119 \f
120 Local Variables:
121 mode: change-log
122 left-margin: 8
123 fill-column: 74
124 version-control: never
125 coding: utf-8
126 End: