diff options
author | Tom Tromey <tom@tromey.com> | 2018-06-08 10:06:43 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-06-08 10:07:37 -0600 |
commit | 2f4f025ff15b900706c8597060003a506107cf23 (patch) | |
tree | 657adc5f08d4848f5bf9fa7ee808695ebbf88d5c /gdb/ChangeLog | |
parent | 7ebd13590ca56ba32350dbfd1b66c5dc2468268e (diff) | |
download | gdb-2f4f025ff15b900706c8597060003a506107cf23.zip gdb-2f4f025ff15b900706c8597060003a506107cf23.tar.gz gdb-2f4f025ff15b900706c8597060003a506107cf23.tar.bz2 |
Fix gdb mingw build
I noticed that the mingw build was failing in the buildbot. This
patch fixes the problem. I'm checking it in as obvious.
gdb/ChangeLog
2018-06-08 Tom Tromey <tom@tromey.com>
* windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
now a method.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4f732b5..a10155b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2018-06-08 Tom Tromey <tom@tromey.com> + * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is + now a method. + +2018-06-08 Tom Tromey <tom@tromey.com> + * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr. 2018-06-08 Tom Tromey <tom@tromey.com> |