diff options
author | Alan Modra <amodra@gmail.com> | 2006-10-31 02:36:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-10-31 02:36:18 +0000 |
commit | a39f33461a71ec868be8917625b10bd66ab23eef (patch) | |
tree | 832b16f41053c7ece7683db83fdf978f67108040 /bfd/ChangeLog | |
parent | ee9e139d63a2dfaeabadc16348ddbefb055917d0 (diff) | |
download | gdb-a39f33461a71ec868be8917625b10bd66ab23eef.zip gdb-a39f33461a71ec868be8917625b10bd66ab23eef.tar.gz gdb-a39f33461a71ec868be8917625b10bd66ab23eef.tar.bz2 |
* elf.c (elfcore_write_note): Pad note descriptor to 4-byte
boundary. Tidy. Comment.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cd3a99f..788c9e2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,7 @@ -bfd/ +2006-10-31 Alan Modra <amodra@bigpond.net.au> + + * elf.c (elfcore_write_note): Pad note descriptor to 4-byte + boundary. Tidy. Comment. 2006-10-30 H.J. Lu <hongjiu.lu@intel.com> |