home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!marble.COM!gsk
- From: gsk@marble.COM (Geoffrey S. Knauth)
- Subject: GCC documentation, extra word
- Message-ID: <9208251656.AA00308@tuckahoe.bos.marble.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 25 Aug 1992 08:56:52 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 10
-
- `FUNCTION_EPILOGUE (FILE, SIZE)', paragraph 4, line 4, extra word `in'
-
- ----------
- On machines where functions may or may not have frame-pointers, the
- function exit code must vary accordingly. Sometimes the code for
- these two cases is completely different. To determine whether a
- >> frame pointer is in wanted, the macro can refer to the variable
- `frame_pointer_needed'. The variable's value will be 1 at run
- time in a function that needs a frame pointer.
-
-