Giacomo Travaglini has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/51748 )
Change subject: arch-arm: Add fchmodat syscall
......................................................................
arch-arm: Add fchmodat syscall
Signed-off-by: Giacomo Travaglini <[email protected]>
Change-Id: I6ce4770aea0456423cf5a37171fbd8e4469b3e98
---
M src/arch/arm/linux/se_workload.cc
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/arch/arm/linux/se_workload.cc
b/src/arch/arm/linux/se_workload.cc
index b8236ec..712fcf9 100644
--- a/src/arch/arm/linux/se_workload.cc
+++ b/src/arch/arm/linux/se_workload.cc
@@ -455,7 +455,7 @@
{ base + 330, "linkat" },
{ base + 331, "symlinkat" },
{ base + 332, "readlinkat", readlinkatFunc<ArmLinux32> },
- { base + 333, "fchmodat" },
+ { base + 333, "fchmodat", fchmodatFunc<ArmLinux32> },
{ base + 334, "faccessat", faccessatFunc<ArmLinux32> },
{ base + 335, "pselect6" },
{ base + 336, "ppoll" },
@@ -551,7 +551,7 @@
{ base + 50, "fchdir" },
{ base + 51, "chroot" },
{ base + 52, "fchmod" },
- { base + 53, "fchmodat" },
+ { base + 53, "fchmodat", fchmodatFunc<ArmLinux64> },
{ base + 54, "fchownat", fchownatFunc<ArmLinux64> },
{ base + 55, "fchown", fchownFunc },
{ base + 56, "openat", openatFunc<ArmLinux64> },
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51748
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I6ce4770aea0456423cf5a37171fbd8e4469b3e98
Gerrit-Change-Number: 51748
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s