summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 22:38:12 +0000
committerjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 22:38:12 +0000
commit0d9a743fd1a8a51cfa77e71b39bb67329de1fa9a (patch)
tree253a08d0aac7241743ec33f4bd7810df8eb43cd5 /chrome
parent91f3857074ba20f9ef7500f09b171797f6588660 (diff)
downloadchromium_src-0d9a743fd1a8a51cfa77e71b39bb67329de1fa9a.zip
chromium_src-0d9a743fd1a8a51cfa77e71b39bb67329de1fa9a.tar.gz
chromium_src-0d9a743fd1a8a51cfa77e71b39bb67329de1fa9a.tar.bz2
Add nacl .globl symbols to framework.order.
TBR=mark@chromium.org, thomasvl@chromium.org Review URL: http://codereview.chromium.org/464046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/app/framework.order4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/framework.order b/chrome/app/framework.order
index 4ec150f..dea2dde 100644
--- a/chrome/app/framework.order
+++ b/chrome/app/framework.order
@@ -54,5 +54,9 @@ ___gcov_flush
___gcov_merge_add
___gcov_fork
+# Written in asm as a .globl. (Is that necessary?)
+_NaClSwitch
+_NaClSyscallSeg
+
# _ChromeMain must be listed last. That's the whole point of this file.
_ChromeMain