diff options
author | Alan Modra <amodra@gmail.com> | 2004-01-02 22:54:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-01-02 22:54:47 +0000 |
commit | 5e675b72e4c73a88a7eb08795b22ab9406a3cce4 (patch) | |
tree | f9ddbf483468d9ef88aadf6f13b8a6fa8574028d /binutils/ChangeLog | |
parent | ede47fe9021c5e5a7a71ed1da59604c978f4ba4b (diff) | |
download | gdb-5e675b72e4c73a88a7eb08795b22ab9406a3cce4.zip gdb-5e675b72e4c73a88a7eb08795b22ab9406a3cce4.tar.gz gdb-5e675b72e4c73a88a7eb08795b22ab9406a3cce4.tar.bz2 |
* objcopy.c (filter_bytes): Delete. Move code to..
(copy_section): ..here. Simplify size adjustment. Divide
section lma by interleave.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 09a0d42..d2a65c6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2004-01-03 Alan Modra <amodra@bigpond.net.au> + + * objcopy.c (filter_bytes): Delete. Move code to.. + (copy_section): ..here. Simplify size adjustment. Divide + section lma by interleave. + 2004-01-02 Nick Clifton <nickc@redhat.com> * po/ru.po: New file: Russian translation. |