mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
* elf32-hppa.c (elf32_hppa_size_dynamic_sections): Set DT_RELASZ
whenever DT_PLTRELSZ.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-11-01 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* elf32-hppa.c (elf32_hppa_size_dynamic_sections): Set DT_RELASZ
|
||||||
|
whenever DT_PLTRELSZ.
|
||||||
|
|
||||||
2001-10-29 NIIBE Yutaka <gniibe@m17n.org>
|
2001-10-29 NIIBE Yutaka <gniibe@m17n.org>
|
||||||
|
|
||||||
* config.bfd: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
|
* config.bfd: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
|
||||||
|
@ -2368,10 +2368,8 @@ elf32_hppa_size_dynamic_sections (output_bfd, info)
|
|||||||
{
|
{
|
||||||
if (s->_raw_size != 0)
|
if (s->_raw_size != 0)
|
||||||
{
|
{
|
||||||
/* Remember whether there are any reloc sections other
|
/* Remember whether there are any reloc sections. */
|
||||||
than .rela.plt. */
|
relocs = true;
|
||||||
if (s != htab->srelplt)
|
|
||||||
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
|
||||||
to copy relocs into the output file. */
|
to copy relocs into the output file. */
|
||||||
|
Reference in New Issue
Block a user