diff options
Diffstat (limited to 'gcc/config/i386/gas.h')
-rw-r--r-- | gcc/config/i386/gas.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index cef43857b07..6c28bf9a0ee 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -169,5 +169,4 @@ Boston, MA 02111-1307, USA. */ if (target_flags & MASK_INTEL_SYNTAX) \ fputs ("\t.intel_syntax\n", FILE); \ output_file_directive (FILE, main_input_filename); \ - fputs ("\t.version\t\"01.01\"\n", FILE); \ } while (0) |