* expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
[platform/upstream/gcc.git] / gcc / ChangeLog
1 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
2
3         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
4
5 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6
7         * rs6000.c (output_mi_thunk): Enable full support again.
8
9 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
10
11         * sh.h (BRANCH_COST): Define.
12
13 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14
15         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
16
17 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
18
19         * function.c (assign_stack_local): Align stack slot propertly.
20         (assign_outer_stack_local): Likewise.
21
22 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
23
24         * expr.h (lang_expand_constant): Declare.
25         * toplev.c (lang_expand_constant): Define it.
26         * varasm.c (output_constant): Use it.
27
28 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
29
30         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
31         Change function definitions to K&R style.
32
33 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
34
35         * fixinc/fixincl.c: We must not ignore SIGCLD now.
36
37 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
38
39         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
40         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
41         (several places): omit static initialization
42         (process): use single fd, since only the read fd is used
43         * fixinc/gnu-regex.c: define 'const' away, if not supported
44         * fixinc/procopen.c(several places): omit static initialization
45         * fixinc/server.c: define 'volitile' away, if not supported
46
47 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
48
49         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
50         asm_fprintf and %L to generate the label name.
51         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
52         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
53
54 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
55
56         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
57         insn for a conditional jump can not be found.
58
59 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
60
61         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
62         on variables in specific sections other than .sbss and .sdata.
63
64 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
65
66         * stmt.c (expand_return): Call start_cleanup_deferral and
67         end_cleanup_deferral around conditional code.
68
69 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
70
71         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
72         filename lists.  Utilizes new "krstr" AutoGen function.
73         * fixinc/fixincl.x: Rebuilt.
74
75 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
76
77         * i386.c (output_float_compare): Avoid GNU-C extensions.
78
79 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
80
81         * version.c: Bump to distinguish mainline tree from the
82         gcc-2.95 branch.
83
84 See ChangeLog.1 for earlier changes.
85
86 Local Variables:
87 add-log-time-format: current-time-string
88 End: