diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-09 16:06:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-09 16:06:20 +0000 |
commit | b1a6d0b1cbfcf751215209dbbb549269d889693a (patch) | |
tree | 1e7df97324cafd88958bef2771836a42463c6a71 /bfd/ChangeLog | |
parent | 1a320fbbe5a7c23461f7cb78266fcd8b9f4f5618 (diff) | |
download | gdb-b1a6d0b1cbfcf751215209dbbb549269d889693a.zip gdb-b1a6d0b1cbfcf751215209dbbb549269d889693a.tar.gz gdb-b1a6d0b1cbfcf751215209dbbb549269d889693a.tar.bz2 |
* elf.c (assign_file_positions_for_segments): Make sure the .dynamic section
is the first section in the PT_DYNAMIC segment
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 d7bbfe1..7d8efdd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-07-09 Jie Zhang <zhangjie@magima.com.cn> + + * elf.c (assign_file_positions_for_segments): Make sure the + .dynamic section is the first section in the PT_DYNAMIC segment. + 2004-07-09 Nick Clifton <nickc@redhat.com> * config.bfd: Change sh-sybmian-elf to sh-*-symbianelf. |