From 77da4248a98f179e1a5be88050ea7fd294e5618e Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Wed, 28 May 2008 18:56:56 +0000 Subject: [PATCH] pa.md: Remove extern frame_pointer_needed declaration. 2008-05-28 Andreas Tobler * config/pa/pa.md: Remove extern frame_pointer_needed declaration. From-SVN: r136121 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.md | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7bffba37076..5ffb956056b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-28 Andreas Tobler + + * config/pa/pa.md: Remove extern frame_pointer_needed declaration. + 2008-05-28 Seongbae Park * value-prof.c (tree_ic_transform): Print counts. diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 5f1d73893fd..a5dc031c91c 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -9673,8 +9673,7 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" "" "* { - extern int frame_pointer_needed; - + /* We need two different versions depending on whether or not we need a frame pointer. Also note that we return to the instruction immediately after the branch rather than two instructions after the @@ -9726,7 +9725,6 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" "" "* { - extern int frame_pointer_needed; /* We need two different versions depending on whether or not we need a frame pointer. Also note that we return to the instruction -- 2.30.2