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