diff options
author | Mei Ligang <ligang@sunnorth.com.cn> | 2006-11-20 01:28:43 +0000 |
---|---|---|
committer | Mei Ligang <ligang@sunnorth.com.cn> | 2006-11-20 01:28:43 +0000 |
commit | 98a16ee117073d28a8c6863e9c8d7e2575bc1736 (patch) | |
tree | 0fe7cf566de180517325a4d89e8708cdcb1b12ee | |
parent | 6dd0964508efaf0946f2219282fe4d8c6628618b (diff) | |
download | gdb-98a16ee117073d28a8c6863e9c8d7e2575bc1736.zip gdb-98a16ee117073d28a8c6863e9c8d7e2575bc1736.tar.gz gdb-98a16ee117073d28a8c6863e9c8d7e2575bc1736.tar.bz2 |
2006-11-16 Mei ligang <ligang@sunnorth.com.cn>
* config/tc-score.c (score_relax_frag): If next frag contains 32 bit branch
instruction, handle it specially.
(score_insns): Modify 32 bit branch instruction.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7b0894b..1a01478 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2006-11-16 Mei ligang <ligang@sunnorth.com.cn> + + * config/tc-score.c (score_relax_frag): If next frag contains 32 bit branch + instruction, handle it specially. + (score_insns): Modify 32 bit branch instruction. + 2006-11-16 Alan Modra <amodra@bigpond.net.au> * symbols.c (resolve_symbol_value): Formatting. |