| commit | d914a206a11cc1011a45f00674b1e16988fae77f | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Wed Nov 10 00:15:33 2004 +0100 |
| committer | Juan Cespedes <cespedes@debian.org> | Wed Nov 10 00:15:33 2004 +0100 |
| tree | 77b4ecf3d7c51911e04566cce1c2319715448faf | |
| parent | 337ea4581657020f6e9ae93e30cb4a7ddd993903 [diff] [blame] |
Version: 0.3.36 * Fixed "--indent" option * Got rid of Debian and RedHat specific parts in tarball
diff --git a/sysdeps/linux-gnu/m68k/arch.h b/sysdeps/linux-gnu/m68k/arch.h index a29e5f1..1790d09 100644 --- a/sysdeps/linux-gnu/m68k/arch.h +++ b/sysdeps/linux-gnu/m68k/arch.h
@@ -1,3 +1,6 @@ #define BREAKPOINT_VALUE { 0x4e, 0x4f } #define BREAKPOINT_LENGTH 2 #define DECR_PC_AFTER_BREAK 2 + +#define LT_ELFCLASS ELFCLASS32 +#define LT_ELF_MACHINE EM_68K