diff options
author | Alan Modra <amodra@gmail.com> | 2004-04-17 11:18:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-04-17 11:18:47 +0000 |
commit | d48bdb9974fb7967790238ab3d888381eb84a4ee (patch) | |
tree | 010a4ce07f17d7ba91f935792af543eef7883748 /bfd/ChangeLog | |
parent | 350c2e5bea420a23d1d9399fd2ba65a85016491c (diff) | |
download | gdb-d48bdb9974fb7967790238ab3d888381eb84a4ee.zip gdb-d48bdb9974fb7967790238ab3d888381eb84a4ee.tar.gz gdb-d48bdb9974fb7967790238ab3d888381eb84a4ee.tar.bz2 |
* peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
filepos for the SizeOfHeaders field.
(_bfd_XXi_swap_scnhdr_out): Correct section flags lossage on reloc
overflow.
(_bfd_XXi_swap_sym_in): Remove redundant section flags assignment.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f128442..a5c3bd1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2004-04-17 Brian Ford <ford@vss.fsi.com> + + * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero + filepos for the SizeOfHeaders field. + (_bfd_XXi_swap_scnhdr_out): Correct section flags lossage on reloc + overflow. + (_bfd_XXi_swap_sym_in): Remove redundant section flags assignment. + 2004-04-16 Alan Modra <amodra@bigpond.net.au> * simple.c (bfd_simple_get_relocated_section_contents): Don't |