aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-05-10 01:46:04 +0000
committerDoug Evans <dje@gnu.org>1996-05-10 01:46:04 +0000
commitc02f953eb0a1260a65d02d03921b00c54f6d7fa9 (patch)
tree72759297211a8aeeda073d6a5951a8c18829e03d
parent98203e26adce2dda379c67f150a627582ed0b7c9 (diff)
downloadgcc-c02f953eb0a1260a65d02d03921b00c54f6d7fa9.zip
gcc-c02f953eb0a1260a65d02d03921b00c54f6d7fa9.tar.gz
gcc-c02f953eb0a1260a65d02d03921b00c54f6d7fa9.tar.bz2
(ASM_DECLARE_OBJECT_NAME): Delete bytecode checking.
From-SVN: r11963
-rw-r--r--gcc/config/vax/vms.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h
index cf7bd5b..d3112d4 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. */