* read.c (emit_leb128_expr): Call md_cons_align.

This commit is contained in:
Richard Henderson 2001-05-31 00:00:30 +00:00
parent c4365b1915
commit 371b7465e4
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-05-30 Richard Henderson <rth@redhat.com>
* read.c (emit_leb128_expr): Call md_cons_align.
2001-05-28 Jeff Sturm <jsturm@one-point.com>
* config/tc-sparc.c (md_apply_fix3): Handle BFD_RELOC_SPARC_UA16,

View File

@ -4419,6 +4419,11 @@ emit_leb128_expr (exp, sign)
if (check_eh_frame (exp, &nbytes))
abort ();
/* Let the backend know that subsequent data may be byte aligned. */
#ifdef md_cons_align
md_cons_align (1);
#endif
if (op == O_constant)
{
/* If we've got a constant, emit the thing directly right now. */