From ac2d9a86e9fc676c47b6249b46f1bf7f2f8bb701 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 3 Oct 2003 14:13:23 +0000 Subject: define function w_as_new_data_module if FUNCTION_LEVEL_LINKING macro is defined --- cgswas.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cgswas.c b/cgswas.c index 55d8dea..3f16c44 100644 --- a/cgswas.c +++ b/cgswas.c @@ -56,6 +56,12 @@ void w_as_internal_label_value (int label_id) static int in_data_section; +#ifdef FUNCTION_LEVEL_LINKING +void w_as_new_data_module (void) +{ +} +#endif + void w_as_to_data_section (VOID) { if (!in_data_section){ -- cgit v1.2.3