diff options
author | Stephane Carrez <Stephane.Carrez@worldnet.fr> | 2001-09-30 14:44:06 +0200 |
---|---|---|
committer | Stephane Carrez <ciceron@gcc.gnu.org> | 2001-09-30 14:44:06 +0200 |
commit | b5b4c48cf6644c188299190ff580f08ecd49ff0e (patch) | |
tree | bfe2a6bf065b827c7e697cd0387d06c9bc66c0b3 /gcc | |
parent | ab17715d9b958ec3d271866cf2a8f1b4ab7641ec (diff) | |
download | gcc-b5b4c48cf6644c188299190ff580f08ecd49ff0e.zip gcc-b5b4c48cf6644c188299190ff580f08ecd49ff0e.tar.gz gcc-b5b4c48cf6644c188299190ff580f08ecd49ff0e.tar.bz2 |
m68hc11.h (INCOMING_RETURN_ADDR_RTX): Remove so that we use setjmp/longjmp exceptions.
* config/m68hc11/m68hc11.h(INCOMING_RETURN_ADDR_RTX): Remove so
that we use setjmp/longjmp exceptions.
From-SVN: r45901
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/m68hc11/m68hc11.h | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca88ff7..60822bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-09-30 Stephane Carrez <Stephane.Carrez@worldnet.fr> + + * config/m68hc11/m68hc11.h(INCOMING_RETURN_ADDR_RTX): Remove so + that we use setjmp/longjmp exceptions. + 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk> * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, diff --git a/gcc/config/m68hc11/m68hc11.h b/gcc/config/m68hc11/m68hc11.h index 5697a6a..3ec7159 100644 --- a/gcc/config/m68hc11/m68hc11.h +++ b/gcc/config/m68hc11/m68hc11.h @@ -881,16 +881,6 @@ extern enum reg_class m68hc11_tmp_regs_class; #define FIRST_PARM_OFFSET(FNDECL) 2 -/* A C expression whose value is RTL representing the location of the - incoming return address at the beginning of any function, before the - prologue. This RTL is either a REG, indicating that the return - value is saved in REG, or a MEM representing a location in - the stack. - - Before the prologue, RA is at 0(sp). */ -#define INCOMING_RETURN_ADDR_RTX \ - gen_rtx_MEM (VOIDmode, gen_rtx_REG (VOIDmode, STACK_POINTER_REGNUM)) - /* After the prologue, RA is at 0(AP) in the current frame. */ #define RETURN_ADDR_RTX(COUNT, FRAME) \ ((COUNT) == 0 \ |