* section.c (STD_SECTION): Add entsize.
This commit is contained in:
parent
8c5e1ccd72
commit
767e4b0d59
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-04-14 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* section.c (STD_SECTION): Add entsize.
|
||||||
|
|
||||||
2001-04-13 H.J. Lu <hjl@gnu.org>
|
2001-04-13 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* section.c (SEC_MERGE): Define new flag for merging.
|
* section.c (SEC_MERGE): Define new flag for merging.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Object file "section" support for the BFD library.
|
/* Object file "section" support for the BFD library.
|
||||||
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
2000
|
2000, 2001
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
|
@ -590,11 +590,11 @@ static const asymbol global_syms[] =
|
||||||
/* line_filepos, userdata, contents, lineno, lineno_count, */ \
|
/* line_filepos, userdata, contents, lineno, lineno_count, */ \
|
||||||
0, NULL, NULL, NULL, 0, \
|
0, NULL, NULL, NULL, 0, \
|
||||||
\
|
\
|
||||||
/* comdat, kept_section, moving_line_filepos, target_index, */ \
|
/* entsize, comdat, kept_section, moving_line_filepos, */ \
|
||||||
NULL, NULL, 0, 0, \
|
0, NULL, NULL, 0, \
|
||||||
\
|
\
|
||||||
/* used_by_bfd, constructor_chain, owner, */ \
|
/* target_index, used_by_bfd, constructor_chain, owner, */ \
|
||||||
NULL, NULL, NULL, \
|
0, NULL, NULL, NULL, \
|
||||||
\
|
\
|
||||||
/* symbol, */ \
|
/* symbol, */ \
|
||||||
(struct symbol_cache_entry *) &global_syms[IDX], \
|
(struct symbol_cache_entry *) &global_syms[IDX], \
|
||||||
|
|
Loading…
Reference in a new issue