mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-18 00:37:28 +08:00
gdb: move RequireLongest to gdbsupport/traits.h
Move it out of defs.h. Change-Id: Ie1743d41a57f81667650048563e66073c72230cf Approved-By: John Baldwin <jhb@FreeBSD.org>
This commit is contained in:
committed by
Simon Marchi
parent
ec45252592
commit
6e7c49c2dd
@@ -18,6 +18,8 @@
|
||||
#ifndef GDB_EXTRACT_STORE_INTEGER_H
|
||||
#define GDB_EXTRACT_STORE_INTEGER_H
|
||||
|
||||
#include "gdbsupport/traits.h"
|
||||
|
||||
template<typename T, typename = RequireLongest<T>>
|
||||
T extract_integer (gdb::array_view<const gdb_byte>, enum bfd_endian byte_order);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user