X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2FNEWS;h=76b674972c01b4788b8c73b2b622a0e4328679c8;hb=b54295a7861979f4c863a11ee4bf0cde32f918c1;hp=6f05361f573414b7c2549ec94e0f5428ef5ef579;hpb=c1711530e652a14bc0df9b603c73e350b5dfe5ec;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/NEWS b/ld/NEWS index 6f05361f57..76b674972c 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,17 @@ -*- text -*- +* Add --exlcude-all-symbols option to PE based linkers. This prevents all + symbols from automatically being exported. + +* Add support for the Renesas RX processor. + +Changes in 2.20: + +* GNU/Linux targets now support the STB_GNU_UNIQUE symbol binding. This is a + GNU extension to the standard set of ELF symbol bindings. The binding will + be passed on to the dynamic linker which will make sure that in the entire + process there is just one symbol with the given name and type in use. + * PE targets now support a GNU extension to allow the alignment of common common symbols to be specified. This support uses custom options in the .drectve section, which will be disregarded by the native tools.