aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorBill Moyer <billm@cygnus>1998-01-28 18:20:46 +0000
committerBill Moyer <billm@cygnus>1998-01-28 18:20:46 +0000
commit7012071819b65c5794ef09c1b0e7627ebe36cfc1 (patch)
treee0b2826091dde468199deafbd0395b37c97dab6f /gas/as.h
parent98b155a20a1f0c9c48bb27ba731c5c6848fdbf2d (diff)
downloadgdb-7012071819b65c5794ef09c1b0e7627ebe36cfc1.zip
gdb-7012071819b65c5794ef09c1b0e7627ebe36cfc1.tar.gz
gdb-7012071819b65c5794ef09c1b0e7627ebe36cfc1.tar.bz2
Added --nowarnswap arg to suppress "Swapping instructions" warning.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/as.h b/gas/as.h
index e599190..2d7052c 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -423,6 +423,9 @@ COMMON int flag_no_warnings; /* -W */
are detected. */
COMMON unsigned char flag_always_generate_output; /* -Z */
+/* True if instruction swapping warnings should be inhibited. */
+COMMON unsigned char flag_warn_instructionswap; /* --nowarnswap */
+
/* This is true if the assembler should output time and space usage. */
COMMON unsigned char flag_print_statistics;