diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-10-14 06:55:28 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-06 05:46:59 -0600 |
commit | 4c628e0026157a723744b5225235dbc40436df61 (patch) | |
tree | cb24a8e881448b65db18841d48b60963493c5f47 /ChangeLog | |
parent | f4479220946ab71e6d73e8a7bd7e96b148e848f7 (diff) | |
download | glibc-4c628e0026157a723744b5225235dbc40436df61.zip glibc-4c628e0026157a723744b5225235dbc40436df61.tar.gz glibc-4c628e0026157a723744b5225235dbc40436df61.tar.bz2 |
PowerPC: initial support for multilib for PowerPC32
This patch add a empty Makefile, the C IFUNC helper macros, and a empty
available IFUNC implementation enumeration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to + support multiarch for POWER/PPC32. + * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c: + Likewise. + * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove + Implies file to make multiarch folder appers before the fpu and + default folder for power4 configuration. + 2013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com> * scripts/bench.pl: Append volatile keyword to type. |