Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
rockchip_bionic
Commits
c351cbd7
Commit
c351cbd7
authored
8 years ago
by
Elliott Hughes
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Download
Plain Diff
Merge "Remove _KERNEL references from <machine/elf_machdep.h>."
parents
d263fe5d
63da3dfb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
44 deletions
+0
-44
libc/arch-arm/include/machine/elf_machdep.h
libc/arch-arm/include/machine/elf_machdep.h
+0
-11
libc/arch-mips/include/machine/elf_machdep.h
libc/arch-mips/include/machine/elf_machdep.h
+0
-33
No files found.
libc/arch-arm/include/machine/elf_machdep.h
View file @
c351cbd7
...
...
@@ -126,15 +126,4 @@
/* Processor specific symbol types */
#define STT_ARM_TFUNC STT_LOPROC
#ifdef _KERNEL
#ifdef ELFSIZE
#define ELF_MD_PROBE_FUNC ELFNAME2(arm_netbsd,probe)
#endif
struct
exec_package
;
int
arm_netbsd_elf32_probe
(
struct
lwp
*
,
struct
exec_package
*
,
void
*
,
char
*
,
vaddr_t
*
);
#endif
#endif
/* _ARM_ELF_MACHDEP_H_ */
This diff is collapsed.
Click to expand it.
libc/arch-mips/include/machine/elf_machdep.h
View file @
c351cbd7
...
...
@@ -161,37 +161,4 @@
#error neither __MIPSEL__ nor __MIPSEB__ are defined.
#endif
#ifdef _KERNEL
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
#endif
#ifdef COMPAT_16
/*
* Up to 1.6, the ELF dynamic loader (ld.elf_so) was not relocatable.
* Tell the kernel ELF exec code not to try relocating the interpreter
* for dynamically-linked ELF binaries.
*/
#define ELF_INTERP_NON_RELOCATABLE
#endif
/* COMPAT_16 */
/*
* We need to be able to include the ELF header so we can pick out the
* ABI being used.
*/
#ifdef ELFSIZE
#define ELF_MD_PROBE_FUNC ELFNAME2(mips_netbsd,probe)
#define ELF_MD_COREDUMP_SETUP ELFNAME2(coredump,setup)
#endif
struct
exec_package
;
int
mips_netbsd_elf32_probe
(
struct
lwp
*
,
struct
exec_package
*
,
void
*
,
char
*
,
vaddr_t
*
);
void
coredump_elf32_setup
(
struct
lwp
*
,
void
*
);
int
mips_netbsd_elf64_probe
(
struct
lwp
*
,
struct
exec_package
*
,
void
*
,
char
*
,
vaddr_t
*
);
void
coredump_elf64_setup
(
struct
lwp
*
,
void
*
);
#endif
/* _KERNEL */
#endif
/* _MIPS_ELF_MACHDEP_H_ */
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment