x86: replace NoRex64 on VEX-encoded insns
[deliverable/binutils-gdb.git] / gas / config / obj-aout.h
index 4acc4201eb9cb9e98d316c2ef60bedcc2869ba8d..64ca33bb11b341f43c955ee05fb1868248aea53f 100644 (file)
@@ -1,12 +1,11 @@
 /* obj-aout.h, a.out object file format for gas, the assembler.
-   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2000,
-   2002, 2003, 2005 Free Software Foundation, Inc.
+   Copyright (C) 1989-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
    GAS is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as
-   published by the Free Software Foundation; either version 2,
+   published by the Free Software Foundation; either version 3,
    or (at your option) any later version.
 
    GAS is distributed in the hope that it will be useful, but
@@ -53,7 +52,7 @@ typedef struct nlist obj_symbol_type; /* Symbol table entry.  */
 #define S_GET_DESC(S) \
   (aout_symbol (symbol_get_bfdsym (S))->desc)
 
-asection *text_section, *data_section, *bss_section;
+extern asection *text_section, *data_section, *bss_section;
 
 #define obj_frob_symbol(S,PUNT)        obj_aout_frob_symbol (S, &PUNT)
 #define obj_frob_file_before_fix() obj_aout_frob_file_before_fix ()
This page took 0.024819 seconds and 4 git commands to generate.