X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sysdeps%2Flinux-gnu%2Fm68k%2Farch.h;h=3829901ef8620692ea5a22ba4d51730ef54792b6;hb=689b9dbb8d7f88ab91e7741932ed000b6e49be9a;hp=1790d095dd57f8d981eb6e679a99ab619fb5cd0b;hpb=59749d048d9e452f049f9151735b5256756919c3;p=platform%2Fupstream%2Fltrace.git diff --git a/sysdeps/linux-gnu/m68k/arch.h b/sysdeps/linux-gnu/m68k/arch.h index 1790d09..3829901 100644 --- a/sysdeps/linux-gnu/m68k/arch.h +++ b/sysdeps/linux-gnu/m68k/arch.h @@ -1,6 +1,29 @@ +/* + * This file is part of ltrace. + * Copyright (C) 1998,2002,2004 Juan Cespedes + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + +#define ARCH_HAVE_FETCH_ARG + #define BREAKPOINT_VALUE { 0x4e, 0x4f } #define BREAKPOINT_LENGTH 2 #define DECR_PC_AFTER_BREAK 2 +#define ARCH_ENDIAN_BIG #define LT_ELFCLASS ELFCLASS32 #define LT_ELF_MACHINE EM_68K