]> gcc.gnu.org Git - gcc.git/blame - libobjc/ChangeLog
configure.in (mips*-*-linux*): Use mips*el to check for little endian MIPS, add tmake...
[gcc.git] / libobjc / ChangeLog
CommitLineData
9c14a607
OP
1Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
2
3 * sarray.c, Object.m: Removed the explicit prototypes for strlen
4 and memcpy on 64-bit platforms (Suggested by Rodney Brown
5 <rdb@cup.hp.com>).
6
15794a95
L
72000-05-12 H.J. Lu (hjl@gnu.org)
8
9 * Makefile.in (GTHREAD_FLAGS): New.
10 (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
11 (OBJC_THREAD_FILE): Changed to thr-objc.
12
13 * configure.in (GTHREAD_FLAGS): New, check and replace it for
14 Makefile.
15 (OBJC_THREAD_FILE): Removed.
16
17 * thr-objc.c: New.
18
8dd8d754
KG
192000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20
21 * objc/hash.h: Include string.h.
22
39b48e02
DE
232000-04-15 David Edelsohn <edelsohn@gnu.org>
24
25 * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
26
bcdb1106
JJ
272000-04-12 Jakub Jelinek <jakub@redhat.com>
28
29 * Object.m (strlen): Provide prototype on all 64bit platforms,
30 not only alpha.
31 * sarray.c (memcpy): Likewise.
32 * encoding.c (objc_layout_finish_structure): Don't use
33 ROUND_TYPE_ALIGN on sparc.
34
35f10998
JJ
35 * encoding.c (objc_layout_structure_next_member): Do the whole
36 procedure even for the first member, so that we get correct
37 alignment.
38
2e3120e8
ZW
392000-03-29 Zack Weinberg <zack@wolery.cumb.org>
40
41 * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
42 comments.
43
6fc605d8
ZW
442000-02-23 Zack Weinberg <zack@wolery.cumb.org>
45
46 * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
47
224a6bca
CB
48Thu Sep 23 07:19:12 1999 Chris Ball <cball@fmco.com>
49
50 * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
51
e36e6e02
JL
52Tue Sep 21 07:47:10 1999 Jeffrey A Law (law@cygnus.com)
53
54 * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
55 the compiler when building C code.
56
76632dd0
DJ
57Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
58
59 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
60 libdir, libsubdir and tooldir.
61
6000b42b
JDA
62Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
63
64 * init.c (__objc_force_linking): Make global.
65
6de94858
JL
66Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
67
68 * configure.in (AC_EXEEXT): Remove call.
69 (compiler_name): Explicitly check with no extension and .exe
70 extension.
71 * configure: Regenerate.
72
7af06410
MK
73Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
74
75 * Makefile.in (CC1OBJ): Define in terms of CC.
76 (runtime-info.h): Use.
77
09608fa2
OP
78Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
79
80 * objc-features.texi: Updated the URL to Boehm's GC page.
81
56d654e4
OP
82Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
83
84 * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
85 the char as being signed (patch from Daniel Jacobowitz
86 <drow@false.org>).
87
e33abc2d
MK
88Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
89
90 * configure.in (AC_PREREQ): Update to 2.13.
91 (AC_EXEEXT): Call to find possible file extension.
92 (compiler_name): Use.
93 * configure: Regenerate.
94
ab87f8c8
JL
95Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com)
96
97 * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
98
79014e6f
JL
99Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com)
100
101 * configure.in (thread_file): Correct and simplify code to find
102 the thread file.
103 * configure: Rebuilt.
104
71205e0b
MH
1051998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
106
107 * configure.in (compiler_name): Add check to detect if this
108 language's compiler has been built.
109 * configure: Regenerate.
110
223a8848
KG
111Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
112
113 * configure.in: Use AC_PREREQ(2.12.1).
114
74285159
JL
115Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
116
117 * Makefile.in (runtime-info.h): Avoid GNU make extensions.
118
84beab38
KG
119Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
120
121 * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
122
8a829fd9
KG
123Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
124
125 * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
126
befb6d14
OP
127Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
128
129 * objc-features.texi (Top): Changed the email address.
130 * objc-features.texi (Garbage Collection): Use @uref instead of @url.
131
132Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
133
134 * encoding.c: Redefine get_inner_array_type to get the first entry
135 in the structure.
136
1df287f8
RFM
137Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
138
139 * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
140 (objc_get_type_qualifiers): Similarly.
141 * objc/encoding.h (_C_BYREF): Define.
142 (_F_BYREF): Define.
143
07181a20
DM
1441998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com>
145
146 * objc/sarray.h: Make boffset be an unsigned long when sparc so it
147 works out on 64-bit systems.
148
5e2f657b
AO
149Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
150
ceff9b14 151 * Makefile.in (INCLUDES): Make it multilib-friendly.
5e2f657b 152
4afb3646
L
153Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org)
154
155 * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
156
4102f627
RL
157Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com>
158 Jeffrey A Law (law@cygnus.com)
159
160 * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
161 (FLAGS_TO_PASS): Added.
162 (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
163
164 * archive.c: Change config.h to tconfig.h.
165
166 * configure.in: Find gcc's object directory even for multilibs.
167
168Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com>
5ae4c799
RL
169
170 * configure.in: Escape ^ in grep string.
171 * configure: Rebuilt.
172
789eb4f5
JL
173Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
174
175 * All .h files pushed down into the objc/ subdirectory.
176 * Makefile.in (copy_headers): Corresponding changes.
177 * configure.in (AC_INIT): Corresponding changes.
178 * configure: Rebuilt.
179
bce1b489
BE
1801998-09-30 Ben Elliston <bje@cygnus.com>
181 Jeff Law <law@cygnus.com>
182
183 * Makefile.in: Rewrite.
184
185 * configure.in: Likewise.
186
187 * configure: Regenerate.
188
189 * All .c files. Remove "objc" prefix when including objc header
190 files. Include tconfig.h, not ../tconfig.h.
191
2e5f02a3
OP
192Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
193
194 * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
195 (get_inner_array_type): Define.
196
88e17b57
BE
1971998-09-21 Ben Elliston <bje@cygnus.com>
198
199 * New directory. Moved files from ../gcc/objc.
200
This page took 0.143884 seconds and 5 git commands to generate.