diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-05 18:57:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-05 18:57:11 +0000 |
commit | dc936e2b7cd3523ecd5984ad667ca61021a8a6bd (patch) | |
tree | 463ee51135fe8c59c465dc246735745f6425c9a6 /elf/Makefile | |
parent | ffa5c4607d522228af4a69555180e58171cf6e9f (diff) | |
download | glibc-dc936e2b7cd3523ecd5984ad667ca61021a8a6bd.tar.gz glibc-dc936e2b7cd3523ecd5984ad667ca61021a8a6bd.tar.xz glibc-dc936e2b7cd3523ecd5984ad667ca61021a8a6bd.zip |
* 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 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index a563f0190f..123b448ff1 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -86,11 +86,12 @@ distribute := rtld-Rules \ tst-deep1mod1.c tst-deep1mod2.c tst-deep1mod3.c \ unload3mod1.c unload3mod2.c unload3mod3.c unload3mod4.c \ unload4mod1.c unload4mod2.c unload4mod3.c unload4mod4.c \ - unload6mod1.c unload6mod2.c unload6mod3.c tst-auditmod1.c \ + unload6mod1.c unload6mod2.c unload6mod3.c \ + tst-auditmod1.c tst-audit.sh \ order2mod1.c order2mod2.c order2mod3.c order2mod4.c \ tst-stackguard1.c tst-stackguard1-static.c \ tst-array5.c tst-array5-static.c tst-array5dep.c \ - tst-array5.exp + tst-array5.exp CFLAGS-dl-runtime.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-dl-lookup.c = -fexceptions -fasynchronous-unwind-tables |