aboutsummaryrefslogtreecommitdiff
path: root/gas/ecoff.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-08-27 11:09:43 +0000
committerAlan Modra <amodra@gmail.com>2002-08-27 11:09:43 +0000
commit7065849339c3e156a2a3176f91664e3fa87d549e (patch)
tree55c6dbb4bd91dbafb34317194ad0abbbe9d961b6 /gas/ecoff.c
parent88f7bcd5a785b91a33632bea6682c3d31f2df034 (diff)
downloadfsf-binutils-gdb-7065849339c3e156a2a3176f91664e3fa87d549e.zip
fsf-binutils-gdb-7065849339c3e156a2a3176f91664e3fa87d549e.tar.gz
fsf-binutils-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/ecoff.c')
-rw-r--r--gas/ecoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c
index 75e0479..40b129b 100644
--- a/gas/ecoff.c
+++ b/gas/ecoff.c
@@ -3376,7 +3376,7 @@ mark_stabs (ignore)
/* For TC_MIPS use the version in tc-mips.c. */
void
ecoff_directive_weakext (ignore)
- int ignore;
+ int ignore ATTRIBUTE_UNUSED;
{
char *name;
int c;