libffi: alpha/osf.S

Andrew Haley aph@cambridge.redhat.com
Tue Jun 12 06:50:00 GMT 2001


rth pointed out to me that alpha/osf.S is used on non-ELF platforms as
well, so the unwinder code needs to be changed.  For the branch and
the trunk I suggest just disabling it for the time being.

OK?

Andrew.


2001-06-06  Andrew Haley  <aph@redhat.com>

	* src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.

Index: osf.S
===================================================================
RCS file: /cvs/gcc/gcc/libffi/src/alpha/osf.S,v
retrieving revision 1.3.4.1
diff -p -2 -c -r1.3.4.1 osf.S
*** osf.S	2001/06/03 13:58:03	1.3.4.1
--- osf.S	2001/06/12 13:46:35
*************** $load_table:
*** 288,291 ****
--- 288,292 ----
  #endif
  
+ #ifdef __ELF__
  	.section	.eh_frame,"aw",@progbits
  __FRAME_BEGIN__:
*************** $LASFDE3:
*** 347,348 ****
--- 348,350 ----
  	.align 3
  $LEFDE3:
+ #endif



More information about the Java mailing list