diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-27 13:23:00 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-27 13:23:00 -0700 |
commit | 87cfd82a1fc269635c9b0dd37c47470b5465e775 (patch) | |
tree | a1867085d05cc16cf2939393a25d16f0079e3daf /elf/Makefile | |
parent | 2d0671cbbdade9013d6fd5153d01bd5e1d3f60cb (diff) | |
download | glibc-87cfd82a1fc269635c9b0dd37c47470b5465e775.tar.gz glibc-87cfd82a1fc269635c9b0dd37c47470b5465e775.tar.xz glibc-87cfd82a1fc269635c9b0dd37c47470b5465e775.zip |
Break out _dl_scope_free into its own file.
This reduces the coarse static callgraph that can be discovered by looking at the object files.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 21d131ec92..3baad9621d 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -29,7 +29,7 @@ routines = $(dl-routines) dl-support dl-iteratephdr \ # profiled libraries. dl-routines = $(addprefix dl-,load cache lookup object reloc deps \ runtime error init fini debug misc \ - version profile conflict tls origin \ + version profile conflict tls origin scope \ execstack caller open close trampoline) all-dl-routines = $(dl-routines) $(sysdep-dl-routines) # But they are absent from the shared libc, because that code is in ld.so. |