Add support for m68k
Tested on m68k-suse-linux. Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
This commit is contained in:
parent
766b922eca
commit
77d8086bfe
@ -1166,6 +1166,10 @@ edit_dwarf2 (DSO *dso)
|
||||
goto fail;
|
||||
break;
|
||||
#endif
|
||||
case EM_68K:
|
||||
if (rtype != R_68K_32)
|
||||
goto fail;
|
||||
break;
|
||||
default:
|
||||
fail:
|
||||
error (1, 0, "%s: Unhandled relocation %d in .debug_info section",
|
||||
|
Loading…
Reference in New Issue
Block a user