* bfd-in.h (NT_subsystem, NT_stack_heap): Declare but don't
authorStan Shebs <shebs@codesourcery.com>
Fri, 16 Jun 1995 22:08:26 +0000 (22:08 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 16 Jun 1995 22:08:26 +0000 (22:08 +0000)
define.
* bfd-in2.h: Rebuilt.
* bfd.c (NT_subsystem, NT_stack_heap): Define.

bfd/ChangeLog
bfd/bfd-in2.h

index d1b2a25f6ac4f95033075a9e4344cd4143a284dd..24264271305e2e7aa8433db212769db219644732 100644 (file)
@@ -1,3 +1,10 @@
+Fri Jun 16 15:04:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * bfd-in.h (NT_subsystem, NT_stack_heap): Declare but don't
+       define.
+       * bfd-in2.h: Rebuilt.
+       * bfd.c (NT_subsystem, NT_stack_heap): Define.
+
 Fri Jun 16 00:07:25 1995  Jeff Law  (law@snake.cs.utah.edu)
 
        * elf32-hppa.c (elf32_hppa_bfd_link_link_relocate): Use the right
index 11dcae8035b2b02481d0ee7766e74ce3b2d90847..cbe8e8ebf18a0d9ab5f96749766e4f034adaef5c 100644 (file)
@@ -482,6 +482,9 @@ typedef struct _bfd_link_stack_heap bfd_link_stack_heap;
 
 /* END OF PE STUFF */
 
+extern enum bfd_link_subsystem NT_subsystem;
+extern bfd_link_stack_heap NT_stack_heap;
+
 /* Cast from const char * to char * so that caller can assign to
    a char * without a warning.  */
 #define bfd_get_filename(abfd) ((char *) (abfd)->filename)
@@ -614,14 +617,6 @@ extern boolean bfd_linux_size_dynamic_sections
   PARAMS ((bfd *, struct bfd_link_info *));
 
 /* And more from the source.  */
-
-/* provide storage for subsystem, stack and heap data which may have been
-   passed in on the command line.  Ld puts this data into a bfd_link_info
-   struct which ultimately gets passed in to the bfd.  When it arrives, copy
-   it to the following struct so that the data will be available in coffcode.h
-   where it is needed.  The typedef's used are defined in bfd.h */
-enum   bfd_link_subsystem  NT_subsystem;
-bfd_link_stack_heap NT_stack_heap;
 void 
 bfd_init PARAMS ((void));