diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-10-05 12:21:14 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-10-05 12:22:39 -0400 |
commit | a1d217e844d89d85fcaeb0ca346acb8771c4d2f3 (patch) | |
tree | d63aaae5a6c8cbbb313f65a37db00f02f8711372 /gdb/Makefile.in | |
parent | 1f1845d435fd0886f5c5561df8922268d2dfaefc (diff) | |
download | fsf-binutils-gdb-a1d217e844d89d85fcaeb0ca346acb8771c4d2f3.zip fsf-binutils-gdb-a1d217e844d89d85fcaeb0ca346acb8771c4d2f3.tar.gz fsf-binutils-gdb-a1d217e844d89d85fcaeb0ca346acb8771c4d2f3.tar.bz2 |
gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.c
I get this build failure:
CXX amd64-windows-tdep.o
cc1plus: warning: command-line option '-Wmissing-prototypes' is valid for C/ObjC but not for C++
/home/smarchi/src/binutils-gdb/gdb/amd64-windows-tdep.c: In function 'return_value_convention amd64_windows_return_value(gdbarch*, value*, type*, regcache*, gdb_byte*, const gdb_byte*)':
/home/smarchi/src/binutils-gdb/gdb/amd64-windows-tdep.c:374:6: error: 'TYPE_VECTOR' was not declared in this scope
374 | if (TYPE_VECTOR (type) && len == 16)
| ^~~~~~~~~~~
TYPE_VECTOR was removed in favor of the type::is_vector method.
gdb/ChangeLog:
* amd64-windows-tdep.c (amd64_windows_return_value): Use
type::is_vector instead of TYPE_VECTOR.
Change-Id: I0ce26c3f7a33625761a8dba351c3158464f21b01
Diffstat (limited to 'gdb/Makefile.in')
0 files changed, 0 insertions, 0 deletions