]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/m68k/netbsd-elf.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / m68k / netbsd-elf.h
index 110df48d97112cba1c64e94a67bd3113e9b9a8e9..616b3d483ca06b49284885fbf873726dfeb065e7 100644 (file)
@@ -1,7 +1,7 @@
 /* Definitions of target machine for GNU compiler,
    for m68k (including m68010) NetBSD platforms using the
    ELF object format.
-   Copyright (C) 2002-2017 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
    Contributed by Wasabi Systems. Inc.
 
    This file is derived from <m68k/m68kv4.h>, <m68k/m68kelf.h>,
@@ -136,9 +136,13 @@ while (0)
       {                                                        \
        if (ADDRESS_REG_P (operands[0]))                \
          return "jmp %%pc@(2,%0:l)";                   \
+       else if (TARGET_LONG_JUMP_TABLE_OFFSETS)        \
+         return "jmp %%pc@(2,%0:l)";                   \
        else                                            \
          return "ext%.l %0\n\tjmp %%pc@(2,%0:l)";      \
       }                                                        \
+    else if (TARGET_LONG_JUMP_TABLE_OFFSETS)           \
+      return "jmp %%pc@(2,%0:l)";                      \
     else                                               \
       return "jmp %%pc@(2,%0:w)";                      \
   } while (0)