From: Alan Modra Date: Mon, 1 May 2000 04:47:39 +0000 (+0000) Subject: Fix bfd_coff_small_swap_table initialisation. X-Git-Tag: readline-pre-41-import~621 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8735523e1d349ae2b026232bea6bbc818b73fa7;p=platform%2Fupstream%2Fbinutils.git Fix bfd_coff_small_swap_table initialisation. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index db6563a..97892a5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2000-05-01 Alan Modra + + * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change. + Fri Apr 28 21:34:44 2000 Clinton Popetz * coffcode.h Copy changes mistakenly done to libcoff.h in diff --git a/bfd/coff-sh.c b/bfd/coff-sh.c index 2d1a3c3..1b78ef4 100644 --- a/bfd/coff-sh.c +++ b/bfd/coff-sh.c @@ -3198,8 +3198,6 @@ static const bfd_coff_backend_data bfd_coff_small_swap_table = false, #endif 2, - false, - 2, #ifdef COFF_FORCE_SYMBOLS_IN_STRINGS true, #else