diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-03-11 07:02:40 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-03-11 07:02:40 +0000 |
commit | efbe978b7a12cc1e7ece68b6a4cee7ab3d434cc3 (patch) | |
tree | e705c0469cd5395426d313767ff8742001b4296e | |
parent | 9d6193a7e2c2f567ce6abc772d2271c56f8efa3a (diff) | |
download | gcc-efbe978b7a12cc1e7ece68b6a4cee7ab3d434cc3.zip gcc-efbe978b7a12cc1e7ece68b6a4cee7ab3d434cc3.tar.gz gcc-efbe978b7a12cc1e7ece68b6a4cee7ab3d434cc3.tar.bz2 |
Fix long lines
From-SVN: r170865
-rw-r--r-- | gcc/ChangeLog | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a76aca8..498e45c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,19 +1,20 @@ -2011-03-11 Chen Liqin <liqin.gcc@gmail.com> +2011-03-11 Chen Liqin <liqin.gcc@gmail.com> - * config.gcc (score-*-elf): add extra_parts .., update tmake_file, extra_objs. + * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and + extra_objs. * config/score/score3.c: Delete. * config/score/score3.h: Delete. * config/score/mul-div.S: Delete. * config/score/sfp-machine.h: Add new file. * config/score/constraints.md: Add new file. * config/score/t-score-softfp: Add new file. - * config/score/t-score-elf: Remove score3.o and multilib generate. + * config/score/t-score-elf: Remove score3.o, do not generate multilib. * config/score/score7.c (score7_const_ok_for_letter_p): Delete. (score7_extra_constraint): Delete. - (score7_option_override): Remove unused code which mode to constraint.md. + (score7_option_override): Remove unused code. * config/score/score.c: Remove score3 and score5 define and code. * config/score/score.h: Remove score3 and score5 define and code. - * config/score/score.md: Remove score3 template and unusal insn generate. + * config/score/score.md: Remove score3 template and unusual insn. * config/score/score.opt: Remove score3 and score5 options. 2011-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> @@ -106,7 +107,7 @@ xstormy16_print_operand_address): Make static. (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define. -2011-03-07 Pat Haugen <pthaugen@us.ibm.com> +2011-03-07 Pat Haugen <pthaugen@us.ibm.com> PR target/47862 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define. |