]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add patch from David Mosberger for unwind info generation bug.
authorJim Wilson <wilson@tuliptree.org>
Fri, 27 Apr 2001 21:44:21 +0000 (21:44 +0000)
committerJim Wilson <wilson@tuliptree.org>
Fri, 27 Apr 2001 21:44:21 +0000 (21:44 +0000)
* config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p()
argument passing order: predicate goes last, not first.

gas/ChangeLog
gas/config/tc-ia64.c

index 92170fb0550d4235186239d129a0bf5c277ca6cc..485db7f424d54c60dcd62cd1627059970f2b98f2 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-27  David Mosberger  <davidm@hpl.hp.com>
+
+       * config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p()
+       argument passing order: predicate goes last, not first.
+
 2001-04-16  David O'Brien  <obrien@FreeBSD.org>
 
        * configure.in: Add the em type for FreeBSD targets.
index b9e1684724593caea598019a60ff0d799117f7fd..184a4072075cf6c2b1fb96e8193bdef351da851a 100644 (file)
@@ -3613,9 +3613,9 @@ dot_spillmem_p (psprel)
     }
 
   if (psprel)
-    add_unwind_entry (output_spill_psprel_p (qp, ab, reg, e3.X_add_number));
+    add_unwind_entry (output_spill_psprel_p (ab, reg, e3.X_add_number, qp));
   else
-    add_unwind_entry (output_spill_sprel_p (qp, ab, reg, e3.X_add_number));
+    add_unwind_entry (output_spill_sprel_p (ab, reg, e3.X_add_number, qp));
 }
 
 static void