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]

r167635 - in /trunk/gcc: ChangeLog config/i386/...


Author: jsm28
Date: Thu Dec  9 13:28:22 2010
New Revision: 167635

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167635
Log:
	* config/i386/openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.
	* config/mips/openbsd.h (LINK_SPEC): Use %{r:} not %{r*:}.
	* config/netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): Use %{r:} not
	%{r*:}.
	* config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Use %{r:} not
	%{r*:}.
	* config/sparc/openbsd64.h (LINK_SPEC): Use %{r:} not %{r*:}.
	* config/vax/netbsd-elf.h (LINK_SPEC): Use %{r:} not %{r*:}.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/openbsdelf.h
    trunk/gcc/config/mips/openbsd.h
    trunk/gcc/config/netbsd-aout.h
    trunk/gcc/config/netbsd-elf.h
    trunk/gcc/config/sparc/openbsd64.h
    trunk/gcc/config/vax/netbsd-elf.h


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