x86: Add i386 PE big-object support
[deliverable/binutils-gdb.git] / gas / sb.h
index cc11ef658bbdc30bdc59af8786d5089f7a4c0eea..9e50430dea7b1170a7b394ba5c9e2d7ef6d2078a 100644 (file)
--- a/gas/sb.h
+++ b/gas/sb.h
@@ -1,6 +1,5 @@
 /* sb.h - header file for string buffer manipulation routines
-   Copyright 1994, 1995, 2000, 2003, 2005, 2006, 2007, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
    Written by Steve and Judy Chamberlain of Cygnus Support,
       sac@cygnus.com
@@ -53,6 +52,7 @@ typedef struct sb
 sb;
 
 extern void sb_new (sb *);
+extern void sb_build (sb *, size_t);
 extern void sb_kill (sb *);
 extern void sb_add_sb (sb *, sb *);
 extern void sb_scrub_and_add_sb (sb *, sb *);
This page took 0.024671 seconds and 4 git commands to generate.