diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-27 11:09:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-27 11:09:43 +0000 |
commit | 7065849339c3e156a2a3176f91664e3fa87d549e (patch) | |
tree | 55c6dbb4bd91dbafb34317194ad0abbbe9d961b6 /gas/config/obj-bout.c | |
parent | 88f7bcd5a785b91a33632bea6682c3d31f2df034 (diff) | |
download | gdb-7065849339c3e156a2a3176f91664e3fa87d549e.zip gdb-7065849339c3e156a2a3176f91664e3fa87d549e.tar.gz gdb-7065849339c3e156a2a3176f91664e3fa87d549e.tar.bz2 |
* dwarf2dbg.c: Always include dwarf2dbg.h.
(dwarf2_directive_file): Adjust dummy version args.
* ecoff.c (ecoff_directive_weakext): Add ATTRIBUTE_UNUSED.
* expr.c (clean_up_expression <O_subtract>): Allow subtraction
when symbol values differ.
* read.c (do_align): Add ATTRIBUTE_UNUSED to label.
(pseudo_set <O_subtract>): Remove unnecessary segment test.
* config/obj-bout.c (obj_pseudo_table): Warning fix.
Diffstat (limited to 'gas/config/obj-bout.c')
-rw-r--r-- | gas/config/obj-bout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-bout.c b/gas/config/obj-bout.c index f13ddaf..05c8e00 100644 --- a/gas/config/obj-bout.c +++ b/gas/config/obj-bout.c @@ -1,5 +1,5 @@ /* b.out object file format - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 2000, 2001 + Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -78,7 +78,7 @@ const pseudo_typeS obj_pseudo_table[] = {"ABORT", s_ignore, 0}, {"ident", s_ignore, 0}, - {NULL} /* End sentinel. */ + {NULL, NULL, 0} /* End sentinel. */ }; /* Relocation. */ |