diff options
author | Tomer Levi <Tomer.Levi@nsc.com> | 2004-10-05 14:39:40 +0000 |
---|---|---|
committer | Tomer Levi <Tomer.Levi@nsc.com> | 2004-10-05 14:39:40 +0000 |
commit | 339207f8f93a117b20490d6a4d9058fec85f25c8 (patch) | |
tree | d1d202b0a799a9896b1103b98c22489192c7c748 /ld | |
parent | 799fb2ebc4f05a0935919e57beec887b7b653414 (diff) | |
download | binutils-339207f8f93a117b20490d6a4d9058fec85f25c8.zip binutils-339207f8f93a117b20490d6a4d9058fec85f25c8.tar.gz binutils-339207f8f93a117b20490d6a4d9058fec85f25c8.tar.bz2 |
Enable --relax option by default for CRX
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b887b7f..d4dc6cc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2004-10-05 Tomer Levi <Tomer.Levi@nsc.com> + + * emultempl/crxelf.em (disable_relaxation): Add. + (crxelf_before_allocation): Enable --relax option by default. + (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX. + (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax. + (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX. + 2004-10-04 H.J. Lu <hongjiu.lu@intel.com> * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and |