X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2FNEWS;h=23c63efaf475483cbb032a8dd17500b48ff27836;hb=3819af136deb7ba6bc2058d7848cf80b33dbe51c;hp=b4259019833cd6995117385390112cd03753809c;hpb=2425a30e406a0523020b7e70abb864a06a45bb97;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/NEWS b/binutils/NEWS index b425901983..23c63efaf4 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,32 @@ -*- text -*- +Changes in 2.29: + +* The MIPS port now supports microMIPS eXtended Physical Addressing (XPA) + instructions for assembly and disassembly. + +* The MIPS port now supports the microMIPS Release 5 ISA for assembly and + disassembly. + +* The MIPS port now supports the Imagination interAptiv MR2 processor, + which implements the MIPS32r3 ISA, the MIPS16e2 ASE as well as a couple + of implementation-specific regular MIPS and MIPS16e2 ASE instructions. + +* The SPARC port now supports the SPARC M8 processor, which implements the + Oracle SPARC Architecture 2017. + +* The MIPS port now supports the MIPS16e2 ASE for assembly and disassembly. + +* Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX. + +* Add support for the wasm32 ELF conversion of the WebAssembly file format. + +* Add --inlines option to objdump, which extends the --line-numbers option + so that inlined functions will display their nesting information. + +* Add --merge-notes options to objcopy to reduce the size of notes in + a binary file by merging and deleting redundant notes. + * Add support for locating separate debug info files using the build-id method, where the separate file has a name based upon the build-id of the original file.