(text_end_label): Make it static.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 20 Jun 1997 02:20:53 +0000 (19:20 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 20 Jun 1997 02:20:53 +0000 (19:20 -0700)
From-SVN: r14263

gcc/dwarf2out.c

index 4af09baef00b02f36c8954dd4ada451755015e0d..f163535af09b7c054b0c2551b0cf2299827e01c7 100644 (file)
@@ -2101,7 +2101,7 @@ static unsigned lookup_filename           PROTO((char *));
    If necessary, these may be overridden from within the tm.h file, but
    typically, overriding these defaults is unnecessary.  */
 
-char text_end_label[MAX_ARTIFICIAL_LABEL_BYTES];
+static char text_end_label[MAX_ARTIFICIAL_LABEL_BYTES];
 
 #ifndef TEXT_END_LABEL
 #define TEXT_END_LABEL         "Letext"