about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2013-10-04 12:48:51 +0930
committerAlan Modra <amodra@gmail.com>2013-10-04 12:51:11 +0930
commit4cb81307b3771672864fa3a7498bd39c13267a00 (patch)
tree800315fa619bcf77cb3148cccf6845fb83a9bbda /ChangeLog
parentf8e3e9f31bfd71641418897228fa1732170b69cc (diff)
downloadglibc-4cb81307b3771672864fa3a7498bd39c13267a00.tar.gz
glibc-4cb81307b3771672864fa3a7498bd39c13267a00.tar.xz
glibc-4cb81307b3771672864fa3a7498bd39c13267a00.zip
Use stdint.h types in union unaligned.
	* sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
	Use stdint types in rather than __attribute__((mode())).
	* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52bfa8ac7f..0280837858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2013-10-04  Alan Modra  <amodra@gmail.com>
 
 	* sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
+	Use stdint types in rather than __attribute__((mode())).
+	* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
+
+2013-10-04  Alan Modra  <amodra@gmail.com>
+
+	* sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
 	Correct handling of unaligned relocs for little-endian.
 	* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.