PR ld/18718
* ld-elf/shared.exp: Compile PR ld/18718 tests with -O2.
+2015-07-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/18718
+ * ld-elf/shared.exp: Compile PR ld/18718 tests with -O2.
+
2015-07-26 H.J. Lu <hongjiu.lu@intel.com>
* lib/ld-lib.exp (run_host_cmd_yesno): Set errcnt and warncnt
{ pr18718.c } \
"pr18718" \
"pass.out" \
- "-I../bfd" \
+ "-O2 -I../bfd" \
] \
[list \
"Run pr18718 with PIE (1)" \
{ pr18718.c } \
"pr18718pie1" \
"pass.out" \
- "-fPIE -I../bfd" \
+ "-O2 -fPIE -I../bfd" \
] \
[list \
"Run pr18718 with PIE (2)" \
{ pr18718.c } \
"pr18718pie2" \
"pass.out" \
- "-fPIE -I../bfd" \
+ "-O2 -fPIE -I../bfd" \
] \
[list \
"Run pr18718 with PIC (1)" \
{ pr18718.c } \
"pr18718pic1" \
"pass.out" \
- "-fPIC -I../bfd" \
+ "-O2 -fPIC -I../bfd" \
] \
[list \
"Run pr18718 with PIC (2)" \
{ pr18718.c } \
"pr18718pic2" \
"pass.out" \
- "-fPIC -I../bfd" \
+ "-O2 -fPIC -I../bfd" \
] \
]
}