https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118764
Bug ID: 118764 Summary: [avr] Add support for Compact Vector Table Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: gjl at gcc dot gnu.org Target Milestone: --- Some devices support a Compact Vector Table (CVT) which will be supported in AVR-LibC v2.3 by means of startup code in crt<mcu>-cvt.o. https://github.com/avrdudes/avr-libc/issues/1010