diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-09-03 17:42:53 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2009-09-03 17:42:53 +0000 |
commit | ad15c38ee6b8fc594be886798458f345197c4af7 (patch) | |
tree | 550570147d54f45f5810d5f75e89f1a40b7470e6 /gas/ChangeLog | |
parent | f31bf2c696b9bd0a0d4aff20f7c0f65d87179212 (diff) | |
download | gdb-ad15c38ee6b8fc594be886798458f345197c4af7.zip gdb-ad15c38ee6b8fc594be886798458f345197c4af7.tar.gz gdb-ad15c38ee6b8fc594be886798458f345197c4af7.tar.bz2 |
gas/
* config/bfin-parse.y: Remove trailing whitespace.
(ccstat): Indent.
* config/tc-bfin.c (struct bfin_reg_entry): Remove.
(bfin_reg_info[]): Remove.
opcodes/
* bfin-dis.c (_print_insn_bfin): Don't declare.
(print_insn_bfin): Don't declare.
(dregs_pair): Remove.
(ignore_bits): Remove.
(ccstat): Remove.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9269087..a4194c4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2009-09-03 Jie Zhang <jie.zhang@analog.com> + * config/bfin-parse.y: Remove trailing whitespace. + (ccstat): Indent. + * config/tc-bfin.c (struct bfin_reg_entry): Remove. + (bfin_reg_info[]): Remove. + +2009-09-03 Jie Zhang <jie.zhang@analog.com> + * config/bfin-defs.h (F_REG_ALL): Remove macro. (F_REG_HIGH): Redefine. (F_REG_NONE): New macro. |