avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] AVR gcc-3.4-20040128 progmem trouble


From: Stephan Eisvogel
Subject: [avr-gcc-list] AVR gcc-3.4-20040128 progmem trouble
Date: Thu, 5 Feb 2004 02:05:35 +0100

Hi folks,
It would seem gcc-3.4-20040128 and I have different opinions about the
'progmem' attribute. The gcc 3.3.1 release correctly emits

.section        .progmem.data,"a",@progbits

to  mark  a string belonging into the text section. 3.4-20040128 omits
this and consequently the string ends up in .data, producing bad code.
I  searched gcc, gcc-bugs and gcc-help for answers but apparently this
issue is unknown, so did anybody try this yet with 3.4, and is there a
fix or maybe a tweak for __attribute__?

Later,
Stephan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]