diff options
author | Bill Moyer <billm@cygnus> | 1998-01-28 22:36:10 +0000 |
---|---|---|
committer | Bill Moyer <billm@cygnus> | 1998-01-28 22:36:10 +0000 |
commit | 4d1dc7f122f5349bd62e11542d1f3d851f1ee601 (patch) | |
tree | e55db15941df30f1db1dd225d708df2313595ce5 /gas/as.h | |
parent | eafda179b5fb7b509ee501fa4425a04e9e111cdc (diff) | |
download | gdb-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |