diff options
author | Bill Moyer <billm@cygnus> | 1998-01-28 18:20:46 +0000 |
---|---|---|
committer | Bill Moyer <billm@cygnus> | 1998-01-28 18:20:46 +0000 |
commit | 7012071819b65c5794ef09c1b0e7627ebe36cfc1 (patch) | |
tree | e0b2826091dde468199deafbd0395b37c97dab6f /gas/as.h | |
parent | 98b155a20a1f0c9c48bb27ba731c5c6848fdbf2d (diff) | |
download | gdb-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |