diff options
| author | Mark Wielaard <[email protected]> | 2009-07-26 08:33:18 -0700 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-07-26 08:33:18 -0700 |
| commit | bc1b92e9aff2595b078b7ffc354e5c2191a2c887 (patch) | |
| tree | a322dc4066f262f804de9cbe2bc592a251aa136d /src | |
| parent | 3117a85d8c53668b4bf0c1d10659634f2d69d177 (diff) | |
Handle NT_GNU_GOLD_VERSION.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/elflint.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 88e0c115..7e0b25b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-07-26 Mark Wielaard <[email protected]> + + * elflint.c (check_note_data): Recognize NT_GNU_GOLD_VERSION. + 2009-07-25 Mark Wielaard <[email protected]> * Makefile.am (addr2line_LDADD): Add $(libelf). diff --git a/src/elflint.c b/src/elflint.c index 9915a549..f85d2864 100644 --- a/src/elflint.c +++ b/src/elflint.c @@ -3969,6 +3969,7 @@ section [%2d] '%s': unknown core file note type %" PRIu32 case NT_GNU_ABI_TAG: case NT_GNU_HWCAP: case NT_GNU_BUILD_ID: + case NT_GNU_GOLD_VERSION: break; case 0: |
