diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2012-10-18 17:29:54 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2012-10-18 17:29:54 +0000 |
commit | 4fc8b8950a1aed53bc553c9003808f04919cc7ca (patch) | |
tree | da86eb256186f9dbbcf24365f08f5070187b157f /binutils/ChangeLog | |
parent | c207c2c6cf049ab6095b55402752480e7fca53e0 (diff) | |
download | gdb-4fc8b8950a1aed53bc553c9003808f04919cc7ca.zip gdb-4fc8b8950a1aed53bc553c9003808f04919cc7ca.tar.gz gdb-4fc8b8950a1aed53bc553c9003808f04919cc7ca.tar.bz2 |
* objcopy.c (is_strip_section_1): Don't strip
.reloc section by default.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 660d037..c9ccfaf 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2012-10-18 Kai Tietz <ktietz@redhat.com> + + * objcopy.c (is_strip_section_1): Don't strip + .reloc section by default. + 2012-10-11 Doug Evans <dje@google.com> * dwarf.c (display_gdb_index): Include static/global information |