mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
dc936e2b7c
Use ARCH_PLTENTER_MEMBERS and ARCH_PLTEXIT_MEMBERS macros if defined. * elf/tst-auditmod1.c: Include <tst-audit.h> to define more architecture-specific code. * sysdeps/generic/tst-audit.h: New file. * elf/Makefile (distribute): Add it.
12 lines
328 B
C
12 lines
328 B
C
/* Some machines have these macros defined in elf/tst-auditmod1.c directly.
|
|
New machines can supply a tst-audit.h to define these macros used there.
|
|
|
|
|
|
# define pltenter la_CPU_gnu_pltenter
|
|
# define pltexit la_CPU_gnu_pltexit
|
|
# define La_regs La_CPU_regs
|
|
# define La_retval La_CPU_retval
|
|
# define int_retval lrv_RETVALREG
|
|
|
|
*/
|