From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21820 invoked by alias); 8 Apr 2002 17:26:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21742 invoked by uid 71); 8 Apr 2002 17:26:01 -0000 Date: Mon, 08 Apr 2002 10:26:00 -0000 Message-ID: <20020408172601.21738.qmail@sources.redhat.com> To: davem@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: davem@gcc.gnu.org Subject: optimization/4328 Reply-To: davem@gcc.gnu.org X-SW-Source: 2002-04/txt/msg00492.txt.bz2 List-Id: The following reply was made to PR optimization/4328; it has been noted by GNATS. From: davem@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: optimization/4328 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 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