summaryrefslogtreecommitdiffstats
path: root/bfd/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-04-27 14:27:36 +0000
committerNick Clifton <nickc@redhat.com>2009-04-27 14:27:36 +0000
commitc067354b06cc372b318bbbc5ee5098ec6ef87bc1 (patch)
treea1b41f03096c6b01a61498ba7de2b2fc21393357 /bfd/doc
parent325c681d94281b21b30dc18dd604a54e418df607 (diff)
downloadppe42-binutils-c067354b06cc372b318bbbc5ee5098ec6ef87bc1.tar.gz
ppe42-binutils-c067354b06cc372b318bbbc5ee5098ec6ef87bc1.zip
* 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 'bfd/doc')
-rw-r--r--bfd/doc/ChangeLog5
-rw-r--r--bfd/doc/Makefile.in1
-rw-r--r--bfd/doc/bfdint.texi6
3 files changed, 10 insertions, 2 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog
index 8202a756c1..f1bc08562a 100644
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-22 Anthony Green <green@moxielogic.com>
+
+ * bfdint.texi (BFD target vector miscellaneous): Mention verilog
+ flavour.
+
2008-11-19 Nick Clifton <nickc@redhat.com>
* fdl.texi: Update to v1.3
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in
index 97700e591e..2c54e291a2 100644
--- a/bfd/doc/Makefile.in
+++ b/bfd/doc/Makefile.in
@@ -142,6 +142,7 @@ LD = @LD@
LDFLAGS = @LDFLAGS@
LIBINTL = @LIBINTL@
LIBINTL_DEP = @LIBINTL_DEP@
+LIBM = @LIBM@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi
index b7e7c548e6..1e03aeb84b 100644
--- a/bfd/doc/bfdint.texi
+++ b/bfd/doc/bfdint.texi
@@ -1,6 +1,6 @@
\input texinfo
@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
-@c 2000, 2001, 2002, 2003, 2004, 2006, 2007
+@c 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009
@c Free Software Foundation, Inc.
@setfilename bfdint.info
@@ -17,7 +17,7 @@
This file documents the internals of the BFD library.
Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-1996, 1998, 2000, 2001, 2002, 2003, 2004, 2006, 2007
+1996, 1998, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009
Free Software Foundation, Inc.
Contributed by Cygnus Support.
@@ -354,6 +354,8 @@ Motorola S-record format.
Intel hex format.
@item bfd_target_som_flavour
SOM (used on HP/UX).
+@item bfd_target_verilog_flavour
+Verilog memory hex dump format.
@item bfd_target_os9k_flavour
os9000.
@item bfd_target_versados_flavour
OpenPOWER on IntegriCloud