diff options
author | Nick Clifton <nickc@redhat.com> | 2006-01-18 11:01:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-01-18 11:01:09 +0000 |
commit | 6e2c86ac4d7527225b37dba354e534ed03af747a (patch) | |
tree | 9ff1ae877b4f60bd79746acfec636921db4223b1 /binutils/ChangeLog | |
parent | d5259aacd1b5c656cd8faa3a95f23e02f6de1ca1 (diff) | |
download | gdb-6e2c86ac4d7527225b37dba354e534ed03af747a.zip gdb-6e2c86ac4d7527225b37dba354e534ed03af747a.tar.gz gdb-6e2c86ac4d7527225b37dba354e534ed03af747a.tar.bz2 |
PR binutils/1391
* objcopy.c (copy_object): For PE format targets set the VMA of a newly
created gnu_debuglink section to a non-zero, aligned, contiguous value.
* Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
* Makefile.in: Regenerate.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b73144f..999ebd8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2006-01-18 Nick Clifton <nickc@redhat.com> + + PR binutils/1391 + * objcopy.c (copy_object): For PE format targets set the VMA of a + newly created gnu_debuglink section to a non-zero, aligned, + contiguous value. + * Makefile.am (objcopy.c): Add a dependency upon libbfd.h. + * Makefile.in: Regenerate. + 2006-01-17 Andreas Schwab <schwab@suse.de> PR binutils/1486 |