On Tue, 26 Jul 2022, Lulu Cheng wrote: > +<h3 id="loongarch">LoongArch</h3> > +<ul> > + <li>The option <code>-mexplicit-relocs</code> has been added, this > indicates > + whether the <code>la.*</code> macro instructions will be generated when > + loading symbolic addresses.
How about making this "...has been added. It indicates..." or, if you prefer one sentence "...has been added to indicate whether"? > + This feature requires binutils version 2.40 or later. If you want to use > the > + older version of bintuils, add compiler parameters > + <code>-mno-explicit-relocs</code> at compile time. "...older versions..." (or "...an older version...") And I believe we can simplify and just say "...add <code>-mno-explicit..." > + <li>The method for calling global functions changed from > + <code>la.global + jirl</code> to <code>bl</code> when complied add > + <code>-fplt</code>. Do you mean "compiled" instead of "complied"? And maybe "compiled with"? > + <li>Enable option <code>-fsection-anchors</code> when <code>-O1</code> and > + more advanced optimization. How about "<code>-fsection-anchors</code> is now enabled with <code>-O1</code> and above"? If my suggestions make sense to you, please go ahead and commit with those or variations thereof you may prefer. If you have any questions, please let me know and we'll sort things out quickly. Thank you, Gerald