summaryrefslogtreecommitdiff
path: root/gas/symbols.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/symbols.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/symbols.c')
-rw-r--r--gas/symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/symbols.c b/gas/symbols.c
index 07b80ea559..60decd8915 100644
--- a/gas/symbols.c
+++ b/gas/symbols.c
@@ -2112,7 +2112,7 @@ symbol_resolved_p (s)
int
symbol_section_p (s)
- symbolS *s;
+ symbolS *s ATTRIBUTE_UNUSED;
{
if (LOCAL_SYMBOL_CHECK (s))
return 0;