diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-10 17:15:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-10 17:15:11 +0000 |
commit | 9a8cbb092b1e9e8260f19276f484af2bff46fe07 (patch) | |
tree | 9e9bbaa91e1f615f014e3c427657099d63119f22 /ld/ldwrite.c | |
parent | Even more hppa testsuite patches. (diff) | |
download | binutils-gdb-9a8cbb092b1e9e8260f19276f484af2bff46fe07.tar.gz binutils-gdb-9a8cbb092b1e9e8260f19276f484af2bff46fe07.tar.bz2 binutils-gdb-9a8cbb092b1e9e8260f19276f484af2bff46fe07.zip |
Warning fix and remove extraneous hppa*-*-linux-gnu*.
Diffstat (limited to 'ld/ldwrite.c')
-rw-r--r-- | ld/ldwrite.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldwrite.c b/ld/ldwrite.c index b56119a39ac..af129b28f81 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 |