diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-02-01 18:32:19 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-02-01 20:08:25 +0000 |
commit | 355bc7f736fb4cbc81979a7fce674858173f34cf (patch) | |
tree | e0a161e62a0d8b3c064a76bc1a9dd172119aa215 /sysdeps/generic/set-hooks-arch.h | |
parent | ce9a68c57c260c8417afc93972849ac9ad243ec4 (diff) | |
download | glibc-355bc7f736fb4cbc81979a7fce674858173f34cf.zip glibc-355bc7f736fb4cbc81979a7fce674858173f34cf.tar.gz glibc-355bc7f736fb4cbc81979a7fce674858173f34cf.tar.bz2 |
SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86
It is not Hurd-specific, but H.J. Lu wants it there.
Also, dc.a can be used to avoid hardcoding .long vs .quad and thus use
the same implementation for i386 and x86_64.
Diffstat (limited to 'sysdeps/generic/set-hooks-arch.h')
-rw-r--r-- | sysdeps/generic/set-hooks-arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/set-hooks-arch.h b/sysdeps/generic/set-hooks-arch.h index 9101646..f04e11a 100644 --- a/sysdeps/generic/set-hooks-arch.h +++ b/sysdeps/generic/set-hooks-arch.h @@ -21,7 +21,7 @@ #define _SET_HOOKS_ARCH_H /* Define SET_RELHOOK to a variant of text_set_element that records a relative - offset rather than an absolute address. See sysdeps/i386/set-hooks-arch.h + offset rather than an absolute address. See sysdeps/mach/hurd/x86/set-hooks-arch.h for an example. #define SET_RELHOOK(NAME, HOOK) ... |