文档介绍:An Introduction to GCC
for the pilers gcc and g++
Brian Gough
Foreword by Richard M. Stallman
A catalogue record for this book is available from the British Library.
First printing, March 2004 (7/3/2004).
Published work Theory Limited.
15 Royal Park
Bristol
BS8 3AL
United Kingdom
Email: work-
ISBN 0-9541617-9-3
Further information about this book is available from
./
Cover Image: From a layout of a fast, energy-efficient hardware stack.(1)
Image created with the free Electric VLSI design system by Steven Rubin
of Static Free Software (). Static Free Software
provides support for Electric to the electronics design industry.
Copyright °c work Theory Ltd.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version
or any later version published by the Free Software Foundation; with no
Invariant Sections, with the Front-Cover Texts being “work Theory
Manual”, and with the Back-Cover Texts as in (a) below. A copy of
the license is included in the section entitled “GNU Free Documentation
License”.
(a) The Back-Cover Text is: “The development of this manual was funded
entirely work Theory Ltd. Copies published work Theory
Ltd raise money for more free documentation.”
The Texinfo source for this manual may be obtained from:
./
(1) “A Fast and Energy-Efficient Stack” by J. Ebergen, D. Finchelstein, R. Kao,
J. Lexau and R. Hopkins.
i
Table of Contents
Foreword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
A brief history of GCC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Major features of GCC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Programming in C and C++ . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Conventions used in this manual. . . . . . . . . . . . . . .