diff options
| author | Roland McGrath <[email protected]> | 2010-01-05 22:53:31 -0800 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-01-05 22:53:31 -0800 |
| commit | ebc5c885e696cdc4961916113c50e1396d8d3d48 (patch) | |
| tree | 787dc56229213ea4447b1b9da43781897551366f /libdw/dwarf_srclang.c | |
| parent | 0cb19833d376461a3c25fb2831a18908c933a322 (diff) | |
Add dwarf_aggregate_size helper function to libdw.
Diffstat (limited to 'libdw/dwarf_srclang.c')
| -rw-r--r-- | libdw/dwarf_srclang.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdw/dwarf_srclang.c b/libdw/dwarf_srclang.c index f1ff954c..305ffcd0 100644 --- a/libdw/dwarf_srclang.c +++ b/libdw/dwarf_srclang.c @@ -1,5 +1,5 @@ /* Return source language attribute of DIE. - Copyright (C) 2003, 2005, 2009 Red Hat, Inc. + Copyright (C) 2003-2010 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 2003. @@ -67,5 +67,6 @@ dwarf_srclang (die) (die, DW_AT_language, &attr_mem), &value) == 0 ? (int) value : -1; } +INTDEF (dwarf_srclang) OLD_VERSION (dwarf_srclang, ELFUTILS_0.122) NEW_VERSION (dwarf_srclang, ELFUTILS_0.143) |
