summaryrefslogtreecommitdiffstats
path: root/include/bfdlink.h
diff options
context:
space:
mode:
authorcvs2svn <>2002-03-11 00:01:12 +0000
committercvs2svn <>2002-03-11 00:01:12 +0000
commit24d0ef8fa9054f81b2280bbb206a673c1959f4cb (patch)
tree79ad3fe4c8aeea7f45709e2d6e3da35bd8d30d9b /include/bfdlink.h
parent34124a07180b9c8c7479517436c49292cfd12dcd (diff)
downloadcygnal-24d0ef8fa9054f81b2280bbb206a673c1959f4cb.tar.gz
cygnal-24d0ef8fa9054f81b2280bbb206a673c1959f4cb.tar.bz2
cygnal-24d0ef8fa9054f81b2280bbb206a673c1959f4cb.zip
This commit was manufactured by cvs2svn to create branch 'gdb_5_2-branch'.
Sprout from binutils-2_12-branch 2002-02-09 22:54:17 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'binutils-' Cherrypick from master 2002-03-01 00:52:59 UTC Alexandre Oliva <aoliva@redhat.com> '* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for': ChangeLog Makefile.in config.guess config.sub configure.in etc/ChangeLog etc/fdl.texi etc/make-stds.texi etc/standards.texi include/ChangeLog include/bfdlink.h include/elf/ChangeLog include/elf/m68k.h include/elf/ppc.h include/opcode/ChangeLog include/opcode/i386.h include/opcode/ppc.h include/splay-tree.h texinfo/texinfo.tex Cherrypick from master 2002-03-11 00:01:11 UTC Daniel Jacobowitz <drow@false.org> 'gdb/:': include/gdb/ChangeLog include/gdb/signals.h
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index c02a1e820..a03454721 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -1,5 +1,5 @@
/* bfdlink.h -- header file for BFD link routines
- Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002
Free Software Foundation, Inc.
Written by Steve Chamberlain and Ian Lance Taylor, Cygnus Support.
@@ -446,7 +446,6 @@ enum bfd_link_order_type
{
bfd_undefined_link_order, /* Undefined. */
bfd_indirect_link_order, /* Built from a section. */
- bfd_fill_link_order, /* Fill with a 16 bit constant. */
bfd_data_link_order, /* Set to explicit data. */
bfd_section_reloc_link_order, /* Relocate against a section. */
bfd_symbol_reloc_link_order /* Relocate against a symbol. */
@@ -480,13 +479,12 @@ struct bfd_link_order
} indirect;
struct
{
- /* Value to fill with. */
- unsigned int value;
- } fill;
- struct
- {
- /* Data to put into file. The size field gives the number
- of bytes which this field points to. */
+ /* Size of contents, or zero when contents size == size
+ within output section.
+ A non-zero value allows filling of the output section
+ with an arbitrary repeated pattern. */
+ unsigned int size;
+ /* Data to put into file. */
bfd_byte *contents;
} data;
struct