source: binutils/trunk/ld/testsuite/ld-arm/unwind-mix1.s@ 1973

Last change on this file since 1973 was 1973, checked in by Silvan Scherrer, 8 years ago

binutils: update trunk to version 2.27

File size: 245 bytes
Line 
1 .syntax unified
2 .text
3 .global __aeabi_unwind_cpp_pr0
4 .type __aeabi_unwind_cpp_pr0, %function
5__aeabi_unwind_cpp_pr0:
6 bx lr
7
8 .global _start
9 .type _start, %function
10_start:
11 .fnstart
12 .save {r4, lr}
13 .vsave {d0}
14 .vsave {d4}
15 bx lr
16 .fnend
Note: See TracBrowser for help on using the repository browser.