objc.exp (objc_target_compile): Revert the '-framework Foundation' flag fix...
authorDavid Ayers <d.ayers@inode.at>
Mon, 7 Jun 2004 08:48:31 +0000 (10:48 +0200)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Mon, 7 Jun 2004 08:48:31 +0000 (08:48 +0000)
commite9c5d1c084d89a5c8ea21c34ecb4d4b6703e7d16
tree9d3fadc84b3f1fc1ecb1276a82fc5e1d092a04b0
parent2af5538b14e4149ad9e09c3ef1a0ee4735cafb80
objc.exp (objc_target_compile): Revert the '-framework Foundation' flag fix...

[gcc/testsuite/ChangeLog]
2004-06-07  David Ayers  <d.ayers@inode.at>
    Ziemowit Laski  <zlaski@apple.com>

* lib/objc.exp (objc_target_compile): Revert the '-framework
Foundation' flag fix, since bare Darwin does not ship
with the Foundation framework.
* objc/execute/next_mapping.h: Provide a local NSConstantString
@interface and @implementation.
(objc_constant_string_init): A constructor function, used to
initialize the NSConstantString meta-class object.
* objc/execute/string1.m: Include "next_mapping.h" instead of
<Foundation/NSString.h>.
* objc/execute/string2.m: Likewise.
* objc/execute/string3.m: Likewise.
* objc/execute/string4.m: Likewise.

Co-Authored-By: Ziemowit Laski <zlaski@apple.com>
From-SVN: r82685
gcc/testsuite/ChangeLog
gcc/testsuite/lib/objc.exp
gcc/testsuite/objc/execute/next_mapping.h
gcc/testsuite/objc/execute/string1.m
gcc/testsuite/objc/execute/string2.m
gcc/testsuite/objc/execute/string3.m
gcc/testsuite/objc/execute/string4.m