Back out last change, there are too many more to fix them all.

This commit is contained in:
Fred Fish 1997-06-12 04:26:37 +00:00
parent c370b3cd95
commit 79a682fd3e
2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
Wed Jun 11 20:17:03 1997 Fred Fish <fnf@cygnus.com>
* coffgen.c (_bfd_coff_is_local_label_name): Return proper boolean
(enum) type.
Wed Jun 11 00:00:07 1997 Ian Lance Taylor <ian@cygnus.com>
* elflink.h (elf_link_output_extsym): Call finish_dynamic_symbol

View File

@ -2097,7 +2097,7 @@ _bfd_coff_is_local_label_name (abfd, name)
bfd *abfd;
const char *name;
{
return ((name[0] == '.' && name[1] == 'L') ? true : false);
return name[0] == '.' && name[1] == 'L';
}
/* Provided a BFD, a section and an offset into the section, calculate