Go to file
Andreas Krebbel adf39f8f5f s390.c (struct s390_frame_layout): New struct as element of struct machine_function.
2004-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

	* config/s390/s390.c (struct s390_frame_layout): New struct as element
	of struct machine_function.
	(cfun->machine->frame_size): Moved into cfun->machine->frame_layout and
	changed all uses.
	(cfun->machine->save_fprs_p): Replaced by cfun_save_high_fprs and
	changed all uses.
	(cfun_frame_layout, cfun_save_high_fprs_p, cfun_gprs_save_area_size)
	(cfun_set_fpr_bit, cfun_fpr_bit_p): New macros.
	(s390_frame_area, s390_register_info): New functions.
	(s390_optimize_prolog): Renamed to s390_optimize_prologue.  Added check
	for base register.
	(s390_return_addr_rtx, s390_return_address_offset)
	(s390_va_start, s390_gimplify_va_arg)
	(s390_emit_prologue, s390_emit_epilogue): Adjusted for new stack
	layouts.
	(s390_frame_info): Functionality partly moved to s390_register_info.
	Made adaptions for new stack layout.
	(save_gprs, restore_gprs): Changed meaning of second parameter and
	adapted all callers.

	* config/s390/s390.h (s390_backchain_string): New global variable.
	(MASK_BACKCHAIN): Removed definition.
	(TARGET_BACKCHAIN): Changed check.
	(TARGET_KERNEL_BACKCHAIN): New macro.
	(TARGET_SWITCHES): Removed entries of "backchain" and "no-backchain".
	(TARGET_OPTIONS): Added "backchain", "no-backchain" and
	"kernel-backchain".
	(DYNAMIC_CHAIN_ADDRESS): Adjusted for new stack layouts.

	* config/s390/s390.md ("allocate_stack"): Added TARGET_KERNEL_BACKCHAIN
	as condition.  Adjusted for new stack layout.

	* doc/invoke.texi: Added documentation for new option
	"-mkernel-backchain" and adjusted documentation of "-mbackchain" and
	"-mno-backchain".

From-SVN: r85882
2004-08-12 17:40:02 +00:00
boehm-gc Makefile.in: Regenerate 2004-08-12 12:13:14 +00:00
config configure.in: Turn mt-linux into mt-gnu. 2004-08-03 20:48:48 +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 s390.c (struct s390_frame_layout): New struct as element of struct machine_function. 2004-08-12 17:40:02 +00:00
include libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal. 2004-08-02 16:45:52 +00:00
INSTALL
intl
libada
libbanshee
libcpp configure.in (arm*-*-eabi*): New target. 2004-08-11 02:50:14 +00:00
libffi ffi64.c (ffi_prep_args ): 8-align all stack arguments. 2004-08-10 14:24:00 +00:00
libgfortran list_read.c (namelist_read): Convert variable names to lower case, so that mixed-case names are recognized. 2004-08-10 13:34:04 +00:00
libiberty
libjava Process_1.java: New test. 2004-08-12 16:24:56 +00:00
libmudflap mf-runtime.c: Conditionalize POSIX_SOURCE for Darwin. 2004-08-03 14:19:26 +00:00
libobjc thr.c (__objc_thread_detach_function): Do not mark as volatile but instead use the attribute noreturn. 2004-07-22 15:20:08 -07:00
libstdc++-v3 Makefile.in, [...]: Regenerate 2004-08-12 11:54:13 +00:00
maintainer-scripts gcc_release (snapshot_print): Accept arguments. 2004-08-06 11:11:11 +00:00
zlib
.cvsignore
ABOUT-NLS
ChangeLog configure.in (arm*-*-eabi*): New target. 2004-08-11 02:50:14 +00:00
ChangeLog.tree-ssa
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 configure.in (arm*-*-eabi*): New target. 2004-08-11 02:50:14 +00:00
configure.in configure.in (arm*-*-eabi*): New target. 2004-08-11 02:50:14 +00:00
COPYING
COPYING.LIB
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
MAINTAINERS Add myself as Darwin maintainer. 2004-08-06 18:17:11 +00:00
Makefile.def Makefile.def (bfd, [...]): Mark as bootstrap module. 2004-08-06 06:45:23 +00:00
Makefile.in Makefile.def (bfd, [...]): Mark as bootstrap module. 2004-08-06 06:45:23 +00:00
Makefile.tpl Makefile.def (bfd, [...]): Mark as bootstrap module. 2004-08-06 06:45:23 +00:00
missing
mkdep
mkinstalldirs re PR bootstrap/11932 (Parallel bootstrap failure with sparc libiberty multilib) 2004-02-20 02:01:16 +00:00
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.