X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=351fe4741fe9d37362af05d5c5898cb08ca868c7;hb=b8edc417a7143d28618086f1d6d946201001a075;hp=deb1006c7a2cbce19c44d973e9762a5f1ca71df9;hpb=0982e15774ff2baa92f4d595266eb29c154a8037;p=binutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index deb1006c7a2..351fe4741fe 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,6 +1,24 @@ -2010-08-19 Alan Modra +2010-08-23 H.J. Lu + + * 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 + + * readelf.c (display_mips_gnu_attribute): Replace GCC options + with a textual description of a MIPS32r2 64-bit FPU. 2010-08-13 Dan Rosenberg