mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
* config/tc-dvp.c (md_apply_fix3): Mark fixup for mpg loaded vu
branch error as being done so we don't try to emit a reloc.
This commit is contained in:
parent
29d867f881
commit
7ebb61af92
@ -1,3 +1,10 @@
|
||||
start-sanitize-sky
|
||||
Mon Apr 13 12:18:53 1998 Doug Evans <devans@canuck.cygnus.com>
|
||||
|
||||
* config/tc-dvp.c (md_apply_fix3): Mark fixup for mpg loaded vu
|
||||
branch error as being done so we don't try to emit a reloc.
|
||||
|
||||
end-sanitize-sky
|
||||
Thu Apr 9 10:29:42 1998 Doug Evans <devans@canuck.cygnus.com>
|
||||
|
||||
* symbols.c (max_indent_level): New global.
|
||||
|
@ -1881,6 +1881,8 @@ md_apply_fix3 (fixP, valueP, seg)
|
||||
{
|
||||
as_bad_where (fixP->fx_file, fixP->fx_line,
|
||||
"can't handle mpg loaded vu code with branch relocations");
|
||||
fixP->fx_done = 1;
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user