From dc936e2b7cd3523ecd5984ad667ca61021a8a6bd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 5 Oct 2005 18:57:11 +0000 Subject: * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Use ARCH_PLTENTER_MEMBERS and ARCH_PLTEXIT_MEMBERS macros if defined. * elf/tst-auditmod1.c: Include to define more architecture-specific code. * sysdeps/generic/tst-audit.h: New file. * elf/Makefile (distribute): Add it. --- sysdeps/generic/tst-audit.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysdeps/generic/tst-audit.h (limited to 'sysdeps/generic/tst-audit.h') diff --git a/sysdeps/generic/tst-audit.h b/sysdeps/generic/tst-audit.h new file mode 100644 index 0000000..402e7c0 --- /dev/null +++ b/sysdeps/generic/tst-audit.h @@ -0,0 +1,11 @@ +/* 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 + +*/ -- cgit v1.1