Go to file
Eric Botcazou e54c747181 target.h (struct gcc_target): New field 'dwarf_handle_frame_unspec'.
* target.h (struct gcc_target): New field 'dwarf_handle_frame_unspec'.
	* target_def.h (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define to 0.
	(TARGET_INITIALIZER): Add TARGET_DWARF_HANDLE_FRAME_UNSPEC.
	* dwarf2out.c (dwarf2out_frame_debug_expr): Allow REG->REG move
	to a fixed reg if the source is the Return Address register.
	Implement new Rule 15.
	* doc/tm.texi (Frame Layout): Document TARGET_DWARF_HANDLE_FRAME_UNSPEC.
	* config/sparc/sparc.c (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define to
	sparc_dwarf_handle_frame_unspec.
	(gen_save_register_window): New function.
	(emit_stack_pointer_increment): Rename into gen_stack_pointer_inc.
	(emit_stack_pointer_decrement): Rename into gen_stack_pointer_dec.
	(expand_prologue): Adjust calls to emit_stack_pointer_{in,de}crement.
	Set RTX_FRAME_RELATED_P on the appropriate insns and members of insns.
	(sparc_asm_function_prologue): Do not emit call frame debugging info.
	(emit_and_preserve): Adjust calls to emit_stack_pointer_{in,de}crement.
	(sparc_expand_epilogue): Likewise.
	(sparc_dwarf_handle_frame_unspec): New function.
	* config/sparc/sparc.md (save_register_window): Remove.
	(save_register_windowdi): Rewrite modelled on the callframe debug info.
	(save_register_windowsi): Likewise.

From-SVN: r91346
2004-11-26 19:21:16 +00:00
boehm-gc Fix "PACKAGE_NAME redefined" errors. 2004-11-26 05:31:48 +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 Makefile.am: Remove -no-dependencies. 2004-11-15 23:50:05 +00:00
fixincludes mkfixinc.sh: Check error code from 'cat'. 2004-11-23 22:45:53 +00:00
gcc target.h (struct gcc_target): New field 'dwarf_handle_frame_unspec'. 2004-11-26 19:21:16 +00:00
include
INSTALL
intl aclocal.m4: Regenerate. 2004-11-24 21:53:28 +00:00
libada
libcpp aclocal.m4: Regenerate. 2004-11-24 21:53:28 +00:00
libffi libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. 2004-11-25 13:43:43 +00:00
libgfortran libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. 2004-11-25 13:43:43 +00:00
libiberty re PR other/18623 (4 * libiberty local variables set but never used) 2004-11-24 02:19:10 +00:00
libjava natDebug.cc (getField): Don't qualify name. 2004-11-26 02:27:54 +00:00
libmudflap Makefile.am: Revert previous. 2004-11-25 13:35:35 +00:00
libobjc libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. 2004-11-25 13:43:43 +00:00
libstdc++-v3 Daily bump. 2004-11-26 00:16:19 +00:00
maintainer-scripts
zlib libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. 2004-11-25 13:43:43 +00:00
.cvsignore
ABOUT-NLS
ChangeLog configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. 2004-11-26 01:24:42 +00:00
ChangeLog.tree-ssa
compile install-sh, compile: Import from automake. 2004-11-16 01:04:30 +00:00
config-ml.in config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN like CC. 2004-11-07 18:37:28 -05:00
config.guess config.guess, config.sub: Import from savannnah. 2004-11-16 00:57:01 +00:00
config.if
config.rpath
config.sub config.guess, config.sub: Import from savannnah. 2004-11-16 00:57:01 +00:00
configure configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. 2004-11-26 01:24:42 +00:00
configure.in configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. 2004-11-26 01:24:42 +00:00
COPYING
COPYING.LIB
depcomp
install-sh install-sh, compile: Import from automake. 2004-11-16 01:04:30 +00:00
libtool.m4 libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. 2004-11-25 13:43:43 +00:00
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS Added self as write-after-approval maintainer 2004-11-13 17:03:37 +00:00
Makefile.def Makefile.def: Add html support. 2004-11-13 07:32:48 +00:00
Makefile.in Makefile.def: Add html support. 2004-11-13 07:32:48 +00:00
Makefile.tpl Makefile.def: Add html support. 2004-11-13 07:32:48 +00:00
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.