Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gcc/gcc/config/rs6000 Move #include to the beginnin...
details: https://anonhg.NetBSD.org/src/rev/c55a024308dc
branches: trunk
changeset: 552319:c55a024308dc
user: matt <matt%NetBSD.org@localhost>
date: Tue Sep 23 14:46:05 2003 +0000
description:
Move #include to the beginning-of-line so -traditional-cpp can find it.
diffstat:
gnu/dist/gcc/gcc/config/rs6000/tramp.asm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e77f898fcfa2 -r c55a024308dc gnu/dist/gcc/gcc/config/rs6000/tramp.asm
--- a/gnu/dist/gcc/gcc/config/rs6000/tramp.asm Tue Sep 23 14:45:12 2003 +0000
+++ b/gnu/dist/gcc/gcc/config/rs6000/tramp.asm Tue Sep 23 14:46:05 2003 +0000
@@ -37,7 +37,7 @@
.file "tramp.asm"
.section ".text"
- #include "ppc-asm.h"
+#include "ppc-asm.h"
.type trampoline_initial,@object
.align 2
Home |
Main Index |
Thread Index |
Old Index