diff options
author | Christian Groessler <chris@groessler.org> | 2003-12-15 22:02:42 +0000 |
---|---|---|
committer | Christian Groessler <chris@groessler.org> | 2003-12-15 22:02:42 +0000 |
commit | bb5737a7203b8470c3ef554db2b803fb6a0cdcc9 (patch) | |
tree | 51f191217b6c159feb90f9c69929613fc2c2c860 /gas/ChangeLog | |
parent | a0bd404eacfd838498f1fac90997f732735cc00a (diff) | |
download | gdb-bb5737a7203b8470c3ef554db2b803fb6a0cdcc9.zip gdb-bb5737a7203b8470c3ef554db2b803fb6a0cdcc9.tar.gz gdb-bb5737a7203b8470c3ef554db2b803fb6a0cdcc9.tar.bz2 |
* config/tc-z8k.c (struct z8k_exp): Remove, not used anywhere.
(ctrl_table): Add "flags" keyword and some comments.
(flag_table): Convert to uppercase.
(get_flags_operand): Be case insensitive.
(get_interrupt_operand): Be case insensitive. Support notation
where the inperrupt arguments are separated by commas.
(get_operands): Check whether get_flags_operand consumed all
arguments. Return failure if get_ctrl_operand didn't recognize a
valid control register.
(get_specific): Add case CLASS_CTRL: Test for valid control
register for ldctlb opcode.
(build_bytes): Check for valid control registers.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4f52e87..4fb6f14 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +2003-12-15 Christian Groessler <chris@groessler.org> + + * config/tc-z8k.c (struct z8k_exp): Remove, not used anywhere. + (ctrl_table): Add "flags" keyword and some comments. + (flag_table): Convert to uppercase. + (get_flags_operand): Be case insensitive. + (get_interrupt_operand): Be case insensitive. Support notation + where the inperrupt arguments are separated by commas. + (get_operands): Check whether get_flags_operand consumed all + arguments. Return failure if get_ctrl_operand didn't recognize a + valid control register. + (get_specific): Add case CLASS_CTRL: Test for valid control + register for ldctlb opcode. + (build_bytes): Check for valid control registers. + 2003-12-15 Nick Clifton <nickc@redhat.com> * config/obj-aout.c (obj_crawl_symbol_chain): Skip defined |