aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2012-10-01 12:43:34 +0200
committerPetr Machata <pmachata@redhat.com>2012-10-01 15:05:32 +0200
commitf97b187598192f4c1f0ea47369f4e1dd4c08c392 (patch)
tree17794fbd22419ec03e796b8a30567ee748c437c8 /library.h
parent85761852f44864ba3f92be2cfdd67af2e02f093e (diff)
downloadltrace-f97b187598192f4c1f0ea47369f4e1dd4c08c392.tar.gz
mipsel: Replace LS_TOPLT_GOTONLY with delayed syms
Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
Diffstat (limited to 'library.h')
-rw-r--r--library.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/library.h b/library.h
index cea9156..eb986ea 100644
--- a/library.h
+++ b/library.h
@@ -31,7 +31,6 @@ struct library;
enum toplt {
LS_TOPLT_NONE = 0, /* PLT not used for this symbol. */
- LS_TOPLT_GOTONLY, /* Has a GOT entry but no PLT. */
LS_TOPLT_EXEC, /* PLT for this symbol is executable. */
};