X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fstab-syms.c;h=5a1fe9dc7c18edd55c12c7a36fe38f763ee384f3;hb=99a5596592eda72c5c60b45cdfabb47e426132d5;hp=bcbf5f206340ff16cc87b2697d7f99ebeaf45768;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/stab-syms.c b/bfd/stab-syms.c index bcbf5f2063..5a1fe9dc7c 100644 --- a/bfd/stab-syms.c +++ b/bfd/stab-syms.c @@ -1,5 +1,5 @@ /* Table of stab names for the BFD library. - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2019 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -45,8 +45,7 @@ __define_name (N_WARNING, "WARNING") const char * -bfd_get_stab_name (code) - int code; +bfd_get_stab_name (int code) { switch (code) {