mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* nlm{32,64}-gen.c (JUMP_TABLE_PREFIX): Delete.
* nlm{32,64}-gen.c (JUMP_TABLE_INIT): New macro that works with
older cpp's, that don't do additional replacement on the JUMP_TABLE
macro's argument.
* nlm-target.h (JUMP_TABLE_INIT): Use new macro in place of
JUMP_TABLE macro.
This commit is contained in:
@@ -31,7 +31,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define TARGET_LITTLE_SYM nlmNAME(little_generic_vec)
|
||||
#define TARGET_BIG_NAME "nlm32-big"
|
||||
#define TARGET_BIG_SYM nlmNAME(big_generic_vec)
|
||||
#define JUMP_TABLE_PREFIX nlm32
|
||||
#define JUMP_TABLE_INIT JUMP_TABLE(nlm32)
|
||||
|
||||
/* We don't have core files. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user