summaryrefslogtreecommitdiffstats
path: root/libdw/memory-access.c
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2006-07-12 19:53:08 +0000
committerUlrich Drepper <[email protected]>2006-07-12 19:53:08 +0000
commit7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7 (patch)
tree791be8296209e4adea43c5d18b4c3fed66dbae8d /libdw/memory-access.c
parentd89d2dbf9c5d2d06ace9bd7b00c7fa843614752c (diff)
Adjust for internal_function_def removal.
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;