Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: elf/Makefile

Issue 7282019: Adjust for new NaCl startup ABI (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | elf/rtld.c » ('j') | make_sysd_rules.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elf/Makefile
diff --git a/elf/Makefile b/elf/Makefile
index 8a3f5b7905514c291d5b9c2dcf1d4e2d1e81a437..b17a615f35b9e349ee7921036ba6659e83365af4 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -23,8 +23,7 @@ subdir := elf
headers = elf.h bits/elfclass.h link.h bits/link.h
routines = $(dl-routines) dl-support dl-iteratephdr \
dl-addr enbl-secure dl-profstub \
- dl-origin dl-libc dl-sym dl-tsd dl-sysdep \
- receive_args
+ dl-origin dl-libc dl-sym dl-tsd dl-sysdep
# The core dynamic linking functions are in libc for the static and
# profiled libraries.
« no previous file with comments | « no previous file | elf/rtld.c » ('j') | make_sysd_rules.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698