glibc/sysdeps/generic/tst-audit.h
Roland McGrath dc936e2b7c * sysdeps/generic/ldsodefs.h (struct audit_ifaces):
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.
2005-10-05 18:57:11 +00:00

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
*/