diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2010-07-02 08:56:04 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2010-07-02 08:56:04 +0000 |
commit | 9a082684dfe6a5473f7f0bc4ec7373c01153aff7 (patch) | |
tree | 99a69350225adc7b80254507044b8c4d1993a624 /contrib/ChangeLog | |
parent | 25db7f5997685fb3bbcb007fefc128801cd83c8e (diff) | |
download | gcc-9a082684dfe6a5473f7f0bc4ec7373c01153aff7.tar.gz |
fix darwin8 bootstrap issue
* compare-debug (Darwin): Remove '-x' flag from ld-based object
stripping. Add a comment as to why we do it this way.
From-SVN: r161686
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 12271531ddf..414e31e8ca6 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2010-07-02 Iain Sandoe <iains@gcc.gnu.org> + + * compare-debug (Darwin): Remove '-x' flag from ld-based object + stripping. Add a comment as to why we do it this way. + 2010-06-20 Alexandre Oliva <aoliva@redhat.com> * compare-debug: Drop LTO sections. |