projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114221b
)
relax_align is now static
author
Ken Raeburn
<raeburn@cygnus>
Thu, 23 Sep 1993 17:20:29 +0000
(17:20 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Thu, 23 Sep 1993 17:20:29 +0000
(17:20 +0000)
gas/config/obj-coffbfd.c
patch
|
blob
|
history
diff --git
a/gas/config/obj-coffbfd.c
b/gas/config/obj-coffbfd.c
index 0ebc8fa3d83f696bcd0f6476d470add5ab0a3e88..ce1e94c7dbfee4df995ebd740682907551a1907b 100644
(file)
--- 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)