Fix bfd_coff_small_swap_table initialisation.
This commit is contained in:
parent
33e16fad05
commit
c8735523e1
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-05-01 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
|
* coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
|
||||||
|
|
||||||
Fri Apr 28 21:34:44 2000 Clinton Popetz <cpopetz@cygnus.com>
|
Fri Apr 28 21:34:44 2000 Clinton Popetz <cpopetz@cygnus.com>
|
||||||
|
|
||||||
* coffcode.h Copy changes mistakenly done to libcoff.h in
|
* coffcode.h Copy changes mistakenly done to libcoff.h in
|
||||||
|
|
|
@ -3198,8 +3198,6 @@ static const bfd_coff_backend_data bfd_coff_small_swap_table =
|
||||||
false,
|
false,
|
||||||
#endif
|
#endif
|
||||||
2,
|
2,
|
||||||
false,
|
|
||||||
2,
|
|
||||||
#ifdef COFF_FORCE_SYMBOLS_IN_STRINGS
|
#ifdef COFF_FORCE_SYMBOLS_IN_STRINGS
|
||||||
true,
|
true,
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue