OSDN Git Service

* calls (stack_arg_under_construction): Make it static.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 2005 13:45:38 +0000 (13:45 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 2005 13:45:38 +0000 (13:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96012 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/calls.c

index 241abf0..e583394 100644 (file)
@@ -3,6 +3,8 @@
        * bb-reorder.c (max_entry_frequency, max_entry_frequency):
        Make them static.
 
+       * calls (stack_arg_under_construction): Make it static.
+
 2005-03-07  David Billinghurst <David.Billinghurst@riotinto.com>
 
        * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
index c84c903..f90e1a5 100644 (file)
@@ -119,7 +119,7 @@ static sbitmap stored_args_map;
    returns a BLKmode struct) and expand_call must take special action
    to make sure the object being constructed does not overlap the
    argument list for the constructor call.  */
-int stack_arg_under_construction;
+static int stack_arg_under_construction;
 
 static void emit_call_1 (rtx, tree, tree, tree, HOST_WIDE_INT, HOST_WIDE_INT,
                         HOST_WIDE_INT, rtx, rtx, int, rtx, int,