From: Roland McGrath Date: Tue, 13 Mar 2012 17:01:34 +0000 (+0000) Subject: Fix up last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d3eaee676d2d1e2339fc08583261f33649b5267;p=binutils-gdb.git Fix up last commit. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ebd25650679..5286f01869b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,4 @@ -2012-03-12 Roland McGrath +2012-03-13 Roland McGrath * config/tc-arm.c (arm_frag_max_var): New function. * config/tc-arm.h: Declare it. diff --git a/gas/read.c b/gas/read.c index b47c74a0884..4ff33132f87 100644 --- a/gas/read.c +++ b/gas/read.c @@ -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) { diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 04c1ceeb34d..868aa0a9846 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,4 +1,4 @@ -2012-03-12 Roland McGrath +2012-03-13 Roland McGrath * gas/i386/bundle-bad.s: New file. * gas/i386/bundle-bad.d: New file.