This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [alpha] misc unwinding changes


On Thu, Jun 05, 2003 at 07:46:05PM -0700, Roland McGrath wrote:
> This is ok with me as long as you update the configure check so that it
> doesn't define HAVE_ASM_CFI_DIRECTIVES for yesterday's assembler.

Addressed like so.


r~


	* configure.in (libc_cv_asm_cfi_directives): Test .cfi_remember_state.
	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/glibc/libc/configure.in,v
retrieving revision 1.398
diff -c -p -d -u -r1.398 configure.in
--- configure.in	4 Jun 2003 21:40:51 -0000	1.398
+++ configure.in	6 Jun 2003 05:48:05 -0000
@@ -1529,6 +1529,7 @@ cat > conftest.s <<EOF
         .type   func,@function
 func:
         .cfi_startproc
+	.cfi_remember_state
         .cfi_endproc
 EOF
 if AC_TRY_COMMAND(${CC-cc} $ASFLAGS -c conftest.s 1>&AS_MESSAGE_LOG_FD); then


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]