diff options
author | Alan Modra <amodra@bigpond.net.au> | 2003-06-29 10:06:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2003-06-29 10:06:40 +0000 |
commit | acb9bbc23939ee886f4fa47603cf1d5ab25bae4b (patch) | |
tree | 0a183c7fb83b76e0b5971875f73a4b226e713ddd /bfd/ecoff.c | |
parent | a2d41b8b928c66f19c19698c8f4d2afb62d2edc7 (diff) | |
download | gdb-acb9bbc23939ee886f4fa47603cf1d5ab25bae4b.tar.gz |
Convert to C90 and a few tweaks.
Diffstat (limited to 'bfd/ecoff.c')
-rw-r--r-- | bfd/ecoff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ecoff.c b/bfd/ecoff.c index ce18f54b0b1..021c1fe1320 100644 --- a/bfd/ecoff.c +++ b/bfd/ecoff.c @@ -95,8 +95,8 @@ static asection bfd_debug_section = NULL, NULL, 0, 0, 0, /* line_filepos, userdata, contents, lineno, lineno_count, */ 0, NULL, NULL, NULL, 0, - /* entsize, comdat, moving_line_filepos, */ - 0, NULL, 0, + /* entsize, comdat, kept_section, moving_line_filepos, */ + 0, NULL, NULL, 0, /* target_index, used_by_bfd, constructor_chain, owner, */ 0, NULL, NULL, NULL, /* symbol, */ |