* bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_size
authorIan Lance Taylor <ian@airs.com>
Thu, 1 Apr 1993 01:52:47 +0000 (01:52 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 1 Apr 1993 01:52:47 +0000 (01:52 +0000)
prototypes.

include/ChangeLog
include/bfd.h

index ba265dad5e81200b504df2faf9271f51c2c19114..295455303272cb53a40838f9ceb5e520b635e106 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 31 17:51:42 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_size
+       prototypes.
+
 Wed Mar 31 16:35:12 1993  Stu Grossman  (grossman@cygnus.com)
 
        * dis-asm.h: (disassemble_info):  Fix typo in prototype of
index 51f3b39eeb36f659f47d3580d86d79fb8227373a..b862721e4ec2c55ddc94e26276d74b2e2b89cb59 100644 (file)
@@ -1010,6 +1010,9 @@ typedef enum bfd_reloc_code_real
         /* Low 16 bits.  */
   BFD_RELOC_LO16,
 
+        /* 16 bit relocation relative to the global pointer.  */
+  BFD_RELOC_MIPS_GPREL,
+
    /* this must be the highest numeric value */
   BFD_RELOC_UNUSED
  } bfd_reloc_code_real_type;
@@ -1313,6 +1316,12 @@ bfd_get_mtime PARAMS ((bfd *));
 long 
 bfd_get_size PARAMS ((bfd *));
 
+int 
+bfd_get_gp_size PARAMS ((bfd *));
+
+void 
+bfd_set_gp_size PARAMS ((bfd *, int));
+
 #define bfd_sizeof_headers(abfd, reloc) \
      BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, reloc))
 
This page took 0.029645 seconds and 4 git commands to generate.