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: [RFC/CFT] Hookize TARGET_UNWIND_INFO and related macros


On Fri, 2010-09-24 at 14:28 -0700, Richard Henderson wrote:
> A refresh of the patch, after the ia64 unwind adjustments of this week.
> I'm expecting this to work for you on ia64-hpux, Steve.
> 
> 
> r~

I tried using this patch and the stage2/stage3 comparision failed on
most files, for both ia64 HP-UX and Linux.  If I compile cfg.o to a .s
file and do a diff I see:

$ diff cfg.s.*
18099,18100c18099,18100
<       .file 7 "/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/./stage1-gcc/include-fixed/stdio.h"
<       .file 8 "/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/./stage1-gcc/include/stddef.h"
---
>       .file 7 "/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/./stage2-gcc/include-fixed/stdio.h"
>       .file 8 "/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/./stage2-gcc/include/stddef.h"
60130,60131d60129
< .LASF3263:
<       stringz "/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/stage2-gcc"
61133a61132,61133
> .LASF3263:
>       stringz "/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/stage3-gcc"


Steve Ellcey
sje@cup.hp.com


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