]> sourceware.org Git - glibc.git/commitdiff
Remove a trailing `\' in make-syscalls.sh
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 13 May 2015 16:11:12 +0000 (09:11 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 13 May 2015 16:11:12 +0000 (09:11 -0700)
[BZ #18409]
* sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.

ChangeLog
NEWS
sysdeps/unix/make-syscalls.sh

index 1e4d6f832fd55f2d73abdb1675edcc62d1da8392..dc7431be356610b47b06b04ecbba27e03190e848 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       [BZ #18409]
+       * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
+
 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
diff --git a/NEWS b/NEWS
index f4fe47fc3589fa0518a40112c3d8c59964078753..91027bd83b60d72a8f69649992c4165052a38bc5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ Version 2.22
   18007, 18019, 18020, 18029, 18030, 18032, 18036, 18038, 18039, 18042,
   18043, 18046, 18047, 18068, 18080, 18093, 18100, 18104, 18110, 18111,
   18125, 18128, 18138, 18185, 18197, 18206, 18210, 18211, 18247, 18287,
-  18319, 18333, 18346, 18397.
+  18319, 18333, 18346, 18397, 18409.
 
 * Cache information can be queried via sysconf() function on s390 e.g. with
   _SC_LEVEL1_ICACHE_SIZE as argument.
index e3596b6ce31fe9e69e5c79f6f6cf2956e33b4317..910a22c0e158af7cddf6956080105d47a1dbf24f 100644 (file)
@@ -274,7 +274,7 @@ while read file srcfile caller syscall args strong weak; do
     vdso_symver=`echo "$vdso_symver" | sed 's/\./_/g'`
     echo "\
 \$(foreach p,\$(sysd-rules-targets),\$(objpfx)\$(patsubst %,\$p,$file).os): \\
-               \$(..)sysdeps/unix/make-syscalls.sh\
+               \$(..)sysdeps/unix/make-syscalls.sh
        \$(make-target-directory)
        (echo '#include <dl-vdso.h>'; \\
         echo 'extern void *${strong}_ifunc (void) __asm (\"${strong}\");'; \\
This page took 0.118948 seconds and 5 git commands to generate.