(ASM_DECLARE_OBJECT_NAME): Delete bytecode checking.
authorDoug Evans <dje@gnu.org>
Fri, 10 May 1996 01:46:04 +0000 (01:46 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 10 May 1996 01:46:04 +0000 (01:46 +0000)
From-SVN: r11963

gcc/config/vax/vms.h

index cf7bd5b2883c9e68c66434ecc8b5e32933da60d6..d3112d4cd24997a010bbca9e6a43ea6077f2f1c5 100644 (file)
@@ -185,11 +185,7 @@ Boston, MA 02111-1307, USA.  */
    is explicitly defined, then ASM_FINISH_DECLARE_OBJECT will be used.  */
 
 #define ASM_DECLARE_OBJECT_NAME(ASM_OUT_FILE,NAME,DECL)                \
-{ if (output_bytecode)                                         \
-    BC_OUTPUT_LABEL ((ASM_OUT_FILE), (NAME));                          \
-  else                                                         \
-    ASM_OUTPUT_LABEL ((ASM_OUT_FILE), (NAME));                 \
-}
+  ASM_OUTPUT_LABEL ((ASM_OUT_FILE), (NAME))
 
 /* We don't need to do anything special to finish the current object, but it
    should now be safe to output any deferred external global declarations.  */