This is the mail archive of the gcc-prs@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]

target/6082


The following reply was made to PR target/6082; it has been noted by GNATS.

From: davem@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/6082
Date: 8 Apr 2002 17:17:19 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	davem@gcc.gnu.org	2002-04-08 10:17:19
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/sparc: linux.h linux64.h sparc.h sparc.md sparc.c 
 	                  netbsd-elf.h freebsd.h 
 	gcc/doc        : md.texi 
 Added files:
 	gcc/config/sparc: sol2-gld.h 
 
 Log message:
 	2002-04-08  David S. Miller  <davem@redhat.com>
 	
 	PR target/6082
 	* config/sparc/freebsd.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDLOW
 	
 	Make init_priority work on Sparc when using GNU ld.
 	* config/sparc/linux.h, config/sparc/linux64.h,
 	config/sparc/netbsd-elf.h, config/sparc/freebsd.h
 	(CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undefine.
 	* config/sparc/sol2-gld.h: New file to do the same.
 	* config.gcc (sparc*-*-solaris2*): If gnu_ld=yes add
 	sparc/sol2-gld.h to tm_file.
 	
 	PR optimization/4328
 	* config/sparc/sparc.h (EXTRA_CONSTRAINT): Add new constraint 'W'.
 	* doc/md.texi: Document it.
 	* config/sparc/sparc.md (movdi_insn_sp64_novis,
 	movdi_insn_sp64_vis, movdf_insn_sp32, movdf_insn_v9only_novis,
 	movdf_insn_v9only_vis, movdf_insn_sp64_novis,
 	movdf_insn_sp64_vis): Use it as MEM constraing with 'e' registers.
 	* config/sparc/sparc.c (mem_min_alignment): Fix comment.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.316&r2=1.13152.2.317
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sol2-gld.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=NONE&r2=1.1.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/linux.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.29.8.4&r2=1.29.8.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/linux64.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.44.8.5&r2=1.44.8.6
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.161.2.12&r2=1.161.2.13
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.md.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.148.2.6&r2=1.148.2.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.185.2.15&r2=1.185.2.16
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/netbsd-elf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1.6.2&r2=1.1.6.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/freebsd.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.3.4.5&r2=1.3.4.6
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/md.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.36&r2=1.36.2.1
 


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