* configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
[deliverable/binutils-gdb.git] / gdb / config / arm / tm-linux.h
1 /* Target definitions for GNU/Linux on ARM, for GDB.
2 Copyright 1999, 2000 Free Software Foundation, Inc.
3
4 This file is part of GDB.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
20
21 #ifndef TM_ARMLINUX_H
22 #define TM_ARMLINUX_H
23
24 #ifdef GDBSERVER
25 #define ARM_GNULINUX_TARGET
26 #endif
27
28 /* Include the common ARM target definitions. */
29 #include "arm/tm-arm.h"
30
31 #include "tm-linux.h"
32
33 /* Use target-specific function to define link map offsets. */
34 extern struct link_map_offsets *arm_linux_svr4_fetch_link_map_offsets (void);
35 #define SVR4_FETCH_LINK_MAP_OFFSETS() arm_linux_svr4_fetch_link_map_offsets ()
36
37 #undef CALL_DUMMY_WORDS
38 #define CALL_DUMMY_WORDS arm_linux_call_dummy_words
39 extern LONGEST arm_linux_call_dummy_words[];
40
41 /* Extract from an array REGBUF containing the (raw) register state
42 a function return value of type TYPE, and copy that, in virtual format,
43 into VALBUF. */
44 struct type;
45 struct value;
46 extern void arm_linux_extract_return_value (struct type *, char[], char *);
47 #undef EXTRACT_RETURN_VALUE
48 #define EXTRACT_RETURN_VALUE(TYPE,REGBUF,VALBUF) \
49 arm_linux_extract_return_value ((TYPE), (REGBUF), (VALBUF))
50
51 /* Things needed for making the inferior call functions.
52
53 FIXME: This and arm_push_arguments should be merged. However this
54 function breaks on a little endian host, big endian target
55 using the COFF file format. ELF is ok.
56
57 ScottB. */
58
59 #undef PUSH_ARGUMENTS
60 #define PUSH_ARGUMENTS(nargs, args, sp, struct_return, struct_addr) \
61 sp = arm_linux_push_arguments ((nargs), (args), (sp), (struct_return), \
62 (struct_addr))
63 extern CORE_ADDR arm_linux_push_arguments (int, struct value **, CORE_ADDR,
64 int, CORE_ADDR);
65
66 /* The first page is not writeable in ARM Linux. */
67 #undef LOWEST_PC
68 #define LOWEST_PC 0x8000
69
70 /* Define NO_SINGLE_STEP if ptrace(PT_STEP,...) fails to function correctly
71 on ARM Linux. This is the case on 2.0.x kernels, 2.1.x kernels and some
72 2.2.x kernels. This will include the implementation of single_step()
73 in armlinux-tdep.c. See armlinux-ss.c for more details. */
74 /* #define NO_SINGLE_STEP 1 */
75
76 /* Offset to saved PC in sigcontext structure, from <asm/sigcontext.h> */
77 #define SIGCONTEXT_PC_OFFSET (sizeof(unsigned long) * 18)
78
79 /* On ARM Linux, each call to a library routine goes through a small piece
80 of trampoline code in the ".plt" section. The wait_for_inferior()
81 routine uses this macro to detect when we have stepped into one of
82 these fragments. We do not use lookup_solib_trampoline_symbol_by_pc,
83 because we cannot always find the shared library trampoline symbols. */
84 extern int in_plt_section (CORE_ADDR, char *);
85 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) in_plt_section((pc), (name))
86
87 /* On ARM Linux, a call to a library routine does not have to go through
88 any trampoline code. */
89 #define IN_SOLIB_RETURN_TRAMPOLINE(pc, name) 0
90
91 /* If PC is in a shared library trampoline code, return the PC
92 where the function itself actually starts. If not, return 0. */
93 extern CORE_ADDR find_solib_trampoline_target (CORE_ADDR pc);
94 #define SKIP_TRAMPOLINE_CODE(pc) find_solib_trampoline_target (pc)
95
96 /* When we call a function in a shared library, and the PLT sends us
97 into the dynamic linker to find the function's real address, we
98 need to skip over the dynamic linker call. This function decides
99 when to skip, and where to skip to. See the comments for
100 SKIP_SOLIB_RESOLVER at the top of infrun.c. */
101 extern CORE_ADDR arm_linux_skip_solib_resolver (CORE_ADDR pc);
102 #define SKIP_SOLIB_RESOLVER arm_linux_skip_solib_resolver
103
104 /* When we call a function in a shared library, and the PLT sends us
105 into the dynamic linker to find the function's real address, we
106 need to skip over the dynamic linker call. This function decides
107 when to skip, and where to skip to. See the comments for
108 SKIP_SOLIB_RESOLVER at the top of infrun.c. */
109 #if 0
110 #undef IN_SOLIB_DYNSYM_RESOLVE_CODE
111 extern CORE_ADDR arm_in_solib_dynsym_resolve_code (CORE_ADDR pc, char *name);
112 #define IN_SOLIB_DYNSYM_RESOLVE_CODE arm_in_solib_dynsym_resolve_code
113 /* ScottB: Current definition is
114 extern CORE_ADDR in_svr4_dynsym_resolve_code (CORE_ADDR pc, char *name);
115 #define IN_SOLIB_DYNSYM_RESOLVE_CODE in_svr4_dynsym_resolve_code */
116 #endif
117
118 /* When the ARM Linux kernel invokes a signal handler, the return
119 address points at a special instruction which'll trap back into
120 the kernel. These definitions are used to identify this bit of
121 code as a signal trampoline in order to support backtracing
122 through calls to signal handlers. */
123
124 int arm_linux_in_sigtramp (CORE_ADDR pc, char *name);
125 #define IN_SIGTRAMP(pc, name) arm_linux_in_sigtramp (pc, name)
126
127 /* Each OS has different mechanisms for accessing the various
128 registers stored in the sigcontext structure. These definitions
129 provide a mechanism by which the generic code in arm-tdep.c can
130 find the addresses at which various registers are saved at in the
131 sigcontext structure. If SIGCONTEXT_REGISTER_ADDRESS is not
132 defined, arm-tdep.c will define it to be 0. (See ia64-tdep.c and
133 ia64-linux-tdep.c to see what a similar mechanism looks like when
134 multi-arched.) */
135
136 extern CORE_ADDR arm_linux_sigcontext_register_address (CORE_ADDR, CORE_ADDR,
137 int);
138 #define SIGCONTEXT_REGISTER_ADDRESS arm_linux_sigcontext_register_address
139
140 #endif /* TM_ARMLINUX_H */
This page took 0.068732 seconds and 4 git commands to generate.