diff options
| author | Richard Henderson <rth@redhat.com> | 2014-05-22 11:38:05 -0400 |
|---|---|---|
| committer | Richard Henderson <rth@redhat.com> | 2014-05-25 12:37:29 -0400 |
| commit | 6e6c2d01ebb1ef839675c7151d2a114f53663386 (patch) | |
| tree | 5c80d03a7a21cdcae8a7526821354e0ba39b782f /ChangeLog | |
| parent | c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8 (diff) | |
| download | glibc-6e6c2d01ebb1ef839675c7151d2a114f53663386.tar.xz glibc-6e6c2d01ebb1ef839675c7151d2a114f53663386.zip | |
aarch64: Remove DOARGS/UNDOARGS macros
While they do something for AArch32, they're useless for AArch64.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2014-05-25 Richard Henderson <rth@twiddle.net> + * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO): + Do not use DOARGS/UNDOARGS. + * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise. + (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove. + (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove. + (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove. + (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove. + * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix block comment. |
