summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-02-13 23:30:40 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-02-13 23:30:40 +0000
commit70d9946a44ba381f81eb08c71cc150315cc112ad (patch)
treeb354421eb394cee78cb16fd35812fb864c481ab8 /debug
parentffb1ec7b7ff1c65523b6926fc3afbacdb94db356 (diff)
Remove __ptrvalue, __bounded and __unbounded.
Diffstat (limited to 'debug')
-rw-r--r--debug/backtrace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/backtrace.c b/debug/backtrace.c
index ca80797fc9..84594986cf 100644
--- a/debug/backtrace.c
+++ b/debug/backtrace.c
@@ -63,8 +63,8 @@ __backtrace (array, size)
int size;
{
struct layout *current;
- void *__unbounded top_frame;
- void *__unbounded top_stack;
+ void *top_frame;
+ void *top_stack;
int cnt = 0;
top_frame = FIRST_FRAME_POINTER;