James E. Wilson 0186257f78 Add unwind support for epilogues, because the kernel unwinder needs them.
* config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
	(output_function_prologue): Fix mispelling.
	(output_function_prologue, output_function_epilogue): Reorder to
	match ia64.c definition order.
	* config/ia64/ia64.c (ia64_expand_prologue): Add comment.
	(ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
	Use r3 instead of r2 for large stack restores.
	(ia64_output_end_prologue): New function.
	(process_set): Emit ".restore sp" for epilogue stack restores.
	* config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.

From-SVN: r34456
2000-06-08 10:15:32 -07:00
..
2000-06-06 07:23:42 +00:00
2000-06-08 01:45:08 -06:00
2000-06-05 17:49:58 +00:00
2000-06-06 07:23:42 +00:00
2000-06-07 12:44:41 +00:00
2000-06-06 22:04:08 +00:00
2000-05-31 07:46:10 -04:00
2000-01-11 23:27:40 +00:00
2000-03-16 04:25:12 +00:00
2000-02-25 22:45:17 -07:00
2000-06-05 13:16:14 +00:00
2000-05-09 19:56:01 +00:00
2000-06-05 13:16:14 +00:00
2000-06-05 13:16:14 +00:00
2000-01-12 22:47:13 +00:00
2000-05-30 14:50:33 -06:00
2000-02-25 22:54:31 -07:00
2000-06-06 22:04:08 +00:00
2000-01-14 00:46:57 +00:00
2000-02-25 22:59:31 -07:00
2000-06-01 20:06:57 +00:00
2000-06-01 20:06:57 +00:00
1999-09-13 04:40:51 +00:00
2000-02-25 22:59:31 -07:00
2000-01-14 00:46:57 +00:00
2000-05-31 01:36:58 +00:00
2000-05-09 19:56:01 +00:00
2000-01-14 17:14:43 +00:00
2000-01-14 17:14:43 +00:00
2000-06-06 12:28:49 -04:00
2000-05-30 04:47:25 -04:00
2000-05-29 15:02:42 -07:00
1999-09-06 23:49:18 -06:00
1999-09-15 17:41:16 -04:00
2000-04-04 22:54:44 +00:00
2000-02-25 23:23:30 -07:00
2000-01-17 17:16:21 +00:00
2000-05-09 19:56:01 +00:00
2000-04-28 00:59:40 +00:00
2000-04-07 02:24:06 -07:00
1999-10-02 20:16:10 +00:00
1999-09-06 23:49:18 -06:00
2000-02-26 06:55:09 -07:00
2000-05-09 19:56:01 +00:00
2000-04-18 22:34:13 +00:00
2000-04-18 22:34:13 +00:00
2000-05-28 19:40:20 -04:00
2000-02-26 06:55:09 -07:00
2000-01-17 17:16:21 +00:00
2000-05-06 17:48:53 -07:00
2000-01-17 17:16:21 +00:00
2000-02-26 06:55:09 -07:00
2000-03-04 19:42:04 +00:00
2000-06-05 21:56:06 -04:00
2000-02-14 22:56:20 +00:00
2000-05-29 15:02:42 -07:00
2000-04-18 22:34:13 +00:00
2000-02-11 14:31:46 -08:00
2000-05-31 07:50:44 -04:00
2000-05-27 20:24:57 -07:00
2000-05-25 02:11:22 +01:00
2000-01-17 17:16:21 +00:00
1999-09-06 23:49:18 -06:00
2000-05-04 12:16:27 +00:00
2000-04-28 00:59:40 +00:00
2000-04-10 16:18:21 +00:00
2000-06-05 13:16:14 +00:00
2000-02-01 21:30:52 +00:00
2000-01-17 17:16:21 +00:00
2000-06-08 01:45:08 -06:00

This directory contains the GNU Compiler Collection (GCC) version 2.96.
It includes all of the support for compiling C, C++, Objective C, Fortran,
Java, and Chill.

The GNU Compiler Collection is free software.  See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information.  The file INSTALL contains a
copy of the installation information, as plain ASCII.

Installing this package will create various files in subdirectories of
/usr/local/lib, which are passes used by the compiler and a library
named libgcc.a.  It will also create /usr/local/bin/gcc, which is
the user-level command to do a compilation.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully.  An online readable version of the manual is in the files
gcc.info*.

The files pself.c and pself1.c are not part of GCC.
They are programs that print themselves on standard output.
They were written by Dario Dariol and Giovanni Cozzi, and are
included for your hacking pleasure.  Likewise pself2.c
(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
Fakhreyev).