This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Committed: Add NEWS entry for elfedit
- From: Nick Clifton <nickc at redhat dot com>
- To: hjl dot tools at gmail dot com, binutils at sourceware dot org
- Date: Mon, 11 Jan 2010 12:40:21 +0000
- Subject: Committed: Add NEWS entry for elfedit
Hi H.J.
I should have mentioned this when approving your initial elfedit
patch - there should be an entry in the binutils/NEWS file
describing the new tool. Since I forgot to do this I have created
and applied a patch myself. If you are unhappy with the wording of
the entry please feel free to edit it.
Cheers
Nick
binutils/ChangeLog
2010-01-11 Nick Clifton <nickc@redhat.com>
* NEWS: Mention addition of elfedit.
Index: binutils/NEWS
===================================================================
RCS file: /cvs/src/src/binutils/NEWS,v
retrieving revision 1.90
diff -c -3 -p -r1.90 NEWS
*** binutils/NEWS 10 Dec 2009 16:12:33 -0000 1.90
--- binutils/NEWS 11 Jan 2010 12:38:23 -0000
***************
*** 1,4 ****
--- 1,6 ----
-*- text -*-
+ * A new tool - elfedit - has been added to directly manipulate ELF format
+ binaries.
* Add to dlltool .def file feature of aliasing PE internal symbol name by
'== <ID>' option.