diff options
author | Nick Clifton <nickc@redhat.com> | 2013-11-13 12:54:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-11-13 12:54:29 +0000 |
commit | e2729ebe257b26c62a0a3c6f5432185df78cffb3 (patch) | |
tree | 3e78bfd98ef3e7adb0c1342caf856f372715f371 /binutils/ChangeLog | |
parent | c42bd95ac2827f22c134f13752c44ecc69d153f7 (diff) | |
download | gdb-e2729ebe257b26c62a0a3c6f5432185df78cffb3.zip gdb-e2729ebe257b26c62a0a3c6f5432185df78cffb3.tar.gz gdb-e2729ebe257b26c62a0a3c6f5432185df78cffb3.tar.bz2 |
* rescoff.c (write_coff_file): Use 64-bit alignment for resource
data.
(coff_res_to_bin): Likewise.
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 237debe..cc9c6f9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2013-11-13 Martin Mitas <mity@morous.org> + + * rescoff.c (write_coff_file): Use 64-bit alignment for resource + data. + (coff_res_to_bin): Likewise. + 2013-11-07 Doug Evans <dje@google.com> Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes. |