diff options
author | David Edelsohn <edelsohn@gnu.org> | 2003-02-26 04:30:59 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2003-02-25 23:30:59 -0500 |
commit | 9a29ee42bfa264c086905c74837d6399b4ea2ebf (patch) | |
tree | d44f96911be2ca131e51f14b53722c09d7f7f8ca /gcc/config/rs6000/xcoff.h | |
parent | 7da82429fcc9d156633858b5e4c5991e0919fd19 (diff) | |
download | gcc-9a29ee42bfa264c086905c74837d6399b4ea2ebf.zip gcc-9a29ee42bfa264c086905c74837d6399b4ea2ebf.tar.gz gcc-9a29ee42bfa264c086905c74837d6399b4ea2ebf.tar.bz2 |
xcoff.h (ASM_FILE_START): Do not emit machine pseudo-op.
* config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
pseudo-op.
From-SVN: r63448
Diffstat (limited to 'gcc/config/rs6000/xcoff.h')
-rw-r--r-- | gcc/config/rs6000/xcoff.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 890e30d..75b48df 100644 --- a/gcc/config/rs6000/xcoff.h +++ b/gcc/config/rs6000/xcoff.h @@ -226,8 +226,6 @@ toc_section () \ fputs ("\t.file\t", FILE); \ output_quoted_string (FILE, main_input_filename); \ fputc ('\n', FILE); \ - if (TARGET_64BIT) \ - fputs ("\t.machine\t\"ppc64\"\n", FILE); \ toc_section (); \ if (write_symbols != NO_DEBUG) \ private_data_section (); \ |