summaryrefslogtreecommitdiffstats
path: root/libffi/src/alpha
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-12 19:14:04 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-12 19:14:04 +0000
commit5fc46419c2b371d40675501dff659a886b848412 (patch)
treee200b39585ff9248417e7e28e0abce9d3a239e91 /libffi/src/alpha
parentf1b154801808f8b9fe9982373afc5dc7affe27aa (diff)
downloadppe42-gcc-5fc46419c2b371d40675501dff659a886b848412.tar.gz
ppe42-gcc-5fc46419c2b371d40675501dff659a886b848412.zip
2001-06-06 Andrew Haley <aph@redhat.com>
* src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src/alpha')
-rw-r--r--libffi/src/alpha/osf.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/libffi/src/alpha/osf.S b/libffi/src/alpha/osf.S
index 5605669194c..d6b839d871e 100644
--- a/libffi/src/alpha/osf.S
+++ b/libffi/src/alpha/osf.S
@@ -3,6 +3,8 @@
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
@@ -285,6 +287,7 @@ $load_table:
#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
@@ -344,3 +347,4 @@ $LASFDE3:
.byte 0x12 # uleb128 0x12
.align 3
$LEFDE3:
+#endif
OpenPOWER on IntegriCloud