gcc/gcc ChangeLog varasm.c tree.h cp/ChangeLog ...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Jul 9 12:53:00 GMT 2003


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_2-rhl8-branch
Changes by:	jakub@gcc.gnu.org	2003-07-09 12:53:42

Modified files:
	gcc            : ChangeLog varasm.c tree.h 
	gcc/cp         : ChangeLog 
	gcc/cp         : method.c Make-lang.in 
	gcc/config/i386: i386.c 

Log message:
	* config/i386/i386.c (x86_output_mi_thunk): Use simple jmp
	if function binds local even if flag_pic.
	
	* varasm.c (resolve_unique_section): Remove prototype.  No longer
	static.
	* tree.h (resolve_unique_section): New prototype.
	cp/
	* method.c: Include target.h.
	(make_alias_for_thunk): New function.
	(use_thunk): Use it if defined ASM_OUTPUT_DEF.  Put the thunk
	into the same section as the function it is calling.
	* Make-lang.in (cp/method.o): Depend on $(TARGET_H).

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.13152.2.657.2.27.2.132&r2=1.13152.2.657.2.27.2.133
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.250.2.14.4.11&r2=1.250.2.14.4.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.308.2.2.8.6&r2=1.308.2.2.8.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.2685.2.114.2.8.2.26&r2=1.2685.2.114.2.8.2.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/method.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.219.2.4.8.1&r2=1.219.2.4.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.108.2.2.4.1&r2=1.108.2.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.368.2.19.2.2.2.28&r2=1.368.2.19.2.2.2.29



More information about the Gcc-cvs mailing list