Commit 9a29ee42 by David Edelsohn Committed by David Edelsohn

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
parent 7da82429
2003-02-25 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
pseudo-op.
2003-02-25 Roger Sayle <roger@eyesopen.com>
* combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
......
......@@ -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 (); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment