gas: Add md_generic_table_relax_frag
[deliverable/binutils-gdb.git] / include / os9k.h
index df818865c0d9cc20104651449e7f024cb4f13454..b49c71c390e57e71eb21cf84a63f92c84a116fe9 100644 (file)
@@ -1,5 +1,5 @@
 /* os9k.h  -  OS-9000 i386 module header definitions
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000-2019 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
    
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street - Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 \f
 #if !defined(_MODULE_H)
 #define _MODULE_H
@@ -100,7 +100,7 @@ Boston, MA 02111-1307, USA.  */
 #define MODSIZE(mod) ((u_int32)((Mh_com)mod)->m_size)
 #endif /* 0 */
 #define MHCOM_BYTES_SIZE 80
-#define N_BADMAG(a) (((a).a_info) != MODSYNC)
+#define N_BADMAG(a) (((a)->a_info) != MODSYNC)
 
 typedef struct mh_com
 {
This page took 0.045689 seconds and 4 git commands to generate.