OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [doc/] [include/] [gcc-common.texi] - Diff between revs 816 and 826

Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 826
@c Copyright (C) 2001, 2002, 2003, 2004, 2005,
@c Copyright (C) 2001, 2002, 2003, 2004, 2005,
@c 2007 Free Software Foundation, Inc.
@c 2007 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@c For copying conditions, see the file gcc.texi.
 
 
@c Version number and development mode.
@c Version number and development mode.
@c version-GCC is @set to the base GCC version number.
@c version-GCC is @set to the base GCC version number.
@c DEVELOPMENT is @set for an in-development version, @clear for a
@c DEVELOPMENT is @set for an in-development version, @clear for a
@c release version (corresponding to ``experimental''/anything else
@c release version (corresponding to ``experimental''/anything else
@c in gcc/DEV-PHASE).
@c in gcc/DEV-PHASE).
 
 
@include gcc-vers.texi
@include gcc-vers.texi
 
 
@c Common macros to support generating man pages:
@c Common macros to support generating man pages:
 
 
@macro gcctabopt{body}
@macro gcctabopt{body}
@code{\body\}
@code{\body\}
@end macro
@end macro
@macro gccoptlist{body}
@macro gccoptlist{body}
@smallexample
@smallexample
\body\
\body\
@end smallexample
@end smallexample
@end macro
@end macro
@c Makeinfo handles the above macro OK, TeX needs manual line breaks;
@c Makeinfo handles the above macro OK, TeX needs manual line breaks;
@c they get lost at some point in handling the macro.  But if @macro is
@c they get lost at some point in handling the macro.  But if @macro is
@c used here rather than @alias, it produces double line breaks.
@c used here rather than @alias, it produces double line breaks.
@iftex
@iftex
@alias gol = *
@alias gol = *
@end iftex
@end iftex
@ifnottex
@ifnottex
@macro gol
@macro gol
@end macro
@end macro
@end ifnottex
@end ifnottex
 
 
@c For FSF printing, define FSFPRINT.  Also update the ISBN and last
@c For FSF printing, define FSFPRINT.  Also update the ISBN and last
@c printing date for the manual being printed.
@c printing date for the manual being printed.
@c @set FSFPRINT
@c @set FSFPRINT
@ifset FSFPRINT
@ifset FSFPRINT
@smallbook
@smallbook
@finalout
@finalout
@c Cause even numbered pages to be printed on the left hand side of
@c Cause even numbered pages to be printed on the left hand side of
@c the page and odd numbered pages to be printed on the right hand
@c the page and odd numbered pages to be printed on the right hand
@c side of the page.  Using this, you can print on both sides of a
@c side of the page.  Using this, you can print on both sides of a
@c sheet of paper and have the text on the same part of the sheet.
@c sheet of paper and have the text on the same part of the sheet.
 
 
@c The text on right hand pages is pushed towards the right hand
@c The text on right hand pages is pushed towards the right hand
@c margin and the text on left hand pages is pushed toward the left
@c margin and the text on left hand pages is pushed toward the left
@c hand margin.
@c hand margin.
@c (To provide the reverse effect, set bindingoffset to -0.75in.)
@c (To provide the reverse effect, set bindingoffset to -0.75in.)
@tex
@tex
\global\bindingoffset=0.75in
\global\bindingoffset=0.75in
\global\normaloffset =0.75in
\global\normaloffset =0.75in
@end tex
@end tex
@end ifset
@end ifset
 
 
@c Macro to generate a "For the N.N.N version" subtitle on the title
@c Macro to generate a "For the N.N.N version" subtitle on the title
@c page of TeX documentation.  This macro should be used in the
@c page of TeX documentation.  This macro should be used in the
@c titlepage environment after the title and any other subtitles have
@c titlepage environment after the title and any other subtitles have
@c been placed, and before any authors are placed.
@c been placed, and before any authors are placed.
@macro versionsubtitle
@macro versionsubtitle
@ifclear DEVELOPMENT
@ifclear DEVELOPMENT
@subtitle For @sc{gcc} version @value{version-GCC}
@subtitle For @sc{gcc} version @value{version-GCC}
@end ifclear
@end ifclear
@ifset DEVELOPMENT
@ifset DEVELOPMENT
@subtitle For @sc{gcc} version @value{version-GCC} (pre-release)
@subtitle For @sc{gcc} version @value{version-GCC} (pre-release)
@end ifset
@end ifset
@ifset VERSION_PACKAGE
@ifset VERSION_PACKAGE
@sp 1
@sp 1
@subtitle @value{VERSION_PACKAGE}
@subtitle @value{VERSION_PACKAGE}
@end ifset
@end ifset
@c Even if there are no authors, the second titlepage line should be
@c Even if there are no authors, the second titlepage line should be
@c forced to the bottom of the page.
@c forced to the bottom of the page.
@vskip 0pt plus 1filll
@vskip 0pt plus 1filll
@end macro
@end macro
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.