diff options
author | Nick Clifton <nickc@redhat.com> | 2009-04-27 14:27:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-04-27 14:27:36 +0000 |
commit | cdcc8864f64b7abb53b3456dd5ca5348fa302f46 (patch) | |
tree | 81e7b22182d0658e90d089a68e9f04a097b0c713 /binutils/NEWS | |
parent | dbaaf38fcc11a1bce336512607fe9d81d882731e (diff) | |
download | binutils-redhat-cdcc8864f64b7abb53b3456dd5ca5348fa302f46.tar.gz |
* verilog.c: New file.
* Makefile.am (BFD32_LIBS): Add verilog.c.
(BFD32_LIBS_CFILES): Add verilog.c.
(verilog.lo): New build rule.
* Makefile.in: Rebuilt.
* targets.c: Add verilog support.
* bfd.c (tdata union): Add Verilog private data field.
* bfd-in2.h: Regenerate.
* bfdint.texi (BFD target vector miscellaneous): Mention verilog
flavour.
* NEWS: Mention verilog support added to bfd.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 3434b9f6b8..3844579095 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* The verilog binary 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 set PE optional header. |