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
This commit is contained in:
parent
b0e69bd698
commit
a9856a8d08
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue