summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-03 21:08:05 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-03 21:08:05 +0000
commitfbd90f6c25ad26706dee0898d6eaca40881852f9 (patch)
tree76a3b64eb51df6224501bb0e44cb76ef4f200ac2 /configure.in
parent414f49c0349d3de3478672a9c56b349d65cdf8f1 (diff)
Update.
2003-07-03 Ulrich Drepper <drepper@redhat.com> * configure.in: Also check for .cfi_rel_offset pseudo-op.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e30c7ba4db..91d903f591 100644
--- a/configure.in
+++ b/configure.in
@@ -1530,6 +1530,7 @@ cat > conftest.s <<EOF
func:
.cfi_startproc
.cfi_remember_state
+ .cfi_rel_offset 1, 0
.cfi_endproc
EOF
if AC_TRY_COMMAND(${CC-cc} $ASFLAGS -c conftest.s 1>&AS_MESSAGE_LOG_FD); then