]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Back out last change, there are too many more to fix them all.
authorFred Fish <fnf@specifix.com>
Thu, 12 Jun 1997 04:26:37 +0000 (04:26 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 12 Jun 1997 04:26:37 +0000 (04:26 +0000)
bfd/ChangeLog
bfd/coffgen.c

index 35c9cb3ef44f00fe644d534b6391951b801ca3a2..4d827dd88ae64c34c2762be103311257ca76e079 100644 (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
index 8724715116fb489fba3b45ae45d4bb3a4e06487e..3d7e85a0351443ecc38d79ff9e566e7575d2f308 100644 (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