diff options
author | Tom Tromey <tom@tromey.com> | 2017-09-27 21:06:21 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-09-29 20:46:44 -0600 |
commit | 726b2169b4cda6a0267cb2986ada758270cff093 (patch) | |
tree | 92d01f8d55cdc3606f24a3383af4498087c26878 /gdb/ChangeLog | |
parent | 55b064321eed6cccf511fd698c732890e3ba4c6b (diff) | |
download | gdb-726b2169b4cda6a0267cb2986ada758270cff093.zip gdb-726b2169b4cda6a0267cb2986ada758270cff093.tar.gz gdb-726b2169b4cda6a0267cb2986ada758270cff093.tar.bz2 |
Remove cleanup from xstormy16-tdep.c
This removes a cleanup from xstormy16-tdep.c, using gdb::byte_vector.
gdb/ChangeLog
2017-09-29 Tom Tromey <tom@tromey.com>
* xstormy16-tdep.c (xstormy16_push_dummy_call): Use
gdb::byte_vector.
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 d2678d4..989c127 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2017-09-29 Tom Tromey <tom@tromey.com> + * xstormy16-tdep.c (xstormy16_push_dummy_call): Use + gdb::byte_vector. + +2017-09-29 Tom Tromey <tom@tromey.com> + * complaints.c (vcomplaint): Use std::string. 2017-09-29 Tom Tromey <tom@tromey.com> |