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
This commit is contained in:
parent
9799e470fb
commit
92bcb3808e
2 changed files with 4 additions and 0 deletions
|
@ -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)) \
|
||||
|
|
Loading…
Add table
Reference in a new issue