mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
PR ld/676
* emultempl/hppaelf.em (hppaelf_create_output_section_statements): Handle bfd_elf32_hppa_nbsd_vec.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2005-01-20 Nick Hudson <skrll@netbsd.org>
|
||||||
|
|
||||||
|
PR ld/676
|
||||||
|
* emultempl/hppaelf.em (hppaelf_create_output_section_statements):
|
||||||
|
Handle bfd_elf32_hppa_nbsd_vec.
|
||||||
|
|
||||||
2005-01-19 Richard Sandiford <rsandifo@redhat.com>
|
2005-01-19 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
* ldmain.h (ld_sysroot): Change type to a constant string.
|
* ldmain.h (ld_sysroot): Change type to a constant string.
|
||||||
|
@ -67,9 +67,11 @@ static void
|
|||||||
hppaelf_create_output_section_statements (void)
|
hppaelf_create_output_section_statements (void)
|
||||||
{
|
{
|
||||||
extern const bfd_target bfd_elf32_hppa_linux_vec;
|
extern const bfd_target bfd_elf32_hppa_linux_vec;
|
||||||
|
extern const bfd_target bfd_elf32_hppa_nbsd_vec;
|
||||||
extern const bfd_target bfd_elf32_hppa_vec;
|
extern const bfd_target bfd_elf32_hppa_vec;
|
||||||
|
|
||||||
if (link_info.hash->creator != &bfd_elf32_hppa_linux_vec
|
if (link_info.hash->creator != &bfd_elf32_hppa_linux_vec
|
||||||
|
&& link_info.hash->creator != &bfd_elf32_hppa_nbsd_vec
|
||||||
&& link_info.hash->creator != &bfd_elf32_hppa_vec)
|
&& link_info.hash->creator != &bfd_elf32_hppa_vec)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user