сб, 14 сент. 2024 г. в 14:29, Georg-Johann Lay <a...@gjlay.de>: > > This patch tidies up enum and struct tags that are > not required in C++. It also uses rtx_code for > RTX codes instead of RTX_CODE. RTX_CODE is now only > used in #ifdef's in avr-protos.h. > > Ok for trunk?
Ok. Please apply. Denis. > > Johann > > -- > > AVR: Tidy up enum and struct tags. > > Use "rtx_code" for RTX codes, not "enum rtx_code" and not "RTX_CODE". > Drop enum and struct tags if possible. > > gcc/ > * avr.cc: Use rtx_code for RTX codes. Drop enum and struct tags. > * avr.md: Same. > * avr-c.cc: Same. > * avr-dimode.md: Same. > * avr-passes.cc: Same. > * avr-protos.h: Same.