OSDN Git Service

* gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash.
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jan 2012 20:20:01 +0000 (20:20 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jan 2012 20:20:01 +0000 (20:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183535 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/avr/torture/int24-mul.c

index 4518441..c135376 100644 (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
index 084e5a5..c85d932 100644 (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