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 ChangeLog config/darwin-protos.h confi ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	dalej@gcc.gnu.org	2005-06-09 03:53:26

Modified files:
	gcc            : ChangeLog 
	gcc/config     : darwin-protos.h darwin.c 
	gcc/config/i386: i386.c 
	gcc/config/rs6000: rs6000.c 

Log message:
	2005-06-08  Dale Johannesen  <dalej@apple.com>
	
	* config/darwin.c (darwin_binds_local_p):  New.
	* config/darwin-protos.h (darwin_binds_local_p):  Declare it.
	* config/i386/i386.c (TARGET_BINDS_LOCAL_P):  Use it for TARGET_MACHO.
	* config/rs6000/rs6000.c (rs6000_binds_local_p):  Remove.
	(TARGET_BINDS_LOCAL_P):  Change it to darwin_binds_local_p.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9099&r2=2.9100
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin-protos.h.diff?cvsroot=gcc&r1=1.40&r2=1.41
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.c.diff?cvsroot=gcc&r1=1.120&r2=1.121
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.826&r2=1.827
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&r1=1.835&r2=1.836


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