about summary refs log tree commit diff
path: root/sysdeps/arm
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-12 13:57:32 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-12 13:57:32 -0800
commit96a157490c8db4c3be4495c4f9c0ca9ecaf5ae7c (patch)
treeeb87e00fb53763b95b6f2d89f2b50c285df88183 /sysdeps/arm
parent04f5a636b6ac79677967d901a956f336a7ccfee3 (diff)
downloadglibc-96a157490c8db4c3be4495c4f9c0ca9ecaf5ae7c.tar.gz
glibc-96a157490c8db4c3be4495c4f9c0ca9ecaf5ae7c.tar.xz
glibc-96a157490c8db4c3be4495c4f9c0ca9ecaf5ae7c.zip
Use -Werror=undef for assembly code.
Diffstat (limited to 'sysdeps/arm')
-rw-r--r--sysdeps/arm/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/arm/Versions b/sysdeps/arm/Versions
index 5f2af29c38..f26a1a7606 100644
--- a/sysdeps/arm/Versions
+++ b/sysdeps/arm/Versions
@@ -17,4 +17,8 @@ libc {
   GLIBC_2.8 {
     __gnu_mcount_nc;
   }
+  GLIBC_2.19 {
+    # This set has to exist in some Versions file so we can use 2.19 in
+    # SHLIB_COMPAT.  Since it didn't exist anywhere else, we add it here.
+  }
 }