summaryrefslogtreecommitdiff
path: root/gas/write.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-24 20:40:28 +0000
committerNick Clifton <nickc@redhat.com>2005-03-24 20:40:28 +0000
commite7932cdba82beaf9ebd71e17439e2dd0b3ea5511 (patch)
tree4e61d6bd74dae45549c0d1477eb97d46d778daae /gas/write.h
parent02faaa4e073917572c03bf96bdeb62f0ea5629d2 (diff)
downloadbinutils-redhat-e7932cdba82beaf9ebd71e17439e2dd0b3ea5511.tar.gz
Convert unmaintained files over to ISO-C90 and fix formatting.
Diffstat (limited to 'gas/write.h')
-rw-r--r--gas/write.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/write.h b/gas/write.h
index cf593bc678..2e5ff57b48 100644
--- a/gas/write.h
+++ b/gas/write.h
@@ -182,9 +182,6 @@ COMMON fixS **seg_fix_rootP, **seg_fix_tailP; /* -> one of above. */
extern long string_byte_count;
extern int section_alignment[];
-extern bit_fixS *bit_fix_new
- (int size, int offset, long base_type, long base_adj, long min,
- long max, long add);
extern void append (char **charPP, char *fromP, unsigned long length);
extern void record_alignment (segT seg, int align);
extern int get_recorded_alignment (segT seg);