diff options
author | Gavin Koch <gavin@cygnus.com> | 1997-12-18 07:48:12 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-12-18 07:48:12 -0700 |
commit | 913b5d5489c6c62f1e422a085979cdeaef8cc935 (patch) | |
tree | 5e3a88f9c46064e514a4e39030ba5bf16308c876 /gcc | |
parent | 349390672525fdd344ebe612185c44993c35b6a5 (diff) | |
download | gcc-913b5d5489c6c62f1e422a085979cdeaef8cc935.zip gcc-913b5d5489c6c62f1e422a085979cdeaef8cc935.tar.gz gcc-913b5d5489c6c62f1e422a085979cdeaef8cc935.tar.bz2 |
dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the frame pointer in the prologue.
* dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
frame pointer in the prologue.
From-SVN: r17130
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba9b60a..ba56ccc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 18 14:57:29 1997 Gavin Koch <gavin@cygnus.com> + + * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the + frame pointer in the prologue. + Thu Dec 18 00:19:38 1997 Robert Lipe <robertl@dgii.com> * i386/x-sco5 (CLIB) Deleted. (ALLOCA) Added. |