aarch64: free tlsdesc data on dlclose [BZ #27403]
commit69499bb6eeb4f5d1b3502758208301d21042a783
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 11 Feb 2021 13:38:10 +0000 (11 13:38 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 6 Apr 2021 13:35:05 +0000 (6 14:35 +0100)
tree926ecdd522633b75e226043f03434302cf7f8fe6
parentedb0ba79a1c45024b9b55fa7acb700163aa560d3
aarch64: free tlsdesc data on dlclose [BZ #27403]

DL_UNMAP_IS_SPECIAL and DL_UNMAP were not defined. The definitions are
now copied from arm, since the same is needed on aarch64. The cleanup
of tlsdesc data is handled by the custom _dl_unmap.

Fixes bug 27403.
sysdeps/aarch64/dl-lookupcfg.h [new file with mode: 0644]