OSDN Git Service

* ppc.h (R_PPC_RELAX32PC): Define.
authorAlan Modra <amodra@bigpond.net.au>
Thu, 6 Nov 2003 02:57:08 +0000 (02:57 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Thu, 6 Nov 2003 02:57:08 +0000 (02:57 +0000)
include/elf/ChangeLog
include/elf/ppc.h

index 724ac71..c8e4d95 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc.h (R_PPC_RELAX32PC): Define.
+
 2003-10-22  Alexandre Oliva  <aoliva@redhat.com>,
            Michael Snyder  <msnyder@redhat.com>
 
@@ -40,9 +44,9 @@
 2003-08-21  James Cownie <jcownie@etnus.com>
 
        * dwarf2.h: Add PGI dwarf extensions.
-       
+
 2003-08-08 Dmitry Diky <diwil@mail.ru>
-       
+
        * msp430.h: Add xW42 and xE42 parts. Sort MPU list according to
        gcc order.
 
 2003-06-03  Nick Clifton  <nickc@redhat.com>
 
        * v850.h (R_V850_32): Rename to R_V850_ABS32.
-        Add R_V850_REL32.
+       Add R_V850_REL32.
 
 2003-05-15  Roland McGrath  <roland@redhat.com>
 
 
 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
 
-        * elf/common.h (EM_XTENSA_OLD): Define.
-        * elf/xtensa.h: New file.
+       * elf/common.h (EM_XTENSA_OLD): Define.
+       * elf/xtensa.h: New file.
 
 2003-04-01  Nick Clifton  <nickc@redhat.com>
 
index 54914e3..b510f44 100644 (file)
@@ -120,9 +120,10 @@ START_RELOC_NUMBERS (elf_ppc_reloc_type)
   RELOC_NUMBER (R_PPC_EMB_BIT_FLD,     115)
   RELOC_NUMBER (R_PPC_EMB_RELSDA,      116)
 
-/* Fake relocation for branch stubs. This will keep them
+/* Fake relocations for branch stubs. This will keep them
    together.  */
 #define R_PPC_RELAX32 251
+#define R_PPC_RELAX32PC 252
 
 /* These are GNU extensions to enable C++ vtable garbage collection.  */
   RELOC_NUMBER (R_PPC_GNU_VTINHERIT,   253)