Skip to content
Snippets Groups Projects
Commit 5f95136e authored by Georg-Johann Lay's avatar Georg-Johann Lay
Browse files

AVR: Use Var(avropt_xxx) for option variables in avr.opt.

This is a no-op refactoring that uses a prefix of avropt_
(formerly: avr_) for variables defined qua Var() directives
in avr.opt.  This makes it easier to spot values that come directly
from avr.opt in the rest of the backend.

gcc/
	* config/avr/avr.opt (avr_bits_e, avr_lra_p, avr_mmcu)
	(avr_gasisr_prologues, avr_n_flash, avr_log_details)
	(avr_branch_cost, avr_split_bit_shift, avr_strict_X)
	(avr_flmap, avr_rodata_in_ram, avr_sp8, avr_fuse_add)
	(avr_warn_addr_space_convert, avr_warn_misspelled_isr)
	(avr_fuse_move, avr_double, avr_long_double): Rename
	to respectively: avropt_bits_e, avropt_lra_p, avropt_mmcu,
	avropt_gasisr_prologues, avropt_n_flash, avropt_log_details,
	avropt_branch_cost, avropt_split_bit_shift, avropt_strict_X,
	avropt_flmap, avropt_rodata_in_ram, avropt_sp8, avropt_fuse_add,
	avropt_warn_addr_space_convert, avropt_warn_misspelled_isr,
	avropt_fuse_move, avropt_double, avropt_long_double.
	* config/avr/avr.h: Same.
	* config/avr/avr.cc: Same.
	* config/avr/avr.md: Same.
	* config/avr/avr-passes.cc
	* config/avr/avr-log.cc: Same.
	* common/config/avr/avr-common.cc: Same.
parent 27778979
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment