public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 6a2dd6fe9cd4d3e7fad28aa937bb25870d9bd882
@ 2024-01-19 15:33 Georg-Johann Lay
  0 siblings, 0 replies; only message in thread
From: Georg-Johann Lay @ 2024-01-19 15:33 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  6a2dd6fe9cd4d3e7fad28aa937bb25870d9bd882 (commit)
      from  dda91b53cc53b0b42fbf47f06e9e44a8e2a2c1c5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6a2dd6fe9cd4d3e7fad28aa937bb25870d9bd882
Author: Georg-Johann Lay <avr@gjlay.de>
Date:   Fri Jan 19 16:33:10 2024 +0100

    gcc-14/changes: More details on AVR changes.

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 951d005b..a04b62ff 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -364,8 +364,8 @@ a work-in-progress.</p>
 	by symbol <code>__RODATA_FLASH_START__</code> which takes
 	precedence over <code>__flmap</code>.</li>
       <li>The default uses the last 32&nbsp;KiB block, which is also the
-	hardware default for bit field <code>NVMCTRL_CTRLB.FLMAP</code>.</li>
-      <li>When a block other than the last 32 KiB block is used	to store
+	hardware default for bit-field <code>NVMCTRL_CTRLB.FLMAP</code>.</li>
+      <li>When a block other than the last 32 KiB block is used to store
 	.rodata, then <code>NVMCTRL_CTRLB.FLMAP</code>
 	must be initialized accordingly by hand, or a version of
 	AVR-LibC that implements&nbsp;<a
@@ -387,6 +387,24 @@ a work-in-progress.</p>
 	with a version of Binutils that implements
 	<a href="https://sourceware.org/PR31124">PR31124</a>, which is the
 	case for Binutils&nbsp;v2.42 and up.</li>
+      <li>The implementation consists of two parts:
+	<ol>
+	<li>Binutils support new emulations <code>avrxmega2_flmap</code> and
+	  <code>avrxmega4_flmap</code>.  The sole purpose of these emulations
+	  is to provide adjusted default linker description files.
+	  Apart from that, these emulations behave exactly the same like
+	  <code>avrxmega2</code> resp. <code>avrxmega4</code>.</li>
+	<li>The compiler uses a
+	  <a href="https://gcc.gnu.org/wiki/avr-gcc#spec-files">device-specs</a>
+	  file which links the program
+	  with <code>-mavrxmega2_flmap</code> or <code>-mavrxmega2</code>
+	  depending on <code>-m[no-]rodata-in-ram</code>; and similar
+	  for <code>-mavrxmega4[_flmap]</code>.</li>
+	</ol>
+	This means the feature can be used with older compiler or Binutils
+	versions; all what's needed is an adjusted linker script and
+	a custom device-specs file.
+      </li>
     </ul>
   </li>
   <li>A new compiler option <code>-m[no]-rodata-in-ram</code> has been added.

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-14/changes.html | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-19 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19 15:33 gcc-wwwdocs branch master updated. 6a2dd6fe9cd4d3e7fad28aa937bb25870d9bd882 Georg-Johann Lay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).