diff options
| author | Mark Wielaard <[email protected]> | 2011-05-17 22:23:47 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2011-05-17 22:23:47 +0200 |
| commit | ffd7f47c857b8109bde69045bb94cb58d1cfb85a (patch) | |
| tree | 16464850e436d67bf04bc1b065460b6cf075b3bf /src/dwarfstrings.c | |
| parent | e88df500789902ffa14dbaefc9bc1daad7e6dc05 (diff) | |
| parent | 0312424b6f374dac5c72b86791745d80b38049fb (diff) | |
Merge branch 'master' into dwarf
Conflicts:
src/readelf.c
Diffstat (limited to 'src/dwarfstrings.c')
| -rw-r--r-- | src/dwarfstrings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dwarfstrings.c b/src/dwarfstrings.c index 9826cf30..bce6fa5a 100644 --- a/src/dwarfstrings.c +++ b/src/dwarfstrings.c @@ -150,11 +150,11 @@ dwarf_tag_string (unsigned int tag) break; case DW_TAG_GNU_call_site: - result = "DW_TAG_GNU_call_site"; + result = "GNU_call_site"; break; case DW_TAG_GNU_call_site_parameter: - result = "DW_TAG_GNU_call_site_parameter"; + result = "GNU_call_site_parameter"; break; default: |
