2001-03-02 Dave Brolley <brolley@redhat.com>

* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than
	m32r_do_align.
This commit is contained in:
Dave Brolley 2001-03-02 22:50:36 +00:00
parent 2edb46b1ea
commit a8150a8817
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-03-02 Dave Brolley <brolley@redhat.com>
* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than
m32r_do_align.
2001-03-02 Richard Sandiford <rsandifo@redhat.com>
* config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): New macro.

View File

@ -444,7 +444,7 @@ expand_debug_syms (syms, align)
if (!syms)
return;
(void) m32r_do_align (align, NULL, 0, 0);
(void) frag_align_code (align, 0);
for (; syms != (sym_linkS *) 0; syms = next_syms)
{
symbolS *symbolP = syms->symbol;