Differences From Artifact [9eb71f5bd2]:
- File
src/forwarding/forwarding-arm-elf.S
— part of check-in
[2a27cf3000]
at
2016-01-03 00:41:26
on branch trunk
— Update copyright
While at it, also update the mail address. (user: js, size: 3037) [annotate] [blame] [check-ins using]
To Artifact [10f8e661a3]:
- File src/forwarding/forwarding-arm-elf.S — part of check-in [7e50ab7d8b] at 2016-02-21 20:05:28 on branch trunk — forwarding-arm-elf.S: Add .fpu directive (user: js, size: 3071) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #include "config.h" #include "platform.h" .globl of_forward .globl of_forward_stret .section .text of_forward: #ifdef HAVE_VFP2 | > > > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #include "config.h" #include "platform.h" #ifdef HAVE_VFP2 .fpu vfp #endif .globl of_forward .globl of_forward_stret .section .text of_forward: #ifdef HAVE_VFP2 |
︙ | ︙ |