aboutsummaryrefslogtreecommitdiff
path: root/bfd/section.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2001-04-14 14:23:31 +0000
committerJakub Jelinek <jakub@redhat.com>2001-04-14 14:23:31 +0000
commit767e4b0d59713b91d92e9c635159302e183bc71d (patch)
tree060008c1ac9af62311ab1c6343ff29c7a87229b9 /bfd/section.c
parent8c5e1ccd72ae2dd19ff29d00278dc7558f6babb4 (diff)
downloadfsf-binutils-gdb-767e4b0d59713b91d92e9c635159302e183bc71d.zip
fsf-binutils-gdb-767e4b0d59713b91d92e9c635159302e183bc71d.tar.gz
fsf-binutils-gdb-767e4b0d59713b91d92e9c635159302e183bc71d.tar.bz2
* section.c (STD_SECTION): Add entsize.
Diffstat (limited to 'bfd/section.c')
-rw-r--r--bfd/section.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/section.c b/bfd/section.c
index 9918b01..623e8b6 100644
--- a/bfd/section.c
+++ b/bfd/section.c
@@ -1,6 +1,6 @@
/* Object file "section" support for the BFD library.
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000
+ 2000, 2001
Free Software Foundation, Inc.
Written by Cygnus Support.
@@ -590,11 +590,11 @@ static const asymbol global_syms[] =
/* line_filepos, userdata, contents, lineno, lineno_count, */ \
0, NULL, NULL, NULL, 0, \
\
- /* comdat, kept_section, moving_line_filepos, target_index, */ \
- NULL, NULL, 0, 0, \
+ /* entsize, comdat, kept_section, moving_line_filepos, */ \
+ 0, NULL, NULL, 0, \
\
- /* used_by_bfd, constructor_chain, owner, */ \
- NULL, NULL, NULL, \
+ /* target_index, used_by_bfd, constructor_chain, owner, */ \
+ 0, NULL, NULL, NULL, \
\
/* symbol, */ \
(struct symbol_cache_entry *) &global_syms[IDX], \