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:
Georg-Johann Lay 2012-01-25 20:20:01 +00:00 committed by Georg-Johann Lay
parent 55d4e75e46
commit 6b525af80e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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