OSDN Git Service

Fix mips16 debug info problems with frame address.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Feb 1999 19:38:39 +0000 (19:38 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Feb 1999 19:38:39 +0000 (19:38 +0000)
commit11611f7cc245ec49ffc0d2216634ced6814ff0d5
tree69af8ad6974b103f962e62d86bce92974bf2ce31
parent8faa21099454527c1251e64303ac45d76982d988
Fix mips16 debug info problems with frame address.
* config/mips/mips.c (mips_debugger_offset): When TARGET_MIPS16 &&
  frame_pointer_needed adjust frame size.
(function_prologue): Don't MIPS16 .mask GPOFFSET. Already adjusted
  in .frame pseudo-op.
Frm Jim Wilson  <wilson@cygnus.com>:
* mips.c (function_prologue): Adjust frame size in .frame pseudo-op
when TARGET_MIPS16 && frame_pointer_needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25382 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c