Port-m68k archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Natural alignment used on NetBSD/m68k



> Thanks a lot for the test, also for testing with NetBSD 1.5.3.
> 
> Would you performing the same exact test on a current version of NetBSD?

Already attached with the 1.5.3 result
(it's on NetBSD/atari 10.1 but all NetBSD/m68k ports are binary compatible):
 https://mail-index.netbsd.org/port-m68k/2025/02/08/msg000914.html

---
milan-% file a.out
a.out: ELF 32-bit MSB executable, Motorola m68k, 68020, version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 10.1, with debug_info, not stripped
milan-% ./a.out
struct test { char x; int y; };
sizeof(struct test) = 8
offsetof(struct test, y) = 4
milan-% 
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index