From 0a4c916d8c0a3dd79ab1c4b9ba0a33b3c39c931e Mon Sep 17 00:00:00 2001 From: cvs2svn <> Date: Thu, 8 Dec 2011 20:47:31 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'sid- snapshot-20111201'. Sprout from gdb_7_4-branch 2011-12-08 20:47:28 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.' Cherrypick from master 2011-11-29 20:28:55 UTC Andrew Pinski 'opcode/': include/elf/ChangeLog include/elf/common.h include/gdb/ChangeLog include/gdb/callback.h include/opcode/ChangeLog include/opcode/mips.h Delete: djunpack.bat texinfo/texinfo.tex --- include/elf/ChangeLog | 5 ----- include/elf/common.h | 4 ---- include/gdb/ChangeLog | 4 ---- include/gdb/callback.h | 3 --- include/opcode/ChangeLog | 8 -------- include/opcode/mips.h | 6 +----- 6 files changed, 1 insertion(+), 29 deletions(-) (limited to 'include') diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 4da18207d..c0d38b38e 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,8 +1,3 @@ -2011-12-06 Ulrich Weigand - - * common.h (NT_S390_LAST_BREAK): Define. - (NT_S390_SYSTEM_CALL): Likewise. - 2011-11-01 DJ Delorie * common.h (EM_RL78, EM_78K0R): New. diff --git a/include/elf/common.h b/include/elf/common.h index 5cddc0bef..4f20569ec 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -543,10 +543,6 @@ /* note name must be "LINUX". */ #define NT_S390_PREFIX 0x305 /* S390 prefix register */ /* note name must be "LINUX". */ -#define NT_S390_LAST_BREAK 0x306 /* S390 breaking event address */ - /* note name must be "LINUX". */ -#define NT_S390_SYSTEM_CALL 0x307 /* S390 system call restart data */ - /* note name must be "LINUX". */ #define NT_ARM_VFP 0x400 /* ARM VFP registers */ /* note name must be "LINUX". */ diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index 9ce3db914..dabaa5b19 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -1,7 +1,3 @@ -2011-12-03 Mike Frysinger - - * callback.h (cb_get_string): New prototype. - 2011-04-14 Mike Frysinger * remote-sim.h (sim_complete_command): New prototype. diff --git a/include/gdb/callback.h b/include/gdb/callback.h index bbc5bb348..a1f79f94d 100644 --- a/include/gdb/callback.h +++ b/include/gdb/callback.h @@ -324,9 +324,6 @@ int cb_is_stdin (host_callback *, int); int cb_is_stdout (host_callback *, int); int cb_is_stderr (host_callback *, int); -/* Read a string out of the target. */ -int cb_get_string (host_callback *, CB_SYSCALL *, char *, int, unsigned long); - /* Perform a system call. */ CB_RC cb_syscall (host_callback *, CB_SYSCALL *); diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 2cbb382d5..bfd71e055 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,11 +1,3 @@ -2011-12-08 Andrew Pinski - Adam Nemet - - * mips.h (INSN_CHIP_MASK): Update according to INSN_OCTEON2. - (INSN_OCTEON2): New macro. - (CPU_OCTEON2): New macro. - (OPCODE_IS_MEMBER): Add Octeon2. - 2011-11-29 Andrew Pinski * mips.h (INSN_CHIP_MASK): Update according to INSN_OCTEONP. diff --git a/include/opcode/mips.h b/include/opcode/mips.h index fb9094c26..eb28d160f 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -713,12 +713,11 @@ static const unsigned int mips_isa_table[] = { 0x0001, 0x0003, 0x0607, 0x1e0f, 0x3e1f, 0x0a23, 0x3e63, 0x3ebf, 0x3fff }; /* Masks used for Chip specific instructions. */ -#define INSN_CHIP_MASK 0xc3ff0f20 +#define INSN_CHIP_MASK 0xc3ff0e20 /* Cavium Networks Octeon instructions. */ #define INSN_OCTEON 0x00000800 #define INSN_OCTEONP 0x00000200 -#define INSN_OCTEON2 0x00000100 /* Masks used for MIPS-defined ASEs. */ #define INSN_ASE_MASK 0x3c00f010 @@ -826,7 +825,6 @@ static const unsigned int mips_isa_table[] = #define CPU_LOONGSON_3A 3003 #define CPU_OCTEON 6501 #define CPU_OCTEONP 6601 -#define CPU_OCTEON2 6502 #define CPU_XLR 887682 /* decimal 'XLR' */ /* Test for membership in an ISA including chip specific ISAs. INSN @@ -865,8 +863,6 @@ static const unsigned int mips_isa_table[] = && ((insn)->membership & INSN_OCTEON) != 0) \ || (cpu == CPU_OCTEONP \ && ((insn)->membership & INSN_OCTEONP) != 0) \ - || (cpu == CPU_OCTEON2 \ - && ((insn)->membership & INSN_OCTEON2) != 0) \ || (cpu == CPU_XLR && ((insn)->membership & INSN_XLR) != 0) \ || 0) /* Please keep this term for easier source merging. */ -- cgit v1.2.3