summaryrefslogtreecommitdiff
path: root/sysdeps/generic/tst-audit.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-05 18:57:11 +0000
committerRoland McGrath <roland@gnu.org>2005-10-05 18:57:11 +0000
commitdc936e2b7cd3523ecd5984ad667ca61021a8a6bd (patch)
tree463ee51135fe8c59c465dc246735745f6425c9a6 /sysdeps/generic/tst-audit.h
parentffa5c4607d522228af4a69555180e58171cf6e9f (diff)
* 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.
Diffstat (limited to 'sysdeps/generic/tst-audit.h')
-rw-r--r--sysdeps/generic/tst-audit.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/generic/tst-audit.h b/sysdeps/generic/tst-audit.h
new file mode 100644
index 0000000000..402e7c0665
--- /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
+
+*/