diff options
| author | Ulrich Drepper <[email protected]> | 2006-07-07 03:43:47 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-07-07 03:43:47 +0000 |
| commit | 28ed895fdc303b2a793506bb1fcdd35d5fd14e70 (patch) | |
| tree | 1385a2d5f0e844e26990b9da92b784ca73c73000 /src/ld.h | |
| parent | 1d3a64d70c8f2aec1fc3ae26d124823c1ef304a9 (diff) | |
merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0
and fda3a25581b7bfac581504e9e887e9b97f234f86
Diffstat (limited to 'src/ld.h')
| -rw-r--r-- | src/ld.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -446,6 +446,8 @@ 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 @@ -961,7 +963,7 @@ struct ld_state /* Execuatable stack selection. */ enum execstack { - execstack_false = 0, + execstack_false = 0, execstack_true, execstack_false_force } execstack; |
