diff options
author | Alan Modra <amodra@gmail.com> | 2010-07-22 14:29:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-07-22 14:29:15 +0000 |
commit | c6a3cf87fb9cd68e3e3e86017f8282a66a4edb09 (patch) | |
tree | 9be93b822a2a6bf5ed092bb67010908d951a66ca /bfd/ChangeLog | |
parent | 4c1534c7a2ada64894ab0ef684dfec3bc73beef7 (diff) | |
download | gdb-c6a3cf87fb9cd68e3e3e86017f8282a66a4edb09.zip gdb-c6a3cf87fb9cd68e3e3e86017f8282a66a4edb09.tar.gz gdb-c6a3cf87fb9cd68e3e3e86017f8282a66a4edb09.tar.bz2 |
* ecoff.c: Don't include aout/ranlib.h.
(_bfd_ecoff_slurp_armap): Use correct struct for ardata->symdefs.
(_bfd_ecoff_write_armap): Output ar_date and ar_size using
_bfd_ar_spacepad.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5e5efb0..a6ce531 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2010-07-22 Alan Modra <amodra@gmail.com> + * ecoff.c: Don't include aout/ranlib.h. + (_bfd_ecoff_slurp_armap): Use correct struct for ardata->symdefs. + (_bfd_ecoff_write_armap): Output ar_date and ar_size using + _bfd_ar_spacepad. + +2010-07-22 Alan Modra <amodra@gmail.com> + * aoutx.h (some_aout_object_p): Don't set EXEC_P for files with relocs. |