Go to file
Zack Weinberg 6e14af161c function.h (struct function): Remove calls_longjmp.
* function.h (struct function): Remove calls_longjmp.
	(current_function_calls_longjmp): Delete.
	* tree.h (ECF_LONGJMP): Delete.
	(ECF_SIBCALL, ECF_PURE, ECF_SP_DEPRESSED, ECF_ALWAYS_RETURN)
	(ECF_LIBCALL_BLOCK): Everybody slide down one.
	(ECF_CONST, ECF_NORETURN, ECF_SIBCALL): Clarify comments.
	* builtins.c (expand_builtin_longjmp): Don't set
	current_function_calls_longjmp.
	* calls.c (special_function_p): Mark longjmp and siglongjmp
	with ECF_NORETURN, not ECF_LONGJMP.
	(emit_call_1, expand_call, emit_library_call_value_1):
	Don't check for ECF_LONGJMP.
	* tree-cfg.c (make_exit_edges, is_ctrl_altering_stmt)
	(need_fake_edge_p): Likewise.

	* config/avr/avr.h, config/ip2k/ip2k.h: Don't define NON_SAVING_SETJMP.
	* system.h: Poison NON_SAVING_SETJMP.
	* function.c (use_register_for_decl)
	* gcse.c (compute_hash_table_work, compute_store_table)
	* postreload-gcse.c (record_opr_changes)
	* reload.c (find_equiv_reg)
	* reload1.c (reload)
	* config/i386/i386.c (ix86_can_use_return_insn_p):
	Remove code conditional on NON_SAVING_SETJMP.
	* doc/tm.texi: Delete documentation of NON_SAVING_SETJMP.

	* config/i386/sysv3.h: Delete file.
	* config/i386/i386.c (ix86_svr3_asm_out_constructor): Delete.

From-SVN: r91101
2004-11-23 19:55:24 +00:00
boehm-gc configure.ac (machdep): Use sparc_mach_dep.lo on sparc64-sun-solaris2.* too. 2004-11-22 23:32:13 +00:00
config
contrib gcc_update (touch_files): Don't rely on "make" being GNU make... 2004-11-20 10:49:16 +00:00
fastjar
fixincludes inclhack.def (alpha_pthread_init): Fix technical problems with the last check-in caused by CVS variable substitution. 2004-11-21 23:01:44 +00:00
gcc function.h (struct function): Remove calls_longjmp. 2004-11-23 19:55:24 +00:00
include
INSTALL
intl
libada
libcpp configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set need_64bit_hwint=yes. 2004-11-18 01:07:18 +00:00
libffi Makefile.am: Remove no-dependencies. 2004-11-23 04:11:31 +00:00
libgfortran re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11) 2004-11-23 02:02:38 +00:00
libiberty objalloc.c, [...]: Include "config.h" before "ansidecl.h" to avoid redeclaration errors with... 2004-11-20 02:44:34 +00:00
libjava re PR target/18444 (Multithreading broken on Unix95-class platforms) 2004-11-22 22:30:14 +00:00
libmudflap
libobjc
libstdc++-v3 locale_facets.h (isspace, [...]): Add doxygen markup. 2004-11-23 09:18:41 +00:00
maintainer-scripts
zlib * zconf.h: Define NO_vsnprintf on Solaris 2.5.1. 2004-11-23 00:22:36 +00:00
.cvsignore
ABOUT-NLS
ChangeLog
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure
configure.in
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

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.