diff options
author | Roland McGrath <roland@gnu.org> | 2008-10-01 19:42:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-10-01 19:42:04 +0000 |
commit | 6ba25fcbf549c299050c24a5bf515413171e0a86 (patch) | |
tree | 6af3a51e8ad457c8572f9564c4a97a2e28308b53 | |
parent | 9e50e09d4f2f45ab43bfba4084c3966b92967bc8 (diff) | |
download | glibc-6ba25fcbf549c299050c24a5bf515413171e0a86.zip glibc-6ba25fcbf549c299050c24a5bf515413171e0a86.tar.gz glibc-6ba25fcbf549c299050c24a5bf515413171e0a86.tar.bz2 |
* elf/elf.h (STO_MIPS_PLT): New.
(R_MIPS_COPY): New.
(R_MIPS_JUMP_SLOT): New.
(R_MIPS_NUM): Redefine to 128.
(DT_MIPS_PLTGOT): New.
(DT_MIPS_RWPLT): New.
(DT_MIPS_NUM): Redefine to 0x35.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-10-01 Mark Shinwell <shinwell@codesourcery.com> + + * elf/elf.h (STO_MIPS_PLT): New. + (R_MIPS_COPY): New. + (R_MIPS_JUMP_SLOT): New. + (R_MIPS_NUM): Redefine to 128. + (DT_MIPS_PLTGOT): New. + (DT_MIPS_RWPLT): New. + (DT_MIPS_NUM): Redefine to 0x35. + 2008-10-01 Ulrich Drepper <drepper@redhat.com> * timezone/africa: Update from tzdata2008f. |