(external_coff_symbol_p): K&R-ise.
This commit is contained in:
parent
ba73c63f53
commit
5bbe3a506e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
|
||||||
|
|
||||||
|
* rdcoff.c (external_coff_symbol_p): K&R-ise.
|
||||||
|
|
||||||
2000-07-20 H.J. Lu <hjl@gnu.org>
|
2000-07-20 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* binutils/binutils.texi: Put back "@end table" deleted by
|
* binutils/binutils.texi: Put back "@end table" deleted by
|
||||||
|
|
|
@ -661,7 +661,8 @@ parse_coff_symbol (abfd, types, sym, coff_symno, psyment, dhandle, type,
|
||||||
/* Determine if a symbol has external visibility. */
|
/* Determine if a symbol has external visibility. */
|
||||||
|
|
||||||
static boolean
|
static boolean
|
||||||
external_coff_symbol_p (int sym_class)
|
external_coff_symbol_p (sym_class)
|
||||||
|
int sym_class;
|
||||||
{
|
{
|
||||||
switch (sym_class)
|
switch (sym_class)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue