From 2ef5c27be7a4e94c49560823d5074dafca6a2ac5 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 21 Apr 2010 13:45:32 +0400 Subject: Rename SEGALIGN to SECTALIGN "sectalign" is preferred over "segalign" since it operates over section attributes. Signed-off-by: Cyrill Gorcunov --- output/outbin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'output/outbin.c') diff --git a/output/outbin.c b/output/outbin.c index 9b831a2..260d99d 100644 --- a/output/outbin.c +++ b/output/outbin.c @@ -1672,7 +1672,7 @@ struct ofmt of_bin = { bin_out, bin_deflabel, bin_secname, - null_segalign, + null_sectalign, bin_segbase, bin_directive, bin_filename, @@ -1691,7 +1691,7 @@ struct ofmt of_ith = { bin_out, bin_deflabel, bin_secname, - null_segalign, + null_sectalign, bin_segbase, bin_directive, ith_filename, @@ -1710,7 +1710,7 @@ struct ofmt of_srec = { bin_out, bin_deflabel, bin_secname, - null_segalign, + null_sectalign, bin_segbase, bin_directive, srec_filename, -- cgit v1.2.3