Source-Changes-HG archive

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

[src/netbsd-1-4]: src/gnu/dist/gcc/config/alpha Pull up revision 1.11 (reques...



details:   https://anonhg.NetBSD.org/src/rev/40bbb2e17019
branches:  netbsd-1-4
changeset: 470535:40bbb2e17019
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 30 12:45:07 2000 +0000

description:
Pull up revision 1.11 (requested by sommerfeld):
  Pass the appropriate directive to the assembler if an -mcpu=...
  option is given to the compiler.

diffstat:

 gnu/dist/gcc/config/alpha/netbsd.h |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c241d1cf59a0 -r 40bbb2e17019 gnu/dist/gcc/config/alpha/netbsd.h
--- a/gnu/dist/gcc/config/alpha/netbsd.h        Sun Apr 30 12:40:26 2000 +0000
+++ b/gnu/dist/gcc/config/alpha/netbsd.h        Sun Apr 30 12:45:07 2000 +0000
@@ -87,7 +87,17 @@
    necessary on the Alpha. */
 
 #undef ASM_SPEC
-#define ASM_SPEC " %|"
+#define ASM_SPEC " %| \
+  %{mcpu=ev4:-mev4} \
+  %{mcpu=21064:-m21064} \
+  %{mcpu=ev5:-mev5} \
+  %{mcpu=21164:-m21164} \
+  %{mcpu=ev56:-mev56} \
+  %{mcpu=21164a:-m21164a} \
+  %{mcpu=pca56:-mpca56} \
+  %{mcpu=21164pc|mcpu=21164PC:-m21164pc} \
+  %{mcpu=ev6:-mev6} \
+  %{mcpu=21264:-m21264}"
 
 /* Provide a LINK_SPEC appropriate for a NetBSD/alpha ELF target.  Only
    the linker emulation and -O options are Alpha-specific.  The rest are



Home | Main Index | Thread Index | Old Index