summaryrefslogtreecommitdiffstats
path: root/libc/private
diff options
context:
space:
mode:
authorMark D Horn <mark.d.horn@intel.com>2011-04-26 14:05:30 -0700
committerBruce Beare <bruce.j.beare@intel.com>2011-05-24 13:31:50 -0700
commitdc3bc87b43d0d73d89cca59692b80de878e11a5d (patch)
tree8f67ff271139055a7dd842b11028f00b86abc4bc /libc/private
parent9062a2369107eadb2b45973adc3246cba35640e6 (diff)
downloadbionic-dc3bc87b43d0d73d89cca59692b80de878e11a5d.zip
bionic-dc3bc87b43d0d73d89cca59692b80de878e11a5d.tar.gz
bionic-dc3bc87b43d0d73d89cca59692b80de878e11a5d.tar.bz2
Update X86 Bionic CRT files for unwind/exceptions
Several updates to Bionic crt*.o files to implement Linux/x86 stack unwind/exception handling. Mark __dso_handle as hidden. Note: Requires complete rebuild due to CRT changes. Google will need to regenerate and check-in all the prebuilt x86 CRT object files and libraries which link to them. Change-Id: I191ce1afb0dee7bbc28dcd9694e5919226dbd070 Signed-off-by: Bruce J Beare <bruce.j.beare@intel.com> Signed-off-by: Mark D Horn <mark.d.horn@intel.com> Author: Lu, Hongjiu <hongjiu.lu@intel.com>
Diffstat (limited to 'libc/private')
-rw-r--r--libc/private/__dso_handle.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/private/__dso_handle.S b/libc/private/__dso_handle.S
index fcebab6..a6395dd6 100644
--- a/libc/private/__dso_handle.S
+++ b/libc/private/__dso_handle.S
@@ -32,6 +32,7 @@
#
.section .bss
.align 4
+ .hidden __dso_handle
.globl __dso_handle
__dso_handle:
.long 0