diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-22 16:47:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-22 16:47:54 +0000 |
commit | 79c9b9feb45d175d4a394edd9ecf89cde97890c4 (patch) | |
tree | b0982bb70fbec042629d2f2f2bf19347f917d44f /ChangeLog | |
parent | c60d3bf2fa54298f2dcdea1cceda63e0c0b14ae3 (diff) | |
download | glibc-79c9b9feb45d175d4a394edd9ecf89cde97890c4.tar glibc-79c9b9feb45d175d4a394edd9ecf89cde97890c4.tar.gz glibc-79c9b9feb45d175d4a394edd9ecf89cde97890c4.tar.bz2 glibc-79c9b9feb45d175d4a394edd9ecf89cde97890c4.zip |
Mark unwind-dw2-fde-glibc.c variable possibly unused.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2012-11-22 Joseph Myers <joseph@codesourcery.com> + * sysdeps/generic/unwind-dw2-fde-glibc.c + (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with + __attribute__ ((unused)). + [BZ #14645] * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as x * y if x and y are nonzero and z is zero. |