* Makefile.am: Use a temporary file to build chew.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 5c1fc08996b6472662591b6f3c752d264722b9c8..d4622668d30212970a644248ede93ddc083c8d42 100644 (file)
@@ -1554,8 +1554,14 @@ char *bfd_get_unique_section_name
 
 asection *bfd_make_section_old_way (bfd *abfd, const char *name);
 
+asection *bfd_make_section_anyway_with_flags
+   (bfd *abfd, const char *name, flagword flags);
+
 asection *bfd_make_section_anyway (bfd *abfd, const char *name);
 
+asection *bfd_make_section_with_flags
+   (bfd *, const char *name, flagword flags);
+
 asection *bfd_make_section (bfd *, const char *name);
 
 bfd_boolean bfd_set_section_flags
This page took 0.023719 seconds and 4 git commands to generate.