This is the mail archive of the gcc@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]

Re: newbie: labels headache



  In message <19981016022955.A22400@lucifer.guardian.no>you write:
  > Hi, I've tried to rewrite the StackGuard patch for egcs but when I
  > compile the program with -O2, the label guarding the 'call abort'
  > instruction is removed, which makes the assembler complain.  I'd be
  > happy if someone could clue me in about my wrongdoings in the
  > following. This is my first gcc hack so please be gentle :-).
Try setting LABEL_NUSES to the number of insns which use the value.  It
looks like the right value ought to be 1.

Jeff


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