Commit 1c4b2119 authored by jason's avatar jason
Browse files

* frame.h (frame_state): Move base_offset to end.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34864 138bc75d-0d04-0410-961f-82ee72b054a4
parent 8b1e0315
2000-07-04 Jason Merrill <jason@redhat.com>
* frame.h (frame_state): Move base_offset to end.
Mon Jul 3 21:31:43 2000 Clinton Popetz <cpopetz@cygnus.com>
 
* calls.c (emit_library_call_value_1): Revert previous change.
......
......@@ -30,12 +30,12 @@ typedef struct frame_state
void *cfa;
void *eh_ptr;
long cfa_offset;
long base_offset;
long args_size;
long reg_or_offset[DWARF_FRAME_REGISTERS+1];
unsigned short cfa_reg;
unsigned short retaddr_column;
char saved[DWARF_FRAME_REGISTERS+1];
long base_offset;
char indirect;
} frame_state;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment