OSDN Git Service

2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
authorppluzhnikov <ppluzhnikov>
Fri, 13 Jan 2012 18:39:31 +0000 (18:39 +0000)
committerppluzhnikov <ppluzhnikov>
Fri, 13 Jan 2012 18:39:31 +0000 (18:39 +0000)
* gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
* gdb.base/pie-execl.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/attach-pie-misread.exp
gdb/testsuite/gdb.base/pie-execl.exp

index fa4141e..0ae1a97 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
+       * gdb.base/pie-execl.exp: Likewise.
+
 2012-01-12  Keith Seitz  <keiths@redhat.com>
 
        PR mi/10586
index 7a68c33..65477a9 100644 (file)
@@ -27,7 +27,7 @@ set genfile ${objdir}/${subdir}/${test}-gen.h
 set executable ${test}
 set binfile ${objdir}/${subdir}/${executable}
 
-if {[build_executable_own_libs ${test}.exp $executable $srcfile [list "additional_flags=-fPIE -pie"]] == ""} {
+if {[build_executable_own_libs ${test}.exp $executable $srcfile [list additional_flags=-fPIE ldflags=-pie]] == ""} {
     return -1
 }
 
@@ -97,7 +97,7 @@ if {$result == 0} {
     fail $test
 }
 
-set prelink_args [build_executable_own_libs ${test}.exp $executable $srcfile [list "additional_flags=-fPIE -pie -DGEN=\"$genfile\""]]
+set prelink_args [build_executable_own_libs ${test}.exp $executable $srcfile [list "additional_flags=-fPIE -DGEN=\"$genfile\"" "ldflags=-pie"]]
 if {$prelink_args == ""} {
     return -1
 }
index 6ac2acf..8b6da71 100644 (file)
@@ -37,7 +37,7 @@ set binfile2_test_msg OBJDIR/${subdir}/${executable2}
 # Use conditional compilation according to `BIN' as GDB remembers the source
 # file name of the breakpoint.
 
-set opts [list debug {additional_flags=-fPIE -pie}]
+set opts [list debug additional_flags=-fPIE ldflags=-pie]
 if {[build_executable ${testfile}.exp $executable1 $srcfile [concat $opts {additional_flags=-DBIN=1}]] == ""
     || [build_executable ${testfile}.exp $executable2 $srcfile [concat $opts {additional_flags=-DBIN=2}]] == ""} {
     return -1