Fix the cast used to prevent compile time warning about an always false test.
[deliverable/binutils-gdb.git] / bfd / pei-ia64.c
index 745147e1ff57738a6c941ec17093866ed1b1fb67..0f65e00ab69f78425fb001cad7d821c463ddd0a5 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD back-end for HP/Intel IA-64 PE IMAGE COFF files.
-   Copyright 1999, 2000, 2001, 2002, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1999-2020 Free Software Foundation, Inc.
    Contributed by David Mosberger <davidm@hpl.hp.com>
 
    This implementation only supports objcopy to ouput IA-64 PE IMAGE COFF
@@ -26,7 +25,7 @@
 #include "sysdep.h"
 #include "bfd.h"
 
-#define TARGET_SYM bfd_pei_ia64_vec
+#define TARGET_SYM ia64_pei_vec
 #define TARGET_NAME "pei-ia64"
 #define COFF_IMAGE_WITH_PE
 #define COFF_WITH_PE
This page took 0.023479 seconds and 4 git commands to generate.