Re: [PATCH v2 15/15] make-syscalls.sh: fix comment referencing syscall-template

2019-01-29 Thread Joseph Myers
This particular patch is OK after 2.29 has been released and master has 
opened for 2.30 development, but such architecture-independent fixes ought 
not be considered part of the port submission (see 
).

-- 
Joseph S. Myers
jos...@codesourcery.com

___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc


[PATCH v2 15/15] make-syscalls.sh: fix comment referencing syscall-template

2019-01-29 Thread Vineet Gupta
Signed-off-by: Vineet Gupta 
---
 ChangeLog | 2 ++
 sysdeps/unix/make-syscalls.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 8c1fc3d2cdcb..3c73507df5f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -101,6 +101,8 @@
* sysdeps/unix/sysv/linux/arc/shlib-versions: New file.
* scripts/build-many-glibcs.py: Enable building for ARC.
* NEW: Mention ARC port.
+   * sysdeps/unix/make-syscalls.sh: Fix comment referencing
+   syscall-template file.
 
 2019-01-25  Siddhesh Poyarekar  
 
diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh
index e39b2d6d5214..6a5c10d54e87 100644
--- a/sysdeps/unix/make-syscalls.sh
+++ b/sysdeps/unix/make-syscalls.sh
@@ -7,7 +7,7 @@
 #
 # This script is used to process the syscall data encoded in the various
 # syscalls.list files to produce thin assembly syscall wrappers around the
-# appropriate OS syscall. See syscall-template.s for more details on the
+# appropriate OS syscall. See syscall-template.S for more details on the
 # actual wrapper.
 #
 # Syscall Signature Prefixes:
-- 
2.7.4


___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc