diff options
author | Nick Clifton <nickc@redhat.com> | 1998-06-06 00:28:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-06-06 00:28:46 +0000 |
commit | 40afcc4cd448f3ba08d505b9392cc00800b4cc00 (patch) | |
tree | d67f52c6d4b25d14fd618efb142bc78835025919 /bfd/ChangeLog | |
parent | c84c3b965ce1be096304d437dd8dbf4d9fe3105e (diff) | |
download | gdb-40afcc4cd448f3ba08d505b9392cc00800b4cc00.zip gdb-40afcc4cd448f3ba08d505b9392cc00800b4cc00.tar.gz gdb-40afcc4cd448f3ba08d505b9392cc00800b4cc00.tar.bz2 |
sort sections by LMA then VMA.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3cc05fe..01e502f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Fri Jun 5 17:21:51 1998 Nick Clifton <nickc@cygnus.com> + * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the + LMA is used to order sections in a segment. + * elf32-v850.c: Add prototypes for static functions. Change type of addend parameter to bfd_vma in various functions. |