diff options
author | Mark Wielaard <[email protected]> | 2018-07-04 00:31:46 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2018-07-04 00:31:46 +0200 |
commit | 94c975eefdfbfa9319b7bab69600c76fe6be7910 (patch) | |
tree | e29e208499440fdbaac2a867bcd7029f12e89a7a /libcpu/memory-access.h | |
parent | 766df1e15c1e8f8bc9890e7538eb2ef15a6516dc (diff) | |
parent | aa36de0335e3ce12898954985a208f6336731289 (diff) |
Merge tag 'elfutils-0.173' into mjw/RH-DTSdts-0.173
elfutils 0.173 release
Removed riscv backend for now.
Removed new arm32 tests.
Added various new files to libdw_static_pic.a to support split dwarf.
Diffstat (limited to 'libcpu/memory-access.h')
-rw-r--r-- | libcpu/memory-access.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpu/memory-access.h b/libcpu/memory-access.h index 44210e2f..779825fa 100644 --- a/libcpu/memory-access.h +++ b/libcpu/memory-access.h @@ -90,7 +90,7 @@ union unaligned int16_t s2; int32_t s4; int64_t s8; - } __attribute__ ((packed)); + } attribute_packed; static inline uint16_t read_2ubyte_unaligned (const void *p) |