aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-05 10:26:29 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-10-05 10:26:29 -0700
commit53cea63e99264bf81b278546581d6c2efc2c3fc5 (patch)
tree41af71142e6d39181027ce01d9514a2a69ebaf30 /elf/Makefile
parent1d1b34df90b1c20ed0c56162e31e912c5b931af2 (diff)
downloadglibc-53cea63e99264bf81b278546581d6c2efc2c3fc5.zip
glibc-53cea63e99264bf81b278546581d6c2efc2c3fc5.tar.gz
glibc-53cea63e99264bf81b278546581d6c2efc2c3fc5.tar.bz2
Move _dl_important_hwcaps to dl-hwcaps.c
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 58cc15c..e91c3b4 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -28,7 +28,7 @@ routines = $(dl-routines) dl-support dl-iteratephdr \
# The core dynamic linking functions are in libc for the static and
# profiled libraries.
-dl-routines = $(addprefix dl-,load lookup object reloc deps \
+dl-routines = $(addprefix dl-,load lookup object reloc deps hwcaps \
runtime error init fini debug misc \
version profile conflict tls origin scope \
execstack caller open close trampoline)