summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/xcoff.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-26 04:30:59 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-26 04:30:59 +0000
commitddca8899f019001fba8ab055d788e3fa83952bb5 (patch)
treed44f96911be2ca131e51f14b53722c09d7f7f8ca /gcc/config/rs6000/xcoff.h
parentbd9ad1258895cfe13fdc0910336a829ae5139f35 (diff)
downloadgcc-ddca8899f019001fba8ab055d788e3fa83952bb5.tar.gz
* config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
pseudo-op. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/xcoff.h')
-rw-r--r--gcc/config/rs6000/xcoff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h
index 890e30d7da3..75b48df5ce9 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 (); \