This is the mail archive of the gcc-help@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: How to traceback call stack on MIPS arch?


"PRC" <panruochen@gmail.com> writes:

> -fno-omit-frame-pointer may be what I want, since the programs are running
> in a native embeded system without glibc.
> I have read the gcc manual and noticed the option -fomit-frame-pointer. But
> the manual says nothing about -fno-omit-frame-pointer. Is it a default 
> convention that each -fxxx option has a -fno-xxx counterpart?

Yes, and this convention is documented.

    Many options have long names starting with `-f' or with `-W'--for
    example, -fmove-loop-invariants, -Wformat and so on.  Most of
    these have both positive and negative forms; the negative form of
    -ffoo would be -fno-foo.  This manual documents only one of these
    two forms, whichever one is not the default.

Ian


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