From: Chris Demetriou Date: Wed, 21 Apr 2004 00:44:36 +0000 (+0000) Subject: [ gas/ChangeLog ] X-Git-Tag: gprof-pre-ansify-2004-05-26~453 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a7f4e42f4173526da95c01e12e2b5cfc14c9846;p=platform%2Fupstream%2Fbinutils.git [ gas/ChangeLog ] 2004-04-20 Chris Demetriou * NEWS: Note that MIPS -membedded-pic option is deprecated. [ ld/ChangeLog ] 2004-04-20 Chris Demetriou * NEWS: Note that MIPS --embedded-relocs option is deprecated. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 9f0167c..814f5d0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2004-04-20 Chris Demetriou + + * NEWS: Note that MIPS -membedded-pic option is deprecated. + 2004-04-20 DJ Delorie * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define. diff --git a/gas/NEWS b/gas/NEWS index 6257fae..1a31e79 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* The MIPS -membedded-pic option (Embedded-PIC code generation) is + deprecated and will be removed in a future release. + * Added PIC m32r Linux (ELF) and support to M32R assembler. * Added support for ARM V6. diff --git a/ld/ChangeLog b/ld/ChangeLog index 86f4b2b..eb09765 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-04-20 Chris Demetriou + + * NEWS: Note that MIPS --embedded-relocs option is deprecated. + 2004-04-19 Jakub Jelinek * ldlang.c (lang_do_assignments_1): Handle .tbss output section diff --git a/ld/NEWS b/ld/NEWS index 89ff13f..c95922f 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* The MIPS --embedded-relocs (used to embed relocations into binaries for + Embedded-PIC code) is deprecated and will be removed in a future release. + * cr16c support added by NSC. * m32r Linux (ELF) support added by Renesas.