From 9a8cbb092b1e9e8260f19276f484af2bff46fe07 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 10 Jul 2000 17:15:11 +0000 Subject: Warning fix and remove extraneous hppa*-*-linux-gnu*. --- ld/ldwrite.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ld/ldwrite.c') diff --git a/ld/ldwrite.c b/ld/ldwrite.c index b56119a..af129b2 100644 --- a/ld/ldwrite.c +++ b/ld/ldwrite.c @@ -305,8 +305,7 @@ clone_section (abfd, s, count) asection *s; int *count; { -#define SSIZE 8 - char sname[SSIZE]; /* ?? find the name for this size */ + char sname[8]; /* ?? find the name for this size */ asection *n; struct bfd_link_hash_entry *h; /* Invent a section name - use first five -- cgit v1.1