bfd: Fix 64-bit relocation handling for a.out
[deliverable/binutils-gdb.git] / bfd / stab-syms.c
index 8e65ddc65c156245a3e340f33f25ccf5913c9626..d0ab73e4eec543416750fa9fedf54e895bc5e52f 100644 (file)
@@ -1,6 +1,5 @@
 /* Table of stab names for the BFD library.
-   Copyright 1990, 1991, 1992, 1994, 1995, 1996, 2000, 2005, 2007, 2012
-   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.
@@ -46,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)
     {
This page took 0.024409 seconds and 4 git commands to generate.