This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi, binutils maintainers and developers, Attached is the modified patch. * gas/ChangeLog 2018-09-19 Nelson Chu <nelson.chu@1990gmail.com> * config/tc-nds32.c (relax_table): Updated. (md_begin): Updated. (md_assemble): Use XNEW macro to allocate space for `insn.info', and then remember to free it. (md_section_align): Cast (-1) to ValueT. (nds32_get_align): Cast (~0U) to addressT. (nds32_relax_branch_instructions): Updated. (md_convert_frag): Add new local variable `final_r_type'. (invalid_prev_frag): Add new bfd_boolean parameter `relax'. All callers changed. Best regards, Nelson Ching-Yu Chu Software R&D, Andes Technology Nelson Chu <nelson.chu1990@gmail.com> 於 2018年9月17日 週一 上午9:59寫道: > > Hi, binutils maintainers and developers, > > Attached is the sixth patch, > 0006-NDS32-Update-assemble-time-relaxations-branch-patter > > Best regards, > Nelson Ching-Yu Chu > Software R&D, Andes Technology
Attachment:
0006-NDS32-Update-assemble-time-relaxations-branch-patter.patch
Description: Binary data
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |