(ASM_DECLARE_OBJECT_NAME): Delete bytecode checking.
From-SVN: r11963
This commit is contained in:
parent
98203e26ad
commit
c02f953eb0
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user