This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] Use DW_CFA_offset_extended_sf rather than DW_CFA_GNU_negative_offset_extended in libffi



On 06/08/2005, at 2:54 AM, Jakub Jelinek wrote:


Hi!

GCC switched from the nonstandard DW_CFA_GNU_negative_offset_extended
opcode to DW_CFA_offset_extended_sf in early 2002, so I guess it is time
for libffi to follow it. It causes problems in GDB which doesn't handle
DW_CFA_GNU_negative_offset_extended (it should handle it IMHO anyway,
but there is no reason why libffi should keep using the obsolete opcode
forever).
Ok for HEAD?

OK.


2005-08-06 Jakub Jelinek <jakub@redhat.com>

    * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use
    DW_CFA_offset_extended_sf rather than
    DW_CFA_GNU_negative_offset_extended.
    * src/powerpc/sysv.S (ffi_call_SYSV): Likewise.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


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