aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorBill Moyer <billm@cygnus>1998-01-28 22:36:10 +0000
committerBill Moyer <billm@cygnus>1998-01-28 22:36:10 +0000
commit4d1dc7f122f5349bd62e11542d1f3d851f1ee601 (patch)
treee55db15941df30f1db1dd225d708df2313595ce5 /gas/as.h
parenteafda179b5fb7b509ee501fa4425a04e9e111cdc (diff)
downloadgdb-4d1dc7f122f5349bd62e11542d1f3d851f1ee601.zip
gdb-4d1dc7f122f5349bd62e11542d1f3d851f1ee601.tar.gz
gdb-4d1dc7f122f5349bd62e11542d1f3d851f1ee601.tar.bz2
Added "--nowarnswap" option for suppressing "Swapping instructions" warnings.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index cab7155..64d418b 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -424,7 +424,7 @@ COMMON int flag_no_warnings; /* -W */
COMMON unsigned char flag_always_generate_output; /* -Z */
/* True if instruction swapping warnings should be inhibited. */
-COMMON unsigned char flag_warn_instructionswap; /* --nowarnswap */
+COMMON unsigned char flag_warn_suppress_instructionswap; /* --nowarnswap */
/* This is true if the assembler should output time and space usage. */
COMMON unsigned char flag_print_statistics;