From: Doug Evans Date: Fri, 10 May 1996 01:46:04 +0000 (+0000) Subject: (ASM_DECLARE_OBJECT_NAME): Delete bytecode checking. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c02f953eb0a1260a65d02d03921b00c54f6d7fa9;p=gcc.git (ASM_DECLARE_OBJECT_NAME): Delete bytecode checking. From-SVN: r11963 --- diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h index cf7bd5b2883..d3112d4cd24 100644 --- a/gcc/config/vax/vms.h +++ b/gcc/config/vax/vms.h @@ -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. */