Commit c02f953e by Doug Evans

(ASM_DECLARE_OBJECT_NAME): Delete bytecode checking.

From-SVN: r11963
parent 98203e26
...@@ -185,11 +185,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -185,11 +185,7 @@ Boston, MA 02111-1307, USA. */
is explicitly defined, then ASM_FINISH_DECLARE_OBJECT will be used. */ is explicitly defined, then ASM_FINISH_DECLARE_OBJECT will be used. */
#define ASM_DECLARE_OBJECT_NAME(ASM_OUT_FILE,NAME,DECL) \ #define ASM_DECLARE_OBJECT_NAME(ASM_OUT_FILE,NAME,DECL) \
{ if (output_bytecode) \ ASM_OUTPUT_LABEL ((ASM_OUT_FILE), (NAME))
BC_OUTPUT_LABEL ((ASM_OUT_FILE), (NAME)); \
else \
ASM_OUTPUT_LABEL ((ASM_OUT_FILE), (NAME)); \
}
/* We don't need to do anything special to finish the current object, but it /* 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. */ should now be safe to output any deferred external global declarations. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment