mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Warning fix and remove extraneous hppa*-*-linux-gnu*.
This commit is contained in:
parent
36a3dc5119
commit
9a8cbb092b
@ -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
|
||||
|
||||
|
@ -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 ;;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user