diff options
author | Jie Zhang <jie.zhang@analog.com> | 2010-03-19 14:43:09 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2010-03-19 14:43:09 +0000 |
commit | 0f020cefaaafef23c09c563bb2f39794117a9748 (patch) | |
tree | f3488d22934956e74e7773f0ac90033d4b4a6aed /gas/ChangeLog | |
parent | 860deac3a2e14413139a4b06baca3caa8449e64b (diff) | |
download | gdb-0f020cefaaafef23c09c563bb2f39794117a9748.zip gdb-0f020cefaaafef23c09c563bb2f39794117a9748.tar.gz gdb-0f020cefaaafef23c09c563bb2f39794117a9748.tar.bz2 |
* config/tc-arm.c (make_mapping_symbol): Hanle the case
that two mapping symbols have the same value.
testsuite/
* gas/arm/mapmisc.s: Add the test case for two mapping
symbols having the same value.
* gas/arm/mapmisc.d: Likewise.
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 4736a3a..8936235 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-03-19 Jie Zhang <jie@codesourcery.com> + + * config/tc-arm.c (make_mapping_symbol): Hanle the case + that two mapping symbols have the same value. + 2010-03-18 Daniel Jacobowitz <dan@codesourcery.com> * doc/c-arm.texi (.setfp): Correct example. |