From: Ian Lance Taylor Date: Fri, 3 Jan 1997 23:20:21 +0000 (+0000) Subject: Fri Jan 3 18:17:23 1997 Andreas Schwab X-Git-Tag: gdb-4_18~6759 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79811f6f411e1f521dc15819045865497313de8c;p=platform%2Fupstream%2Fbinutils.git Fri Jan 3 18:17:23 1997 Andreas Schwab * config/tc-m68k.c (s_even): Adjust the alignment of the current section. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 29e8083..9e120c5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 3 18:17:23 1997 Andreas Schwab + + * config/tc-m68k.c (s_even): Adjust the alignment of the current + section. + Fri Jan 3 17:10:33 1997 Richard Henderson * config/obj-elf.c (elf_file_symbol): When using ECOFF debugging, diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c index 36c1f00..86f26dd 100644 --- a/gas/config/tc-m68k.c +++ b/gas/config/tc-m68k.c @@ -4724,6 +4724,7 @@ s_even (ignore) if (!need_pass_2) /* Never make frag if expect extra pass. */ frag_align (temp, (int) temp_fill); demand_empty_rest_of_line (); + record_alignment (now_seg, temp); } static void