New order documentation
authorSteve Chamberlain <sac@cygnus>
Sun, 1 Dec 1991 01:27:19 +0000 (01:27 +0000)
committerSteve Chamberlain <sac@cygnus>
Sun, 1 Dec 1991 01:27:19 +0000 (01:27 +0000)
bfd/libbfd.h

index 929b076d4eb381685b9917e58ec0f6d99faa4232..08b2170384c72313b5b6eac7af98a3bec54258a0 100644 (file)
@@ -186,15 +186,12 @@ extern bfd *bfd_last_cache;
 /* Generic routine for close_and_cleanup is really just bfd_true.  */
 #define        bfd_generic_close_and_cleanup   bfd_true
 
-/* THE FOLLOWING IS EXTRACTED FROM THE SOURCE*/
+/* And more follows */
 
-/*:init.c*/
 void EXFUN(bfd_check_init, (void));
-
-/*:libbfd.c*/
 bfd_vma EXFUN(bfd_log2, (bfd_vma x));
-
-/*:cache.c*/
+void EXFUN(bfd_check_init, (void));
+bfd_vma EXFUN(bfd_log2, (bfd_vma x));
 #define BFD_CACHE_MAX_OPEN 10
 extern bfd *bfd_last_cache;
 #define bfd_cache_lookup(x) \
@@ -205,24 +202,12 @@ void  EXFUN(bfd_cache_init , (bfd *));
 void EXFUN(bfd_cache_close , (bfd *));
 FILE* EXFUN(bfd_open_file, (bfd *));
 FILE *EXFUN(bfd_cache_lookup_worker, (bfd *));
-
-/*:ctor.c*/
 void EXFUN(bfd_constructor_entry, (bfd *abfd, 
 asymbol **symbol_ptr_ptr,
 CONST char*type));
-
-/*:reloc.c*/
 CONST struct reloc_howto_struct *EXFUN(bfd_default_reloc_type_lookup
 , (CONST struct bfd_arch_info *,
 bfd_reloc_code_type  code));
-
-/*:cpu-h8300.c*/
-
-/*:cpu-i960.c*/
-
-/*:cpu-empty.c*/
-
-/*:archures.c*/
 boolean EXFUN(bfd_default_set_arch_mach, (bfd *abfd,
 enum bfd_architecture arch,
 unsigned long mach));
@@ -232,4 +217,3 @@ CONST bfd_arch_info_type *EXFUN(bfd_default_compatible
 , (CONST bfd_arch_info_type *a,
 CONST bfd_arch_info_type *b));
 boolean EXFUN(bfd_default_scan, (CONST struct bfd_arch_info *, CONST char *));
-
This page took 0.024987 seconds and 4 git commands to generate.