aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-05-07 09:21:48 +0000
committerAlan Modra <amodra@gmail.com>2012-05-07 09:21:48 +0000
commitcce3d66c346149b194f8f9cbe82edf5354a198c9 (patch)
treec02b225244238d88e5e2ba4e1b1ac424681296d8 /gas/ChangeLog
parenta134cc9b6ce1e678f2c34f4b2d88933854506fdf (diff)
downloadgdb-cce3d66c346149b194f8f9cbe82edf5354a198c9.zip
gdb-cce3d66c346149b194f8f9cbe82edf5354a198c9.tar.gz
gdb-cce3d66c346149b194f8f9cbe82edf5354a198c9.tar.bz2
* Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog17
1 files changed, 13 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9499782..55cbff8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,14 +1,23 @@
+2012-05-07 Alan Modra <amodra@gmail.com>
+
+ * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
+ * Makefile.in: Regenerate.
+
2012-05-06 Arnold Metselaar <arnold_m@operamail.com>
* config/tc-z80.h(md_register_arithmetic): Define as 0.
- * config/tc-z80.c(md_begin): Store register names in symbol table, prevents usage as ordinary symbol.
+ * config/tc-z80.c(md_begin): Store register names in symbol table,
+ preventing usage as ordinary symbol.
* config/tc-z80.c(contains_register): New function.
* config/tc-z80.c(parse_exp2): Removed.
* config/tc-z80.c(parse_exp_not_indexed): New function.
- * config/tc-z80.c(parse_exp): Add code to recogize indexed addressing after parsing.
+ * config/tc-z80.c(parse_exp): Add code to recogize indexed
+ addressing after parsing.
* config/tc-z80.c(emit_byte, emit_word): Use contains_register.
- * config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify condition for jump to register.
- * config/tc-z80.c(emit_call, emit_jr, emit_ex, emit_rst): Use parse_exp_not_indexed.
+ * config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify
+ condition for jump to register.
+ * config/tc-z80.c(emit_call, emit_jr, emit_ex, emit_rst): Use
+ parse_exp_not_indexed.
2012-05-05 Alan Modra <amodra@gmail.com>