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

Side by Side Diff: chrome/nacl/nacl_helper_exports.txt

Issue 7811013: Revert 98909 - Use chain-loading for Linux nacl_helper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/nacl/nacl_helper_bootstrap_munge_phdr.py ('k') | chrome/nacl/nacl_helper_linux.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # gnu-ld version script for exporting desired symbols from nacl_helper 1 # gnu-ld version script for exporting desired symbols from nacl_helper
2 # 2 #
3 3
4 NACL_HELPER_1_0 { 4 NACL_HELPER_1_0 {
5 global: 5 global:
6 nacl_helper_init; 6 nacl_helper_init;
7 nacl_helper_get_1G_address; 7 nacl_helper_get_1G_address;
8 local: 8 local:
9 *; 9 *;
10 }; 10 };
OLDNEW
« no previous file with comments | « chrome/nacl/nacl_helper_bootstrap_munge_phdr.py ('k') | chrome/nacl/nacl_helper_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698