Landing: 0c0e35362ad0

Project / Subsystem

gcc / ada

Date

2026-02-16

Author

Eric Botcazou

Commit

0c0e35362ad0a9f242805925645821a29c64bdf6

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
0c0e35362ad0a9f242805925645821a29c64bdf6
source_type
github
headline
Ada: Disable Style Checks in System.Interrupt_Names Generation on VxWorks
tldr
Style checks are now disabled during the generation of `System.Interrupt_Names` for VxWorks.
author
Eric Botcazou
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • vxworks
  • interrupts
  • build
discussion_id_link
bugzilla_pr
date
2026-02-16T00:00:00.000Z

This commit disables style checks in the xsintnam.sed script used to generate System.Interrupt_Names for VxWorks. This is a follow-up to a previous commit that fixed the generation of this file and addresses style-related issues that may have arisen during the process.