diff options
author | Roland McGrath <roland@gnu.org> | 2007-06-29 00:34:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-06-29 00:34:18 +0000 |
commit | 1ac7d223d31a3a2e175d25a944f838de22da73d7 (patch) | |
tree | aed638706888cfde7a5173e696b688857fdab113 /binutils | |
parent | c1c0eb9e7bb0e0f57c126cc9968e4dcd5a5afd0f (diff) | |
download | gdb-1ac7d223d31a3a2e175d25a944f838de22da73d7.zip gdb-1ac7d223d31a3a2e175d25a944f838de22da73d7.tar.gz gdb-1ac7d223d31a3a2e175d25a944f838de22da73d7.tar.bz2 |
.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 050b416..715b058 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2007-06-28 Roland McGrath <roland@frob.com> + + * objcopy.c (setup_section): Don't reset ELF section type to + SHT_NOBITS when it is SHT_NOTE. + * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug. + 2007-06-27 Alan Modra <amodra@bigpond.net.au> * ar.c: Rename uses of bfd.next to bfd.archive_next throughout. @@ -19,7 +25,7 @@ * embedspu.sh (relas): Correct sh_info parsing. 2007-06-19 Danny Smith <dannysmith@users.sourceforge.net> - + * objdump.c: Include sys/stat.h. 2007-06-19 Kai Tietz <kai.tietz@onevision.com> @@ -39,7 +45,7 @@ 2007-06-18 Andi Kleen <ak@suse.de> - * objdump.c: Include sys/mman.h + * objdump.c: Include sys/mman.h (print_file_list): Remove f, add map, mapsize, linemap, maxline, last_line, first fields. (slurp_file): Add. |