Enabled linkonce support for Darwin.
authorMatt Austern <austern@gcc.gnu.org>
Fri, 12 Mar 2004 17:19:34 +0000 (17:19 +0000)
committerMatt Austern <austern@gcc.gnu.org>
Fri, 12 Mar 2004 17:19:34 +0000 (17:19 +0000)
* 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

libffi/ChangeLog

index da8b4c7a1ca96e461d225cf6e47d5fd8ce9187b4..6522f43be831c9163e4e8c4a86a8b02f564cf27e 100644 (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>