diff options
author | Roland McGrath <roland@gnu.org> | 2012-05-29 16:32:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-05-29 16:32:11 +0000 |
commit | d416e51da0f5e79c66f1d609068e83fff4add35a (patch) | |
tree | 99554506bbc79f81aa1a8eeed32237f98579886e /gas/ChangeLog | |
parent | acf89cab13c1826d83dce1c7ae8ea805bc034bda (diff) | |
download | gdb-d416e51da0f5e79c66f1d609068e83fff4add35a.zip gdb-d416e51da0f5e79c66f1d609068e83fff4add35a.tar.gz gdb-d416e51da0f5e79c66f1d609068e83fff4add35a.tar.bz2 |
gas/
* read.c [HANDLE_BUNDLE] (bundle_lock_depth): New variable.
(read_a_source_file) [HANDLE_BUNDLE]: Reset it.
[HANDLE_BUNDLE] (s_bundle_lock, s_bundle_unlock): Allow nested
pairs.
gas/testsuite/
* gas/i386/bundle-bad.s: Remove nested .bundle_lock case.
* gas/i386/bundle-bad.l: Remove expected error line.
* gas/i386/bundle-lock.s: Add nested .bundle_lock case.
* gas/i386/bundle-lock.d: Update expectations.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a32f87c..03424ce 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2012-05-29 Roland McGrath <mcgrathr@google.com> + + * read.c [HANDLE_BUNDLE] (bundle_lock_depth): New variable. + (read_a_source_file) [HANDLE_BUNDLE]: Reset it. + [HANDLE_BUNDLE] (s_bundle_lock, s_bundle_unlock): Allow nested + pairs. + 2012-05-28 Nick Clifton <nickc@redhat.com> * read.c (read_symbol_name): New function. Reads a symbol names. |