Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>

* config/tc-m68k.c (s_even): Adjust the alignment of the current
	section.
This commit is contained in:
Ian Lance Taylor 1997-01-03 23:20:21 +00:00
parent 3df036e9d2
commit 79811f6f41
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/tc-m68k.c (s_even): Adjust the alignment of the current
section.
Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
* config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,

View File

@ -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