commit | 405b8029a6888f386adf3512113a33546141d1c8 | [log] [tgz] |
---|---|---|
author | Raghu Gandham <raghu@mips.com> | Wed Jul 25 18:16:42 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 02 16:07:26 2012 -0700 |
tree | 1e8e2122e5a6c662235c6729fed6b3d32e4abbb4 | |
parent | a1c0f08d3ccbe5c40be53903615e59113ade4922 [diff] [blame] |
MIPS support for libc. Change-Id: I2864dea04b3faf2d919165dcaa600af5b16c41c8 Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Raghu Gandham <raghu@mips.com>
diff --git a/libc/arch-mips/bionic/crtend_so.S b/libc/arch-mips/bionic/crtend_so.S new file mode 100644 index 0000000..f09c427 --- /dev/null +++ b/libc/arch-mips/bionic/crtend_so.S
@@ -0,0 +1,5 @@ + .section .init_array, "aw" + .long 0 + + .section .fini_array, "aw" + .long 0