diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2009-06-16 02:23:09 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2009-06-16 02:23:09 +0000 |
commit | 6db7e006e4767a0edcf6f4f7ebf80ea0e35a68c2 (patch) | |
tree | aa455204de54ccc49b31ca5590f02cb7a2204f7c /bfd/ChangeLog | |
parent | 9b90d8fd50a55656173fb1f61c0b3577ccc4dee1 (diff) | |
download | gdb-6db7e006e4767a0edcf6f4f7ebf80ea0e35a68c2.zip gdb-6db7e006e4767a0edcf6f4f7ebf80ea0e35a68c2.tar.gz gdb-6db7e006e4767a0edcf6f4f7ebf80ea0e35a68c2.tar.bz2 |
bfd/
* elf32-vax.c (elf_vax_plt_sym_val): New function.
(elf_backend_plt_sym_val): Define.
opcodes/
* vax-dis.c (is_function_entry): Return success for synthetic
symbols too.
(is_plt_tail): New function.
(print_insn_vax): Decode PLT entry offset longword.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1bc2789..b0f4726 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2009-06-16 Maciej W. Rozycki <macro@linux-mips.org> + * elf32-vax.c (elf_vax_plt_sym_val): New function. + (elf_backend_plt_sym_val): Define. + +2009-06-16 Maciej W. Rozycki <macro@linux-mips.org> + * elf32-vax.c (elf_vax_reloc_type_class): New function. (elf_backend_reloc_type_class): Define. |