From 837179cfd8907b9952e4c19ca0831ae716e0e26c Mon Sep 17 00:00:00 2001 From: Ovidiu Predescu Date: Sun, 6 Aug 2000 07:56:00 +0000 Subject: [PATCH] objc-act.c: New command line option -fconstant-string-class to allow specifying a user... Sun Aug 6 00:54:42 2000 Ovidiu Predescu * objc/objc-act.c: New command line option -fconstant-string-class to allow specifying a user defined constant string class, different from NXConstantString. * toplev.c: Moved the Objective-C specific options to objc/lang-options.h. * objc/lang-options.h: Moved the Objective-C specific options from toplev.c. Added -fconstant-string-class. From-SVN: r35519 --- gcc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e4d96f933c9..698dfcd6256 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +Sun Aug 6 00:54:42 2000 Ovidiu Predescu + + * objc/objc-act.c: New command line option -fconstant-string-class + to allow specifying a user defined constant string class, + different from NXConstantString. + + * toplev.c: Moved the Objective-C specific options to + objc/lang-options.h. + + * objc/lang-options.h: Moved the Objective-C specific options from + toplev.c. Added -fconstant-string-class. + 2000-08-05 Chris Demetriou * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END, -- 2.30.2