summaryrefslogtreecommitdiffstats
path: root/libdw/memory-access.c
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2006-07-12 19:54:51 +0000
committerUlrich Drepper <[email protected]>2006-07-12 19:54:51 +0000
commit077c65f3be02e5d01b0c4dea3f6c854077d156fc (patch)
treefecd1e1ecee19dcc87b498c32d974d875f782110 /libdw/memory-access.c
parentcc41562f94052f307da4429f33cc18c7d510b2f5 (diff)
merge of 67f3844b544f03a64b3ac896c19f94744923d76a
and ba017f6b59b4ad649cf32f4eefdfecca8b31332c
Diffstat (limited to 'libdw/memory-access.c')
-rw-r--r--libdw/memory-access.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdw/memory-access.c b/libdw/memory-access.c
index 0b361a03..c9a0ca76 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 Red Hat, Inc.
+ Copyright (C) 2005, 2006 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_def
+internal_function
__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_def
+internal_function
__libdw_get_sleb128 (int64_t acc, unsigned int i, const unsigned char **addrp)
{
unsigned char __b;