summaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-31 18:45:31 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-31 18:45:31 +0000
commite7c55e4c11141a52ca03d95d2cdac55666782aad (patch)
treee51a63762d9808d04eaa7cef419df116b60f75da /gcc/system.h
parentb3ccab1c8bd8a2b410a75ccdc89041dae7621a5d (diff)
downloadgcc-e7c55e4c11141a52ca03d95d2cdac55666782aad.tar.gz
* function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
usage. * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE. * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE. * system.h: Poison ALLOCATE_TRAMPOLINE. * doc/tm.texi (Misc): Remove HANDLE_PRAGMA. * system.h: Poison HANDLE_PRAGMA. In f/ * lex.c (ffelex_hash_): Remove HANDLE_PRAGMA and HANDLE_GENERIC_PRAGMA dependend code, remove #if 0 code. (pragma_getc): Removed. (pragma_ungetc): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67274 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 222635c8a01..145e775642f 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -57,7 +57,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
HAVE_DECL_PUTC_UNLOCKED actually indicates whether or not the stdio
code is multi-thread safe by default. If it is set to 0, then do
not worry about using the _unlocked functions.
-
+
fputs_unlocked, fwrite_unlocked, and fprintf_unlocked are
extensions and need to be prototyped by hand (since we do not
define _GNU_SOURCE). */
@@ -99,7 +99,7 @@ extern int fprintf_unlocked PARAMS ((FILE *, const char *, ...));
#endif
-/* ??? Glibc's fwrite/fread_unlocked macros cause
+/* ??? Glibc's fwrite/fread_unlocked macros cause
"warning: signed and unsigned type in conditional expression". */
#undef fread_unlocked
#undef fwrite_unlocked
@@ -641,7 +641,7 @@ typedef char _Bool;
FUNCTION_BLOCK_PROFILER_EXIT MACHINE_STATE_SAVE \
MACHINE_STATE_RESTORE SCCS_DIRECTIVE SECTION_ASM_OP \
ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL ASM_OUTPUT_INTERNAL_LABEL \
- OBJC_PROLOGUE
+ OBJC_PROLOGUE ALLOCATE_TRAMPOLINE HANDLE_PRAGMA
/* Hooks that are no longer used. */
#pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \