aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-hp300.c
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
commitbf514e21545d180ded6d754fda60875d7dd0d3ae (patch)
tree9c6debbad8f1227c2c2789dacd9a19f7b21f9b61 /gas/config/obj-hp300.c
parent06bb75c14b0fc428602fd81f9de747b220f436dd (diff)
downloadgdb-bf514e21545d180ded6d754fda60875d7dd0d3ae.zip
gdb-bf514e21545d180ded6d754fda60875d7dd0d3ae.tar.gz
gdb-bf514e21545d180ded6d754fda60875d7dd0d3ae.tar.bz2
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.c')
-rw-r--r--gas/config/obj-hp300.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/gas/config/obj-hp300.c b/gas/config/obj-hp300.c
index 6e9cc53..22a4032 100644
--- a/gas/config/obj-hp300.c
+++ b/gas/config/obj-hp300.c
@@ -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. */
#include "config/obj-aout.c"
@@ -36,17 +37,17 @@ hp300_header_append (where, headers)
DO (a_info);
DO (a_spare1);
DO (a_spare2);
- DO (a_text);
- DO (a_data);
- DO (a_bss);
- DO (a_trsize);
+ DO (a_text);
+ DO (a_data);
+ DO (a_bss);
+ DO (a_trsize);
DO (a_drsize);
DO (a_spare3);
DO (a_spare4);
DO (a_spare5);
- DO (a_entry);
+ DO (a_entry);
DO (a_spare6);
DO (a_spare7);
- DO (a_syms);
+ DO (a_syms);
DO (a_spare8);
}