diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-26 21:17:49 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-06-26 21:17:49 +0000 |
commit | a94a7c1c32429ce33f5ab00ce1266529c5ee95cd (patch) | |
tree | 137e60c08d0c5bef46b07101b2ed4a842b2bef89 /bfd/ChangeLog | |
parent | 827c01493eb77e7e1f7af61514d971447a97ae51 (diff) | |
download | gdb-a94a7c1c32429ce33f5ab00ce1266529c5ee95cd.zip gdb-a94a7c1c32429ce33f5ab00ce1266529c5ee95cd.tar.gz gdb-a94a7c1c32429ce33f5ab00ce1266529c5ee95cd.tar.bz2 |
* elf32-mips.c (irix_compat_t): New enumeration.
(ABI_N32_P): New macro.
(IRIX_COMPAT): Likewise.
(SGI_COMPAT): Implement in terms of IRIX_COMPAT.
(mips_elf_relocate_section): Fix typo.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b487619..1064c77 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +1999-06-26 Mark Mitchell <mark@codesourcery.com> + + * elf32-mips.c (irix_compat_t): New enumeration. + (ABI_N32_P): New macro. + (IRIX_COMPAT): Likewise. + (SGI_COMPAT): Implement in terms of IRIX_COMPAT. + (mips_elf_relocate_section): Fix typo. + 1999-06-26 Mumit Khan <khan@xraylith.wisc.edu> * peicode.h (coff_swap_scnhdr_out): Mark non readonly BFD sections |