This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc function.c system.h ChangeLog doc/tm.t ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	aj@gcc.gnu.org	2003-05-31 18:45:32

Modified files:
	gcc            : function.c system.h ChangeLog 
	gcc/doc        : tm.texi 
	gcc/config/d30v: d30v.h 
	gcc/f          : lex.c ChangeLog 

Log message:
	* function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
	usage.
	
	* doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
	
	* config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
	
	* system.h: Poison ALLOCATE_TRAMPOLINE.
	
	* doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
	* system.h: Poison HANDLE_PRAGMA.
	
	In f/
	* lex.c (ffelex_hash_): Remove HANDLE_PRAGMA and
	HANDLE_GENERIC_PRAGMA dependend code, remove #if 0 code.
	(pragma_getc): Removed.
	(pragma_ungetc): Removed.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.429&r2=1.430
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/system.h.diff?cvsroot=gcc&r1=1.147&r2=1.148
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17968&r2=1.17969
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&r1=1.223&r2=1.224
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/d30v/d30v.h.diff?cvsroot=gcc&r1=1.82&r2=1.83
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/lex.c.diff?cvsroot=gcc&r1=1.39&r2=1.40
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&r1=1.556&r2=1.557


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]