gas on cygwin doesn't like section type (althought that's not what the docu says...
[libfirm] / ir / be / ppc32 / ppc32_new_nodes.c
index 85dbbad..3ecb8b1 100644 (file)
@@ -314,10 +314,10 @@ ppc32_attr_offset_mode get_ppc32_offset_mode(const ir_node *node)
 /**
  * Initializes ppc specific node attributes
  */
-void init_ppc32_attributes(ir_node *node, int flags,
-                                                const arch_register_req_t **in_reqs,
-                                                const be_execution_unit_t ***execution_units,
-                                                int n_res)
+static void init_ppc32_attributes(ir_node *node, int flags,
+                                  const arch_register_req_t **in_reqs,
+                                  const be_execution_unit_t ***execution_units,
+                                  int n_res)
 {
        ir_graph       *irg  = get_irn_irg(node);
        struct obstack *obst = get_irg_obstack(irg);