Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2006-08-18 15:56:44 +0400
committerJulian Brown <julian@codesourcery.com>2006-08-18 15:56:44 +0400
commit2fc769430d31d459a42cc9de440891447967032d (patch)
tree711304824f39cc7bf5568d85634ea55578a7041a
parent84c68027c3b0ac87cfd914e8b068def2fed1e5b5 (diff)
libiberty/
* floatformat.c (get_field): Fix segfault with little-endian word order on 64-bit hosts. (put_field): Likewise. (min): Move definition.
-rw-r--r--ChangeLog.csl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 9a5c7ff28..c5adb7784 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,13 @@
2006-08-18 Julian Brown <julian@codesourcery.com>
+ libiberty/
+ * floatformat.c (get_field): Fix segfault with little-endian word
+ order on 64-bit hosts.
+ (put_field): Likewise.
+ (min): Move definition.
+
+2006-08-18 Julian Brown <julian@codesourcery.com>
+
opcodes/
* arm-dis.c (print_insn_neon): Disassemble 32-bit immediates as
signed on 64-bit hosts.