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/ChangeLog | 9 ++++++++- ld/configure.tgt | 1 - ld/ldwrite.c | 3 +-- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index bffdd5d..456a283 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2000-07-10 Alan Modra + + * configure.tgt: Remove extraneous hppa*-*-linux-gnu*. + + From Ryan Bradetich + * ldwrite.c (SSIZE): Remove to cure macro redefinition warning. + 2000-07-09 Alan Modra Changes to create multiple linker stubs, positioned immediately @@ -65,7 +72,7 @@ (compute_dll_image_base): New static function. (gld_${EMULATION_NAME}_set_symbols): Use. -2000-06-05 DJ Delorie +2000-07-05 DJ Delorie * MAINTAINERS: new diff --git a/ld/configure.tgt b/ld/configure.tgt index 9f257fd..d9d779c 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -210,7 +210,6 @@ m68*-*-rtems*) targ_emul=m68kcoff ;; hppa*64*-*) targ_emul=elf64hppa ;; hppa*-*-linux-gnu*) targ_emul=hppalinux ;; hppa*-*-*elf*) targ_emul=hppaelf ;; -hppa*-*-linux-gnu*) targ_emul=hppaelf ;; hppa*-*-lites*) targ_emul=hppaelf ;; hppa*-*-rtems*) targ_emul=hppaelf ;; vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;; 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