Fix up last commit.
authorRoland McGrath <roland@gnu.org>
Tue, 13 Mar 2012 17:01:34 +0000 (17:01 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 13 Mar 2012 17:01:34 +0000 (17:01 +0000)
gas/ChangeLog
gas/read.c
gas/testsuite/ChangeLog

index ebd2565..5286f01 100644 (file)
@@ -1,4 +1,4 @@
-2012-03-12  Roland McGrath  <mcgrathr@google.com>
+2012-03-13  Roland McGrath  <mcgrathr@google.com>
 
        * config/tc-arm.c (arm_frag_max_var): New function.
        * config/tc-arm.h: Declare it.
index b47c74a..4ff3313 100644 (file)
@@ -692,7 +692,7 @@ finish_bundle (fragS *frag, unsigned int size)
 static void
 assemble_one (char *line)
 {
-  fragS *insn_start_frag;
+  fragS *insn_start_frag = NULL;
 
   if (bundle_lock_frchain != NULL && bundle_lock_frchain != frchain_now)
     {
index 04c1cee..868aa0a 100644 (file)
@@ -1,4 +1,4 @@
-2012-03-12  Roland McGrath  <mcgrathr@google.com>
+2012-03-13  Roland McGrath  <mcgrathr@google.com>
 
        * gas/i386/bundle-bad.s: New file.
        * gas/i386/bundle-bad.d: New file.