aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2018-12-12 10:41:52 -0200
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2018-12-12 10:56:51 -0200
commit1d880d4a9bf7608c2cd33bbe954ce6995f79121a (patch)
tree30ee9a9cd3a51541e744d347da6e894112462328 /ChangeLog
parent1a502f5260f1513b9ba38b68d8087e48bc0ede0c (diff)
downloadglibc-1d880d4a9bf7608c2cd33bbe954ce6995f79121a.tar
glibc-1d880d4a9bf7608c2cd33bbe954ce6995f79121a.tar.gz
glibc-1d880d4a9bf7608c2cd33bbe954ce6995f79121a.tar.bz2
glibc-1d880d4a9bf7608c2cd33bbe954ce6995f79121a.zip
powerpc: Add missing CFI register information (bug #23614)
Add CFI information about the offset of registers stored in the stack frame. [BZ #23614] * sysdeps/powerpc/powerpc64/addmul_1.S (FUNC): Add CFI offset for registers saved in the stack frame. * sysdeps/powerpc/powerpc64/lshift.S (__mpn_lshift): Likewise. * sysdeps/powerpc/powerpc64/mul_1.S (__mpn_mul_1): Likewise. Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> Reviewed-by: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a78b6b752..07dfe69dc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-12-12 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
+
+ [BZ #23614]
+ * sysdeps/powerpc/powerpc64/addmul_1.S (FUNC): Add CFI offset for
+ registers saved in the stack frame.
+ * sysdeps/powerpc/powerpc64/lshift.S (__mpn_lshift): Likewise.
+ * sysdeps/powerpc/powerpc64/mul_1.S (__mpn_mul_1): Likewise.
+
2018-12-11 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
* include/bits/monetary-ldbl.h: New file.