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-bout.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-bout.h')
-rw-r--r-- | gas/config/obj-bout.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h index ec539a0..52ecdbe 100644 --- a/gas/config/obj-bout.h +++ b/gas/config/obj-bout.h @@ -1,5 +1,5 @@ /* b.out object file format - Copyright (C) 1989, 90, 91, 92, 93, 94, 95, 1996 + Copyright (C) 1989, 90, 91, 92, 93, 94, 95, 96, 2000 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -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, Cambridge, MA - 02139, USA. */ + 02139, USA. */ /* * This file is a modified version of 'a.out.h'. It is to be used in all GNU @@ -56,7 +56,6 @@ * relocation info are never sent to the target. */ - #define OBJ_BOUT 1 #define OUTPUT_FLAVOR bfd_target_aout_flavour @@ -297,7 +296,7 @@ typedef struct object_headers; -/* unused hooks. */ +/* unused hooks. */ #define OBJ_EMIT_LINENO(a, b, c) {;} #define obj_pre_write_hook(a) {;} @@ -312,5 +311,3 @@ extern void tc_bout_fix_to_chars PARAMS ((char *where, relax_addressT segment_address)); #define AOUT_STABS - -/* end of obj-bout.h */ |