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 ebd256506790afd895ca9c55c33185b5aca0aa42..5286f01869be96dc12c88f7c81418fe04fd49787 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 b47c74a0884b3b528dc40e2b02f433106caad3fe..4ff33132f879598cc9a23ef7baf1d6d03adfcf7b 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 04c1ceeb34db758e921f4b5aa96f61b6d78ab0e5..868aa0a98467b2d9c38d56657f95c44e28984859 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.
This page took 0.027707 seconds and 4 git commands to generate.