]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Change FPREGSET_SIZE in ARM backend to 116 to match sizeof struct user_fp
authorPetr Machata <pmachata@redhat.com>
Mon, 17 Sep 2012 19:00:21 +0000 (21:00 +0200)
committerPetr Machata <pmachata@redhat.com>
Mon, 24 Sep 2012 14:58:58 +0000 (16:58 +0200)
Signed-off-by: Petr Machata <pmachata@redhat.com>
backends/ChangeLog
backends/arm_corenote.c

index 0d51e739ebdea0663710aef3ff11ed7e056bd146..74c68d40f18f8b1680b658c6038cba95a789c080 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-17  Petr Machata  <pmachata@redhat.com>
+
+       * arm_corenote.c (FPREGSET_SIZE): Change to 116.
+
 2012-08-22  Jeff Kenton  <jkenton@tilera.com>
 
        * Makefile.am (modules): Add tilegx.
index f73ab8927ec1df8f99c29ee556580fe16d3f489c..1bc98cc9d8fbe814683563bbf1baca7c32207c11 100644 (file)
@@ -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