re PR target/71151 ([avr] -fmerge-constants and -fdata-sections/-ffunction-sections results in string constants in .progmem.gcc_sw section)

* gcc/ChangeLog: Add pointer to PR71151 for r237536.
	* gcc/testsuite/ChangeLog: Same.

From-SVN: r237709
This commit is contained in:
Georg-Johann Lay 2016-06-22 14:29:59 +00:00
parent e193b105a1
commit e0277d6b51
2 changed files with 2 additions and 0 deletions

View file

@ -416,6 +416,7 @@
2016-06-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
PR target/71151
* config/avr/avr.c (avr_asm_init_sections): Remove setup of
progmem_swtable_section.
(progmem_swtable_section): Remove.

View file

@ -258,6 +258,7 @@
2016-06-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
PR target/71151
* gcc.target/avr/pr71151-1.c: New test.
* gcc.target/avr/pr71151-2.c: New test.
* gcc.target/avr/pr71151-3.c: New test.