mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 17:47:18 +08:00
* config/tc-dvp.c (insert_mpg_marker): Update mpgloc.
This commit is contained in:
@ -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
|
start-sanitize-r5900
|
||||||
Sun Mar 22 13:21:01 1998 Jeffrey A Law (law@cygnus.com)
|
Sun Mar 22 13:21:01 1998 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
@ -1888,6 +1888,8 @@ static void
|
|||||||
insert_mpg_marker ()
|
insert_mpg_marker ()
|
||||||
{
|
{
|
||||||
s_endmpg (1);
|
s_endmpg (1);
|
||||||
|
/* Update mpgloc. */
|
||||||
|
vif_set_mpgloc (vif_get_mpgloc () + 256);
|
||||||
md_assemble ("mpg *,*");
|
md_assemble ("mpg *,*");
|
||||||
/* Record the cpu type in case we're in the middle of reading binary
|
/* Record the cpu type in case we're in the middle of reading binary
|
||||||
data. */
|
data. */
|
||||||
@ -2111,6 +2113,10 @@ s_dmadata (ignore)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Do an implicit alignment to a 16 byte boundary. */
|
||||||
|
frag_align (4, 0, 0);
|
||||||
|
record_alignment (now_seg, 4);
|
||||||
|
|
||||||
c = get_symbol_end ();
|
c = get_symbol_end ();
|
||||||
line_label = colon (name); /* user-defined label */
|
line_label = colon (name); /* user-defined label */
|
||||||
dma_data_name = S_GET_NAME (line_label);
|
dma_data_name = S_GET_NAME (line_label);
|
||||||
|
Reference in New Issue
Block a user