David Mosberger <davidm@hpl.hp.com>
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 248ab9dbbd79be23ff3063a9dc0ce80e2c70cfb1..055cee2b5df07939525f227e735e01e47f6d2754 100644 (file)
@@ -725,10 +725,10 @@ extern boolean bfd_arm_get_bfd_for_interworking
 
 /* ELF ARM Interworking support.  Called from linker.  */
   extern boolean bfd_elf32_arm_allocate_interworking_sections
-    PARAMS ((struct bfd_link_info *, int));
+    PARAMS ((struct bfd_link_info *));
  
   extern boolean bfd_elf32_arm_process_before_allocation
-    PARAMS ((bfd *, struct bfd_link_info *));
+    PARAMS ((bfd *, struct bfd_link_info *, int));
  
   extern boolean bfd_elf32_arm_get_bfd_for_interworking
     PARAMS ((bfd *, struct bfd_link_info *));
@@ -999,6 +999,10 @@ typedef struct sec
         /* This section should not be subject to garbage collection.  */
 #define SEC_KEEP 0x1000000
 
+        /* This section contains "short" data, and should be placed
+          "near" the GP.  */
+#define SEC_SHORT 0x2000000
+
         /*  End of section flags.  */
 
         /* Some internal packed boolean fields.  */
This page took 0.025378 seconds and 4 git commands to generate.