OSDN Git Service

* libobjc/Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
1 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
2
3         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
4
5 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
6
7         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
8
9 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
10
11         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
12         the compiler when building C code.
13         
14 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
15
16         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
17         libdir, libsubdir and tooldir.
18
19 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
20
21         * init.c (__objc_force_linking): Make global.
22
23 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
24
25         * configure.in (AC_EXEEXT): Remove call.
26         (compiler_name): Explicitly check with no extension and .exe
27         extension.
28         * configure: Regenerate.
29
30 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
31
32         * Makefile.in (CC1OBJ): Define in terms of CC.
33         (runtime-info.h): Use.
34
35 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
36
37         * objc-features.texi: Updated the URL to Boehm's GC page.
38
39 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
40
41         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
42         the char as being signed (patch from Daniel Jacobowitz
43         <drow@false.org>).
44
45 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
46
47         * configure.in (AC_PREREQ): Update to 2.13.
48         (AC_EXEEXT): Call to find possible file extension.
49         (compiler_name): Use.
50         * configure: Regenerate.
51
52 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
53
54         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
55
56 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
57
58         * configure.in (thread_file): Correct and simplify code to find
59         the thread file.
60         * configure: Rebuilt.
61
62 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
63
64         * configure.in (compiler_name): Add check to detect if this
65         language's compiler has been built.
66         * configure: Regenerate.
67
68 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
69
70         *  configure.in: Use AC_PREREQ(2.12.1).
71
72 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
73
74         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
75
76 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
77
78         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
79
80 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
81
82         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
83
84 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
85
86         * objc-features.texi (Top): Changed the email address.
87         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
88
89 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
90
91         * encoding.c: Redefine get_inner_array_type to get the first entry
92         in the structure.
93
94 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
95
96         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
97         (objc_get_type_qualifiers): Similarly.
98         * objc/encoding.h (_C_BYREF): Define.
99         (_F_BYREF): Define.
100
101 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
102
103         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
104         works out on 64-bit systems.
105
106 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
107
108         * Makefile.in (INCLUDES): Make it multilib-friendly.
109
110 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
111
112         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
113
114 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
115                          Jeffrey A Law  (law@cygnus.com)
116
117         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
118         (FLAGS_TO_PASS): Added.
119         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
120
121         * archive.c: Change config.h to tconfig.h.
122
123         * configure.in: Find gcc's object directory even for multilibs.
124
125 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
126
127         * configure.in: Escape ^ in grep string.
128         * configure: Rebuilt.
129
130 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
131
132         * All .h files pushed down into the objc/ subdirectory.
133         * Makefile.in (copy_headers): Corresponding changes.
134         * configure.in (AC_INIT): Corresponding changes.
135         * configure: Rebuilt.
136
137 1998-09-30  Ben Elliston  <bje@cygnus.com>
138             Jeff Law      <law@cygnus.com>
139
140         * Makefile.in: Rewrite.
141
142         * configure.in: Likewise.
143
144         * configure: Regenerate.
145
146         * All .c files.  Remove "objc" prefix when including objc header
147         files.  Include tconfig.h, not ../tconfig.h.
148
149 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
150
151         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
152         (get_inner_array_type): Define.
153
154 1998-09-21  Ben Elliston  <bje@cygnus.com>
155
156         * New directory.  Moved files from ../gcc/objc.
157