summaryrefslogtreecommitdiffstats
path: root/src/ld.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-06-15 03:21:46 +0000
committerUlrich Drepper <drepper@redhat.com>2006-06-15 03:21:46 +0000
commitee4b927bae351b21787355e00a3d28371bf78e8f (patch)
tree96b9db5c08be2adb0094508afd7c7ea69291341d /src/ld.h
parent1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd (diff)
downloadandroid_external_elfutils-ee4b927bae351b21787355e00a3d28371bf78e8f.tar.gz
android_external_elfutils-ee4b927bae351b21787355e00a3d28371bf78e8f.tar.bz2
android_external_elfutils-ee4b927bae351b21787355e00a3d28371bf78e8f.zip
New spec file.
Diffstat (limited to 'src/ld.h')
-rw-r--r--src/ld.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ld.h b/src/ld.h
index 59633e65..bdabee44 100644
--- a/src/ld.h
+++ b/src/ld.h
@@ -446,8 +446,6 @@ struct symbol
unsigned int weak:1;
unsigned int added:1;
unsigned int merged:1;
- unsigned int local:1;
- unsigned int hidden:1;
/* Nonzero if the symbol is on the from_dso list. */
unsigned int on_dsolist:1;
/* Nonzero if symbol needs copy relocation, reset when the
@@ -963,7 +961,7 @@ struct ld_state
/* Execuatable stack selection. */
enum execstack
{
- execstack_false = 0,
+ execstack_false = 0,
execstack_true,
execstack_false_force
} execstack;