as.texi: Holy backwards compatibility

Message ID DINU01U6ME10.CNRMXWXNQ284@gmail.com
State New
Headers
Series as.texi: Holy backwards compatibility |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Test passed
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Test passed

Commit Message

3bd May 20, 2026, 9:45 p.m. UTC
  As far as I know, this notice has been there for more than 26 years.
At this point, ".abort" is a feature that a lot of tools depend on.
You can't change that fact, so just embrace it.

Peace.

---8<---
  

Patch

--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -4751,7 +4751,7 @@  This directive stops the assembly immediately.  It is for
 compatibility with other assemblers.  The original idea was that the
 assembly language source would be piped into the assembler.  If the sender
 of the source quit, it could use this directive tells @command{@value{AS}} to
-quit also.  One day @code{.abort} will not be supported.
+quit also.
 
 @ifset COFF
 @node ABORT (COFF)