Add support for m68k

Tested on m68k-suse-linux.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
This commit is contained in:
Andreas Schwab 2014-03-12 15:16:15 +01:00 committed by Panu Matilainen
parent 766b922eca
commit 77d8086bfe

View File

@ -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",