aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2003-05-29 21:13:35 +0000
committerStan Shebs <shebs@gcc.gnu.org>2003-05-29 21:13:35 +0000
commit1c36b2f9120d39872fdc44142c7397b822f64d73 (patch)
tree09308d187343f4583e395acc59362332cbb6da2c /gcc/config/avr
parentf37e2274d0e63bf9b4e499721e8ece99f4bcd6d2 (diff)
downloadgcc-1c36b2f9120d39872fdc44142c7397b822f64d73.zip
gcc-1c36b2f9120d39872fdc44142c7397b822f64d73.tar.gz
gcc-1c36b2f9120d39872fdc44142c7397b822f64d73.tar.bz2
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. From-SVN: r67229
Diffstat (limited to 'gcc/config/avr')
-rw-r--r--gcc/config/avr/avr.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h
index 2c6699e..7a8decb 100644
--- a/gcc/config/avr/avr.h
+++ b/gcc/config/avr/avr.h
@@ -1745,13 +1745,6 @@ progmem_section () \
/* Switch into a generic section. */
#define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section
-#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_ASCII(FILE, P, SIZE) gas_output_ascii (FILE,P,SIZE)
/* `ASM_OUTPUT_ASCII (STREAM, PTR, LEN)'
output_ascii (FILE, P, SIZE)