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/arm pullup 1.15->1.16 (Mark Brinico...
details: https://anonhg.NetBSD.org/src/rev/b833cac4f7ac
branches: netbsd-1-4
changeset: 468485:b833cac4f7ac
user: perry <perry%NetBSD.org@localhost>
date: Mon Apr 26 16:24:38 1999 +0000
description:
pullup 1.15->1.16 (Mark Brinicombe)
diffstat:
gnu/dist/gcc/config/arm/netbsd.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r 02d27d76ed25 -r b833cac4f7ac gnu/dist/gcc/config/arm/netbsd.h
--- a/gnu/dist/gcc/config/arm/netbsd.h Mon Apr 26 16:22:48 1999 +0000
+++ b/gnu/dist/gcc/config/arm/netbsd.h Mon Apr 26 16:24:38 1999 +0000
@@ -45,6 +45,11 @@
#include <netbsd.h>
+/* NetBSD uses gas so we want to use .ident */
+#undef ASM_OUTPUT_IDENT
+#define ASM_OUTPUT_IDENT(STREAM,STRING) \
+ fprintf (STREAM,"\t.ident \"%s\"\n",STRING)
+
/* On the ARM `@' introduces a comment, so we must use something else
for .type directives. Most NetBSD platforms use %, but we use #
because of some legacy assemblers. */
Home |
Main Index |
Thread Index |
Old Index