https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88472
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <[email protected]>: https://gcc.gnu.org/g:991a62f5b6fc5dc4fb0de85a532cc53d4fc550ad commit r16-7681-g991a62f5b6fc5dc4fb0de85a532cc53d4fc550ad Author: Sandra Loosemore <[email protected]> Date: Thu Feb 19 18:26:32 2026 +0000 doc: Consolidate documentation for naked attribute [PR88472] This attribute has been documented similarly in the sections for 12 different targets. I think it's time to promote this to a common attribute and document it only once with a warning that it's not supported everywhere. gcc/ChangeLog PR other/88472 * doc/extend.texi (Common Attributes): Document the "naked" attribute here. (ARC Attributes): Delete entry for "naked". (ARM Attributes): Likewise. (AVR Attributes): Likewise. (BPF Attributes): Likewise. (C-SKY Attributes): Likewise. (MCORE Attributes): Delete entire section since "naked" was the only thing listed. (MSP430 Attributes): Delete entry for "naked". (NDS32 Attributes): Likewise. (RISC-V Attributes): Likewise. (RL78 Attributes): Likewise. (RX Attributes): Likewise. (x86 Attributes): Likewise.
