som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static functions too.
authorJeffrey A Law <law@cygnus.com>
Tue, 26 Oct 1999 05:43:52 +0000 (05:43 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 26 Oct 1999 05:43:52 +0000 (23:43 -0600)
        * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
        functions too.

From-SVN: r30178

gcc/ChangeLog
gcc/config/pa/som.h

index 03ba90be1259e886e646cc006c3bdd8f329bd7f2..51ce968895e432238b44566b3ee84cc45264826a 100644 (file)
@@ -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.
 
index a4406de032ae7699843985e344e35c98f28fc09e..ef95ba6c1e3874792d43d91d4abf4551bc097f9e 100644 (file)
@@ -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))                             \