mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-28 12:24:04 +08:00
* elf32-hppa.c (elf32_hppa_size_stubs): Set the size of the stub
section if we get an error.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Sat Jun 17 09:40:44 1995 Jeff Law (law@snake.cs.utah.edu)
|
Sat Jun 17 09:40:44 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
|
* elf32-hppa.c (elf32_hppa_size_stubs): Set the size of the stub
|
||||||
|
section if we get an error.
|
||||||
|
|
||||||
* elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Don't mess
|
* elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Don't mess
|
||||||
with the operands of an R_PARISC_DPREL21L relocation if the insn
|
with the operands of an R_PARISC_DPREL21L relocation if the insn
|
||||||
is not "addil <symbol>,%r27".
|
is not "addil <symbol>,%r27".
|
||||||
|
@ -2989,6 +2989,10 @@ error_return:
|
|||||||
elf32_hppa_hash_table(link_info)->args_hash_table = NULL;
|
elf32_hppa_hash_table(link_info)->args_hash_table = NULL;
|
||||||
free (args_hash_table);
|
free (args_hash_table);
|
||||||
}
|
}
|
||||||
|
/* Set the size of the stub section to zero since we're never going
|
||||||
|
to create them. Avoids losing when we try to get its contents
|
||||||
|
too. */
|
||||||
|
bfd_set_section_size (stub_bfd, stub_sec, 0);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user