powerpc-lynxos and powerpc-windiss fixes
[deliverable/binutils-gdb.git] / bfd / freebsd.h
index 4a180b19a8c96534129a466bbeaa03e87bd2adf2..8d7e3f8ad8fc646b80add67e2b3d6ba5b4e3a3d0 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end definitions used by all FreeBSD targets.
-   Copyright (C) 1990-2015 Free Software Foundation, Inc.
+   Copyright (C) 1990-2018 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -46,7 +46,7 @@
         | (((flags) & 0x3f) << 26))
 #define N_SET_MACHTYPE(execp, machtype) \
        ((execp)->a_info = \
-         ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
+        ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
 #define N_SET_FLAGS(execp, flags) \
        ((execp)->a_info = \
         ((execp)->a_info & 0x03ffffff) | ((flags & 0x03f) << 26))
This page took 0.034514 seconds and 4 git commands to generate.