OSDN Git Service

* except.c (expand_start_all_catch): If the machine needs a
[pf3gnuchains/gcc-fork.git] / gcc / bytecode.h
index f2233aa..a029f93 100644 (file)
@@ -1,5 +1,5 @@
 /* Bytecode definitions for GNU C-compiler.
-   Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -57,6 +57,7 @@ extern void bc_init_mode_to_code_map ();
 #define BC_NOP   (0)
 #define BC_GLOBALIZE_LABEL(FP, NAME) BC_NOP
 #define BC_OUTPUT_COMMON(FP, NAME, SIZE, ROUNDED) BC_NOP
+#define BC_OUTPUT_BSS(FP, NAME, SIZE, ROUNDED)    BC_NOP
 #define BC_OUTPUT_LOCAL(FP, NAME, SIZE, ROUNDED)  BC_NOP
 #define BC_OUTPUT_ALIGN(FP, ALIGN)   BC_NOP
 #define BC_OUTPUT_LABEL(FP, NAME)    BC_NOP