diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pa/pa.md | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7bffba3..5ffb956 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-28 Andreas Tobler <a.tobler@schweiz.org> + + * config/pa/pa.md: Remove extern frame_pointer_needed declaration. + 2008-05-28 Seongbae Park <seongbae.park@gmail.com> * value-prof.c (tree_ic_transform): Print counts. diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 5f1d738..a5dc031 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 |