X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=binutils%2Fbucomm.h;h=d8318343f787f091be52a9034a239dae70e407fa;hb=a78a19b15254de31c3d38b7e27469aaef0a30e97;hp=a71a8fb805baae1c920eefc8162d2a721fb3b0d2;hpb=dd9b91de2149ee81d47f708e7b0bbf57da10ad42;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/bucomm.h b/binutils/bucomm.h index a71a8fb805..d8318343f7 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -1,5 +1,5 @@ /* bucomm.h -- binutils common include file. - Copyright (C) 1991-2014 Free Software Foundation, Inc. + Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -49,10 +49,10 @@ void list_supported_architectures (const char *, FILE *); int display_info (void); -void print_arelt_descr (FILE *, bfd *, bfd_boolean); +void print_arelt_descr (FILE *, bfd *, bfd_boolean, bfd_boolean); -char *make_tempname (char *); -char *make_tempdir (char *); +char *make_tempname (const char *); +char *make_tempdir (const char *); bfd_vma parse_vma (const char *, const char *);