summaryrefslogtreecommitdiff
path: root/gas/config/obj-hp300.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-14 11:48:26 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-14 11:48:26 +0000
commitf7622d404e83fce914eb4a2abc151078c29b879e (patch)
tree4873ee009cc79f051c832a2ae1875d91e61f1f21 /gas/config/obj-hp300.h
parent91e2edcd5586346b603607dac9852527f1f84fbc (diff)
downloadbinutils-redhat-f7622d404e83fce914eb4a2abc151078c29b879e.tar.gz
2000-09-13 Kazu Hirata <kazu@hxi.com>
* config/obj-ecoff.c: Fix formatting. * config/obj-elf.c: Likewise. * config/obj-elf.h: Likewise. * config/obj-evax.h: Likewise. * config/obj-generic.h: Likewise. * config/obj-hp300.c: Likewise. * config/obj-hp300.h: Likewise. * config/obj-ieee.h: Likewise. * config/obj-vms.c: Likewise. * config/obj-vms.h: Likewise.
Diffstat (limited to 'gas/config/obj-hp300.h')
-rw-r--r--gas/config/obj-hp300.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/gas/config/obj-hp300.h b/gas/config/obj-hp300.h
index ff4006b604..88733d8c6f 100644
--- a/gas/config/obj-hp300.h
+++ b/gas/config/obj-hp300.h
@@ -1,5 +1,5 @@
/* This file is obj-hp300.h
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2000 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -14,8 +14,9 @@
GNU General Public License for more details.
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. */
+ 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. */
#define __STRUCT_EXEC_OVERRIDE__
@@ -47,18 +48,18 @@ struct exec
unsigned long a_info;
unsigned long a_spare1;
unsigned long a_spare2;
- unsigned long a_text;
- unsigned long a_data;
- unsigned long a_bss;
- unsigned long a_trsize;
+ unsigned long a_text;
+ unsigned long a_data;
+ unsigned long a_bss;
+ unsigned long a_trsize;
unsigned long a_drsize;
unsigned long a_spare3;
unsigned long a_spare4;
unsigned long a_spare5;
- unsigned long a_entry;
+ unsigned long a_entry;
unsigned long a_spare6;
unsigned long a_spare7;
- unsigned long a_syms;
+ unsigned long a_syms;
unsigned long a_spare8;
};
@@ -66,6 +67,6 @@ struct exec
#define AOUT_VERSION 0x02
#define AOUT_MACHTYPE 0x0c
#define OMAGIC 0x106
-
+
#define obj_header_append hp300_header_append
#include "config/obj-aout.h"