+2001-06-06 Andrew Haley <aph@redhat.com>
+
+ * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
+
2001-06-03 Andrew Haley <aph@redhat.com>
* src/alpha/osf.S: Add unwind info.
Alpha/OSF Foreign Function Interface
+ $Id: osf.S,v 1.1.1.1 1998/11/29 16:48:16 green Exp $
+
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
``Software''), to deal in the Software without restriction, including
#error "osf.S out of sync with ffi.h"
#endif
+#ifdef __ELF__
.section .eh_frame,"aw",@progbits
__FRAME_BEGIN__:
.4byte $LECIE1-$LSCIE1 # Length of Common Information Entry
.byte 0x12 # uleb128 0x12
.align 3
$LEFDE3:
+#endif