public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* optimization/4328
@ 2002-04-08 10:26 davem
  0 siblings, 0 replies; 2+ messages in thread
From: davem @ 2002-04-08 10:26 UTC (permalink / raw)
  To: davem; +Cc: gcc-prs

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:20:50 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	davem@gcc.gnu.org	2002-04-08 10:20:49
 
 Modified files:
 	gcc            : ChangeLog config.gcc 
 	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&r1=1.13667&r2=1.13668
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&r1=1.178&r2=1.179
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sol2-gld.h.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/linux.h.diff?cvsroot=gcc&r1=1.35&r2=1.36
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/linux64.h.diff?cvsroot=gcc&r1=1.51&r2=1.52
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.h.diff?cvsroot=gcc&r1=1.177&r2=1.178
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.md.diff?cvsroot=gcc&r1=1.154&r2=1.155
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.c.diff?cvsroot=gcc&r1=1.201&r2=1.202
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/netbsd-elf.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/freebsd.h.diff?cvsroot=gcc&r1=1.9&r2=1.10
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/md.texi.diff?cvsroot=gcc&r1=1.36&r2=1.37
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* optimization/4328
@ 2002-04-08 10:26 davem
  0 siblings, 0 replies; 2+ messages in thread
From: davem @ 2002-04-08 10:26 UTC (permalink / raw)
  To: davem; +Cc: gcc-prs

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  <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
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-08 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-08 10:26 optimization/4328 davem
  -- strict thread matches above, loose matches on Subject: below --
2002-04-08 10:26 optimization/4328 davem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).