diff options
author | Anthony Green <green@redhat.com> | 2009-04-30 04:36:49 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2009-04-30 04:36:49 +0000 |
commit | 43cd3ced1670929b452f4f9f212eca2bbb004856 (patch) | |
tree | d9951c950f2bec26011821bd1806e9a02cc30e34 | |
parent | efaf18f3683c8c17439fbc666686bbfd72aa2177 (diff) | |
download | gdb-43cd3ced1670929b452f4f9f212eca2bbb004856.zip gdb-43cd3ced1670929b452f4f9f212eca2bbb004856.tar.gz gdb-43cd3ced1670929b452f4f9f212eca2bbb004856.tar.bz2 |
Tweak description of verilog support in NEWS file.
-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 |