diff options
| author | Petr Machata <[email protected]> | 2012-09-17 21:00:21 +0200 |
|---|---|---|
| committer | Petr Machata <[email protected]> | 2012-09-24 16:58:58 +0200 |
| commit | 6f73fb64fbad16637ebcc10ab5eade09f3ec2074 (patch) | |
| tree | f5ffc41e2aad013a550ed65d88b743e84e73705e /backends | |
| parent | 3662ad16ce8f10159c32336325c2cb61854476d1 (diff) | |
Change FPREGSET_SIZE in ARM backend to 116 to match sizeof struct user_fp
Signed-off-by: Petr Machata <[email protected]>
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/ChangeLog | 4 | ||||
| -rw-r--r-- | backends/arm_corenote.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 0d51e739..74c68d40 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,7 @@ +2012-09-17 Petr Machata <[email protected]> + + * arm_corenote.c (FPREGSET_SIZE): Change to 116. + 2012-08-22 Jeff Kenton <[email protected]> * Makefile.am (modules): Add tilegx. diff --git a/backends/arm_corenote.c b/backends/arm_corenote.c index f73ab892..1bc98cc9 100644 --- a/backends/arm_corenote.c +++ b/backends/arm_corenote.c @@ -58,7 +58,7 @@ static const Ebl_Register_Location fpregset_regs[] = { { .offset = 0, .regno = 96, .count = 8, .bits = 96 }, /* f0..f7 */ }; -#define FPREGSET_SIZE 140 +#define FPREGSET_SIZE 116 #define ULONG uint32_t #define PID_T int32_t |
