Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc/config/sh shlelf->elf32shlunx



details:   https://anonhg.NetBSD.org/src/rev/4d8cdc6cc342
branches:  trunk
changeset: 504226:4d8cdc6cc342
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Feb 25 15:43:24 2001 +0000

description:
shlelf->elf32shlunx

diffstat:

 gnu/dist/gcc/config/sh/netbsdelelf.h |  2 +-
 gnu/dist/gcc/config/sh/netbsdelf.h   |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 79ca3b763c9d -r 4d8cdc6cc342 gnu/dist/gcc/config/sh/netbsdelelf.h
--- a/gnu/dist/gcc/config/sh/netbsdelelf.h      Sun Feb 25 15:33:33 2001 +0000
+++ b/gnu/dist/gcc/config/sh/netbsdelelf.h      Sun Feb 25 15:43:24 2001 +0000
@@ -129,7 +129,7 @@
 
 #undef LINK_SPEC
 #define        LINK_SPEC \
- "%{!mb:-m shlelf} %{mrelax:-relax} \
+ "%{!mb:-m elf32shlunx} %{mrelax:-relax} \
   %{assert*} \
   %{shared:-shared} \
   %{!shared: \
diff -r 79ca3b763c9d -r 4d8cdc6cc342 gnu/dist/gcc/config/sh/netbsdelf.h
--- a/gnu/dist/gcc/config/sh/netbsdelf.h        Sun Feb 25 15:33:33 2001 +0000
+++ b/gnu/dist/gcc/config/sh/netbsdelf.h        Sun Feb 25 15:43:24 2001 +0000
@@ -120,7 +120,7 @@
 
 #undef LINK_SPEC
 #define        LINK_SPEC \
- "%{ml:-m shlelf} %{mrelax:-relax} \
+ "%{ml:-m elf32shlunx} %{mrelax:-relax} \
   %{assert*} \
   %{shared:-shared} \
   %{!shared: \



Home | Main Index | Thread Index | Old Index