Go to file
Devang Patel 8e3e233be0 c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.
* c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.
        * print-tree.c (print_node): Print DECL_PRESERVE_P.
        * target-def.h (TARGET_ASM_MARK_DECL_PRESERVED): New #define.
        (TARGET_ASM_OUT): New member, TARGET_ASM_MARK_DECL_PRESERVED
        * target.h (struct gcc_target): New member, mark_decl_preserved.
        * hooks.c (hook_void_charptr): Rename to ...
        (hook_void_constcharptr): ... new name.
        * hooks.h (hook_void_charptr): Rename to ..
        (hook_void_constcharptr): ... new name.
        * tree.h (DECL_PRESERVE_P): New #define.
        (struct tree_decl): New member, preserve_flag.
        * varasm.c (assemble_start_function): Mark decl preserved.
        (assemble_variable): Same.
        * darwin.c (darwin_mark_decl_preserved): New function.
        * darwin.h (TARGET_ASM_MARK_DECL_preserved): New #define.
        * darwin-protos.h (darwin_mark_decl_preserved): New decl.
        * doc/tm.texi (TARGET_ASM_MARK_DECL_PRESERVED): Document.

        testsuite:
        * gcc.dg/darwin-20040809-1.c: New test.

From-SVN: r86076
2004-08-16 13:54:43 -07:00
INSTALL
boehm-gc aclocal.m4: Remove obsolete construct for old automake. 2004-08-16 18:58:05 +00:00
config 2004-08-13 Nathanael Nerode <neroden@gcc.gnu.org> 2004-08-13 22:31:45 +00:00
contrib gcc_update: libjava/configure.ac -> configure.in. 2004-08-04 12:08:09 +00:00
fastjar re PR bootstrap/16164 (automake 1.8.5 upgrade changed fastjar into a read-write source directory) 2004-08-11 00:56:23 +00:00
gcc c-common.c (handle_used_attribute): Set DECL_PRESERVE_P. 2004-08-16 13:54:43 -07:00
include libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal. 2004-08-02 16:45:52 +00:00
intl
libada
libbanshee * engine/util.c (vfail): Remove unnecessary sync, fsync, and fflush. 2004-07-07 18:08:49 -07:00
libcpp configure.in (arm*-*-eabi*): New target. 2004-08-11 02:50:14 +00:00
libffi ffi.c (ffi_pref_cif_machdep): set `cif->flags' to contain `FFI_TYPE_UINT64' as return type for any 64-bit... 2004-08-15 04:05:18 +00:00
libgfortran Corrected typo in PR number, previous commit 2004-08-13 22:25:06 +00:00
libiberty * lrealpath.c (lrealpath): Add _WIN32 support. 2004-06-29 11:37:20 +00:00
libjava configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory to avoid autoconf warning. 2004-08-16 19:59:57 +01:00
libmudflap mf-runtime.c: Conditionalize POSIX_SOURCE for Darwin. 2004-08-03 14:19:26 +00:00
libobjc sarray.h: Hoist include of assert.h near the top of file... 2004-08-13 22:50:09 +00:00
libstdc++-v3 indirect_array.h: Trivial formatting fixes. 2004-08-16 14:50:31 +00:00
maintainer-scripts gcc_release (build_sources): Add comment header to generated MD5SUMS. 2004-08-14 16:47:52 +00:00
zlib configure.ac: New name of configure.in. 2004-06-15 14:47:55 +00:00
.cvsignore
ABOUT-NLS
COPYING
COPYING.LIB
ChangeLog * MAINTAINERS: Remove myself from write-after-approval. 2004-08-13 14:29:31 +00:00
ChangeLog.tree-ssa
MAINTAINERS * MAINTAINERS: Remove myself from write-after-approval. 2004-08-13 14:29:31 +00:00
Makefile.def Makefile.def, [...]: Remove useless, bogus references to tix. 2004-08-12 23:00:39 +00:00
Makefile.in Makefile.def, [...]: Remove useless, bogus references to tix. 2004-08-12 23:00:39 +00:00
Makefile.tpl Makefile.def (bfd, [...]): Mark as bootstrap module. 2004-08-06 06:45:23 +00:00
README
README.SCO
compile
config-ml.in config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77 like CC. 2004-05-30 23:54:22 +02:00
config.guess
config.if
config.rpath
config.sub
configure Makefile.def, [...]: Remove useless, bogus references to tix. 2004-08-12 23:00:39 +00:00
configure.in Makefile.def, [...]: Remove useless, bogus references to tix. 2004-08-12 23:00:39 +00:00
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh Index: ChangeLog 2004-08-03 00:52:18 +00:00
ltcf-gcj.sh
ltconfig
ltmain.sh
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.