diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-12 13:57:32 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-12 13:57:32 -0800 |
commit | 96a157490c8db4c3be4495c4f9c0ca9ecaf5ae7c (patch) | |
tree | eb87e00fb53763b95b6f2d89f2b50c285df88183 /ChangeLog | |
parent | 04f5a636b6ac79677967d901a956f336a7ccfee3 (diff) | |
download | glibc-96a157490c8db4c3be4495c4f9c0ca9ecaf5ae7c.tar glibc-96a157490c8db4c3be4495c4f9c0ca9ecaf5ae7c.tar.gz glibc-96a157490c8db4c3be4495c4f9c0ca9ecaf5ae7c.tar.bz2 glibc-96a157490c8db4c3be4495c4f9c0ca9ecaf5ae7c.zip |
Use -Werror=undef for assembly code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-02-12 Roland McGrath <roland@hack.frob.com> + * Makeconfig (ASFLAGS): Add -Werror=undef. + * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set. + * sysdeps/unix/make-syscalls.sh: Always emit #define's for + SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0. + * Makeconfig (after-link): New variable. (+link-pie, +link-pie-tests): Use it. (+link-static, +link-static-tests): Likewise. |