From: David Edelsohn Date: Wed, 26 Feb 2003 04:30:59 +0000 (+0000) Subject: xcoff.h (ASM_FILE_START): Do not emit machine pseudo-op. X-Git-Tag: releases/gcc-3.4.0~8408 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a29ee42bfa264c086905c74837d6399b4ea2ebf;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a227392c5437..a4061f97131c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-25 David Edelsohn + + * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine + pseudo-op. + 2003-02-25 Roger Sayle * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P. diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 890e30d7da3d..75b48df5ce98 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 (); \