about summary refs log tree commit diff
path: root/sysdeps/generic/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/sysdep.h')
-rw-r--r--sysdeps/generic/sysdep.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdeps/generic/sysdep.h b/sysdeps/generic/sysdep.h
index 280e0e4841..0d69ac6fa8 100644
--- a/sysdeps/generic/sysdep.h
+++ b/sysdeps/generic/sysdep.h
@@ -1,5 +1,5 @@
 /* Generic asm macros used on many machines.
-   Copyright (C) 1991,92,93,96,98,2002 Free Software Foundation, Inc.
+   Copyright (C) 1991,92,93,96,98,2002,2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -42,4 +42,8 @@
 #ifndef END
 #define END(sym)
 #endif
+
+#ifndef JUMPTARGET
+#define JUMPTARGET(sym)		sym
+#endif
 #endif /* __ASSEMBLER__ */