* nlm{32,64}-gen.c (JUMP_TABLE_PREFIX): Delete.
authorFred Fish <fnf@specifix.com>
Tue, 27 Jul 1993 19:56:00 +0000 (19:56 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 27 Jul 1993 19:56:00 +0000 (19:56 +0000)
* 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.

bfd/ChangeLog
bfd/nlm32-gen.c
bfd/nlm64-gen.c

index 13942d7827497b5850c13fcbd807c871d510739b..409e0e393a151425ce715229ce69798d61bbdcaf 100644 (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:
index 94cd5c1ee885fe5e0b216f85a56f4f0a9507f58b..8918b08381b61d374dafe59e6204281cdff7100b 100644 (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.  */
 
index e33e4ca084ee8885998a7dd608c8b69586c59368..727e06c517646d26f301a5ced4d707cbdc84a51e 100644 (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.  */