aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-12-05 11:59:03 +0100
committerThomas Schwinge <thomas@codesourcery.com>2016-12-08 08:29:39 +0100
commit21389b7f3451a482e14fef9bd32257c4c87f4317 (patch)
treeb192b3c783433da11a906f825aa6f8b3bc5afc35 /gdb/ChangeLog
parent0947023d1d4b5d8803a1065d622f707010b2bcdc (diff)
downloadgdb-21389b7f3451a482e14fef9bd32257c4c87f4317.zip
gdb-21389b7f3451a482e14fef9bd32257c4c87f4317.tar.gz
gdb-21389b7f3451a482e14fef9bd32257c4c87f4317.tar.bz2
Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++
..., so handle these in "C" mode still: gdb/ * config/i386/i386gnu.mh (%_S.o %_U.o): Add "-x c" to "COMPILE.post". * gnu-nat.c: #include Mach/Hurd headers before all others. Wrap Mach/Hurd headers and MIG stubs' prototypes in 'extern "C"'. * i386-gnu-nat.c: Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a40eb29..171d03a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2016-12-08 Thomas Schwinge <thomas@codesourcery.com>
+ * config/i386/i386gnu.mh (%_S.o %_U.o): Add "-x c" to
+ "COMPILE.post".
+ * gnu-nat.c: #include Mach/Hurd headers before all others. Wrap
+ Mach/Hurd headers and MIG stubs' prototypes in 'extern "C"'.
+ * i386-gnu-nat.c: Likewise.
+
* gnu-nat.c (proc_get_exception_port, proc_set_exception_port)
(INF_RESUME_MSGPORT_RPC, proc_get_state, _proc_get_exc_port)
(proc_steal_exc_port, proc_restore_exc_port, make_proc)