]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vms.h (ASM_OUTPUT_DEF): Do not switch section.
authorTristan Gingold <gingold@adacore.com>
Fri, 4 Nov 2011 13:39:21 +0000 (13:39 +0000)
committerTristan Gingold <gingold@gcc.gnu.org>
Fri, 4 Nov 2011 13:39:21 +0000 (13:39 +0000)
2011-11-04  Tristan Gingold  <gingold@adacore.com>

* config/alpha/vms.h (ASM_OUTPUT_DEF): Do not switch section.

From-SVN: r180947

gcc/ChangeLog
gcc/config/alpha/vms.h

index b13f4d71c4c24d23e9025fc0536f4613cbfc00bd..9c1d499ed9afe2477acfaafa67c4bb50d5f3e154 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-04  Tristan Gingold  <gingold@adacore.com>
+
+       * config/alpha/vms.h (ASM_OUTPUT_DEF): Do not switch section.
+
 2011-11-04  Ira Rosen  <ira.rosen@linaro.org>
 
        Unrevert:
index fc74c236a375d52c46235a64368b35efcde52bdb..b6aa8023a74df31bd35b2a585589cbbdd80d223f 100644 (file)
@@ -236,15 +236,16 @@ typedef struct {int num_args; enum avms_arg_type atypes[6];} avms_arg_info;
 /* Switch into a generic section.  */
 #define TARGET_ASM_NAMED_SECTION vms_asm_named_section
 
-#define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2)                             \
-  do { fprintf ((FILE), "\t.literals\n");                              \
-       in_section = NULL;                                              \
-       fprintf ((FILE), "\t");                                         \
-       assemble_name (FILE, LABEL1);                                   \
-       fprintf (FILE, " = ");                                          \
-       assemble_name (FILE, LABEL2);                                   \
-       fprintf (FILE, "\n");                                           \
-  } while (0)
+#define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2)      \
+  do                                            \
+    {                                           \
+      fprintf ((FILE), "\t");                   \
+      assemble_name (FILE, LABEL1);             \
+      fprintf (FILE, " = ");                    \
+      assemble_name (FILE, LABEL2);             \
+      fprintf (FILE, "\n");                     \
+    }                                           \
+ while (0)
 
 #undef PREFERRED_DEBUGGING_TYPE
 #define PREFERRED_DEBUGGING_TYPE VMS_AND_DWARF2_DEBUG