ports/devel/gcc-msp430-ti-toolchain/files/patch-gdb-9.1__libctf__swap.h
Lev A. Serebryakov 501a60158f devel/gcc-msp430-ti-toolchain: Update to latest version
Update toolchain to latest released version.
2022-04-13 23:04:38 +03:00

11 lines
274 B
C

--- gdb-9.1/libctf/swap.h.orig 2020-01-18 16:55:48.000000000 +0300
+++ gdb-9.1/libctf/swap.h 2020-08-21 16:27:33.859237620 +0300
@@ -43,7 +43,7 @@
| ((v & 0x000000ff) << 24));
}
-inline uint64_t
+static inline uint64_t
bswap_identity_64 (uint64_t v)
{
return v;