From: Alan Modra Date: Mon, 1 May 2000 04:47:39 +0000 (+0000) Subject: Fix bfd_coff_small_swap_table initialisation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8735523e1d349ae2b026232bea6bbc818b73fa7;p=binutils-gdb.git Fix bfd_coff_small_swap_table initialisation. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index db6563ab9e5..97892a52b97 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 2d1a3c38c20..1b78ef4f371 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