diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-02-04 04:45:08 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-02-04 04:45:08 +0000 |
commit | 4fa5c2a8c0aa92bfd6a609542937a1b6f17762c7 (patch) | |
tree | 259d6a0b3f7dbe7654655cfece86490570139cca /bfd/ChangeLog | |
parent | 8017dbcb39aa6a23a2efb5c9a0ec9c1acafdba70 (diff) | |
download | gdb-4fa5c2a8c0aa92bfd6a609542937a1b6f17762c7.zip gdb-4fa5c2a8c0aa92bfd6a609542937a1b6f17762c7.tar.gz gdb-4fa5c2a8c0aa92bfd6a609542937a1b6f17762c7.tar.bz2 |
* elf64-mmix.c (mmix_dump_bpo_gregs): New function.
(mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
Call bfd_get_section_by_name only once. Initialize
bpodata->n_bpo_relocs_this_section.
(_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
referring to DSOs.
(bpo_reloc_request_sort_fn): Don't use difference of values as
return-value.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 44c3088..9ab8714 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2002-02-04 Hans-Peter Nilsson <hp@bitrange.com> + + * elf64-mmix.c (mmix_dump_bpo_gregs): New function. + (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>: + Call bfd_get_section_by_name only once. Initialize + bpodata->n_bpo_relocs_this_section. + (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment + referring to DSOs. + (bpo_reloc_request_sort_fn): Don't use difference of values as + return-value. + 2002-02-02 David O'Brien <obrien@FreeBSD> * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat |