1 / 125
文档名称:

An Introduction to GCC for the GNU Compilers gcc and g++ (Network Theory, 2004, 0954161793).pdf

格式:pdf   页数:125
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

An Introduction to GCC for the GNU Compilers gcc and g++ (Network Theory, 2004, 0954161793).pdf

上传人:kuo08091 2014/3/28 文件大小:0 KB

下载得到文件列表

An Introduction to GCC for the GNU Compilers gcc and g++ (Network Theory, 2004, 0954161793).pdf

文档介绍

文档介绍: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. . . . . . . . . . . . . . .