sim-se: only implement getdentsFunc on supported hosts
authorCiro Santilli <ciro.santilli@arm.com>
Tue, 20 Nov 2018 16:45:07 +0000 (16:45 +0000)
committerCiro Santilli <ciro.santilli@arm.com>
Tue, 27 Nov 2018 11:46:36 +0000 (11:46 +0000)
commita66d12c23517a010f5a05efbc2e47d61fba705c9
tree798e527a62dcbb15594b9e35e455ea8801e7054b
parent90dfafa2c4333a4d9aff7e296554c68752880825
sim-se: only implement getdentsFunc on supported hosts

The implementation of the getdents syscall relies on SYS_getdents, which
is not available on all archs, because the getdents syscall has been
superseded by getdents64, and does not exist on newer archs such as
aarch64.

This leads the build to break on aarch64 hosts with error:

error: 'SYS_getdents' was not declared in this scope

Change-Id: I8701fb5b61c0418b14a9463ef135a391a7f7a9ba
Reviewed-on: https://gem5-review.googlesource.com/c/14596
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Maintainer: Brandon Potter <Brandon.Potter@amd.com>
src/arch/x86/linux/process.cc
src/sim/syscall_emul.cc
src/sim/syscall_emul.hh