int24-mul.c: Rename __pgm to __flash.
* gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash. From-SVN: r183535
This commit is contained in:
parent
55d4e75e46
commit
6b525af80e
@ -1,3 +1,7 @@
|
||||
2012-01-25 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
* gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash.
|
||||
|
||||
2012-01-25 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* go.test/go-test.exp (go-gc-tests): Handle a few more test
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
const __pgm __int24 vals[] =
|
||||
const __flash __int24 vals[] =
|
||||
{
|
||||
0, 1, 2, 3, -1, -2, -3, 0xff, 0x100, 0x101,
|
||||
0xffL * 0xff, 0xfffL * 0xfff, 0x101010L, 0xaaaaaaL
|
||||
|
Loading…
Reference in New Issue
Block a user