diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-21 06:57:35 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-06-21 06:57:35 +0000 |
commit | e9c9e983138eea36f7031d758d6a3ecaeda12864 (patch) | |
tree | b660f145abc26be78dad3035b44c475df9b1a0fe /include/ChangeLog | |
parent | e1fab41f9d88c6c6a770b4f915d4e538e30eb7ec (diff) | |
download | gdb-e9c9e983138eea36f7031d758d6a3ecaeda12864.tar.gz |
* mips.h (Elf32_Internal_Msym): New structure.
(Elf32_External_Msym): Likewise.
(ELF32_MS_REL_INDEX): New macro.
(ELF32_MS_FLAGS): Likewise.
(ELF32_MS_INFO): Likewise.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index d318d969ee4..aa7bdb04b88 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,11 @@ +1999-06-20 Mark Mitchell <mark@codesourcery.com> + + * mips.h (Elf32_Internal_Msym): New structure. + (Elf32_External_Msym): Likewise. + (ELF32_MS_REL_INDEX): New macro. + (ELF32_MS_FLAGS): Likewise. + (ELF32_MS_INFO): Likewise. + 1999-06-14 Nick Clifton <nickc@cygnus.com> * dis-asm.h (arm_toggle_regnames): New prototype. |