diff options
author | Arnold Metselaar <arnold.metselaar@planet.nl> | 2012-05-06 09:49:21 +0000 |
---|---|---|
committer | Arnold Metselaar <arnold.metselaar@planet.nl> | 2012-05-06 09:49:21 +0000 |
commit | 25045f79229a800bcef1027a9cacea8414c00848 (patch) | |
tree | 01d7da5ccd86c8767840c2b581780fcf04e05a92 /gas/ChangeLog | |
parent | 6c143e28e589f7fb0c2ca2cffcdc49efed2d9540 (diff) | |
download | gdb-25045f79229a800bcef1027a9cacea8414c00848.zip gdb-25045f79229a800bcef1027a9cacea8414c00848.tar.gz gdb-25045f79229a800bcef1027a9cacea8414c00848.tar.bz2 |
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(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(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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b199a17..9499782 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +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(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(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. + 2012-05-05 Alan Modra <amodra@gmail.com> * ecoff.c: Replace all uses of bfd_abs_section, bfd_com_section, |