[pushed] AVR: ad PR34305 - Document that AVR uses OAv1

Message ID a81d9ac2-b70a-452a-a7e7-89d5e33d4215@gjlay.de
State New
Headers
Series [pushed] AVR: ad PR34305 - Document that AVR uses OAv1 |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 fail Patch failed to apply

Commit Message

Georg-Johann Lay Aug. 21, 2026, 11:16 a.m. UTC
  Applied the following addendum to PR34305 to the
GAS documentation on trunk.

Johann

--

	PR gas/34305
gas/
	* doc/as.texi (Object Attributes) [OAv1]: Add AVR.

  @end itemize
  

Patch

diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index eaa10f42bc9..ebe23da340a 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -8029,8 +8029,8 @@  exclusive, the linker can issue a diagnostic.
  @command{@value{AS}} currently supports two versions of object attributes:
  @itemize @bullet{}
  @item
-Object Attributes version 1 (OAv1) used by: ARC, ARM, C-SKY, MIPS, 
MSP430, M68K,
-PowerPC, RISC-V, SPARC, s390, and TIC6X.
+Object Attributes version 1 (OAv1) used by: ARC, ARM, AVR, C-SKY, MIPS,
+MSP430, M68K, PowerPC, RISC-V, SPARC, s390, and TIC6X.
  @item
  Object Attributes version 2 (OAv2) used by: AArch64.