about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/x86_64/localplt.data
Commit message (Collapse)AuthorAgeFilesLines
* Remove __access_noerrnoJoseph Myers2023-11-231-1/+0
| | | | | | | | | | | | | | | | A recent commit, apparently commit 6c6fce572fb8f583f14d898e54fd7d25ae91cf56 "elf: Remove /etc/suid-debug support", resulted in localplt failures for i686-gnu and x86_64-gnu: Missing required PLT reference: ld.so: __access_noerrno After that commit, __access_noerrno is actually no longer used at all. So rather than just removing the localplt expectation for that symbol for Hurd, completely remove all definitions of and references to that symbol. Tested for x86_64, and with build-many-glibcs.py for i686-gnu and x86_64-gnu.
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
|
* hurd 64bit: Add missing data file for check-localplt testSamuel Thibault2023-05-011-0/+44