* elf32-hppa.c (hppa_elf_reloc): Remove DEFUN crud. Remove code
authorJeff Law <law@redhat.com>
Thu, 11 Nov 1993 23:17:51 +0000 (23:17 +0000)
committerJeff Law <law@redhat.com>
Thu, 11 Nov 1993 23:17:51 +0000 (23:17 +0000)
commit3e80841e27fd46016d2529eac7eb4f9f7cf1fc05
treee17079ecb4a387855afcad0737e4e2fb04baec9a
parent577379ab60ac92feab064cf96f9a8365bff39f81
* elf32-hppa.c (hppa_elf_reloc): Remove DEFUN crud.  Remove code
which is either commented out or ifdef'd out.  Add, update and
clean comments.  Fix various indention and spacing problems.  Handle
problems related to using "ble" to jump to a stub rather than "bl"
(%r31 is trashed by "ble", but not by "bl").
(NEW_INSTRUCTION): Put inside curly braces.
(CURRENT_STUB_OFFSET): Fix indention problems.
(hppa_elf_build_arg_reloc_stub): Fix indention and spacing problems.
Add, update and clean comments.  Handle "ble" %r31 lossage problems.
(hppa_elf_build_long_branch_stub): Likewise.
(hppa_look_for_stubs_in_section): Likewise.
(hppa_elf_stub_check): Remove obsolete function.

* hppa_stubs.h: Add new instructions to deal with %r31 lossage
problems.  Delete unused instructions.
bfd/ChangeLog
bfd/hppa_stubs.h
This page took 0.026472 seconds and 4 git commands to generate.