]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix build failure on Windows machines
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 14 Feb 2026 22:58:51 +0000 (23:58 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 26 May 2026 08:38:26 +0000 (10:38 +0200)
gcc/ada/ChangeLog:

* xsintnam.sed: Do not filter out comments.

gcc/ada/xsintnam.sed

index 88087610d4dea5c3b5653a3ac405788e6db41a9c..3e083788fb27a55f329e7ec3ca149c078b27af3a 100644 (file)
@@ -10,6 +10,3 @@ s/end Ada.Interrupts.Names/end System.Interrupt_Names/g
 
 #Update the copyright header.
 /A D A . I N T E R R U P T S . N A M E S/c --                S Y S T E M . I N T E R R U P T S _ N A M E S             --
-
-#Remove non-copyright-header comments.
-s/[[:blank:]]*--  [^ ].*//g