From e799a695210a55d1ed2a11b85a33a2523aa974e4 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 25 Apr 2000 10:02:20 +0000 Subject: Use record_alignment, not bfd_set_section_alignment. --- gas/config/tc-mips.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/config/tc-mips.c') diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 5daf89d..bb7e227 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -10045,7 +10045,7 @@ s_change_sec (sec) | SEC_RELOC | SEC_DATA)); if (strcmp (TARGET_OS, "elf") != 0) - bfd_set_section_alignment (stdoutput, seg, 4); + record_alignment (seg, 4); } demand_empty_rest_of_line (); } @@ -10067,7 +10067,7 @@ s_change_sec (sec) SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_DATA); if (strcmp (TARGET_OS, "elf") != 0) - bfd_set_section_alignment (stdoutput, seg, 4); + record_alignment (seg, 4); } demand_empty_rest_of_line (); break; -- cgit v1.1