/* 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
#ifndef END
#define END(sym)
#endif
+
+#ifndef JUMPTARGET
+#define JUMPTARGET(sym) sym
+#endif
#endif /* __ASSEMBLER__ */