diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-18 08:20:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-18 08:20:17 +0000 |
commit | a75b90823cb7536a3079e702a160de64bb8aaec9 (patch) | |
tree | 97804b6fb864f1b0403924e29aab5df3b2656e37 /gas/ChangeLog | |
parent | 76748ada5356667d499b017852245cd545c5c95e (diff) | |
download | gdb-a75b90823cb7536a3079e702a160de64bb8aaec9.zip gdb-a75b90823cb7536a3079e702a160de64bb8aaec9.tar.gz gdb-a75b90823cb7536a3079e702a160de64bb8aaec9.tar.bz2 |
* config/tc-arm.c (make_mapping_symbol): Add braces to avoid empty body
in release builds.
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 3531c21..48ff21e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-10-18 Matthias Klose <doko@ubuntu.com> + + * config/tc-arm.c (make_mapping_symbol): Add braces to avoid empty body + in release builds. + 2009-10-16 H.J. Lu <hongjiu.lu@intel.com> PR gas/10775 |