Commit 92bcb380 by Jeffrey A Law Committed by Jeff Law

som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static functions too.

        * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
        functions too.

From-SVN: r30178
parent 9799e470
......@@ -8,6 +8,9 @@ Mon Oct 25 23:10:45 1999 Andreas Schwab <schwab@suse.de>
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.
......
......@@ -147,6 +147,7 @@ do { \
{ \
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)) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment