diff options
| author | Ulrich Drepper <[email protected]> | 2006-07-12 19:42:23 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-07-12 19:42:23 +0000 |
| commit | cc41562f94052f307da4429f33cc18c7d510b2f5 (patch) | |
| tree | 6c1948f87cc79d53adc78a4ab9ccae1d369dd56c /libdw/memory-access.c | |
| parent | 7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7 (diff) | |
propagate from branch 'com.redhat.elfutils.roland.pending' (head e5cfdd13aa39dfae16b905fd57ff56ad8a131bb5)
to branch 'com.redhat.elfutils' (head 60222fc1981540f15e674b6705fd7a6f628f95a4)
Diffstat (limited to 'libdw/memory-access.c')
| -rw-r--r-- | libdw/memory-access.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdw/memory-access.c b/libdw/memory-access.c index c9a0ca76..0b361a03 100644 --- a/libdw/memory-access.c +++ b/libdw/memory-access.c @@ -1,5 +1,5 @@ /* Out of line functions for memory-access.h macros. - Copyright (C) 2005, 2006 Red Hat, Inc. + Copyright (C) 2005 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -54,7 +54,7 @@ #include "memory-access.h" uint64_t -internal_function +internal_function_def __libdw_get_uleb128 (uint64_t acc, unsigned int i, const unsigned char **addrp) { unsigned char __b; @@ -62,7 +62,7 @@ __libdw_get_uleb128 (uint64_t acc, unsigned int i, const unsigned char **addrp) } int64_t -internal_function +internal_function_def __libdw_get_sleb128 (int64_t acc, unsigned int i, const unsigned char **addrp) { unsigned char __b; |
