X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fstab-syms.c;h=d0ab73e4eec543416750fa9fedf54e895bc5e52f;hb=7eea15c514158ea3635780f29c03b021f3ee70af;hp=8ecd21e1eab8664f37927119a1c3f39f817c3f9c;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/stab-syms.c b/bfd/stab-syms.c index 8ecd21e1ea..d0ab73e4ee 100644 --- a/bfd/stab-syms.c +++ b/bfd/stab-syms.c @@ -1,6 +1,5 @@ /* Table of stab names for the BFD library. - Copyright 1990, 1991, 1992, 1994, 1995, 1996, 2000, 2007 - Free Software Foundation, Inc. + Copyright (C) 1990-2020 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -20,6 +19,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "sysdep.h" #include "bfd.h" #define ARCH_SIZE 32 /* Value doesn't matter. */ @@ -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) {