aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m32r.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2001-03-02 22:50:36 +0000
committerDave Brolley <brolley@redhat.com>2001-03-02 22:50:36 +0000
commita8150a881739d20084f5917bcbccf5346290fd96 (patch)
treea8481606f931be91dbdd12bc9110d3abf36ef1aa /gas/config/tc-m32r.c
parent2edb46b1eadf14584f51f74c40370225cc8698da (diff)
downloadgdb-a8150a881739d20084f5917bcbccf5346290fd96.zip
gdb-a8150a881739d20084f5917bcbccf5346290fd96.tar.gz
gdb-a8150a881739d20084f5917bcbccf5346290fd96.tar.bz2
2001-03-02 Dave Brolley <brolley@redhat.com>
* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than m32r_do_align.
Diffstat (limited to 'gas/config/tc-m32r.c')
-rw-r--r--gas/config/tc-m32r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c
index cf68fe3..bf7038b 100644
--- a/gas/config/tc-m32r.c
+++ b/gas/config/tc-m32r.c
@@ -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;