diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-09-23 17:20:29 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-09-23 17:20:29 +0000 |
commit | eae7e03cac912191e595647ad4e513bc7927f055 (patch) | |
tree | 602ba69421e3f32710720e001e3d343d52eacf57 /gas | |
parent | 114221b5a49275ce45609a03218c2c666fcd0b03 (diff) | |
download | gdb-eae7e03cac912191e595647ad4e513bc7927f055.zip gdb-eae7e03cac912191e595647ad4e513bc7927f055.tar.gz gdb-eae7e03cac912191e595647ad4e513bc7927f055.tar.bz2 |
relax_align is now static
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/obj-coffbfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-coffbfd.c b/gas/config/obj-coffbfd.c index 0ebc8fa..ce1e94c 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) |