mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
* config/tc-dvp.c (insert_mpg_marker): Update mpgloc.
This commit is contained in:
parent
ca6697f7f3
commit
e7201c9e36
@ -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)
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user