Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-03-30 04:51:51 +0400
committerJeff Johnston <jjohnstn@redhat.com>2001-03-30 04:51:51 +0400
commit0694d8d3109d10be3c016d5f144811c618602111 (patch)
tree6cc0e880593adad727910a918c651a83fe40855d /newlib/libc
parentb5eb3d0f15ffbac20e9f755ddc542669bbac4201 (diff)
2001-03-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/arm/setjmp.S: Added .code 16 specifier for thumb-mode prolog to by-pass possible assembler error.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/sys/arm/setjmp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/arm/setjmp.S b/newlib/libc/sys/arm/setjmp.S
index 562015445..d37486090 100644
--- a/newlib/libc/sys/arm/setjmp.S
+++ b/newlib/libc/sys/arm/setjmp.S
@@ -64,6 +64,7 @@
#ifdef __thumb__
#define MODE .thumb_func
.macro PROLOGUE name
+ .code 16
bx pc
nop
.code 32