* config/tc-dvp.c (insert_mpg_marker): Update mpgloc.

This commit is contained in:
Doug Evans 1998-03-23 21:19:04 +00:00
parent ca6697f7f3
commit e7201c9e36
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
start-sanitize-sky
Mon Mar 23 13:16:22 1998 Doug Evans <devans@canuck.cygnus.com>
* config/tc-dvp.c (insert_mpg_marker): Update mpgloc.
end-sanitize-sky
start-sanitize-r5900
Sun Mar 22 13:21:01 1998 Jeffrey A Law (law@cygnus.com)

View File

@ -1888,6 +1888,8 @@ static void
insert_mpg_marker ()
{
s_endmpg (1);
/* Update mpgloc. */
vif_set_mpgloc (vif_get_mpgloc () + 256);
md_assemble ("mpg *,*");
/* Record the cpu type in case we're in the middle of reading binary
data. */
@ -2111,6 +2113,10 @@ s_dmadata (ignore)
return;
}
/* Do an implicit alignment to a 16 byte boundary. */
frag_align (4, 0, 0);
record_alignment (now_seg, 4);
c = get_symbol_end ();
line_label = colon (name); /* user-defined label */
dma_data_name = S_GET_NAME (line_label);