diff options
author | Mei Ligang <ligang@sunnorth.com.cn> | 2006-12-25 09:26:22 +0000 |
---|---|---|
committer | Mei Ligang <ligang@sunnorth.com.cn> | 2006-12-25 09:26:22 +0000 |
commit | 8fce5f8c17863e0d03747400cd745a3cbd4451e3 (patch) | |
tree | e5b99152fa00fbb913143f1a895195024754a6db /gas/ChangeLog | |
parent | 0150d082befe2d3941c0d7f8858ddc7169de011c (diff) | |
download | gdb-8fce5f8c17863e0d03747400cd745a3cbd4451e3.zip gdb-8fce5f8c17863e0d03747400cd745a3cbd4451e3.tar.gz gdb-8fce5f8c17863e0d03747400cd745a3cbd4451e3.tar.bz2 |
* config/tc-score.c (build_lw_pic): Rename as build_lwst_pic.
Delete the code handling large constant for PIC.
Modify some comments.
(score_relax_frag): Decrease insn_addr in certain situation.
(s_score_cprestore): Change .cprestore syntax from ".cprestore offset"
to ".cprestore reg, offset".
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 72ca861..a153103 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2006-12-25 Mei Ligang <ligang@sunnorth.com.cn> + + * config/tc-score.c (build_lw_pic): Rename as build_lwst_pic. + Delete the code handling large constant for PIC. + Modify some comments. + (score_relax_frag): Decrease insn_addr in certain situation. + (s_score_cprestore): Change .cprestore syntax from ".cprestore offset" + to ".cprestore reg, offset". + 2006-12-23 Kazu Hirata <kazu@codesourcery.com> * configure.tgt: Recognize fido. |