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 | c067354b06cc372b318bbbc5ee5098ec6ef87bc1 (patch) | |
tree | a1b41f03096c6b01a61498ba7de2b2fc21393357 /binutils | |
parent | 325c681d94281b21b30dc18dd604a54e418df607 (diff) | |
download | gdb-c067354b06cc372b318bbbc5ee5098ec6ef87bc1.zip gdb-c067354b06cc372b318bbbc5ee5098ec6ef87bc1.tar.gz gdb-c067354b06cc372b318bbbc5ee5098ec6ef87bc1.tar.bz2 |
* 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')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 75af8f1..2988c45 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2009-04-27 Anthony Green <green@moxielogic.com> + + * NEWS: Mention verilog support added to bfd. + 2009-04-27 H.J. Lu <hongjiu.lu@intel.com> * objcopy.c (copy_object): Copy pe_opthdr before changing PE diff --git a/binutils/NEWS b/binutils/NEWS index 3434b9f..3844579 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. |