diff options
author | Jie Zhang <jie.zhang@analog.com> | 2010-04-07 10:39:06 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2010-04-07 10:39:06 +0000 |
commit | 2de7820f275d96335a4749e2239aace063e1087d (patch) | |
tree | 24d59ff4c60f9a228fd4a566433768fa989c236d /gas/ChangeLog | |
parent | 397841b5aed514e848c022e64ef1cfc5fa68afcc (diff) | |
download | gdb-2de7820f275d96335a4749e2239aace063e1087d.zip gdb-2de7820f275d96335a4749e2239aace063e1087d.tar.gz gdb-2de7820f275d96335a4749e2239aace063e1087d.tar.bz2 |
* config/tc-arm.c (make_mapping_symbol): Handle the case
that multiple mapping symbols have the same value 0.
testsuite/
* gas/arm/mapmisc.s: Test multiple mapping symbols have
the same value 0.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 75e1e78..888e1a7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-04-07 Jie Zhang <jie@codesourcery.com> + + * config/tc-arm.c (make_mapping_symbol): Handle the case + that multiple mapping symbols have the same value 0. + 2010-04-07 Alan Modra <amodra@gmail.com> * configure: Regenerate. |