aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@ezchip.com>2014-12-26 16:22:28 -0500
committerChris Metcalf <cmetcalf@ezchip.com>2014-12-26 16:22:28 -0500
commit5d24aa6056c7e70dc96948c6c6c84ed4a523ec65 (patch)
treeb7b87aab14297917a25e47978c0cac913de4248d /ChangeLog
parent7c1395a7e4d3d994a986ef2bc5457ba3f4aaec22 (diff)
downloadglibc-5d24aa6056c7e70dc96948c6c6c84ed4a523ec65.tar
glibc-5d24aa6056c7e70dc96948c6c6c84ed4a523ec65.tar.gz
glibc-5d24aa6056c7e70dc96948c6c6c84ed4a523ec65.tar.bz2
glibc-5d24aa6056c7e70dc96948c6c6c84ed4a523ec65.zip
tilegx: fix sysdep.h to avoid a redefinition warning
The symbol for HAVE_CLOCK_GETTIME_VSYSCALL was being only conditionally defined under [SHARED]. However, it turns out this causes a preprocessor symbol redefinition warning when building clock_gettime.o. Move the symbol definition down to make it unconditional, like other platforms do.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b01ed88d4..1dc4798eb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
+ * sysdeps/unix/sysv/linux/tile/sysdep.h
+ (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
+ assembly-specific section to avoid a redefinition warning.
+
* sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
long before casting to pointer to avoid a cast warning.