diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 10:26:29 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 10:26:29 -0700 |
commit | 53cea63e99264bf81b278546581d6c2efc2c3fc5 (patch) | |
tree | 41af71142e6d39181027ce01d9514a2a69ebaf30 /elf/Makefile | |
parent | 1d1b34df90b1c20ed0c56162e31e912c5b931af2 (diff) | |
download | glibc-53cea63e99264bf81b278546581d6c2efc2c3fc5.tar.gz glibc-53cea63e99264bf81b278546581d6c2efc2c3fc5.tar.xz glibc-53cea63e99264bf81b278546581d6c2efc2c3fc5.zip |
Move _dl_important_hwcaps to dl-hwcaps.c
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 58cc15c3f1..e91c3b428d 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) |