Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 299600
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- a/gdb/frv-tdep.c
0
++ b/gdb/frv-tdep.c
Lines 32-38 Link Here
32
#include "gdb_assert.h"
32
#include "gdb_assert.h"
33
#include "sim-regno.h"
33
#include "sim-regno.h"
34
#include "gdb/sim-frv.h"
34
#include "gdb/sim-frv.h"
35
#include "opcodes/frv-desc.h"	/* for the H_SPR_... enums */
35
#include "../opcodes/frv-desc.h"	/* for the H_SPR_... enums */
36
#include "symtab.h"
36
#include "symtab.h"
37
#include "elf-bfd.h"
37
#include "elf-bfd.h"
38
#include "elf/frv.h"
38
#include "elf/frv.h"
39
-- a/gdb/mep-tdep.c
39
++ b/gdb/mep-tdep.c
Lines 53-60 Link Here
53
53
54
/* Get the user's customized MeP coprocessor register names from
54
/* Get the user's customized MeP coprocessor register names from
55
   libopcodes.  */
55
   libopcodes.  */
56
#include "opcodes/mep-desc.h"
56
#include "../opcodes/mep-desc.h"
57
#include "opcodes/mep-opc.h"
57
#include "../opcodes/mep-opc.h"
58
58
59
59
60
/* The gdbarch_tdep structure.  */
60
/* The gdbarch_tdep structure.  */
(-)a/gdb/lm32-tdep.c (-1 / +1 lines)
Lines 35-41 Link Here
35
#include "regcache.h"
35
#include "regcache.h"
36
#include "trad-frame.h"
36
#include "trad-frame.h"
37
#include "reggroups.h"
37
#include "reggroups.h"
38
#include "opcodes/lm32-desc.h"
38
#include "../opcodes/lm32-desc.h"
39
39
40
#include "gdb_string.h"
40
#include "gdb_string.h"
41
41

Return to bug 299600