about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-09 10:05:29 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-09 10:06:20 -0700
commit55d4d550c8d77d42f968ac5a3f9be2dfcb05b620 (patch)
tree8614aa418dba61ee577c17945d5b196d92e8bd79 /ChangeLog
parent77d08acaadfb197cd03c56ac8f72baabeb305f25 (diff)
downloadglibc-55d4d550c8d77d42f968ac5a3f9be2dfcb05b620.tar.gz
glibc-55d4d550c8d77d42f968ac5a3f9be2dfcb05b620.tar.xz
glibc-55d4d550c8d77d42f968ac5a3f9be2dfcb05b620.zip
Silence a missing-noreturn warning for _Unwind_Resume.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4510093bfa..2da8ae1ce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-09  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
+
 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #16064]