OSDN Git Service

* config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Feb 2003 04:30:59 +0000 (04:30 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Feb 2003 04:30:59 +0000 (04:30 +0000)
        pseudo-op.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63448 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/xcoff.h

index a227392..a4061f9 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 890e30d..75b48df 100644 (file)
@@ -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 ();                                   \