diff options
author | Iain Sandoe <iain@codesourcery.com> | 2012-01-13 12:08:23 +0000 |
---|---|---|
committer | Iain Sandoe <iain@codesourcery.com> | 2012-01-13 12:08:23 +0000 |
commit | bb76d9401ec780f95f7c13a93067ae030cb612e8 (patch) | |
tree | 7c337420e5fad1fbaec6ce0528b1c07be015ec7c /bfd/ChangeLog | |
parent | c3402d205655e74dda81fd58387a2d5fac870dea (diff) | |
download | gdb-bb76d9401ec780f95f7c13a93067ae030cb612e8.zip gdb-bb76d9401ec780f95f7c13a93067ae030cb612e8.tar.gz gdb-bb76d9401ec780f95f7c13a93067ae030cb612e8.tar.bz2 |
order relocs after segments for mach-o
bfd:
* mach-o.c (bfd_mach_o_write_relocs): Move compuation of relocs file
position from here... to (bfd_mach_o_build_seg_command): Here.
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 7e36b6d..77749a7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2012-01-13 Iain Sandoe <idsandoe@googlemail.com> + + * mach-o.c (bfd_mach_o_write_relocs): Move compuation of relocs file + position from here... to (bfd_mach_o_build_seg_command): Here. + 2012-01-12 Iain Sandoe <idsandoe@googlemail.com> * mach-o.c (bfd_mach_o_count_indirect_symbols): New. |