diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-14 04:56:55 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-09-14 04:56:55 +0000 |
commit | 32d070f0dea9c9f1bda92a58f2f3c2b8e12efec9 (patch) | |
tree | 618d2bc1b298a9fed402dc7a684a7566bafa67de /include/elf/ChangeLog | |
parent | 156c2f8bf75a86dfa719220f9f259196d9d2491b (diff) | |
download | gdb-32d070f0dea9c9f1bda92a58f2f3c2b8e12efec9.zip gdb-32d070f0dea9c9f1bda92a58f2f3c2b8e12efec9.tar.gz gdb-32d070f0dea9c9f1bda92a58f2f3c2b8e12efec9.tar.bz2 |
* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Change
numbers to the range from 160 to 167.
(R_SH_FIRST_INVALID_RELOC): Adjust.
(R_SH_FIRST_INVALID_RELOC_2, R_SH_LAST_INVALID_RELOC_2):
New relocs to fill in the gap.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r-- | include/elf/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 1256f71..d69ac30 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,12 @@ +2000-09-14 Alexandre Oliva <aoliva@redhat.com> + + * sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT, + R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Change + numbers to the range from 160 to 167. + (R_SH_FIRST_INVALID_RELOC): Adjust. + (R_SH_FIRST_INVALID_RELOC_2, R_SH_LAST_INVALID_RELOC_2): + New relocs to fill in the gap. + 2000-09-13 Anders Norlander <anorland@acc.umu.se> * mips.h (E_MIPS_MACH_4K): New define. |