Enabled linkonce support for Darwin.

* src/powerpc/darwin.S: Fix EH information so it corresponds to
	changes in EH format resulting from addition of linkonce support.
	* src/powerpc/darwin_closure.S: Likewise.

From-SVN: r79396
This commit is contained in:
Matt Austern 2004-03-12 17:19:34 +00:00
parent 4746cf8447
commit b8d5073947
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2004-03-12 Matt Austern <austern@apple.com>
* src/powerpc/darwin.S: Fix EH information so it corresponds to
changes in EH format resulting from addition of linkonce support.
* src/powerpc/darwin_closure.S: Likewise.
2004-03-11 Andreas Tobler <a.tobler@schweiz.ch>
Paolo Bonzini <bonzini@gnu.org>