diff options
author | Andreas Schwab <schwab@suse.de> | 2016-11-21 17:40:01 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2016-12-13 10:15:09 +0100 |
commit | 5f4f13b47abd5eb984a83302a87b02fb4a94545d (patch) | |
tree | 1991ea748ec0191b7706f8b65aa166c68fa1121d /ChangeLog | |
parent | f38aee21e21c91b9a7391c6b55d922eaab9e3735 (diff) | |
download | glibc-5f4f13b47abd5eb984a83302a87b02fb4a94545d.tar glibc-5f4f13b47abd5eb984a83302a87b02fb4a94545d.tar.gz glibc-5f4f13b47abd5eb984a83302a87b02fb4a94545d.tar.bz2 glibc-5f4f13b47abd5eb984a83302a87b02fb4a94545d.zip |
powerpc: remove _dl_platform_string and _dl_powerpc_platforms
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2016-12-13 Andreas Schwab <schwab@suse.de> + + * sysdeps/powerpc/dl-procinfo.c: Don't define + _dl_powerpc_platforms. + * sysdeps/powerpc/dl-procinfo.h (_dl_string_platform): Use string + constants instead of referencing _dl_powerpc_platforms. + (_dl_platform_string): Remove. + 2016-12-13 Florian Weimer <fweimer@redhat.com> * nptl/tst-cancel7.c (cmdline_process): Add missing case label. |