* som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
functions too.
From-SVN: r30178
Mon Oct 25 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
+ * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
+ functions too.
+
* haifa-sched.c (add_dependence): Update the true dependency
cache the first time we add a true dependence to the LOG_LINKS chain.
{ \
fputs ("\t.PARAM ", FILE); \
assemble_name (FILE, NAME); \
+ fputs (",PRIV_LEV=3", FILE); \
} \
for (parm = DECL_ARGUMENTS (DECL), i = 0; parm && i < 4; \
parm = TREE_CHAIN (parm)) \