Commit a9856a8d by Michael Eager Committed by Michael Eager

picdtr.c: Correct option -fPIE -mpic-data-is-text-relative.

2018-05-06  Michael Eager  <eager@eagercon.com>

	* gcc.target/microblaze/others/picdtr.c: Correct option
	 -fPIE -mpic-data-is-text-relative.

From-SVN: r259976
parent b0e69bd6
2018-05-06 Michael Eager <eager@eagercon.com>
* gcc.target/microblaze/others/picdtr.c: Correct option
-fPIE -mpic-data-is-text-relative.
2018-05-06 Andrew Sadek <andrew.sadek.se@gmail.com>
* gcc.target/microblaze/others/picdtr.c: Add test for
......
......@@ -78,7 +78,7 @@ int main() {
}
/* { dg-options "-fPIE -mpic-data-text-rel -save-temps" } */
/* { dg-options "-fPIE -mpic-data-is-text-relative -save-temps" } */
/* { dg-do run } */
#define TEST_VAR(var,val) (var) = (val); if( (var) != (val)) return 0;
......
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