diff options
author | Roland McGrath <roland@gnu.org> | 2012-03-13 17:01:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-03-13 17:01:34 +0000 |
commit | 8d3eaee676d2d1e2339fc08583261f33649b5267 (patch) | |
tree | f1a02df2310173a0101650f44794d86349eacf73 /gas | |
parent | fa94de6b5c193ccfe743efa63720647f63417032 (diff) | |
download | gdb-8d3eaee676d2d1e2339fc08583261f33649b5267.zip gdb-8d3eaee676d2d1e2339fc08583261f33649b5267.tar.gz gdb-8d3eaee676d2d1e2339fc08583261f33649b5267.tar.bz2 |
Fix up last commit.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 2 | ||||
-rw-r--r-- | gas/read.c | 2 | ||||
-rw-r--r-- | gas/testsuite/ChangeLog | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ebd2565..5286f01 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. @@ -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 04c1cee..868aa0a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. |