diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-05-07 10:29:13 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-05-07 10:29:13 -0700 |
commit | 1a0fc08754ad83ae0a755f8c1bd8d0346494daba (patch) | |
tree | 85b48520b63bd6acc074d570ca3b9113bce9454b /ports/ChangeLog.arm | |
parent | e8dd47916fdb437ae44163719e6e876f9073e5d4 (diff) | |
download | glibc-1a0fc08754ad83ae0a755f8c1bd8d0346494daba.tar.gz glibc-1a0fc08754ad83ae0a755f8c1bd8d0346494daba.tar.xz glibc-1a0fc08754ad83ae0a755f8c1bd8d0346494daba.zip |
ARM: Rewrite elf_machine_dynamic in pure C.
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r-- | ports/ChangeLog.arm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index 25981d7729..3f504e41b4 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,3 +1,8 @@ +2013-05-07 Roland McGrath <roland@hack.frob.com> + + * sysdeps/arm/dl-machine.h (elf_machine_dynamic): Use a plain C + reference to _GLOBAL_OFFSET_TABLE_ with an STV_HIDDEN declaration. + 2013-05-06 Roland McGrath <roland@hack.frob.com> * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Add missing sfi_breg. |