diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-09 15:33:47 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-09 15:33:47 +0000 |
commit | b816f339f40ce7d9b5d9aa404de8642598ffc205 (patch) | |
tree | 572f076f9b1cdef851ccfc445f75d2985f617675 /gcc/config/m32r/m32r.h | |
parent | de99511b75b9c9a8c85b77f1019041a280da45bf (diff) | |
download | gcc-b816f339f40ce7d9b5d9aa404de8642598ffc205.zip gcc-b816f339f40ce7d9b5d9aa404de8642598ffc205.tar.gz gcc-b816f339f40ce7d9b5d9aa404de8642598ffc205.tar.bz2 |
final.c (FIRST_INSN_ADDRESS): Remove.
* final.c (FIRST_INSN_ADDRESS): Remove.
(shorten_branches): Don't use FIRST_INSN_ADDRESS.
* system.h (FIRST_INSN_ADDRESS): Poison.
* config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
* config/m32r/m32r-protos.h: Remove the prototype for
m32r_first_insn_address.
* config/m32r/m32r.c (m32r_first_insn_address): Remove.
* config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
* doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
From-SVN: r75584
Diffstat (limited to 'gcc/config/m32r/m32r.h')
-rw-r--r-- | gcc/config/m32r/m32r.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index d2483e2..b515e77 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1510,12 +1510,6 @@ L2: .word STATIC itself with an explicit address than to call an address kept in a register. */ #define NO_RECURSIVE_FUNCTION_CSE - -/* When the `length' insn attribute is used, this macro specifies the - value to be assigned to the address of the first insn in a - function. If not specified, 0 is used. */ -#define FIRST_INSN_ADDRESS m32r_first_insn_address () - /* Section selection. */ |