diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 60c7f8a..800e76a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2009-04-29 Anthony Green <green@moxielogic.com> + + * NEWS: Tweak verilog support description. + 2009-04-29 Alan Modra <amodra@bigpond.net.au> Denis Scherbakov <denis_scherbakov@yahoo.com> diff --git a/binutils/NEWS b/binutils/NEWS index 3844579..02d27c4 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,7 +1,7 @@ -*- text -*- -* The verilog binary file format is now supported as an output format for - objcopy. +* The verilog memory hex dump file format is now supported as an output format + for objcopy. * Add --file-alignment, --heap, --image-base, --section-alignment, --stack and --subsystem command line options to objcopy, which will |