summaryrefslogtreecommitdiff
path: root/gas/output-file.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-03 15:29:04 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-03 15:29:04 +0000
commitea89a9ec80a8df55b3c6eb5b968bdd8cf359bf17 (patch)
tree8db82d9ca406c2f406f0648045325d0a3d889606 /gas/output-file.c
parent5c8e9cc1f86ab4500660c13d1c0d508bb7ee4500 (diff)
downloadbinutils-redhat-ea89a9ec80a8df55b3c6eb5b968bdd8cf359bf17.tar.gz
* config/obj-coff.c (coff_frob_symbol): Always update set_end with
next_set_end even if the end symbol is being discarded. * gasp.c: Add ATTRIBUTE_UNUSED as needed for non-BFD_ASSEMBLER. * output-file.c, symbols.c, config/tc-i386.c: Likewise. * config/obj-coff.c: Likewise. (seg_info_type): Remove. (seg_info_off_by_4): Change to array of segT. (s_get_segment): Adjust accordingly. (obj_pseudo_table): Fully initialize sentinel entry.
Diffstat (limited to 'gas/output-file.c')
-rw-r--r--gas/output-file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/output-file.c b/gas/output-file.c
index b05af48a53..a7df72f293 100644
--- a/gas/output-file.c
+++ b/gas/output-file.c
@@ -86,9 +86,9 @@ output_file_close (filename)
#ifndef BFD_ASSEMBLER
void
output_file_append (where, length, filename)
- char *where;
- long length;
- char *filename;
+ char *where ATTRIBUTE_UNUSED;
+ long length ATTRIBUTE_UNUSED;
+ char *filename ATTRIBUTE_UNUSED;
{
abort ();
}