diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2007-02-16 17:48:12 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@codesourcery.com> | 2007-02-16 17:48:12 +0000 |
commit | c0e3f241cd83598784a6252bfae236a15901dd71 (patch) | |
tree | db818d4e74c50c778441cc6266b1f74d38c03283 /bfd/ChangeLog | |
parent | af69206070ccb02c8253df2c9e995c5ee4921273 (diff) | |
download | fsf-binutils-gdb-c0e3f241cd83598784a6252bfae236a15901dd71.zip fsf-binutils-gdb-c0e3f241cd83598784a6252bfae236a15901dd71.tar.gz fsf-binutils-gdb-c0e3f241cd83598784a6252bfae236a15901dd71.tar.bz2 |
bfd/
2007-02-16 Carlos O'Donell <carlos@codesourcery.com>
* elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data):
Print EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT
and EF_MIPS_UCODE.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7c676c0..31dadbc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2007-02-16 Carlos O'Donell <carlos@codesourcery.com> + + * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): + Print EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT + and EF_MIPS_UCODE. + 2007-02-15 Alan Modra <amodra@bigpond.net.au> * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define, |