From: Ken Raeburn Date: Thu, 23 Sep 1993 17:20:29 +0000 (+0000) Subject: relax_align is now static X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eae7e03cac912191e595647ad4e513bc7927f055;p=binutils-gdb.git relax_align is now static --- diff --git a/gas/config/obj-coffbfd.c b/gas/config/obj-coffbfd.c index 0ebc8fa3d83..ce1e94c7dbf 100644 --- a/gas/config/obj-coffbfd.c +++ b/gas/config/obj-coffbfd.c @@ -254,7 +254,7 @@ seg_info_type seg_info_off_by_4[N_SEG] = #define SEG_INFO_FROM_SEG_NUMBER(x) (seg_info_off_by_4[(x)]) -relax_addressT +static relax_addressT DEFUN (relax_align, (address, alignment), register relax_addressT address AND register long alignment)