Commit 6b525af8 by Georg-Johann Lay Committed by Georg-Johann Lay

int24-mul.c: Rename __pgm to __flash.

	* gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash.

From-SVN: r183535
parent 55d4e75e
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> 2012-01-25 Ian Lance Taylor <iant@google.com>
* go.test/go-test.exp (go-gc-tests): Handle a few more test * go.test/go-test.exp (go-gc-tests): Handle a few more test
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <stdlib.h> #include <stdlib.h>
const __pgm __int24 vals[] = const __flash __int24 vals[] =
{ {
0, 1, 2, 3, -1, -2, -3, 0xff, 0x100, 0x101, 0, 1, 2, 3, -1, -2, -3, 0xff, 0x100, 0x101,
0xffL * 0xff, 0xfffL * 0xfff, 0x101010L, 0xaaaaaaL 0xffL * 0xff, 0xfffL * 0xfff, 0x101010L, 0xaaaaaaL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment