gdb/
[binutils-gdb.git] / binutils / ChangeLog
index deb1006c7a2cbce19c44d973e9762a5f1ca71df9..351fe4741fe9d37362af05d5c5898cb08ca868c7 100644 (file)
@@ -1,6 +1,24 @@
-2010-08-19  Alan Modra  <amodra@gmail.com>
+2010-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfedit.c (input_elf_osabi): New.
+       (output_elf_osbi): Likewise.
+       (osabis): Likewise.
+       (elf_osabi): Likewise.
+       (update_elf_header): Support updating ELF OSABI.
+       (make_qualified_name): Break long line.
+       (command_line_switch): Add OPTION_INPUT_OSABI and
+       OPTION_OUTPUT_OSABI.
+       (options): Likewise.
+       (usage): Add --input-osabi and --output-osabi.
+       (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
+
+       * doc/binutils.texi: Document --input-osabi and --output-osabi
+       for elfedit.
 
-       * NEWS: Mention change in linker script expression evaluation.
+2010-08-23  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * readelf.c (display_mips_gnu_attribute): Replace GCC options
+       with a textual description of a MIPS32r2 64-bit FPU.
 
 2010-08-13  Dan Rosenberg  <dan.j.rosenberg@gmail.com>