This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
gcc/gcc ChangeLog config/m68k/m68k.c config/m6 ...
- From: bernie at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: 11 Oct 2003 05:02:29 -0000
- Subject: gcc/gcc ChangeLog config/m68k/m68k.c config/m6 ...
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: bernie@gcc.gnu.org 2003-10-11 05:02:29
Modified files:
gcc : ChangeLog
gcc/config/m68k: m68k.c m68k-protos.h
Log message:
* config/m68k/m68k-protos.h (use_return_insn): Change return type from
int to bool.
* config/m68k/m68k.c (struct m68k_frame): Add funcdef_no member.
(current_frame): New global var.
(m68k_compute_frame_layout): Cache computations in current_frame.
(m68k_initial_elimination_offset): Use values from current_frame
instead of recomputing them.
(use_return_insn): Likewise.
(m68k_output_function_prologue): Likewise.
(m68k_output_function_epilogue): Likewise.
* config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Fold __PIC__ handling
inside the block for __pic__.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1372&r2=2.1373
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m68k/m68k.c.diff?cvsroot=gcc&r1=1.107&r2=1.108
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m68k/m68k-protos.h.diff?cvsroot=gcc&r1=1.12&r2=1.13