mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
even if there is just non-empty .rela.plt.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-02-10 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
|
||||||
|
even if there is just non-empty .rela.plt.
|
||||||
|
|
||||||
2003-02-10 Nick Clifton <nickc@redhat.com>
|
2003-02-10 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* archures.c (bfd_mach_arm_ep9312): Define.
|
* archures.c (bfd_mach_arm_ep9312): Define.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* IBM S/390-specific support for 32-bit ELF
|
/* IBM S/390-specific support for 32-bit ELF
|
||||||
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
|
Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||||
Contributed by Carl B. Pedersen and Martin Schwidefsky.
|
Contributed by Carl B. Pedersen and Martin Schwidefsky.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
@ -2014,7 +2014,7 @@ elf_s390_size_dynamic_sections (output_bfd, info)
|
|||||||
}
|
}
|
||||||
else if (strncmp (bfd_get_section_name (dynobj, s), ".rela", 5) == 0)
|
else if (strncmp (bfd_get_section_name (dynobj, s), ".rela", 5) == 0)
|
||||||
{
|
{
|
||||||
if (s->_raw_size != 0 && s != htab->srelplt)
|
if (s->_raw_size != 0)
|
||||||
relocs = TRUE;
|
relocs = TRUE;
|
||||||
|
|
||||||
/* We use the reloc_count field as a counter if we need
|
/* We use the reloc_count field as a counter if we need
|
||||||
|
Reference in New Issue
Block a user