Re: [patch,avr] Add support for a Compact Vector Table

2025-02-06 Thread Denis Chertykov
Georg-Johann Lay writes: > Some AVR devices support a Compact Vector Table. > > The support is provided by means of a startup code file > crt-cvt.o from AVR-LibC that can be linked instead > of the traditional crt.o. > > This patch adds a new command line option -mcvt that links > that CVT startu

[patch,avr] Add support for a Compact Vector Table

2025-02-06 Thread Georg-Johann Lay
Some AVR devices support a Compact Vector Table. The support is provided by means of a startup code file crt-cvt.o from AVR-LibC that can be linked instead of the traditional crt.o. This patch adds a new command line option -mcvt that links that CVT startup code (or issues an error when the devi