X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=bfd%2Fcoff-tic54x.c;h=994203fcde56f06d699822903997f2055bcbce0d;hb=a8a566853a0fc7f57159e55436ff6f395e499568;hp=75b9fb8bf2a75a2d730347b705298cc6c6a71857;hpb=0aa13feeeb78fc9323bee329c4d91c30f25de121;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/coff-tic54x.c b/bfd/coff-tic54x.c index 75b9fb8bf2..994203fcde 100644 --- a/bfd/coff-tic54x.c +++ b/bfd/coff-tic54x.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C54X coff binaries. - Copyright (C) 1999-2018 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@cygnus.com) This file is part of BFD, the Binary File Descriptor library. @@ -82,14 +82,14 @@ tic54x_getl_signed_32 (const void *p) #define coff_get_section_load_page bfd_ticoff_get_section_load_page #define coff_set_section_load_page bfd_ticoff_set_section_load_page -void +static void bfd_ticoff_set_section_load_page (asection *sect, int page) { sect->lma = (sect->lma & ADDR_MASK) | PG_TO_FLAG(page); } -int +static int bfd_ticoff_get_section_load_page (asection *sect) { int page;