aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-12-14 10:59:37 +0000
committerNick Clifton <nickc@redhat.com>2009-12-14 10:59:37 +0000
commit34ab888845310822b46b6a37ed5fe7e954bdc848 (patch)
tree9634266b5b54690ba5b517e68eda0528021438db /gas/ChangeLog
parentc7d6f51805ec1c4d479cfcfda666dc91b2459d13 (diff)
downloadgdb-34ab888845310822b46b6a37ed5fe7e954bdc848.zip
gdb-34ab888845310822b46b6a37ed5fe7e954bdc848.tar.gz
gdb-34ab888845310822b46b6a37ed5fe7e954bdc848.tar.bz2
PR gas/11089
* config/tc-rx.c (rx_equ): Rename 'expr' to 'expression' in order to avoid shadowing a global symbol of the same name.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0c588af..b8447d4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,7 +1,13 @@
+2009-12-14 Yoshinori Sato <ysato@users.sourceforge.jp>
+
+ PR gas/11089
+ * config/tc-rx.c (rx_equ): Rename 'expr' to 'expression' in order
+ to avoid shadowing a global symbol of the same name.
+
2009-12-14 Nick Clifton <nickc@redhat.com>
* config/tc-microblaze.c (md_assemble): Rename 'imm' to 'immed' in
- order to avoid shadowing global variable of the same name.
+ order to avoid shadowing a global symbol of the same name.
2009-12-11 Andrew Jenner <andrew@codesourcery.com>