aboutsummaryrefslogtreecommitdiff
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
commita04b544b5604f8dfb1def6e4c3b52935c01f4988 (patch)
tree3ae4e551a54a7960f1e302cb0b24a18c287fb0d5 /gas/output-file.c
parentf173e82ec8622b22435de85d78ae73a61533e9b8 (diff)
downloadgdb-a04b544b5604f8dfb1def6e4c3b52935c01f4988.zip
gdb-a04b544b5604f8dfb1def6e4c3b52935c01f4988.tar.gz
gdb-a04b544b5604f8dfb1def6e4c3b52935c01f4988.tar.bz2
* 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 b05af48..a7df72f 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 ();
}