diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-27 22:33:24 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-27 22:33:24 +0000 |
commit | cd714b7904c1d0be81ad1d6f7ac410913f70c78b (patch) | |
tree | ddc133039408c782543cc5d71f1e18596fb52667 /ld/ChangeLog | |
parent | d63388ff701ef7f579dad732b4ffb7c89b1758d5 (diff) | |
download | gdb-cd714b7904c1d0be81ad1d6f7ac410913f70c78b.zip gdb-cd714b7904c1d0be81ad1d6f7ac410913f70c78b.tar.gz gdb-cd714b7904c1d0be81ad1d6f7ac410913f70c78b.tar.bz2 |
* scripttempl/elf.sc: Add .note.gnu.build-id.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c669d31..5741a84 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2007-07-28 Jakub Jelinek <jakub@redhat.com> + + * scripttempl/elf.sc: Add .note.gnu.build-id. + 2007-07-25 Nick Clifton <nickc@redhat.com> PR 4824 |