diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-12 21:49:09 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-12 21:49:09 +0000 |
commit | dcd619bedd024cbf98ee895bfb15a195bfa0c852 (patch) | |
tree | 04e932b69cc0febfc03e33bd51d47a0119cf69df /gas/config/obj-aout.h | |
parent | a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5 (diff) | |
download | gdb-dcd619bedd024cbf98ee895bfb15a195bfa0c852.zip gdb-dcd619bedd024cbf98ee895bfb15a195bfa0c852.tar.gz gdb-dcd619bedd024cbf98ee895bfb15a195bfa0c852.tar.bz2 |
2000-09-12 Kazu Hirata <kazu@hxi.com>
* config/obj-aout.c: Fix formatting.
* config/obj-aout.h: Likewise.
* config/obj-bout.c: Likewise.
* config/obj-bout.h: Likewise.
* config/obj-coff.c: Likewise.
* config/obj-coff.h: Likewise.
Diffstat (limited to 'gas/config/obj-aout.h')
-rw-r--r-- | gas/config/obj-aout.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gas/config/obj-aout.h b/gas/config/obj-aout.h index d08302a..a5a7a36 100644 --- a/gas/config/obj-aout.h +++ b/gas/config/obj-aout.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + 02111-1307, USA. */ /* Tag to validate a.out object file format processing */ #define OBJ_AOUT 1 @@ -33,7 +33,7 @@ #else /* ! BFD_ASSEMBLER */ #ifndef VMS -#include "aout_gnu.h" /* Needed to define struct nlist. Sigh. */ +#include "aout_gnu.h" /* Needed to define struct nlist. Sigh. */ #else #include "a_out.h" #endif @@ -234,7 +234,7 @@ typedef struct object_headers; -/* line numbering stuff. */ +/* line numbering stuff. */ #define OBJ_EMIT_LINENO(a, b, c) {;} struct fix; @@ -248,5 +248,3 @@ void tc_aout_fix_to_chars PARAMS ((char *where, struct fix *fixP, relax_addressT #define EMIT_SECTION_SYMBOLS 0 #define AOUT_STABS - -/* end of obj-aout.h */ |