From 33d01f331b0673ed67fa8a71c9cb90f7d35d16b7 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 21 Feb 2001 22:39:59 +0000 Subject: Fix bugs in handling of the .restore directive. * config/tc-ia64.c (struct unwind): Add member "prologue_count". (dot_proc): Clear unwind.prologue_count to zero. (dot_prologue): Increment unwind.prologue_count. (dot_restore): If second operand is omitted, use unwind.prologue_count -1 for "ecount" (# of additional regions to pop). Decrement unwind.prologue_count by number of regions popped. --- gas/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index d7259a5..f18a868 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2001-02-21 David Mosberger + + * config/tc-ia64.c (struct unwind): Add member "prologue_count". + (dot_proc): Clear unwind.prologue_count to zero. + (dot_prologue): Increment unwind.prologue_count. + (dot_restore): If second operand is omitted, use + unwind.prologue_count -1 for "ecount" (# of additional regions to + pop). Decrement unwind.prologue_count by number of regions + popped. + 2001-02-21 Nick Clifton * doc/as.texinfo (Section): Note that some flags to the COFF -- cgit v1.1