* 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:
Fred Fish 1993-07-27 19:56:00 +00:00
parent 0eb22669dc
commit e895e2a577
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
Tue Jul 27 12:51:43 1993 Fred Fish (fnf@deneb.cygnus.com)
* 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.
Mon Jul 26 17:39:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
Yet another trad-core variant:

View file

@ -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. */

View file

@ -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 "nlm64-big"
#define TARGET_BIG_SYM nlmNAME(big_generic_vec)
#define JUMP_TABLE_PREFIX nlm32
#define JUMP_TABLE_INIT JUMP_TABLE(nlm64)
/* We don't have core files. */