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 for "no_instrument_function" attribute


The patches applied to the files below break the build on the pa.

> config/pa/elf.h (ASM_FILE_START): Likewise.
> config/pa/pa-linux.h (ASM_FILE_START): Likewise.
> config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
> config/pa/som.h (ASM_FILE_START): Likewise.

When ASM_FILE_START is executed, cfun is NULL causing a segmentation
fault.  This part of the patch needs to be reverted.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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