diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 9 | ||||
-rw-r--r-- | ld/configure.tgt | 1 | ||||
-rw-r--r-- | ld/ldwrite.c | 3 |
3 files changed, 9 insertions, 4 deletions
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 <alan@linuxcare.com.au> + + * configure.tgt: Remove extraneous hppa*-*-linux-gnu*. + + From Ryan Bradetich <rbradetich@uswest.net> + * ldwrite.c (SSIZE): Remove to cure macro redefinition warning. + 2000-07-09 Alan Modra <alan@linuxcare.com.au> 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 <dj@redhat.com> +2000-07-05 DJ Delorie <dj@redhat.com> * 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 |