summaryrefslogtreecommitdiff
path: root/gas/ecoff.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-08-27 11:09:43 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-08-27 11:09:43 +0000
commitf45b2f80f14a50af2d069e6d37cd8126b4dca3b1 (patch)
tree43a00e63a380dfe3927911c695688799d77776ca /gas/ecoff.c
parentd00b99202d0f14cee6a9c845464421366ee9e03e (diff)
downloadbinutils-redhat-f45b2f80f14a50af2d069e6d37cd8126b4dca3b1.tar.gz
* 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 75e0479189..40b129b877 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;