Fix up last commit.

This commit is contained in:
Roland McGrath 2012-03-13 17:01:34 +00:00
parent fa94de6b5c
commit 8d3eaee676
3 changed files with 3 additions and 3 deletions

View 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.

View 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)
{

View 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.