summaryrefslogtreecommitdiff
path: root/gcc/config/ip2k
diff options
context:
space:
mode:
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-29 21:13:35 +0000
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-29 21:13:35 +0000
commit360ece753248451ec41e47e4cf6dd0a6ec6d1423 (patch)
tree09308d187343f4583e395acc59362332cbb6da2c /gcc/config/ip2k
parentdbbd6bcb1243db4ce4ea7a449c5a70acf436a46f (diff)
downloadgcc-360ece753248451ec41e47e4cf6dd0a6ec6d1423.tar.gz
Remove OBJC_PROLOGUE everywhere.
* objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE. * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE. * config/d30v/d30v.h: Similarly. * config/ip2k/ip2k.h: Similarly. * doc/tm.texi: Remove doc of OBJC_PROLOGUE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67229 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ip2k')
-rw-r--r--gcc/config/ip2k/ip2k.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/ip2k/ip2k.h b/gcc/config/ip2k/ip2k.h
index 76b7a4f73a5..2c46924fca5 100644
--- a/gcc/config/ip2k/ip2k.h
+++ b/gcc/config/ip2k/ip2k.h
@@ -1895,13 +1895,6 @@ do { \
time-saving assumptions that are valid for ordinary compiler
output. */
-
-#define OBJC_PROLOGUE {}
-/* A C statement to output any assembler statements which are
- required to precede any Objective-C object definitions or message
- sending. The statement is executed only when compiling an
- Objective-C program. */
-
#define ASM_OUTPUT_DOUBLE(STREAM, VALUE) \
fprintf ((STREAM), ".double %.20e\n", (VALUE))
#define ASM_OUTPUT_FLOAT(STREAM, VALUE) \