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.
This commit is contained in:
parent
34dd18bca5
commit
9241a8bcf3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue