From 43742da76528cfddca92f9bab69e2a342b2f8b37 Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Thu, 12 Sep 2013 14:54:51 +0800 Subject: Refresh arch-x86/usr/lib/crt*o with ones built from C code Previous ones were built from assembly code with hack to iterate all eh frames and record ranges. Since 20c4a3a8eee5ca8c87ae377732f541baffce1fda X86's crt*o in platform are compiled from C code w/o the hack, and stop depending on __deregister_frame_info_bases. Refreshing prebuilts/ndk's crt*o to be consistent with platform's, otherwise when linking unbundled lib you may get linker warning reads: hidden symbol '__deregister_frame_info_bases' in libgcc.a(unwind-dw2-fde-dip.o) is referenced by DSO out/target/product/generic_x86/obj/lib/libexpat.so Change-Id: If9015db058bf18416f2c2093dbde25ebcfbf3e58 --- .../android-9/arch-x86/usr/lib/crtbegin_dynamic.o | Bin 2344 -> 2048 bytes 9/platforms/android-9/arch-x86/usr/lib/crtbegin_so.o | Bin 2032 -> 1832 bytes .../android-9/arch-x86/usr/lib/crtbegin_static.o | Bin 2344 -> 2048 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to '9/platforms/android-9/arch-x86/usr/lib') diff --git a/9/platforms/android-9/arch-x86/usr/lib/crtbegin_dynamic.o b/9/platforms/android-9/arch-x86/usr/lib/crtbegin_dynamic.o index 19ebcb9..036aeb6 100644 Binary files a/9/platforms/android-9/arch-x86/usr/lib/crtbegin_dynamic.o and b/9/platforms/android-9/arch-x86/usr/lib/crtbegin_dynamic.o differ diff --git a/9/platforms/android-9/arch-x86/usr/lib/crtbegin_so.o b/9/platforms/android-9/arch-x86/usr/lib/crtbegin_so.o index 31413e2..fde3665 100644 Binary files a/9/platforms/android-9/arch-x86/usr/lib/crtbegin_so.o and b/9/platforms/android-9/arch-x86/usr/lib/crtbegin_so.o differ diff --git a/9/platforms/android-9/arch-x86/usr/lib/crtbegin_static.o b/9/platforms/android-9/arch-x86/usr/lib/crtbegin_static.o index 19ebcb9..036aeb6 100644 Binary files a/9/platforms/android-9/arch-x86/usr/lib/crtbegin_static.o and b/9/platforms/android-9/arch-x86/usr/lib/crtbegin_static.o differ -- cgit v1.1