diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-11 08:35:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-11 08:35:53 +0000 |
commit | 71ef6f79bc8926dfd6e1b49456a67795af9e2069 (patch) | |
tree | 10ecb0230a0492a3ccebf9fed38d3120a316ab55 /gas/ChangeLog | |
parent | 71c5244065e828285f1111b8dc6e2219f3bf9eae (diff) | |
download | gdb-71ef6f79bc8926dfd6e1b49456a67795af9e2069.zip gdb-71ef6f79bc8926dfd6e1b49456a67795af9e2069.tar.gz gdb-71ef6f79bc8926dfd6e1b49456a67795af9e2069.tar.bz2 |
gas: blackfin: fix LOOP_BEGIN/LOOP_END pseudo insns handling of local labels
The current LOOP_BEGIN/LOOP_END pseudo insns hit "Internal errors" when
using local labels as the loop names due to attempts at removing them.
Signed-off-by: David Gibson <david.gibson@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b14aa6c..66853b9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-09-11 David Gibson <david.gibson@analog.com> + + * config/tc-bfin.c (bfin_gen_loop): Check symbol before removing. + 2010-10-08 Pierre Muller <muller@ics.u-strasbg.fr> Fix build with -DDEBUG=7 |