Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/toolchain/gas/config shl -> !target_big_endian



details:   https://anonhg.NetBSD.org/src/rev/e180d41d0a8b
branches:  trunk
changeset: 525354:e180d41d0a8b
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Apr 10 10:12:10 2002 +0000

description:
shl -> !target_big_endian

diffstat:

 gnu/dist/toolchain/gas/config/obj-coff.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 42abd14a13d9 -r e180d41d0a8b gnu/dist/toolchain/gas/config/obj-coff.h
--- a/gnu/dist/toolchain/gas/config/obj-coff.h  Wed Apr 10 10:11:41 2002 +0000
+++ b/gnu/dist/toolchain/gas/config/obj-coff.h  Wed Apr 10 10:12:10 2002 +0000
@@ -122,7 +122,7 @@
 #define TARGET_FORMAT "pe-shl"
 #else
 #define TARGET_FORMAT                                  \
-  (shl                                                 \
+  (!target_big_endian                                  \
    ? (sh_small ? "coff-shl-small" : "coff-shl")                \
    : (sh_small ? "coff-sh-small" : "coff-sh"))
 #endif



Home | Main Index | Thread Index | Old Index