]> gcc.gnu.org Git - gcc.git/blame - gcc/ChangeLog
configure.in: Check makefile fragments in the source directory.
[gcc.git] / gcc / ChangeLog
CommitLineData
db8abea3
BH
1Mon Jan 5 02:53:01 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
2
3 * frame.c (find_fde): Correct FDE's upper bound.
4
5d483f63
RH
5Fri Jan 16 16:23:52 1998 Richard Henderson <rth@cygnus.com>
6
7 * gengenrtl.c (DEF_RTL_EXPR): Provide a K&R compliant version.
8
9a960e6b
JL
9Fri Jan 16 10:16:10 1998 Jeffrey A Law (law@cygnus.com)
10
11 * calls.c (expand_call): Move #ifdef code out of macro argument
12 lists.
13 (emit_library_call, emit_library_call_value): Likewise.
14
a4b18346
JL
15Fri Jan 16 00:46:40 1998 Jeffrey A Law (law@cygnus.com)
16
17 * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
18
a252996a
JL
19Thu Jan 15 01:02:30 1998 Jeffrey A Law (law@cygnus.com)
20
21 * version.c: Bump for snapshot.
22
38a448ca
RH
23Wed Jan 14 22:49:17 1998 Richard Henderson <rth@cygnus.com>
24
25 * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;
26 change gen_rtx(expr...) to gen_rtx_fmt_foo(expr...).
27 * caller-save.c, calls.c, combine.c, cse.c: Likewise.
28 * dwarf2out.c, except.c, explow.c, expmed.c, expr.c: Likewise.
29 * final.c, flow.c, function.c, genpeep.c, haifa-sched.c: Likewise.
30 * halfpic.c, integrate.c, jump.c, local-alloc.c, loop.c: Likewise.
31 * profile.c, recog.c, reg-stack.c, regclass.c, regmove.c: Likewise.
32 * reload.c, reload1.c, reorg.c, sched.c, stmt.c, stupid.c: Likewise.
33 * unroll.c, varasm.c: Likewise.
34 * config/alpha/alpha.c, config/alpha/alpha.md: Likewise.
35
36Wed Jan 14 19:36:08 1998 Gavin Koch (gavin@cygnus.com)
60db002d
GK
37
38 * mips.h: Fix some type-o's from a previous change.
39
a8decb2c
JL
40Wed Jan 14 01:26:05 1998 Jeffrey A Law (law@cygnus.com)
41
42 * loop.c (check_dbra_loop): Make sure initial value is a
43 CONST_INT before trying to normalize it.
44
0e2b736c
RL
45Tue Jan 13 23:27:54 1998 Robert Lipe (robertl@dgii.com)
46
47 * sco5.h (ASM_OUTPUT_SECTION_NAME): Refresh from ../svr4.h.
48
a3aa3d8c
HB
49Tue Jan 13 22:47:02 1998 Herman ten Brugge <herman@htbrug.net.HCC.nl>
50
51 * cppexp.c: Include gansidecl.h
52
8b496c8d
ILT
53Tue Jan 13 22:43:35 1998 Ian Lance Taylor <ian@cygnus.com>
54
55 * svr4.h (LINK_SPEC): Never specify -h.
56 * ptx4.h (LINK_SPEC): Likewise.
57 * rs6000/sysv4.h (LINK_SPEC): Likewise.
58 * sparc/sol2.h (LINK_SPEC): Likewise.
59
c995fea1
RH
60Tue Jan 13 22:39:40 1998 Richard Henderson (rth@cygnus.com)
61
8d47dfc5
RH
62 * c-typeck.c (comptypes): Exit early on NULL input.
63
c995fea1
RH
64 * haifa-sched.c (schedule_insns): Correctly remove inter-block
65 dependencies after reload.
66
88ea0ad1
FS
67Tue Jan 13 22:22:31 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
68
69 * rs6000/linux.h (CPP_PREDEFINES): Add -D__ELF__.
70
f5e86959
JL
71Tue Jan 13 22:14:57 1998 Klaus Kaempf <kkaempf@progis.de>
72
73 * alpha/vms.h (DIR_SEPARATOR): define
74
75Tue Jan 13 22:13:04 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
6c32c807
BH
76
77 * Makefile.in (stamp-proto): Remove.
78 (protoize.o, unprotoize.o): Straightforward compile.
79 * unprotoize.c: Define UNPROTOIZE here, not in the Makefile.
80
93006f8c
MK
81Tue Jan 13 21:59:39 1998 Mumit Khan <khan@xraylith.wisc.edu>
82
83 * i386/cygwin32.h (STRIP_NAME_ENCODING): Define for Win32 to strip
84 off the trailing @[NUM] added by ENCODE_SECTION_INFO.
85
e4c4f8df
JL
86Tue Jan 13 21:55:06 1998 Jeffrey A Law (law@cygnus.com)
87
88 * arm/netbsd.h (DWARF2_UNWIND_INFO): Define as zero for now.
89 * i386/netbsd.h, m68k/netbsd.h, ns32k/netbsd.h: Likewise.
90 * sparc/netbsd.h, vax/netbsd.h: Likewise.
91
4aa0c2a5
SS
92Tue Jan 13 21:37:07 1998 Shigeya Suzuki <shigeya@foretune.co.jp>
93
94 * i386/bsd386.h (DWARF2_UNWIND_INFO): Define as zero for now.
95
c43143f6
JW
96Tue Jan 13 17:50:55 1998 Jim Wilson <wilson@cygnus.com>
97
98 * configure.in (target_cpu_default, target_cpu_default2): Use double
99 quotes around them when testing their value.
100 * configure: Rebuilt.
101
4b8140a6
JC
102Tue Jan 13 09:07:44 1998 John Carr <jfc@mit.edu>
103
104 * gengenrtl.c (gencode): Emit new function obstack_alloc_rtx
105 to allocate rtx.
106 (gendef): Call obstack_alloc_rtx.
107
82de9b28 108Tue Jan 13 01:16:36 1998 Robert Lipe (robertl@dgii.com)
fe07d4c1
RL
109
110 * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4
111 for now.
112
23092526
MK
113Thu Dec 18 18:40:17 1997 Mumit Khan <khan@xraylith.wisc.edu>
114
115 * i386/mingw32.h (INCOMING_RETURN_ADDR_RTX): Delete. Use the value
116 of DWARF2_UNWIND_INFO, if any, from i386/cygwin32.h instead.
117 (STANDARD_INCLUDE_DIR): Change to /usr/local/i386-mingw32/include.
118
32318600
JW
119Tue Jan 13 00:44:02 1998 Jim Wilson <wilson@cygnus.com>
120
121 * mips.md (return_internal): Change mode from SImode to VOIDmode.
122
ef720b21
KJ
123Sat Jan 10 22:11:39 1998 J. Kean Johnston <jkj@sco.com>
124
125 * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
126 "-static".
127
cde21847
SC
128Sat Jan 10 22:04:15 1998 Stan Cox <scox@equinox.cygnus.com>
129
130 * i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode
131 suffix from operand 3.
132
184bb750
R
133Sat Jan 10 21:50:16 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
134 Jeffrey A Law (law@cygnus.com)
135
136 * regmove.c: New implementation of regmove pass.
137 * local-alloc.c (optimize_reg_copy_1, optimize_reg_copy_2): Remove
138 decls, make them have external linkage. Return a value from
139 optimize_reg_copy_1.
140 * reload.h (count_occurrences): Add decl.
141 * reload1.c (count_occurrences): Delete decl, make it have external
142 linkage.
143 * rtl.h (optimize_reg_copy_1, optimize_reg_copy_2): Declare.
144
3f9e9508
JL
145Sat Jan 10 20:30:12 1998 Jeffrey A Law (law@cygnus.com)
146
147 * regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P
148 if it is not defined.
149
3b80f6ca
RH
150Thu Jan 8 21:06:54 1998 Richard Henderson <rth@cygnus.com>
151
152 * Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
153 * emit-rtl.c (gen_rtx): Move special code to ...
154 (gen_rtx_CONST_INT): New function.
155 (gen_rtx_REG): New function.
156 (*): Update all calls to gen_rtx.
157 * genemit.c (gen_exp): Emit calls to gen_rtx_FOO for constant FOO.
158 * rtl.h: Include genrtl.h; prototype CONST_INT & REG generators.
159 (GEN_INT): Call gen_rtx_CONST_INT.
160 * gengenrtl.c: New file.
161
1c72c7f6
JC
162Mon Jan 5 13:00:18 1998 John F. Carr <jfc@mit.edu>
163
164 * alias.c (*_dependence): Call base_alias_check before canon_rtx.
165 (base_alias_check): If no base found for address call canon_rtx and
166 try again.
167
8fa4e1b4
JL
168Mon Jan 5 11:39:49 1998 Jeffrey A Law (law@cygnus.com)
169
170 * mips.c (mips_expand_prologue): Handle large frame with no outgoing
171 arguments for mips16.
172 (mips_expand_epilogue): Pass "orig_tsize" to save_restore_insns.
173 Don't lose if tsize is zero after handling large stack for mips16.
174 * mips.md (return): For trivial return, return address is in $31.
175
eb774d8d
NS
176Sun Jan 4 20:24:00 1998 Nigel Stephens <nigel@algor.co.uk>
177
178 * mips/mips16.S: Various changes to make it work with -msingle-float
179 and -EL.
180
2bcb2ab3
GK
181Sun Jan 4 14:25:18 1998 Gavin Koch <gavin@cygnus.com>
182 Ian Lance Taylor <ian@cygnus.com>
183 Jeff Law <law@cygnus.com>
184
185 * mips.c, mips.h, mips.md: First cut at merging in mips16
186 support. Major modifications throughout all three files.
187
db0d1ed9
SS
188Sun Jan 4 01:01:50 1998 scott snyder <snyder@d0sgif.fnal.gov>
189
190 * configure.in: Make gthr-default.h a forwarding header instead of
191 a symlink.
192
79873958
KG
193Sat Jan 3 12:08:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
194
86e011ad
KG
195 * gcov-io.h: Include sys/types.h to ensure we get size_t.
196
79873958
KG
197 * pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
198
35a42f5f
JW
199Fri Jan 2 23:40:09 1998 Jim Wilson (wilson@cygnus.com)
200 Jeffrey A Law (law@cygnus.com)
201
202 * crtstuff.c (__frame_dummy): New function for irix6.
203 (__do_global_ctors): Call __frame_dummy for irix6.
204 * iris6.h (LINK_SPEC): Hide __frame_dummy too.
205
ef86d2ee
WL
206Fri Jan 2 04:57:57 1998 Weiwen Liu <liu@hepmail.physics.yale.edu>
207
208 * alpha.c (vms_valid_decl_attribute_p): Move within #if OPEN_VMS.
209
6c174fc0
RH
210Fri Jan 2 04:34:14 1998 Richard Henderson <rth@cygnus.com>
211
212 * c-decl.c (init_decl_processing): Provide proper fallback symbol
213 for __builtin_memset.
214 * expr.c (expand_builtin) [MEMSET]: Arg 3 type code is INTEGER_TYPE
215 not INTEGER_CST. Assert arg 3 is a constant.
216
217 * alpha.c (mode_width_operand): Accept 64-bit modes.
218 (mode_mask_operand): Likewise.
219 (print_operand): Likewise for 'M' and 'U' codes.
220 (alpha_expand_unaligned_load): New function.
221 (alpha_expand_unaligned_store): Likewise.
222 (alpha_expand_unaligned_load_words): Likewise.
223 (alpha_expand_unaligned_store_words): Likewise.
224 (alpha_expand_block_move): Likewise.
225 (alpha_expand_block_clear): Likewise.
226 * alpha.h (MOVE_RATIO): New define.
227 * alpha.md (extxl, ext*h, ins*l, mskxl): Name them.
228 (insql, insxh, mskxh, extv, extzv, insv, movstrqi, clrstrqi): New.
229
230 * alpha.h (ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE): Set to 3.
231 (CONSTANT_ALIGNMENT, DATA_ALIGNMENT): Disable.
232
8fbf199e
RH
233Thu Jan 1 15:40:15 1998 Richard Henderson <rth@cygnus.com>
234
235 * configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
236 * configure: Update.
237
2d490e3e
JL
238Thu Jan 1 10:49:12 1998 Jeffrey A Law (law@cygnus.com)
239
aa2ae679
JL
240 * emit-rtl.c (operand_subword): Correctly handle extracting a word
241 from a CONST_DOUBLE for 16bit targets with !WORDS_BIG_ENDIAN.
242
2d490e3e
JL
243 * mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate
244 for first argument.
245
6e26218f
ILT
246Wed Dec 31 14:42:18 1997 Ian Lance Taylor <ian@cygnus.com>
247
248 * configure.in: Set and subsitute host_exeext. Use it when creating
249 the assembler and linker symlinks.
250 * configure: Rebuild.
251 * Makefile.in (exeext): Set to @host_exeext@.
252 (build_exeext): New variable, set to @build_exeext@.
253 (FLAGS_TO_PASS): Pass down build_exeext.
254 (STAGESTUFF): Use build_exeext, not exeext, for gen* and bi*
255 programs.
256
1b31097e
JL
257Wed Dec 31 10:05:44 1997 Jeffrey A Law (law@cygnus.com)
258
259 * mn10200.md (addsi3, subsi3): Fix thinkos.
260
194faace
RH
261Tue Dec 30 00:04:49 1997 Richard Henderson <rth@cygnus.com>
262
263 * sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
264 save+restore. Fix pic+big_offset delay slot. Use "pic" case for
265 unix always, since we want to be able to thunk to functions in a
266 shared library from an application.
267
975602f8
ILT
268Mon Dec 29 14:37:31 1997 Ian Lance Taylor <ian@cygnus.com>
269
270 * mips/t-ecoff (CROSS_LIBGCC1): Define to libgcc1-asm.a.
271 (LIB1ASMSRC, LIB1ASMFUNCS): Define.
272
0eb1ad44
JL
273Mon Dec 29 14:03:38 1997 Jeffrey A Law (law@cygnus.com)
274
275 * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
276 offset's mode is not ptr_mode, convert it.
277
eff0f7ac
MM
278Mon Dec 29 15:58:18 1997 Michael Meissner <meissner@cygnus.com>
279
280 * libgcc2.c (inhibit_libc): Don't define inhibit_libc when cross
281 compiling if it was already defined.
282
2c3a56ad
JL
283Sun Dec 28 00:32:16 1997 Jeffrey A Law (law@cygnus.com)
284
285 * flow.c (find_basic_blocks): Don't create a new basic block
286 for calls in a LIBCALL block.
287
fc97718f
DE
288Sun Dec 28 00:30:24 1997 David Edelsohn <edelsohn@mhpcc.edu>
289
290 * config/fp-bit.c (L_df_to_sf): Fix typo in last change.
291
5b5a2a1e
JL
292Sat Dec 27 22:43:12 1997 Jeffrey A Law (law@cygnus.com)
293
294 * cse.c (rtx_cost): Remove conflicting default case.
295
128f7968
RH
296Sat Dec 27 21:20:02 1997 Richard Henderson <rth@cygnus.com>
297
298 * configure.in: Move default enabling of Haifa out of for loop.
299 * configure: Rebuild.
300
e81b4fbe
JL
301Thu Dec 25 01:02:54 1997 Jeffrey A Law (law@cygnus.com)
302
303 * version.c: Bump for snapshot.
304
f24af81b
TT
3051997-12-25 Teemu Torma <tot@trema.com>
306
307 * Makefile.in (GTHREAD_FLAGS): New var.
308 (LIBGCC2_CFLAGS): Added $(GTHREAD_FLAGS).
309 (distclean): Remove gthr-default.h.
310
311 * configure.in: Accept dce as a thread package.
312 Check for thread.h and pthread.h.
313 Link gthr-default.h to appropriate thread file and set
314 gthread_flags.
315 (hppa1.1-*-hpux10*): If --enable-threads, use dce threads and
316 include multilib definitions from pa/t-dce-thr.
317 (sparc-*-solaris2*): Enable threads by default, if thread.h or
318 pthread.h is found, preferring posix threads over solaris ones.
319
320 * config/pa/t-dce-thr: New file.
321 * config/pa/t-pa: Removed multilibs.
322 * config/sparc/t-sol2: Ditto.
323
324 * gthr.h: New file.
325 * gthr-single.h: New file.
326 * gthr-posix.h: New file.
327 * gthr-solaris.h: New file.
328 * gthr-dce.h: New file.
329 * libgcc-thr.h: Removed.
330 * objc/thr-dce.c: New file copied from thr-decosf1.c.
331
332 * frame.c: Include gthr.h instead of libgcc-thr.h.
333 * libgcc2.c: Include gthr.h instead of libgcc-thr.h.
334 (eh_context_initialize): If __gthread_once fails, use static eh
335 context.
336 (eh_context_free): Call __gthread_key_dtor.
337
d9a4ee00
JL
338Wed Dec 24 23:33:17 1997 Jeffrey A Law (law@cygnus.com)
339
340 * expr.h (MUST_PASS_IN_STACK): Allow target port to override.
341
04bd620d
JW
342Wed Dec 24 23:12:14 1997 Jim Wilson <wilson@cygnus.com>
343
556c714b 344 * cse.c (max_insn_uid): New variable.
556c714b
JW
345 (cse_around_loop): Use max_insn_uid.
346 (cse_main): Set max_insn_uid.
347
04bd620d
JW
348 * abi64.h (LONG_MAX_SPEC): Check MIPS_ABI_DEFAULT and TARGET_DEFAULT,
349 and define __LONG_MAX__ appropriately. Add support for -mabi=X,
350 -mlong64, and -mgp{32,64} options.
351 * mips.c (mips_abi): Change type to int.
352 * mips.h (enum mips_abi_type): Delete.
353 (ABI_32, ABI_N32, ABI_64, ABI_EABI): Define as constants.
354 (mips_abi): Change type to int.
355
439d5a35
JC
356Wed Dec 24 22:38:34 1997 John Carr <jfc@mit.edu>
357
358 * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
359 optimization is now always enabled.
360
361 * calls.c (expand_call): Recognize C++ operator new as malloc-like
362 function.
363
364 * alias.c (memrefs_conflict_p): Eliminate tests now done by
365 base_alias_check.
366 (*_dependence): Call canon_rtx before base_alias_check.
367 (init_alias_once): New function to precompute set of registers which
368 can hold Pmode function arguments.
369
370 * rtl.h: Declare init_alias_once.
371
372 * toplev.c (compile_file): Call init_alias_once.
373
280e521f
JL
374Wed Dec 24 22:34:55 1997 Jeffrey A Law (law@cygnus.com)
375
376 * tree.c (restore_tree_status): Do not dereference a null pointer.
377
95b8c0c8
PE
378Tue Dec 23 12:56:46 1997 Paul Eggert <eggert@twinsun.com>:
379
380 * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to
381 RLIMIT_STACK. This maintains consistency with the recent, similar
382 patch to cccp.c and toplev.c.
383
71d9b493
RH
384Tue Dec 23 05:17:28 1997 Richard Henderson <rth@cygnus.com>
385
386 * genattrtab.c (expand_units): For large nr opclasses, expand
387 function_units_used with ORX to prevent blowups. Tag with FFS.
388 (num_unit_opclasses): New variable.
389 (gen_unit): Update it.
390 (enum operator): Add ORX_OP.
391 (operate_exp): Treat ORX as or, except don't expand across an if.
392 Reuse number rtx's after operating on them.
393 (check_attr_value): Accept IOR, AND, & FFS.
394 (write_test_expr): Transmute `in_comparison' to `flags'. Allow
395 for attribute value caching. Handle CONST_STRING, IF_THEN_ELSE.
396 (write_expr_attr_cache, write_toplevel_expr): New functions.
397 (write_attr_get): Handle FFS-tagged expressions.
398 (make_canonical): Don't expand const attributes.
399 (convert_const_symbol_ref): Dike out.
400 (evaluate_eq_attr): Handle SYMBOL_REF.
401 (main): Don't emit get_attr_foo for const attributes.
402
403 * alpha.c (override_options): Reinstate PROCESSOR_EV6.
404 (alpha_adjust_cost): Add EV6 tuning; streamline EV5 tests.
405 * alpha.h (REGISTER_MOVE_COST): Increase ftoi/itof cost slightly.
406 * alpha.md: Redo all of the scheduling, adding EV6 support, and
407 combining function units where possible.
408 (attr "type"): Split loads, stores, cmov into int/fp. Combine
409 multiplies and divides. Add EV6 sqrt, ftoi, itof.
410 (attr "opsize"): New attribute.
411 (sqrtsf2-1, sqrtdf2-1): Provide proper TP_INSN patterns.
412 (movsf2-[12], movdf2-[12]): Provide CIX varients; don't allow CIX
413 to control register allocation.
414 (movsi2-1, movdi2-1): Likewise.
415
b0435cf4
RH
416Tue Dec 23 03:53:21 1997 Richard Henderson <rth@cygnus.com>
417
418 * alpha.h (CPP_PREDEFINES, LIB_SPEC, LINK_SPEC, STARTFILE_SPEC,
419 MD_STARTFILE_PREFIX, ASM_FILE_START, ASM_SPEC, ASM_FINAL_SPEC):
420 Move OSF/1 specific defines out.
421 * alpha/elf.h (TARGET_VERSION, CPP_PREDEFINES, DEFAULT_VTABLE_THUNKS):
422 Move Linux specific defines out.
423 (LINK_SPEC): Genericize.
424 (ASM_FILE_START): Emit .arch if using more than the base insn set.
425 (ASM_OUTPUT_SOURCE_LINE): Remove; identical to alpha.h version.
426 (SDB_DEBUGGING_INFO): Remove; gas can't handle it.
427 (HANDLE_SYSV_PRAGMA): Define.
428 * alpha/osf.h: New file.
429 * alpha/linux.h: Split. Retain file-format independant defines.
430 Import Linux bits from elf.h.
431 (CPP_PREDEFINES): Take a file-format specific SUB_CPP_PREDEFINES
432 (FUNCTION_PROFILER): _mcount takes its address in $28.
433 (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Remove undef.
434 * alpha/linux-ecoff.h: New file.
435 * alpha/linux-elf.h: New file.
436 * alpha/vms.h (LIB_SPEC, LINK_SPEC): Copy from osf.h.
437 * alpha/win-nt.h (TARGET_DEFAULT): Define.
438 * configure.in (alpha*-*-osf*, alpha*-*-linux*) [tm_file]:
439 Add new headers as appropriate.
440
441 * configure.in (alpha*): Enable Haifa by default.
442 (*-*-winnt3*): Change to winnt*, since we're not v3 specific.
443 * configure: Rebuild.
444
5768f211
RH
445Tue Dec 23 03:14:54 1997 Richard Henderson <rth@cygnus.com>
446
447 * Makefile.in (clean): Remove the stages with their objects here ...
448 (distclean): ... instead of here.
449
9e04c65a
KG
450Mon Dec 22 11:24:01 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
451
452 * cse.c (rtx_cost): Add default case in enumeration switch.
453 * fix-header.c (recognized_macro): Likewise.
454 (recognized_extern): Likewise.
455 (write_rbrac): Likewise.
456 * objc/objc-act.c (encode_aggregate): Likewise.
457 (gen_declarator): Likewise.
458 (gen_declspecs): Likewise.
459
1d88b804
JL
460Mon Dec 22 09:58:51 1997 Jeffrey A Law (law@cygnus.com)
461
462 * haifa-sched.c (create_reg_dead_note): Detect and handle another
463 case where we kill more regs after sched than were killed before
464 sched.
465 * sched.c (create_reg_dead_note): Similarly.
466
bbeba0ba
JL
467Mon Dec 22 09:18:37 1997 Jeffrey A Law (law@cygnus.com)
468
469 * c-pragma.c: Include flags.h.
470
05853640
MK
471Sun Dec 21 22:10:59 1997 Mumit Khan <khan@xraylith.wisc.edu>
472
473 * i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
474 about system headers.
475 (LIB_SPEC): Add -ladvapi32 -lshell32 to be consistent with mingw32
476 and also to resolve symbols in prefix.c.
477
478 * i386/xm-cygwin32.h (HAVE_BCOPY): Define. This avoids a conflict
479 between gansidecl.h and newlib's _ansi.h when building libgcc2.a,
480 when the definitions in auto-config.h is not visible.
481 (HAVE_BZERO): Likewise.
482 (HAVE_BCMP): Likewise.
483 (HAVE_RINDEX): Likewise.
484 (HAVE_INDEX): Likewise.
485
44201dba
JL
486Sun Dec 21 21:54:22 1997 Jeffrey A Law (law@cygnus.com)
487
488 * pa.c (emit_move_sequence): Handle a function label source
489 operand.
490
d300e551
NC
491Sun Dec 21 16:13:55 1997 Nick Clifton <nickc@cygnus.com
492
493 * c-pragma.c (handle_pragma_token): Generate warning messages
494 about unknown pragmas if warn_unknown_pragmas is set.
495
496 * c-decl.c (c_decode_option): Parse -Wunknown-pragmas command
497 line option to set variable: warn_unknown_pragmas.
498
d3245704
MH
499Sun Dec 21 15:51:10 1997 Manfred Hollstein <manfred@lts.sel.alcatel.de>
500
501 * m68k/mot3300.h (ASM_BYTE_OP): Don't include '\t' in the
502 definition.
503 (ASM_OUTPUT_ASCII): Prefix ASM_BYTE_OP by one single '\t'.
504
5198352e
JL
505Sun Dec 21 13:58:39 1997 Jeffrey A Law (law@cygnus.com)
506
507 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Define.
508 (libgcc2.a): Depend on $(DPBIT) and $(FPBIT). Add rules to
509 generate more fine grained floating point emulation libraries.
510 * config/fp-bit.c: Add protecting #ifdef to all functions so
511 that they can be compiled separately. If !FINE_GRAINED_LIBRARIES,
512 then compile all suitable functions.
513 (pack_d, unpack_d, fpcmp_parts): Add declarations, define with two
514 underscores to avoid namespace pollution.
515 * t-mn10200 (LIB2FUNCS_EXTRA): Remove fp-bit.c
516 (FPBIT): Define.
517 * t-mn10300 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
518 (FPBIT): Define.
519 (DPBIT): Define.
520
9f1ff8e8 521Sat Dec 20 11:26:47 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1d300e19
KG
522 Jeff Law <law@cygnus.com>
523
524 * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning
525 of the declaration.
526 * c-decl.c (finish_decl): Use parentheses around && within ||.
527 * rtl.c: Include stdlib.h.
528 (read_skip_spaces): Add parentheses around assignments used as
529 truth values.
530 (read_rtx): Initialize list_rtx.
531 * cppexp.c (parse_number): Use || when operands are truth values.
532 * alias.c (find_base_value): Add default case.
533 (memrefs_conflict): Likewise.
534 * combine.c (sets_function_arg_p): Likewise.
535 * genemit.c (gen_exp): Likewise.
536 * local-alloc.c (contains_replace_regs): Likewise.
537 * rtlanal.c (jmp_uses_reg_or_mem): Likewise.
538 * fold-const.c (fold_convert): Use "&&" for truth values.
539 (fold): Add default case.
540 * sdbout.c (sdbout_field_types): Fix typo in declaration.
541 (sdbout_one_type): Add default case.
542 * alpha.c (alpha_sa_mask): Prototype only if OPEN_VMS.
543 (some_operand): Add default case.
544 (input_operand): Likewise.
545 (signed_comparison_operator): Likewise.
546 (divmod_operator): Likewise.
547 (alpha_set_memflags_1): Likewise.
548 * reload1.c (reload_cse_simplify_operands): Ensure function
549 always returns a value.
550 * scan-decls.c (scan_decls): Likewise.
551 * c-lex.c (skip_white_space): Fix typo in declaraion.
552 * c-typeck.c (comp_target_types): Add parentheses around assignment
553 used as truth value.
554 (print_spelling): Likewise.
555 (constructor_implicit, constructor_result): Remove unused variables.
556 * collect2.c (scan_library): Protect prototype with
557 #ifdef SCAN_LIBRARIES.
558 * emit-rtl.c (find_line_note): Fix typo in declaration.
559 * final.c (asm_insn_count): Protect prototype with
560 #ifdef HAVE_ATTR_length.
561 * flow.c (find_auto_inc): Protect prototype with #ifdef AUTO_INC_DEC.
562 (try_pre_increment_1, try_pre_increment): Likewise.
563 * regclass.c (auto_inc_dec_reg_p): Protect prototype with
564 #ifdef FORBIDDEN_INC_DEC_CLASSES. Make return type explicit.
565 * gcov-io.h (__store_long, __write_long, __read_long): Fix
566 unsigned/signed comparisons.
567 * gcov.c (read_files): Remove unused "first_type" variable.
568 (scan _for_source_files): Initialize s_ptr.
569 (function_summary): Eliminate "%lf" formatting, use %ld for
570 longs.
571 (output_data): Initialize branch_probs and last_line_num.
572 Eliminate "%lf" formatting, use "%ld" for longs.
573
18543a22
ILT
574Fri Dec 19 17:31:11 1997 Ian Lance Taylor <ian@cygnus.com>
575
afba61d1
ILT
576 * mips16.S: New file.
577
578 * libgcc2.c (varargs): Handle mips16.
579
18543a22
ILT
580 * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
581 expression.
582 * stmt.c (expand_end_case): Likewise.
583 * alpha.h (CASE_VECTOR_PC_RELATIVE): Update.
584 * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise.
585 * rs6000.h, sh.h, tahoe.h, v850.h vax.h z8k.h: Likewise.
586
dbf3231e
AS
587Tue Dec 16 15:14:09 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
588
589 * objc/Make-lang.in: Create runtime-info.h and libobjc_entry.o in
590 the build directory.
591 (libobjc.a): Update dependency list.
592 (libobjc.dll): Likewise. Use libobjc_entry.o from the build
593 directory.
594 (objc/sendmsg.o): Add -Iobjc to find runtime-info.h.
595 (objc.mostlyclean): Remove runtime-info.h.
596
e1ee5cdc
RH
597Fri Dec 19 00:19:42 1997 Richard Henderson <rth@cygnus.com>
598
599 * tree.c (build_range_type): Allow creation of ranges with no maximum.
600 * dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
601 * dwarf2out.c (add_subscript_info): Likewise.
602 * dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
603 * sdbout.c (plain_type_1): Likewise.
604 * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
605 Likewise.
606 * fold-const.c (int_const_binop, fold_convert, make_range, fold):
607 Likewise.
608
dfe91418
JL
609Thu Dec 18 17:05:10 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
610
611 * mips.c (fatal): Remove declaration.
612
6131997-12-18 Mark Mitchell <mmitchell@usa.net>
614
615 * integrate.c (get_label_from_map): New function.
616 (expand_inline_function): Use it. Initialize the label_map to
617 NULL_RTX instead of gen_label_rtx.
618 (copy_rtx_and_substitute): Use get_label_from_map.
619 * integrate.h (get_label_from_map): New function.
620 (set_label_from_map): New macro.
621 * unroll.c (unroll_loop): Use them.
622 (copy_loop_body): Ditto.
623
337e2b69
ILT
624Thu Dec 18 19:19:57 1997 Ian Lance Taylor <ian@cygnus.com>
625
626 * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
627 (INIT_TARGET_OPTABS): Define.
628 * mips/ecoff.h: Include gofast.h before mips.h.
629 (INIT_SUBTARGET_OPTABS): Define instead of INIT_TARGET_OPTABS.
630 * mips/elf64.h: Likewise.
631 * mips/elf.h (ASM_OUTPUT_SECTION_NAME): Define.
632
02531345
JM
633Thu Dec 18 14:51:12 1997 Jason Merrill <jason@yorick.cygnus.com>
634
635 * except.c: Remove register_exception_table{,_p}.
636
913b5d54
GK
637Thu Dec 18 14:57:29 1997 Gavin Koch <gavin@cygnus.com>
638
efb84aa5
GK
639 * unroll.c (calculate_giv_inc): Handle constant increment found in
640 a MEM with an appropriate REG_EQUAL note.
641
bb1b857a
GK
642 * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
643
913b5d54
GK
644 * dwarf2out.c (dwarf2out_frame_debug): Handle adjustments of the
645 frame pointer in the prologue.
646
80aab652
RL
647Thu Dec 18 00:19:38 1997 Robert Lipe <robertl@dgii.com>
648
649 * i386/x-sco5 (CLIB) Deleted. (ALLOCA) Added.
650 * i386/xm-sco5.h (USE_C_ALLOCA) Added.
651
f5c4bc60
BM
652Tue Dec 16 18:51:00 1997 Bill Moyer <billm@cygnus.com>
653
654 * config/m68k/m68k.c (output_function_prologue): Typecast
655 dwarf2out_cfi_label to (char *).
656 * config/m68k/m68kemb.h (STARTFILE_SPEC): Redefined to "".
657
8dcb5295
RH
658Wed Dec 17 15:06:04 1997 Richard Henderson <rth@cygnus.com>
659
660 * sparc.md (jump): Don't use the annul bit around an empty loop.
661 Patch from Kevin.Kelly@East.Sun.COM.
662
a99503b1
SC
663Wed Dec 17 00:51:36 1997 Stan Cox (scox@cygnus.com)
664
665 * jump.c: (optimize_jump): Don't use the return register as a
666 source1 of a conditional move.
667
e13c943c
RH
668Tue Dec 16 23:45:40 1997 Richard Henderson <rth@cygnus.com>
669
670 * sparc.c (DF_MODES): Or the mask not the bit number.
671 (function_arg) [ARCH64]: Send unprototyped arg to fp reg first.
672
be3d27d6
CI
673Wed Dec 17 00:13:48 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
674
675 * combine.c (force_to_mode): return immediately if operand is a CLOBBER.
676
f184a264
MH
677Tue Dec 16 23:44:54 1997 Manfred Hollstein <manfred@s-direktnet.de>
678
ade7386a
MH
679 * fixincludes (size_t): Add support for Motorola's stdlib.h
680 which fails to provide a definition for size_t.
681 (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
682 (strlen,strspn,strcspn return value): Handle different layout on sysV88.
683 (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
684
f184a264
MH
685 * m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
686 prevent unresolved externals in libio.
687 * m88k/xm-sysv3.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Likewise.
688
afc96791
L
689Tue Dec 16 23:25:45 1997 H.J. Lu (hjl@gnu.org)
690
691 * config/sparc/linux64.h (LIBGCC_SPEC): Removed.
692 (CPP_SUBTARGET_SPEC): Add %{pthread:-D_REENTRANT}.
693 (LIB_SPEC): Updated for glibc 2.
694
e9818f3c
JL
695Tue Dec 16 20:11:36 1997 Jeffrey A Law (law@cygnus.com)
696
697 * ginclude/stdarg.h: Undo BeOS changes, they break hpux.
698 * ginclude/varargs.h: Likewise.
699
a3fd4e75 700Tue Dec 16 00:32:01 1997 Jeffrey A Law (law@cygnus.com)
520cd331
JL
701
702 * version.c: Bump for snapshot.
703
a3fd4e75
JL
704Tue Dec 16 00:14:29 1997 H.J. Lu (hjl@gnu.org)
705
706 * frame.h (__register_frame, __register_frame_table,
707 __deregister_frame): New.
708 * frame.c (__register_frame, __register_frame_table,
709 __deregister_frame): New.
710 * frame.c (__deregister_frame_info): Return void *.
711 * frame.h (__deregister_frame_info): Ditto.
712 * collect2.c (__deregister_frame_info): Ditto.
713
166cdf4a
RH
714Mon Dec 15 18:40:08 1997 Richard Henderson <rth@cygnus.com>
715
716 * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG.
717
bcbbac26
RH
718Mon Dec 15 18:31:43 1997 Richard Henderson <rth@cygnus.com>
719
720 * alpha.c (alpha_cpu_name): New variable.
721 (alpha_mlat_string): Likewise.
722 (alpha_memory_latency): Likewise.
723 (override_options): Handle -mmemory-latency.
724 (alpha_adjust_cost): Adjust load cost for latency.
725 * alpha.h (TARGET_OPTIONS): Add meory-latency.
726 (REGISTER_MOVE_COST): Define in terms of memory_latency. Take
727 TARGET_CIX into account.
728 (MEMORY_MOVE_COST): Define in terms of memory_latency.
729 * invoke.texi (DEC Alpha Options): Document -mmemory-latency.
730
731 * alpha.h (ASM_COMMENT_START): New macro.
732
733Mon Dec 15 17:48:05 1997 Richard Henderson <rth@cygnus.com>
1914f5da
RH
734
735 * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
736 dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
737
738 * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
739 SUBREG_REG if the word count is unchanged.
740 * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
741 subregs of identical word size for push_reload.
742
a701efba
MM
743Mon Dec 15 Mark Mitchell <mmitchell@usa.net> 11:41:32 1997
744
745 * toplev.c (rest_of_compilation): Don't call save_for_inline_copy
746 if all we're doing is dealing with -Wreturn-type.
747
5e21ac7a
RH
748Mon Dec 15 09:44:39 1997 Richard Henderson <rth@cygnus.com>
749
750 * alpha.md (zero_extendqihi2, zero_extendqisi2, zero_extendqidi2):
751 Use and 255 instead of zapnot 1, since it schedules better.
752
296f8acc
JL
753Mon Dec 15 08:48:24 1997 Jeffrey A Law (law@cygnus.com)
754
755 * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
756 it as volatile.
757
6d8ccdbb
JL
758Mon Dec 15 00:04:48 1997 Jeffrey A Law (law@cygnus.com)
759
760 * haifa-sched.c (remove_dependencies): Set RTX_INTEGRATED_P on
761 dependency we delete. Properly update prev for multiple consecutive
762 deletions.
763 (priority): Skip deleted dependence.
764
14e83f2e
PB
765Fri Dec 12 18:54:23 1997 Per Bothner <bothner@cygnus.com>
766
767 * expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.
768
100d81d4
JM
769Fri Dec 12 01:19:48 1997 Jason Merrill <jason@yorick.cygnus.com>
770
9b8d9d6b
JM
771 * flow.c (flow_analysis): Be consistent with find_basic_blocks in
772 determining when a new basic block starts.
773
74c3447c
JM
774 * alpha/osf2or3.h (LIB_SPEC): Restore missing defn.
775
776 * pa.h (TEXT_SPACE_P): Use TREE_CODE_CLASS.
777 * pa.md (iorsi3): Add missing args to *_operand calls.
778
100d81d4
JM
779 * except.c (call_get_eh_context): Don't mess with sequences.
780 (emit_eh_context): Include the call in the sequence here.
781
5a5ab947
PE
7821997-12-11 Paul Eggert <eggert@twinsun.com>
783
784 * collect2.c (write_c_file_glob): Allocate initial frame object
785 in static storage and pass its address.
786
01eb7f9a
JM
787Thu Dec 11 23:33:48 1997 Jason Merrill <jason@yorick.cygnus.com>
788
789 * except.c (call_get_eh_context): Don't take a parm.
790 Put the call at the top of the function.
791 (emit_eh_context): Adjust.
792 (get_eh_context): Replace with former use_eh_context.
793 (get_eh_context_once, get_saved_pc_ref): Remove.
794 (start_eh_unwinder, end_eh_unwinder, emit_unwinder): Remove.
795 * except.h: Adjust.
796 * integrate.c (expand_inline_function): Adjust.
797 * toplev.c (rest_of_compilation): Don't call emit_unwinder.
798
d19814a3
ML
799Fri Oct 10 17:58:31 CEST 1997 Marc Lehmann <pcg@goof.com>
800
801 * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
802 (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
803
7567d496
MH
804Thu Dec 11 23:55:17 1997 Manfred Hollstein <manfred@s-direktnet.de>
805
ade7386a 806 * fixincludes (strlen,strspn,strcspn return value): Handle different
7567d496
MH
807 layout on sysV88.
808 (hypot): Provide a fake for hypot which is broken on
809 m88k-motorola-sysv3.
810
0a6969ad
JC
811Thu Dec 11 23:50:17 1997 John F. Carr <jfc@mit.edu>
812
813 * tree.c, tree.h: Change tree_code_type, tree_code_length, and
814 tree_code_name from pointers to arrays.
815 * tree.c: Remove standard_tree_code_* variables, no longer used.
816 * print-tree.c: Remove declaration of tree_code_name.
817
818 * cp/lex.c (init_lex): Update for tree_code_* changes.
819 * objc/objc-act.c (init_objc): Likewise.
820
821 * tree.def, cp/cp-tree.def, objc/objc-tree.def: Update for tree_code
822 changes.
823
c55dcc7d
FF
824Thu Dec 11 23:34:54 1997 Fred Fish <fnf@ninemoons.com>
825
826 * config.sub: Add support for BeOS target.
827 * configure.in: Likewise.
828 * ginclude/stdarg.h: Likewise.
829 * ginclude/stddef.h: Likewise.
830 * ginclude/varargs.h: Likewise.
831 * rs6000/beos.h: New file for BeOS.
832 * rs6000/t-beos: Likewise.
833 * rs6000/x-beos: Likewise.
834 * rs6000/xm-beos.h: Likewise.
835 * toplev.c (get_run_time): Just return 0 on BeOS.
836
9cf3ae46
JL
837Thu Dec 11 23:25:23 1997 Jeffrey A Law (law@cygnus.com)
838 Toon Moene (toon@moene.indiv.nluug.nl)
839
840 * m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly
841 old and broken Sun3 assemblers. Newer versions handle large
842 offsets correctly as does the GNU assembler.
843
7cc273ad
L
844Thu Dec 11 23:06:48 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
845
846 * objc/objc-act.c (lang_report_error_function): Disable.
847 * objc/objc-parse.y: Include "output.h".
848 (yyerror): Remove redundant decl.
849 (yyprint): Fix prototype.
850 (apply_args_register_offset): Remove redundant decl.
851 (get_file_function_name): Likewise.
852
74d7ab55
JM
853Thu Dec 11 22:02:10 1997 Jason Merrill <jason@yorick.cygnus.com>
854
855 * flow.c (find_basic_blocks): A CALL_INSN that can throw starts
856 a new basic block.
857 (find_basic_blocks_1): Likewise.
858
0776059e
JM
859Thu Dec 11 21:08:48 1997 Jason Merrill <jason@yorick.cygnus.com>
860
861 * except.c (use_eh_context): Don't copy_rtx a REG.
862 (emit_throw): Lose old unwinder support.
863 (expand_internal_throw): Likewise.
864 * libgcc2.c (struct eh_context): Likewise.
865 (new_eh_context): Likewise.
866 (__get_eh_info): Lose redundant cast.
867 (__get_dynamic_handler_chain): Likewise.
868 (__get_saved_pc): Lose.
869 Lose all old unwinder support code.
870
154bba13
TT
871Thu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
872
873 Thread-safe EH support for pthreads, DCE threads and Solaris threads.
874
875 * integrate.c (expand_inline_function): If the inline fn uses eh
876 context, make sure that the current fn has one.
877 * toplev.c (rest_of_compilation): Call emit_eh_context.
878 * except.c (use_eh_context): New fn.
879 (get_eh_context_once): New fn.
880 (call_get_eh_context): New fn.
881 (emit_eh_context): New fn.
882 (get_eh_context): Call either get_eh_context_once or
883 call_get_eh_context, depending on what we have.
884 (get_dynamic_handler_chain): Call get_eh_context_once.
885 * except.h: Prototypes for fns above.
886 * optabs.c (get_eh_context_libfunc): Removed.
887 (init_optabs): Don't initialize it.
888 * expr.h (get_eh_context_libfunc): Removed.
889 * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT.
890 * config/pa/pa.h (CPP_SPEC): Support for -threads.
891 * config/pa/pa-hpux10.h (LIB_SPEC): Ditto.
892 * config/pa/t-pa (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
893 New multilib for -threads.
894 * config/sparc/t-sol2: Added multilibs for -threads and
895 made -pthreads alias to it.
896 * config/sparc/sol2.h (CPP_SPEC, LIB_SPEC):
897 Added -threads and -pthreads options.
898 * libgcc-thr.h: New file.
899 * libgcc2.c: (__get_cpp_eh_context): Removed.
900 (struct cpp_eh_context): Removed.
901 (struct eh_context): Replaced cpp_eh_context with generic language
902 specific pointer.
903 (__get_eh_info): New function.
904 (__throw): Check eh_context::info.
905 (__sjthrow): Ditto.
906 * libgcc2.c: Include libgcc-thr.h.
907 (new_eh_context, __get_eh_context,
908 eh_pthread_initialize, eh_context_initialize, eh_context_static,
909 eh_context_specific, eh_context_free): New functions.
910 (get_eh_context, eh_context_key): New variables.
911 (__sjthrow, __sjpopnthrow, __eh_pcnthrow, __throw): Use
912 get_eh_context to get the context.
913 (longjmp): Move the declaration inside
914 #ifdef DONT_USE_BUILTIN_SETJMP.
915 * frame.c: Include libgcc-thr.h.
916 (object_mutex): Mutex to protect the object list.
917 (find_fde, __register_frame, __register_frame_table,
918 __deregister_frame): Hold the lock while accessing objects.
919 * except.h (get_eh_context): Declare.
920 * except.c (current_function_ehc): Define.
921 (current_function_dhc, current_function_dcc): Removed.
922 (get_eh_context): New function.
923 (get_dynamic_handler_chain): Use get_eh_context.
924 (get_saved_pc_ref): Ditto.
925 (get_dynamic_cleanup_chain): Removed references to
926 current_function_dcc.
927 (save_eh_status, restore_eh_status): Save and restore
928 current_function_ehc instead.
929 * optabs.c (get_eh_context_libfunc): New variable.
930 (init_optabs): Initialize it.
931 * expr.h: Declare get_eh_context_libfunc.
932 * function.h (struct function): Replaced dhc and dcc with ehc.
933 * except.c (get_saved_pc_ref): New functions.
934 (eh_saved_pc_rtx, eh_saved_pc): Deleted.
935 (expand_internal_throw_indirect): Use get_saved_pc_ref() instead
936 of eh_saved_pc.
937 (end_eh_unwinder): Likewise.
938 (init_eh): Remove initialization of eh_saved_pc.
939 * optabs.c (get_saved_pc_libfunc): New variable.
940 (init_optabs): Initialize it.
941 * expr.h: Declare get_saved_pc_libfunc.
942 * except.h (eh_saved_pc_rtx): Deleted.
943 (get_saved_pc_ref): Declared.
944
945 From Scott Snyder <snyder@d0sgif.fnal.gov>:
946 * libgcc2.c (__get_saved_pc): New.
947 (__eh_type, __eh_pc): Deleted.
948 (__eh_pcnthrow): Use __get_saved_pc() instead of __eh_pc.
949 (__get_dynamic_handler_chain): Move __dynamic_handler_chain inside
950 this fcn.
951
68d75312
JC
952Thu Dec 11 17:23:48 1997 John F. Carr <jfc@mit.edu>
953
b16d8734
JC
954 * sparc/sol2.h: Use 64 bit multiply and divide functions in
955 Solaris libc. Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
956 as 0.
957
68d75312
JC
958 * rtl.h (global_rtl): New variable, replacing separate variables for
959 commonly used rtl.
960 (const_int_rtx): Now array of rtx_def, not rtx.
961 * emit-rtl.c: Update for new rtl data structures.
962 * genattrtab.c: Define global_rtl.
963
44517326 964Thu Dec 11 15:50:29 1997 David Edelsohn <edelsohn@mhpcc.edu>
f40421ce 965
44517326
DE
966 * configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by
967 default.
f40421ce 968
8587487b
AG
969Wed Dec 10 12:30:18 1997 Anthony Green <green@cygnus.com>
970
971 * crtstuff.c (__do_global_ctors): Fix typo.
972
08ce3276
MH
973Tue Dec 9 09:43:59 1997 Manfred Hollstein <manfred@s-direktnet.de>
974
975 * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
976 to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
977
c229cba9
DE
978Tue Dec 9 09:38:58 1997 David Edelsohn <edelsohn@mhpcc.edu>
979
980 * rs6000.h (FUNCTION_ARG_PADDING): Define.
981 * rs6000.c (function_arg_padding): New function.
982
b2c59d0b
MH
983Tue Dec 9 10:34:21 1997 Manfred Hollstein <manfred@s-direktnet.de>
984
985 * m68k.c: Include tree.h only once.
986
c1132c27
RK
987Tue Dec 9 09:32:33 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
988
989 * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
990
ac957f13
JL
991Tue Dec 9 01:16:06 1997 Jeffrey A Law (law@cygnus.com)
992
993 * Partially cleaned up prototyping code from HJ.
a1d061a1 994 * tree.h: Add many prototypes.
ac957f13
JL
995 * haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
996 All references changed.
997 * rtl.h: Protect from multiple inclusions. Add many prototypes.
998
f40421ce 999Tue Dec 9 01:15:15 1997 Fred Fish <fnf@ninemoons.com>
ac957f13
JL
1000
1001 * libgcc2.c (string.h): Hoist inclusion to occur before first use of
1002 string functions like strlen.
1003
0a232106
MH
1004Tue Dec 9 00:57:38 1997 Manfred Hollstein <manfred@s-direktnet.de>
1005
1006 * configure.in: Check for functions getrlimit and setrlimit.
1007 * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
1008 to RLIMIT_STACK to see if we can call getrlimit and setrlimit.
1009
25b76cc1
JS
1010Mon Dec 8 23:53:26 1997 Jay Sachs <sachs@bull.cs.williams.edu>
1011
1012 * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
1013
26250081
RH
1014Mon Dec 8 21:03:28 1997 Richard Henderson <rth@cygnus.com>
1015
1016 * alpha.c (REG_RA, alpha_return_addr, output_epilog):
1017 Fix merge problems.
1018
1019 * alpha.c (override_options): Don't know about scheduling for EV6.
1020 * alpha.md (ev5 function units): Don't overload as ev6.
1021
1022 * alpha.c (alpha_adjust_cost): Simplify. Fix typo in ev5 mult case.
1023 * alpha.md (define_attr type): Add mvi.
1024 (ev5_e0): Define sceduling parameters for it.
1025 (TARGET_MAX insns): Type is mvi not shift.
1026
7120f213
RH
1027Mon Dec 8 18:15:00 1997 Richard Henderson <rth@cygnus.com>
1028
1029 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
1030
afa80947
R
1031Mon Dec 8 21:17:28 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1032
1033 * cstamp-h, auto-config.h: Delete.
1034
51ca169b
JL
1035Sun Dec 7 19:19:03 1997 Jeffrey A Law (law@cygnus.com)
1036
1037 * version.c: Bump for snapshot.
1038
16169366
JL
1039Sat Dec 6 22:22:22 1997 Jeffrey A Law (law@cygnus.com)
1040
1041 * cccp.c: Fix typo brought over in merge.
1042
efeb5d4f 1043 * Merge in changes from gcc-2.8.
0fe09481 1044
da932f04
JL
1045Mon Nov 3 05:45:32 1997 Philippe De Muyter <phdm@macqel.be>
1046
1047 * m68k.c: Include tree.h for dwarf2out_cfi_label.
1048
1049 * gcc.c (process_command): Do not take address of function fatal when
1050 calling lang_specific_driver.
1051
1052Sat Dec 6 01:02:38 1997 Mumit Khan <khan@xraylith.wisc.edu>
1053
1054 * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
1055 doesn't work with it yet, so set it to 0.
1056 * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
1057
1058Sat Dec 6 01:01:02 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
1059
1060 * cse.c (cse_insn): Check for invalid entries when taking references.
1061
81797aba
JL
1062Fri Dec 5 18:26:25 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1063
1064 * loop.c (invariant_p): Don't test flag_rerun_loop_opt.
1065 (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
1066 * toplev.c (rest_of_compilation): Pass it. Remove code to
1067 save / clear / restore flag_unroll_{,all_}loops.
1068
1069Fri Dec 5 16:26:03 1997 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
1070
1071 * i386.c (notice_update_cc): Remove bogus pentium GCC code.
1072
1073Fri Dec 5 16:25:14 1997 Jeffrey A Law (law@cygnus.com)
1074
1075 * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
1076
5dfa7520
JM
1077Thu Dec 4 11:51:00 1997 Jason Merrill <jason@yorick.cygnus.com>
1078
d07daca1
JM
1079 * except.c (get_dynamic_handler_chain): Only make the call once per
1080 function.
1081
5dfa7520
JM
1082 * except.c (expand_end_all_catch): Fix for sjlj exceptions.
1083
4d7b7169
R
1084Thu Dec 4 12:30:40 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1085
1086 * sh.c (final_prescan_insn): Use local label prefix
1087 when emitting .uses pseudo-ops.
1088
e701eb4d
JM
1089Wed Dec 3 12:01:56 1997 Jason Merrill <jason@yorick.cygnus.com>
1090
1091 * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.
1092 * except.c: Lose outer_context_label_stack.
1093 (expand_eh_region_end): Rethrow from outer_context here.
1094 (expand_fixup_region_end): Let expand_eh_region_end do the rethrow.
1095 (expand_internal_throw): Take no args.
1096 (expand_internal_throw_indirect): Lose.
1097 (expand_leftover_cleanups, expand_start_all_catch): Use expand_rethrow.
1098 (expand_start_all_catch): Start a rethrow region.
1099 (expand_end_all_catch): End it.
1100 (expand_rethrow): New fn.
1101 * except.h: Reflect above changes.
1102 * flow.c: Revert change of Nov 27.
1103
6a242b6a
JL
1104Thu Dec 4 00:24:09 1997 Jeffrey A Law (law@cygnus.com)
1105
1106 * i386/t-sol2 (CRTSTUFF_T_CFLAGS): Turn on the optimizer.
1107
9762d48d
JM
1108Wed Dec 3 12:01:56 1997 Jason Merrill <jason@yorick.cygnus.com>
1109
1110 * except.c (expand_fixup_region_end): New fn.
1111 (expand_fixup_region_start): Likewise.
1112 (expand_eh_region_start_tree): Store cleanup into finalization here.
1113 * stmt.c (expand_cleanups): Use them to protect fixups.
1114
868e82ab
GK
1115Wed Dec 3 11:41:13 1997 Gavin Koch <gavin@cygnus.com>
1116
1117 * mips/mips.md (muldi3_r4000): Broaden the output template
1118 and attribute assignments to handle three operand dmult;
1119 rename to muldi3_internal2.
1120 (muldi3): Call the new muldi3_internal2 for R4000, and
1121 any GENERATE_MULT3 chip.
1122
716cc7f7
JM
1123Tue Dec 2 19:40:43 1997 Jason Merrill <jason@yorick.cygnus.com>
1124
1125 * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
1126
9fb82071
JW
1127Tue Dec 2 12:54:33 1997 Jim Wilson <wilson@cygnus.com>
1128
1129 * unroll.c (find_splittable_givs): Remove last change. Handle givs
1130 with a dest_reg that was created by loop.
1131
f2d76545
JL
1132Sat Nov 29 12:44:57 1997 David Edelsohn <edelsohn@mhpcc.edu>
1133
1134 * rs6000.c (function_arg_partial_nregs): Undo Nov. 26 patch.
1135
1136 * rs6000/aix41.h (ASM_CPU_SPEC): Define.
1137
b4dfb707
JL
1138Fri Nov 28 10:00:27 1997 Jeffrey A Law (law@cygnus.com)
1139
1140 * configure.in: Fix NCR entries.
1141
80c2681c
JL
1142Thu Nov 27 12:20:19 1997 Jeffrey A Law (law@cygnus.com)
1143
586a5f99
JL
1144 * flow.c (find_basic_blocks): Handle cfg issues for rethrows and
1145 nested exceptions correctly.
1146
80c2681c
JL
1147 * unroll.c (find_splittable_givs): Don't split givs with a dest_reg
1148 that was created by loop.
1149
f45ebe47
JL
1150Thu Nov 27 09:34:58 1997 Jason Merrill <jason@yorick.cygnus.com>
1151
1152 * expr.c (preexpand_calls): Don't look past a TRY_CATCH_EXPR.
1153
1154 * except.c (expand_start_all_catch): One more do_pending_stack_adjust.
1155
034e84c4
MM
1156Wed Nov 26 15:47:30 1997 Michael Meissner <meissner@cygnus.com>
1157
8fbd2dc7
MM
1158 * rs6000.c (SMALL_DATA_REG): Register to use for small data relocs.
1159 (print_operand): Use SMALL_DATA_REG for the register involved in
1160 small data relocations.
1161 (print_operand_address): Ditto.
1162
1163 * rs6000/linux.h (LINK_SPEC): Pass -dynamic-linker /lib/ld.so.1 if
1164 -dynamic linker is not used.
1165
a226df46
MM
1166 * rs6000.md (call insns): For local calls, use @local suffix under
1167 System V. Don't use @plt under Solaris.
1168
034e84c4
MM
1169 * rs6000.c (output_function_profiler): Put label address in r0, and
1170 store LR in 4(sp) for System V/eabi.
1171
1172 * rs6000.h (ASM_OUTPUT_REG_{PUSH,POP}): Keep stack aligned to 16
1173 byte boundary, and maintain stack backchain.
1174
f2d76545
JL
1175Tue Nov 25 14:08:12 1997 Jim Wilson <wilson@cygnus.com>
1176
1177 * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
1178 fix_truncsfdi2): Change *.
1179
33e5c8c3
JM
1180Wed Nov 26 11:12:26 1997 Jason Merrill <jason@yorick.cygnus.com>
1181
1182 * toplev.c (main): Complain about -gdwarfn.
1183
f45ebe47
JL
1184Tue Nov 25 22:43:30 1997 Jason Merrill <jason@yorick.cygnus.com>
1185
1186 * dwarfout.c (output_type): If finalizing, write out nested types
1187 of types we've already written.
1188
92dcf4c8
MM
1189Tue Nov 25 20:32:24 1997 Michael Meissner <meissner@cygnus.com>
1190
1191 (patches originally from Geoffrey Keating)
1192 * rs6000.c (function_arg): Excess floating point arguments don't
1193 go into GPR registers after exhausting FP registers under the
1194 System V.4 ABI.
1195 (function_arg_partial_nregs): Ditto.
1196
1197 * rs6000.md (call insns): If -fPIC or -mrelocatable, add @plt
1198 suffix to calls.
1199
f4744807
JM
1200Tue Nov 25 23:37:27 1997 Jason Merrill <jason@yorick.cygnus.com>
1201
1202 * integrate.c (output_inline_function): Just unset DECL_INLINE.
1203
1204Tue Nov 25 23:33:29 1997 scott snyder <snyder@d0sgif.fnal.gov>
1205
1206 * dwarf2out.c (outout_call_frame_info): Ensure that the info has
1207 proper alignment.
1208
1209 * libgcc2.c (__throw): Initialize HANDLER.
1210
0609f021
JW
1211Tue Nov 25 14:08:12 1997 Jim Wilson <wilson@cygnus.com>
1212
1213 * mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
1214 fix_truncsfdi2): Change *X to ?*X.
1215
c905c108
RH
1216Tue Nov 25 10:00:42 1997 Richard Henderson (rth@cygnus.com)
1217
1218 * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.
1219
5041a61c
JL
1220Tue Nov 25 10:00:42 1997 Jeffrey A Law (law@cygnus.com)
1221
1222 * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.
1223
bb727b5a
JM
1224Tue Nov 25 01:26:55 1997 Bruno Haible <haible@ilog.fr>:
1225
1226 * dwarf2out.c (ASM_OUTPUT_DWARF_DELTA1): Implement.
1227
1228Mon Nov 24 22:41:55 1997 Jason Merrill <jason@yorick.cygnus.com>
1229
1230 * except.c (get_dynamic_handler_chain): Build up a FUNCTION_DECL.
1231 * optabs.c (init_optabs): Lose get_dynamic_handler_chain_libfunc.
1232 * expr.h: Likewise.
1233
f45ebe47
JL
1234Sat Nov 22 18:58:20 1997 Jeffrey A Law (law@cygnus.com)
1235
1236 * pa-hpux10.h (NEW_HP_ASSEMBLER): Define.
1237 * pa.h (LEGITIMATE_CONSTANT_P): Reject LABEL_REFs if not using
1238 gas and not using the new HP assembler.
1239
ef85603e
JL
1240Fri Nov 21 15:20:05 1997 Jeffrey A Law (law@cygnus.com)
1241
1242 * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.
1243 (GCC_INSTALL_NAME, GCC_CROSS_NAME): Likewise.
1244
6cc1f5cb
AC
1245Fri Nov 21 19:37:40 1997 Andrew Cagney <cagney@b1.cygnus.com>
1246
1247 * config/mips/elf64.h (MULTILIB_DEFAULTS): Test for
1248 TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
1249 definition.
1250
72eb1038
BH
1251Fri Nov 21 12:49:56 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
1252
1253 * stmt.c (expand_end_bindings): Allow jump into block with cleanups.
1254
1418bb67
JM
1255Fri Nov 21 12:18:51 1997 Jason Merrill <jason@yorick.cygnus.com>
1256
1257 * except.h: Add outer_context_label_stack.
1258 * except.c: Likewise.
1259 (expand_start_all_catch): Push the outer_context for the try block
1260 onto outer_context_label_stack.
1261 (expand_end_all_catch): Use it and pop it.
1262
9dab7833
RL
1263Fri Nov 21 10:13:11 1997 Robert Lipe (robertl@dgii.com)
1264
1265 * i386/sco5.h (HAVE_ATEXIT): Revert last change.
1266
858e4e8c
RH
1267Thu Nov 20 16:11:50 1997 Richard Henderson <rth@cygnus.com>
1268
1269 * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
1270
a21d14e9
KK
1271Thu Nov 20 16:11:50 1997 Klaus Kaempf <kkaempf@progis.de>
1272
1273 * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
1274 to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
1275
ced78d8b
JM
1276Thu Nov 20 14:42:15 1997 Jason Merrill <jason@yorick.cygnus.com>
1277
1278 * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
1279 * libgcc2.c: Remove __builtin_new, __builtin_vec_new, set_new_handler,
1280 __builtin_delete, and __builtin_vec_delete.
1281
1282 * except.c (output_exception_table): Don't bother with
1283 __EXCEPTION_END__.
1284
a09ff88b
JL
1285Thu Nov 20 16:11:50 1997 Jeffrey A Law (law@cygnus.com)
1286
1b8b89f1
JL
1287 * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base register
1288 is an in/out operand.
1289 (zero extended variants of stwm/stwm patterns): Similarly.
1290
a09ff88b
JL
1291 * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.
1292
7bb9fb0e
JM
1293Thu Nov 20 13:19:32 1997 Jason Merrill <jason@yorick.cygnus.com>
1294
1295 * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.
1296 Use assemble_name.
1297 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Use assemble_name.
1298 (output_call_frame_info): Emit a \n after using it.
1299
9101297d
DL
1300Thu Nov 20 00:38:46 1997 Dave Love <d.love@dl.ac.uk>
1301
1302 * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
1303
2ed2af28
PDM
1304Wed Nov 19 12:03:04 1997 Philippe De Muyter <phdm@macqel.be>
1305
1306 * dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
1307 (ASM_OUTPUT_DWARF_VALUE4): New macro.
1308 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Define if SET_ASM_OP is
1309 defined.
1310 (output_call_frame_info): Do not output forward label differences
1311 if ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL is defined.
1312 * m68k/mot3300.h (SET_ASM_OP): Define when not using gas.
1313
4dff12bf
R
1314Tue Nov 18 23:03:30 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1315
1316 * sh.md (attribute "type"): Add nil.
1317 (movsi_ie): y/y alternative is type nil.
1318 (movsf_ie): Replace ry/yr/X alternative by r/y/X , y/r/X and y/y/X
1319 alternatives.
1320 (movsf_ie+1): Delete.
1321
218c2cdb
JW
1322Tue Nov 18 15:39:59 1997 Jim Wilson <wilson@cygnus.com>
1323
1324 * mips/mips.c (save_restore_insns): If gp_offset or fp_offset are
1325 large_int, emit two insns instead of one splitable insn.
1326 * dwarf2out.c (dwarf2out_frame_debug): When set cfa_store_offset
1327 from cfa_temp_value, use cfa_offset. Add assert checking that
1328 cfa_reg is SP.
1329
d5b79362
TT
1330Mon Nov 17 15:35:38 1997 Tom Tromey <tromey@cygnus.com>
1331
1332 * cccp.c (deps_output): Properly quote file names for make.
1333
de1ea87a
JL
1334Mon Nov 17 13:21:40 1997 Jeffrey A Law (law@cygnus.com)
1335
1336 * t-h8300 (MULTILIB_EXCEPTIONS): Define.
1337
cb0112a7
RL
1338Fri Nov 7 15:33:11 1997 Robert Lipe (robertl@dgii.com)
1339
1340 * i386/sco5.h (HAVE_ATEXIT): Delete definition.
1341
85c3ba60
JL
1342Sun Nov 16 23:52:48 1997 Jeffrey A Law (law@cygnus.com)
1343
1344 * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
1345 return.
1346 (cse_end_of_basic_block): Similarly.
ef720b21 1347
9155d500
KJ
1348Sun Nov 16 23:01:40 1997 J. Kean Johnston <jkj@sco.com>
1349
1350 * i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
1351 (SELECT_RTX_SECTION): Define.
1352 (LIBGCC_SPEC, LIB_SPEC): Do the right thing for PIC.
1353
4931312c
MH
1354Sun Nov 16 22:47:03 1997 Manfred Hollstein <manfred@s-direktnet.de>
1355
1356 * Makefile.in (compare, compare-lean): Define $stage for each
1357 shell command.
1358 (gnucompare, gnucompare-lean): Likewise.
1359
8dfe3c62
RH
1360Sun Nov 16 22:02:16 1997 Richard Henderson (rth@cygnus.com)
1361
1362 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix offsets.
1363
1364 * alpha.h (ASM_OUTPUT_ADDR_DIFF_ELT): Add an L for the local label
1365 to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
1366
874a8709
FF
1367Fri Nov 14 09:09:20 1997 Fred Fish (fnf@cygnus.com)
1368
1369 * dwarfout.c (byte_size_attribute): Add local var upper_bound
1370 and add case to handle STRING_TYPE.
1371 * dwarfout.c (output_string_type_die): Fix code to generate
1372 correct string length attribute for fixed length strings.
1373 Still needs support for varying length strings.
1374
ea466196
JL
1375Fri Nov 14 08:46:56 1997 Jeffrey A Law (law@cygnus.com)
1376
1377 * toplev.c (get_run_time): Do something sensible for cygwin32.
1378
202f590e
RH
1379Fri Nov 14 07:24:20 1997 Richard Henderson <rth@cygnus.com>
1380
f35bcbc5
RH
1381 * expr.c (expand_builtin_setjmp): Set
1382 current_function_has_nonlocal_label.
1383 * stupid.c (stupid_life_analysis): If has_nonlocal_label, kill
1384 call-saved registers across calls.
1385
1386 * alpha.md (exception_receiver): Remove.
1387 (nonlocal_goto_receiver_osf): New
1388 (nonlocal_goto_receiver_vms): Renamed from nonlocal_goto_receiver.
1389 (nonlocal_goto_receiver): New, select _osf or _vms.
1390
531ea24e
RH
1391 * alpha.c (output_prolog [*]): Prefix entry labels with '$' to
1392 keep them from being propogated to the object file.
1393 (alpha_write_linkage): Likewise.
1394 * alpha.md (call_vms): Likewise.
1395 (call_value_vms): Likewise.
1396 (unnamed osf call insns): Likewise.
1397
1398 * alpha.h (ASM_OUTPUT_INTERNAL_LABEL): Don't omit L from local label.
1399 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1400
202f590e
RH
1401 * alpha.c (call_operand): Any reg is valid for WinNT.
1402 * alpha.md (call_nt, call_value_nt): Don't force address into $27.
1403 (anon nt calls): Add 'R' alternative.
1404 * alpha/win-nt.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE,
1405 INITIALIZE_TRAMPOLINE): Handle lack of original $27 and 32-bit ptrs.
1406
238ad62b
JL
1407Fri Nov 14 06:59:33 1997 Jeffrey A Law (law@cygnus.com)
1408
f78b5ca1
JL
1409 * calls.c (expand_call): Handle pcc_struct_value correctly for C++.
1410
238ad62b
JL
1411 * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
1412 * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
1413 * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
1414
da275344
MM
1415Thu Nov 13 20:37:33 1997 Michael Meissner <meissner@tiktok.cygnus.com>
1416
1417 * reload1.c (new_spill_reg): Improve fixed or forbidden register
1418 spill error message.
1419
1f1e1545
KG
1420Thu Nov 13 20:29:08 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1421
1422 * prefix.c: Use stdarg.h only ifdef __STDC__. Otherwise,
1423 use varargs.h. Wrap header with <>, not "".
1424
daa4b717
JL
1425Thu Nov 13 20:21:17 1997 Jeffrey A Law (law@cygnus.com)
1426
1427 * integrate.c (save_for_inline_copying): Add return value from
1428 savealloc.
1429
9bb5394e
BK
1430Thu Nov 13 19:12:33 1997 Brendan Kehoe <brendan@cygnus.com>
1431
1432 * fixincludes: Be a little more restrictive on what we will
1433 substitute to replace definitions of MAXINT for HPUX.
1434
9571f69b
MM
1435Thu Nov 13 18:41:02 1997 Michael Meissner <meissner@cygnus.com>
1436
1437 * dbxout.c (dbxout_symbol_location): Don't assume that variables
1438 whose address is the stack or argument pointers are indirect
1439 pointers.
1440
e7cbb6b6
PE
14411997-11-13 Paul Eggert <eggert@twinsun.com>
1442
1443 * cccp.c, cpplib.c (compare_defs):
1444 Don't complain about arg name respellings unless pedantic.
1445 * cpplib.c (compare_defs): Accept pfile as new arg.
1446 All callers changed.
1447
9f29ca78
R
1448Thu Nov 13 23:33:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1449
1450 * fold-const.c (fold_truthop): Fix bug in last change.
1451
41c9120b
PE
14521997-11-13 Paul Eggert <eggert@twinsun.com>
1453
1454 Fix some confusion with IEEE minus zero.
1455
1456 * real.h (REAL_VALUES_IDENTICAL): New macro.
1457
1458 * expr.c (is_zeros_p): Don't consider -0.0 to be all zeros.
1459 * fold-const.c (operand_equal_p): Don't consider -0.0 to be
1460 identical to 0.0.
1461 * tree.c (simple_cst_equal): Don't consider -0.0 to have the
1462 same tree structure as 0.0.
1463
1464 * varasm.c (immed_real_const_1): Use new REAL_VALUES_IDENTICAL
1465 macro instead of doing it by hand.
1466
323d8e7b
JL
1467Thu Nov 13 16:56:14 1997 Jeffrey A Law (law@cygnus.com)
1468
1469 * v850/lib1funcs.asm: Minor whitespace changes.
1470 * v850.c: Fix minor formatting problems in many places.
1471 (construct_restore_jr, construct_save_jarl): Remove unwanted aborts.
1472
13529ea4
JW
1473Thu Nov 13 12:53:44 1997 Jim Wilson <wilson@cygnus.com>
1474
1475 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and
1476 xplus1 when xplus0 is not a register.
1477
759c135e
JL
1478Thu Nov 13 11:41:42 1997 Jeffrey A Law (law@cygnus.com)
1479
8930b063
JL
1480 * flow.c (find_basic_blocks): During marking phase, if we encounter
1481 an insn with a REG_LABEL note, make the target block live and
1482 create an edge from the insn to the target block. Do not make
1483 edges from all blocks to the target block.
1484
0be28489
JL
1485 * m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
1486
759c135e
JL
1487 * confiugre.in: Tweak NCR entries.
1488 * configure: Rebuilt.
1489
47ad8c61
MM
1490Thu Nov 13 11:07:41 1997 Michael Meissner <meissner@cygnus.com>
1491
1492 * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to
1493 pick apart floating point values, instead of using CONST_DOUBLE_LOW
1494 and CONST_DOUBLE_HIGH.
1495
1496 * rs6000.md (define_splits for DF constants): Use the appropriate
1497 REAL_VALUE_* interface to pick apart DF floating point constants in
1498 a machine independent fashion.
1499
5a6b3365
R
1500Thu Nov 13 00:06:58 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1501
1502 * fold-const.c (fold_truthop): When changing a one-bit comparison
1503 against zero into a comparison against mask, do a proper sign
1504 extension.
1505
2ec1535d
JL
1506Wed Nov 12 09:37:01 1997 Jeffrey A Law (law@cygnus.com)
1507
3a88cbd1
JL
1508 * except.c: Do not include "assert.h".
1509 (save_eh_status): Turn asserts into conditional aborts.
1510 (restore_eh_status, scan_region): Likewise.
1511 * dwarfout.c: Do not include "assert.h".
1512 (bit_offset_attribute): Turn asserts into conditional aborts.
1513 (bit_size_attribute, output_inlined_enumeration_type_die): Likewise.
1514 (output_inlined_structure_type_die): Likewise.
1515 (output_inlined_union_type_die): Likewise
1516 (output_tagged_type_instantiation): Likewise.
1517 (dwarfout_file_scope_decl): Likewise.
1518 * dwarf2out.c: Do not include "assert.h"
1519 (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
1520 (reg_save, initial_return_save, dwarf2out_frame_debug): Likewise.
1521 (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
1522 (add_bit_size_attribute, scope_die_for): Likewise.
1523 (output_pending_types_for_scope): Likewise.
1524 (get_inlined_enumeration_type_die): Likewise.
1525 (get_inlined_structure_type_die): Likewise.
1526 (get_inlined_union_type_die, gen_subprogram_die): Likewise.
1527 (gen_tagged_type_instantiation_die): Likewise.
1528
2ec1535d
JL
1529 * flow.c (find_basic_blocks): Refine further to get a more correct
1530 cfg, especially in the presense of exception handling, computed
1531 gotos, and other non-trivial cases. Call abort if an inaccuracy
1532 is detected in the cfg.
1533
a6124a42
R
1534Tue Nov 11 21:47:27 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1535
1536 * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.
1537
1538 * c-lex.c (whitespace_cr, skip_white_space_on_line): New functions.
1539 (skip_white_space): Use whitespace_cr.
1540 (check_newline): Handle whitespace more consistently.
1541
8f3189a4
JW
1542Tue Nov 11 16:25:49 1997 Jim Wilson <wilson@cygnus.com>
1543
1544 * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
1545 * i386/xm-cygwin32.h (POSIX): Define.
1546
6d1350cd
GK
1547Mon Nov 10 20:53:11 1997 Gavin Koch <gavin@cygnus.com>
1548
1549 * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
1550 is available elsewhere.
1551
d1f4474e
DE
1552Mon Nov 10 16:21:58 1997 Doug Evans <devans@canuck.cygnus.com>
1553
1554 * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
1555 what the instruction can handle.
1556
c7ae64f2
JM
1557Mon Nov 10 03:02:19 1997 Jason Merrill <jason@yorick.cygnus.com>
1558
1559 * stmt.c (expand_decl_cleanup_no_eh): New fn.
1560
1561 * except.c (expand_leftover_cleanups): do_pending_stack_adjust.
1562
ea64ef27
JL
1563Mon Nov 10 00:05:56 1997 Jeffrey A Law (law@cygnus.com)
1564
1565 * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
1566 (init_alias_analysis): Break out of loops after MAX_ALIAS_LOOP_PASSES.
1567
47ad8c61
MM
1568Sun Nov 9 14:34:47 1997 David Edelsohn <edelsohn@mhpcc.edu>
1569
1570 * rs6000.md (lshrdi3_power): Delete '&' from first alternative and
1571 swap instruction order.
1572
0ff27f58
JL
1573Sun Nov 9 02:07:16 1997 Jeffrey A Law (law@cygnus.com)
1574
1575 * fixinc.svr4 (__STDC__): Add another case.
1576
7091039c
R
1577Sun Nov 9 02:00:29 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1578
1579 * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
1580 addresses in the epilogue delay slot.
1581
553914ad
MH
1582Sun Nov 9 01:40:40 1997 Manfred Hollstein (manfred@s-direktnet.de)
1583
1584 * m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
1585 in generated `specs' file.
1586
64fde701
JW
1587Sun Nov 9 01:37:11 1997 Jim Wilson (wilson@cygnus.com)
1588
1589 * flags.h (flag_rerun_loop_opt): Declare.
1590 * loop.c (invariant_p, case LABEL_REF): Check flag_rerun_loop_opt.
1591 * toplev.c (flag_rerum_loop_opt): Delete static.
1592
1245df60
R
1593Sat Nov 8 18:20:21 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1594
1245df60
R
1595 Bring over from FSF:
1596
1597 Thu Oct 30 12:21:06 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1598
1599 * va-sh.h (__va_arg_sh1): Define.
1600 (va_arg): Use it.
1601 SH3E doesn't use any integer registers for subsequent arguments
1602 once a non-float value was passed in the stack.
1603 * sh.c (machine_dependent_reorg): If optimizing, put explicit
1604 alignment in front label for ADDR_DIFF_VEC.
1605 * sh.h (PASS_IN_REG_P): Fix SH3E case.
1606 (ADJUST_INSN_LENGTH): If not optimizing, add two extra bytes length.
1607
1608 Tue Oct 28 15:06:44 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1609
1610 * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Undefine before including
1611 svr4.h.
1612
1613 Mon Oct 27 16:11:52 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1614
1615 * sh.c (machine_dependent_reorg): When -flag_delayed_branches,
1616 put an use_sfunc_addr before each sfunc.
1617 * sh.md (use_sfunc_addr, dummy_jump): New insns.
1618 (casesi): For TARGET_SH2, emit a dummy_jump after LAB.
1619
1620 Tue Oct 21 07:12:28 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1621
1622 * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Don't redefine.
1623
97991933
JM
1624Fri Nov 7 10:22:24 1997 Jason Merrill <jason@yorick.cygnus.com>
1625
1626 * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
1627 linked once FDEs.
1628
eaf407a5
JL
1629Wed Nov 5 14:26:05 1997 Jeffrey A Law (law@cygnus.com)
1630
1631 * alias.c (find_base_value): Only return the known base value for
1632 pseudo registers.
1633
4f9ca067
JW
1634Wed Nov 5 11:27:14 1997 Jim Wilson <wilson@cygnus.com>
1635
1636 * i386.c (load_pic_register): Call prologue_get_pc_and_set_got.
1637 * i386.md (prologue_set_got, prologue_get_pc): Add UNSPEC_VOLATILE
1638 to pattern.
1639 (prologue_get_pc_and_set_got): New pattern.
1640
f4e31cf5
RH
1641Tue Nov 4 20:36:50 1997 Richard Henderson (rth@cygnus.com)
1642
1643 * alpha.c (summarize_insn): Handle ASM_OPERANDS. Don't recurse
1644 for SUBREG, just fall through.
1645
1646 * alpha.c (alpha_handle_trap_shadows): Init sum.defd to zero.
1647
1648 * alpha.md (attr trap): Make TRAP_YES non-zero for sanity's sake.
1649
f754c4a1
JL
1650Tue Nov 4 18:49:42 1997 Jeffrey A Law (law@cygnus.com)
1651
3ed18aeb
JL
1652 * fixincludes: Fix "hypot" prototype in NeXT math.h.
1653
3fe40e05
JL
1654 * Makefile.in (USE_ALLOCA): Always include alloca.o.
1655 (USE_HOST_ALLOCA): Likewise.
1656
f754c4a1
JL
1657 * rtl.def (CODE_LABEL): Use separate fields for LABEL_NUSES
1658 and LABEL_REFS fields.
1659 * rtl.h (LABEL_REFS): Update.
1660
ab00eb0a
JW
1661Tue Nov 4 16:55:11 1997 Jim Wilson <wilson@cygnus.com>
1662
ff3467a9
JW
1663 * combine.c (try_combine): When setting elim_i2, check whether newi2pat
1664 sets i2dest. When calling distribute_notes for i3dest_killed, pass
1665 elim_i2 and elim_i1. When setting elim_i1, check if newi2pat
1666 sets i1dest.
1667
4911814e
JW
1668 * mips.md (insv, extzv, extv): Add change_address call.
1669 (movsi_ulw, movsi_usw): Change QImode to BLKmode in pattern.
1670
474eff88
JW
1671 * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.
1672
3feffdfe
JW
1673 * reload.c (find_reloads, case 'm' and 'o'): Reject HIGH constants.
1674
ab00eb0a
JW
1675 * mips.c (mips_expand_epilogue): Emit blockage insn before call to
1676 save_restore_insns if no FP and GP will be restored.
7636d567 1677
31c8581d
JW
1678 * dwarf2out.c (expand_builtin_dwarf_reg_size): New variable mode.
1679 Convert CCmode to word_mode before calling GET_MODE_SIZE.
1680
7636d567
JW
1681 * acconfig.h (HAVE_INTTYPES_H): Undef.
1682 * configure.in (inttypes.h): Check for conflicts between sys/types.h
1683 and inttypes.h, and verify that intmax_t is defined.
1684 * config/mips/x-iris (CC, OPT, OLDCC): Comment out.
1685 * config/mips/x-iris3: Likewise.
1686
73774bc7
JL
1687Tue Nov 4 16:07:15 1997 Jeffrey A Law (law@cygnus.com)
1688
1689 * alias.c (find_base_value): When copying arguments, return the
1690 tenative value for a hard register.
1691
645ebf37
DE
1692Tue Nov 4 13:40:35 1997 Doug Evans <devans@canuck.cygnus.com>
1693
1694 * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
1695 (yylex): Record wide strings using target endianness, not host.
1696
f7620587
JL
1697Tue Nov 4 13:13:12 1997 Jeffrey A Law (law@cygnus.com)
1698
1699 * mn10200.h (ASM_OUTPUT_BSS): Delete.
1700 (ASM_OUTPUT_ALIGNED_BSS): New macro
1701 * mn10300.h (ASM_OUTPUT_BSS): Delete.
1702 (ASM_OUTPUT_ALIGNED_BSS): New macro.
1703 * v850.h (ASM_OUTPUT_BSS): Delete.
1704 (ASM_OUTPUT_ALIGNED_BSS): New macro.
1705
1686f1a2
R
1706Tue Nov 4 00:55:48 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1707
1708 * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
1709
f6857708
JL
1710Mon Nov 3 14:36:50 1997 Jeffrey A Law (law@cygnus.com)
1711
1712 * configure.in (sco5): Use cpio to install header files.
1713
e566af04
MH
1714Sun Nov 2 23:31:43 1997 Manfred Hollstein <manfred@s-direktnet.de>
1715
1716 * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
1717 14 char length.
1718 * configure: Rebuild.
1719
cbd44549
RL
1720Sun Nov 2 19:44:00 1997 Robert Lipe (robertl@dgii.com)
1721
1722 * i386/sco5.h: enable -gstabs once again.
1723
56636818
JL
1724Sun Nov 2 19:27:21 1997 Jeffrey A Law (law@cygnus.com)
1725
1726 * arm.c (output_move_double): Allocate 3 entries in otherops array.
1727
9ad8a5f0
MS
1728Sat Nov 1 21:43:00 1997 Mike Stump (mrs@wrs.com)
1729
1730 * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
1731 notes for sjlj exceptions too.
1732 (expand_eh_region_end): Similarly for EH_REGION_END notes.
1733 (exception_optimize): Optimize EH regions for sjlj exceptions too.
1734 * final.c (final_scan_insn): Don't output labels for EH REGION
1735 notes if doing sjlj exceptions.
1736
f8671389
JL
1737Sat Nov 1 19:15:28 1997 Jeffrey A Law (law@cygnus.com)
1738
8072f69c
JL
1739 * alias.c (init_alias_analysis): Handle -fno-alias-check when
1740 optimizing correctly.
1741
6cad9e32
JL
1742 * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
1743 or set current_function_calls_setjmp anymore.
1744
f8671389
JL
1745 * flow.c (find_basic_blocks): If we delete the label for an
1746 exception handler, remove it from the EH label list and remove
1747 the EH_BEGIN/EH_END notes for that EH region.
1748
a886ae74
JM
1749Sat Nov 1 16:44:49 1997 Jason Merrill (jason@cygnus.com)
1750
1751 * flow.c (find_basic_blocks): Generate correct flow control
1752 information when exception handling notes are present.
1753
c2c85462
JL
1754Sat Nov 1 13:42:19 1997 Jeffrey A Law (law@cygnus.com)
1755
1756 * dwarf2out.c (output_call_frame_info): Fix length argument
1757 to ASM_OUTPUT_ASCII.
1758 (output_die, output_pubnames, output_line_info): Likewise.
1759
8c316ae2
JL
1760Fri Oct 31 07:10:09 1997 Jeffrey A Law (law@cygnus.com)
1761
27ca375a
JL
1762 * version.c: Bump for snapshot.
1763
8d4e65a6
JL
1764 * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
1765 output ASCII by default. Only use ASM_OUTPUT_DWARF_STRING if
1766 flag_debug_asm is on.
1767 (output_die, output_pubnames, output_line_info): Likewise.
1768
ec907dd8
JL
1769 * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
1770 and static_chain_rtx into the potential base values array if
1771 they are registers.
1772
1773 * alias.c (new_reg_base_value): New array of potential base values.
1774 (unique_id): Now file scoped static.
1775 (find_base_value, case REG): Return the value in reg_base_value
1776 array for the REG if it exists. Else, return the value from
1777 new_reg_base_value if copying args and REG is a hard register.
1778 (find_base_value, case PLUS): If either operand of the PLUS is
1779 a REG, try to get its base value. Handle base + index and
1780 index + base.
1781 (record_set): Use new_reg_base_value instead of reg_base_value.
1782 (init_alias_analysis): Allocate space for new_reg_base_value too.
1783 Rework code to iterate over the insns propagating base value
1784 information until nothing changes.
1785
8c316ae2
JL
1786 * global.c (global_alloc): Free the conflict matrix after
1787 reload has finished.
1788
6874c264
JM
1789Fri Oct 31 01:45:31 1997 Jason Merrill <jason@yorick.cygnus.com>
1790
1791 * libgcc2.c (L_eh): Define __eh_pc.
1792 Replace __eh_type with generic pointer __eh_info.
1793
59fe8c2c
R
1794Fri Oct 31 00:34:55 1996 J"orn Rennecke <amylaar@cygnus.co.uk>
1795
1796 * expr.c (expand_increment): When enqueing a postincrement for a MEM,
1797 use copy_to_reg if address is not a general_operand.
1798
d1271ded
R
1799Fri Oct 31 00:16:55 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1800
1801 * profile.c (output_func_start_profiler): Clear flag_inline_functions
1802 for the duration of the call to rest_of_compilation.
1803
ac52b80b
DE
1804Thu Oct 30 14:40:10 1997 Doug Evans <devans@canuck.cygnus.com>
1805
1806 * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
1807 Set extra_parts.
1808 (sparc*-*-*): Recognize --with-cpu=v9.
1809 * sparc/elf.h: New file.
1810 * sparc/t-elf: New file.
1811
f8912297
JL
1812Thu Oct 30 13:26:12 1997 Jeffrey A Law (law@cygnus.com)
1813
1814 * mn10300.c (const_8bit_operand): New function.
1815 (mask_ok_for_mem_btst): New funtion.
1816 * mn10300.md (btst patterns with mem operands): Use new functions
1817 to avoid creating btst instructions with invalid operands.
1818
05ef204d
MM
1819Wed Oct 29 16:57:19 1997 Michael Meissner <meissner@cygnus.com>
1820
1821 * rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
1822 are running on PowerPC Linux.
1823
feecabdf
GK
1824Wed Oct 29 13:10:11 1997 Gavin Koch <gavin@cygnus.com>
1825
1826 * config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
1827 if not previously defined.
1828
de957303
DE
1829Tue Oct 28 23:55:27 1997 Doug Evans (devans@cygnus.com)
1830
1831 * function.c (assign_parms): Correct mode of stack_parm if
1832 entry_parm underwent a mode conversion.
1833
ba3b3878
BK
18341997-10-28 Brendan Kehoe <brendan@lisa.cygnus.com>
1835
1836 * global.c (global_alloc): Use xmalloc instead of alloca for
1837 CONFLICTS, since max_allocno * allocno_row_words alone can be more
1838 than 2.5Mb sometimes.
1839
d540ae2c
RH
1840Tue Oct 28 15:29:15 1997 Richard Henderson <rth@cygnus.com>
1841
1842 * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
1843 DEST for the spill, adjust mode of SRC to compensate.
1844
42f4929d
RH
1845Tue Oct 28 14:36:45 1997 Richard Henderson <rth@cygnus.com>
1846
1847 * alpha.md (reload_inqi): Check for MEM before strict_memory_address_p,
1848 since any_memory_operand() allows pseudos during reload.
1849 (reload_inhi, reload_outqi, reload_outhi): Likewise.
1850
08417478
JW
1851Tue Oct 28 11:53:14 1997 Jim Wilson <wilson@cygnus.com>
1852
1853 * m68k.md (btst patterns): Add 5200 support.
1854
750e8348
TM
1855Tue Oct 28 11:58:40 1997 Toon Moene <toon@moene.indiv.nluug.nl>
1856
1857 * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
1858 optimizations, look inside dividend to determine if the expression
1859 can be simplified by using EXACT_DIV_EXPR.
1860
ede19932
JM
1861Tue Oct 28 10:19:01 1997 Jason Merrill <jason@yorick.cygnus.com>
1862
1863 From Brendan:
1864 * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
1865
66d91cb9
RH
1866Tue Oct 28 00:32:14 1997 Richard Henderson <rth@cygnus.com>
1867
1868 * alpha.c (summarize_insn [SUBREG]): Propogate SET.
1869
4f3f5e9f
RH
1870Mon Oct 27 23:59:26 1997 Richard Henderson <rth@cygnus.com>
1871
1872 * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
1873 on a CLOBBER.
1874
f3352b9e
RH
1875Mon Oct 27 21:25:20 1997 Richard Henderson <rth@cygnus.com>
1876
1877 * alpha.md (movqi, movhi): Make sure new insns created during reload
1878 won't need reloading themselves.
1879 (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Likewise.
1880
0cecc190
JL
1881Mon Oct 27 16:11:10 1997 Jeffrey A Law (law@cygnus.com)
1882
1883 * mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.
1884
a09ba5a2
RH
1885Sun Oct 26 13:50:44 1997 Richard Henderson <rth@cygnus.com>
1886
1887 * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
1888 Patch from Klaus Kaempf <kkaempf@progis.de>.
1889
7581a30f
JW
1890Sun Oct 26 13:31:47 1997 Jim Wilson (wilson@cygnus.com)
1891
1892 * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
1893 to an element in a constant string.
1894
d84e64d4
JM
1895Sun Oct 26 11:41:49 1997 Jason Merrill <jason@yorick.cygnus.com>
1896
1897 * dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
1898 bit PC-relative offset. The exception range table pointer is now in
1899 the CIE.
1900 * frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
1901 (count_fdes, add_fdes, get_cie): Adjust.
1902 (cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.
1903
1904 From H.J. Lu:
1905 * frame.c (count_fdes, add_fdes): Skip linked once FDE entries.
1906
96286722
RH
1907Sun Oct 26 11:52:01 1997 Richard Henderson <rth@cygnus.com>
1908
1909 * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just
1910 like stack_pointer_rtx.
1911
e85988b5
MH
1912Sun Oct 26 11:32:16 1997 Manfred Hollstein <manfred@s-direktnet.de>
1913
361e618f
MH
1914 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
1915 targets using "$@" to provide support for similar but not identical
1916 targets without having to duplicate code.
1917 (bootstrap4): New goal.
1918
e85988b5
MH
1919 * Makefile.in (compare, compare-lean, compare3): Combined to one
1920 ruleset determining actions to be performed via $@.
1921 (compare4, compare4-lean): New targets.
1922 (gnucompare, gnucompare3): Combined to one ruleset determining
1923 actions to be performed via $@. Also, note which files failed
1924 the comparison test in .bad_compare.
1925 (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targets.
1926
91585c63
TM
1927Sun Oct 26 10:06:11 1997 Toon Moene <toon@moene.indiv.nluug.nl>
1928
1929 * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR
1930 if the dividend is a multiple of the divisor.
1931
da0af5a5
JL
1932Sun Oct 26 09:21:40 1997 Jeffrey A Law (law@cygnus.com)
1933
7337c67f
JL
1934 * Makefile.in (LIBGCC2_CFLAGS): Add -fexceptions.
1935
adb9effb 1936 * alias.c (find_base_term): Handle PRE_INC, PRE_DEC, POST_INC,
6d849a2a 1937 and POS_DEC.
6d849a2a
JL
1938
1939 * alias.c (true_dependence): Fix typo.
1940
6d6d0fa0
JL
1941 * toplev.c (flag_rerun_loop_opt): New variable.
1942 (f_options): Handle -frerun-loop-opt.
1943 (rest_of_compilation): If -frerun-loop-opt, then run the loop
1944 optimizer twice.
1945 (main): Enable -frerun-loop-opt by default for -O2 or greater.
1946
da0af5a5
JL
1947 * loop.c (simplify_giv_expr): Adding two invariants results
1948 in an invariant.
1949
ca0f2220
RH
1950Sun Oct 26 09:15:15 1997 Richard Henderson <rth@cygnus.com>
1951
1952 * expr.c (get_inner_reference): Remove the array bias after
1953 converting the index to Pmode.
1954
a6f7ba17
JL
1955Sat Oct 25 12:20:58 1997 Jeffrey A Law (law@cygnus.com)
1956
1957 * mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.
1958 (TARGET_MULT_BUG): Define.
1959 (TARGET_DEFAULT): Default to TARGET_MULT_BUG.
1960 * mn10300.md (mulsi3): Handle TARGET_MULT_BUG.
1961
17ad8a3b
JL
1962Fri Oct 24 17:40:34 1997 Jeffrey A Law (law@cygnus.com)
1963
1964 * mn10200.c (indirect_memory_operand): Delete unused function.
1965 * mn10200.h (EXTRA_CONSTRAINT): Handle 'R'.
1966 * mn10200.md (bset, bclr insns): Handle output in a reg too.
1967
e16b49d3
RH
1968Fri Oct 24 15:54:57 1997 Richard Henderson <rth@cygnus.com>
1969
1970 * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
1971 the callee's ldgp, we must do it ourselves, and we use the jsr tag
1972 for more than scheduling.
1973
27f65411
DE
1974Fri Oct 24 13:23:04 1997 Doug Evans <devans@canuck.cygnus.com>
1975
1976 * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
1977
e9ad4573
JL
1978Fri Oct 24 13:19:40 1997 Jeffrey A Law (law@cygnus.com)
1979
1980 * mn10300.c (symbolic_operand, legitimize_address): New functions.
1981 * mn10300.h (LEGITIMIZE_ADDRESS): Call legitimize_address.
1982 (GO_IF_LEGITIMATE_ADDRESS): Don't allow base + symbolic.
1983
66724f0a
JL
1984Thu Oct 23 09:35:12 1997 Jeffrey A Law (law@cygnus.com)
1985
1986 * version.c: Bump for snapshot.
1987
c401498b
R
1988Thu Oct 23 08:03:59 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1989
1990 * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
1991 for FILENAME.
1992
b22b9b3e
JL
1993Wed Oct 22 00:34:12 1997 Jeffrey A Law (law@cygnus.com)
1994
56bf1fd9
JL
1995 * toplev.c (flag_exceptions): Default value is 2.
1996 (compile_file): If flag_exceptions still has the value 2, then
1997 set it to 0.
1998
a04232e5
JL
1999 * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
2000 (rs6000_save_machine_status): Save pic_offset_table_rtx.
2001 (rs6000_restore_machine_status: Restore pic_offset_table_rtx.
2002
0bd83abd
JL
2003 * local-alloc.c (block_alloc): Don't lose if two SCRATCH expressions
2004 are shared.
2005
b22b9b3e
JL
2006 * rs6000.md (*movsi_got_internal_mem): New pattern.
2007 (*movsi_got_internal_mem splitter): New define_split.
2008
c1e385db
JW
2009Tue Oct 21 18:14:03 1997 Jim Wilson <wilson@cygnus.com>
2010
2011 * obstack.h (obstack_empty_p): Fix spurious space after backslash.
2012
1a986152
GK
2013Tue Oct 21 18:34:01 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
2014
2015 * rs6000.c: Avoid creating a stack frame under SYSV ABI if we
2016 only need to save LR.
2017
5d29a95f
JL
2018Tue Oct 21 10:06:40 1997 Jeffrey A Law (law@cygnus.com)
2019
c6ee9150
JL
2020 * mn10300.md (movqi, movhi): Avoid using address registers as
2021 destinations unless absolutely necessary.
2022
d5255ba2
JL
2023 * mn10200.c (expand_prologue): Fix typo.
2024
9d2128b8
JL
2025 * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
2026 addresses.
2027 * mn10200.md (neghi2): Provide an alternative which works if
2028 the input and output register are the same.
2029
576e5acc
JL
2030 * mn10300.c (print_operand): Handle 'S'.
2031 * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for
2032 shift amount in last alternative
2033
5d29a95f
JL
2034 * mn10300.c (expand_epilogue): Rework to handle register restores
2035 in "ret" and "retf" instructions correctly.
2036
3bf1b082
JW
2037Mon Oct 20 16:47:08 1997 Jim Wilson <wilson@cygnus.com>
2038
2039 * expmed.c (extract_bit_field): Don't make flag_force_mem disable
2040 extzv for memory operands.
2041
2042 * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
2043 redundant conditional moves to single operand.
2044
ddbd8d36
NC
2045Mon Oct 20 15:30:26 1997 Nick Clifton <nickc@cygnus.com>
2046
2047 * v850.h: Move define of __v850__ from CPP_PREDEFINES
2048 to CPP_SPEC.
2049
2050 * xm-v850.h: Use __v850 rather than __v850__ to
2051 identify v850 port.
2052
a944a4eb
JW
2053Mon Oct 20 14:15:02 1997 Jim Wilson <wilson@cygnus.com>
2054
2055 * mips/mips.c (compute_frame_size): Not a leaf function if
2056 profile_flag set.
2057
2d5b6dea
GK
2058Mon Oct 20 14:16:38 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
2059
2060 * rs6000/t-ppccomm: Use -msdata=none for crtstuff.
2061
f0a9fa6c
DE
2062Mon Oct 20 12:28:17 1997 Doug Evans <devans@canuck.cygnus.com>
2063
2064 * sparc/sparc.h (SPARC_V9,SPARC_ARCH64): Delete.
2065 (DEFAULT_ARCH32_P): New macro.
2066 (TARGET_ARCH{32,64}): Allow compile time or runtime selection.
2067 (enum cmodel): Declare.
2068 (sparc_cmodel_string,sparc_cmodel): Declare.
2069 (SPARC_DEFAULT_CMODEL): Provide default.
2070 (TARGET_{MEDLOW,MEDANY}): Renamed to TARGET_CM_{MEDLOW,MEDANY}.
2071 (TARGET_FULLANY): Deleted.
2072 (TARGET_CM_MEDMID): New macro.
2073 (CPP_CPU_DEFAULT_SPEC): Renamed from CPP_DEFAULT_SPEC.
2074 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
2075 (CPP_PREDEFINES): Take out stuff now handled by %(cpp_arch).
2076 (CPP_SPEC): Rewrite.
2077 (CPP_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
2078 (CPP_{ENDIAN,SUBTARGET}_SPEC): New macros.
2079 (ASM_ARCH{,32,64,_DEFAULT}_SPEC): New macros.
2080 (ASM_SPEC): Add %(asm_arch).
2081 (EXTRA_SPECS): Rename cpp_default to cpp_cpu_default.
2082 Rename asm_default to asm_cpu_default.
2083 Add cpp_arch32, cpp_arch64, cpp_arch_default, cpp_arch, cpp_endian,
2084 cpp_subtarget, asm_arch32, asm_arch64, asm_arch_default, asm_arch.
2085 (NO_BUILTIN_{PTRDIFF,SIZE}_TYPE): Define ifdef SPARC_BI_ARCH.
2086 ({PTRDIFF,SIZE}_TYPE): Provide 32 and 64 bit values.
2087 (MASK_INT64,MASK_LONG64): Delete.
2088 (MASK_ARCH64): Renamed to MASK_64BIT.
2089 (MASK_{MEDLOW,MEDANY,FULLANY,CODE_MODEL}): Delete.
2090 (EMBMEDANY_BASE_REG): Renamed from MEDANY_BASE_REG.
2091 (TARGET_SWITCHES): Always provide 64 bit options.
2092 (ARCH64_SWITCHES): Delete.
2093 (TARGET_OPTIONS): New option -mcmodel=.
2094 (INT_TYPE_SIZE): Always 32.
2095 (MAX_LONG_TYPE_SIZE): Define ifdef SPARC_BI_ARCH.
2096 (INIT_EXPANDERS): sparc64_init_expanders renamed to sparc_init_....
2097 (FUNCTION_{,BLOCK_}PROFILER): Delete TARGET_EMBMEDANY support.
2098 (PRINT_OPERAND_PUNCT_VALID_P): Add '_'.
2099 * sparc/linux-aout.h (CPP_PREDEFINES): Take out stuff handled by
2100 CPP_SPEC.
2101 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
2102 * sparc/linux.h: Likewise.
2103 * sparc/linux64.h (SPARC_V9,SPARC_ARCH64): Delete.
2104 (ASM_CPU_DEFAULT_SPEC): Renamed from ASM_DEFAULT_SPEC.
2105 (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
2106 (SPARC_DEFAULT_CMODEL): Define.
2107 (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
2108 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
2109 (LONG_DOUBLE_TYPE_SIZE): Define.
2110 (ASM_SPEC): Add %(asm_arch).
2111 * sparc/sol2.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
2112 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
2113 (TARGET_CPU_DEFAULT): Add ultrasparc case.
2114 * sparc/sp64-aout.h (SPARC_V9,SPARC_ARCH64): Delete.
2115 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT.
2116 (SPARC_DEFAULT_CMODEL): Define.
2117 * sparc/sp64-elf.h (SPARC_V9,SPARC_ARCH64): Delete.
2118 (TARGET_DEFAULT): MASK_ARCH64 renamed to MASK_64BIT. Delete
2119 MASK_LONG64, MASK_MEDANY.
2120 (SPARC_DEFAULT_CMODEL): Define.
2121 (CPP_PREDEFINES): Delete.
2122 (CPP_SUBTARGET_SPEC): Renamed from CPP_SPEC.
2123 (ASM_SPEC): Add %(asm_arch).
2124 (LONG_DOUBLE_TYPE_SIZE): Define.
2125 (DWARF2_DEBUGGING_INFO): Define.
2126 * sparc/splet.h (CPP_SPEC): Delete.
2127 * sparc/sysv4.h (CPP_PREDEFINES): Take out stuff handled by CPP_SPEC.
2128 (FUNCTION_BLOCK_PROFILER): Delete TARGET_EMBMEDANY support.
2129 (BLOCK_PROFILER): Likewise.
2130 * sparc/sparc.c (sparc_cmodel_string,sparc_cmodel): New globals.
2131 (sparc_override_options): Handle code model selection.
2132 (sparc_init_expanders): Renamed from sparc64_init_expanders.
2133 * sparc/sparc.md: TARGET_<code_model> renamed to TARGET_CM_....
2134 TARGET_MEDANY renamed to TARGET_CM_EMBMEDANY.
2135 (sethi_di_embmedany_{data,text}): Renamed from sethi_di_medany_....
2136 (sethi_di_fullany): Delete.
2137
a3b0df2d
KK
2138Mon Oct 20 02:00:18 1997 Klaus Kaempf <kkaempf@progis.de>
2139 Jeff Law <law@cygnus.com>
2140 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2141
3a133c72
KK
2142 * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
2143 (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
2144 (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
2145 (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
2146 * alpha/alpha.md (arg_home): Likewise.
2147
a3b0df2d
KK
2148 * alpha/alpha.c (vmskrunch): Delete
2149 * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
2150 * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
2151 truncate to 64 characters.
2152
2153 * make-l2.com: Support openVMS/Alpha.
2154
2155 * vmsconfig.com: Fix to work on openVMS/Alpha and openVMS/VAX.
2156
7d4f2e6c
R
2157Sun Oct 19 19:00:35 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2158
2159 * longlong.h (count_leading_zeros): Add missing casts to USItype.
2160
decd44ac
JL
2161Sun Oct 19 18:44:06 1997 Jeffrey A Law (law@cygnus.com)
2162
2163 * i386/bsd386.h (ASM_COMMENT_START): Define.
2164
d1485032
JM
2165Sat Oct 18 13:47:15 1997 Jason Merrill <jason@yorick.cygnus.com>
2166
2167 * tree.c (restore_tree_status): Also free up temporary storage
2168 when we finish a toplevel function.
2169 (dump_tree_statistics): Print stats for backend obstacks.
2170
6bd35f86
DE
2171Sat Oct 18 12:47:31 1997 Doug Evans <dje@canuck.cygnus.com>
2172
2173 * expr.c (use_group_regs): Don't call use_reg for MEMs.
2174
d1485032
JM
2175Sat Oct 18 09:49:46 1997 Jason Merrill <jason@yorick.cygnus.com>
2176
2177 * libgcc2.c (__throw): Don't copy the return address.
2178 * dwarf2out.c (expand_builtin_dwarf_reg_size): Ignore return address.
2179
2180 * except.c (exceptions_via_longjmp): Initialize to 2 (uninitialized).
2181 * toplev.c (main): Initialize exceptions_via_longjmp.
2182
2183 * tree.c: Add extra_inline_obstacks.
2184 (save_tree_status): Use it.
2185 (restore_tree_status): If this is a toplevel inline obstack and we
2186 didn't want to save anything on it, recycle it.
2187 (print_inline_obstack_statistics): New fn.
2188 * function.c (pop_function_context_from): Pass context to
2189 restore_tree_status.
2190 * obstack.h (obstack_empty_p): New macro.
2191
6981eacf
JL
2192Sat Oct 18 00:43:59 1997 Jeffrey A Law (law@cygnus.com)
2193
2194 * i386/freebsd.h (ASM_COMMENT_START): Fix.
2195
1933ec7e
JW
2196Fri Oct 17 23:48:52 1997 Jim Wilson (wilson@cygnus.com)
2197
2198 * v850.c (ep_memory_offset): New function.
2199 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
2200
2201 * v850.h (CONST_OK_FOR_*): Add and correct comments.
2202 (CONSTANT_ADDRESS_P): Add comment.
2203 (EXTRA_CONSTRAINT): Define 'U'.
2204 * v850.md: Add comments on bit field instructions.
2205 (addsi3): Delete &r/r/r alternative. Add r/r/U alternative.
2206 (lshrsi3): Use N not J constraint.
2207
2208 * v850.md (v850_tst1+1): New define_split for tst1 instruction.
2209
2210 * v850.c (reg_or_0_operand): Call register_operand.
2211 (reg_or_int5_operand): Likewise.
2212 * v850.h (MASK_BIG_SWITCH, TARGET_BIG_SWITCH): New macros.
2213 (TARGET_SWITCHES): Add "big-switch".
2214 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT, CASE_VECTOR_MODE,
2215 ASM_OUTPUT_BEFORE_BASE_LABEL): Add support for TARGET_BIG_SWITCH.
2216 (CASE_DROPS_THROUGH): Comment out.
2217 (CASE_VECTOR_PC_RELATIVE, JUMP_TABLES_IN_TEXT_SECTION): Define.
2218 * v850.md (cmpsi): Delete compare mode.
2219 (casesi): New pattern.
2220
2221 * v850.h (CONST_OK_FOR_N): Delete redundant compare against zero.
2222 * v850.md (ashlsi3): Use SImode not QImode for shift count.
2223 (lshrsi3): Likewise.
2224
2225 * v850.c (print_operand): Add 'c', 'C', and 'z' support. Delete
2226 unreachable switch statement after 'b' support. Remove "b" from
2227 strings for 'b' support.
2228 * v850.md (branch_normal, branch_invert): Change %b to b%b.
2229
13c2de98
JL
2230Fri Oct 17 23:33:20 1997 Jeffrey A Law (law@cygnus.com)
2231
2232 * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
2233 empty line if @inhibit_libc@ is empty.
2234
b2167bee
RL
2235Fri Oct 17 23:24:40 1997 Robert Lipe (robertl@dgii.com)
2236
2237 * i386/sco5.h: Let ELF use dwarf2 unwinding. COFF uses sjlj.
2238 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Defined.
2239 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
2240 (DWARF2_UNWIND_INFO): Let this track object file format.
2241 (EXTRA_SECTIONS): Add in_eh.
2242 (EH_FRAME_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP_ELF): Define.
2243 (EH_FRAME_SECTION_ASM_OP_COFF): Likewise.
2244
bf2a2c6b
DM
2245Fri Oct 17 17:13:42 1997 David S. Miller <davem@tanya.rutgers.edu>
2246
2247 * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
da2a90f7
DM
2248 * sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
2249 TARGET_MEDANY.
f4f8e370
DE
2250 * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
2251 (output_double_int): Output DI mode values correctly when
2252 HOST_BITS_PER_WIDE_INT is 64.
9d162eb2
DE
2253 (output_fp_move_quad): If TARGET_V9 and not TARGET_HARD_QUAD, use
2254 fmovd so it works if a quad float ends up in one of the upper 32
2255 float regs.
7e37212e
DM
2256 * sparc/sparc.md (pic_{lo_sum,sethi}_di): New patterns
2257 necessary for PIC support on sparc64.
bf2a2c6b 2258
9ff84e67
DE
2259Fri Oct 17 13:39:56 1997 Doug Evans <dje@canuck.cygnus.com>
2260
2261 * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS.
2262 * sparc/sparc.h (PROMOTE_MODE): Promote small ints if arch64.
2263 (PROMOTE_FUNCTION_ARGS,PROMOTE_FUNCTION_RETURN): Define.
2264 (SPARC_FIRST_FP_REG, SPARC_FP_REG_P): New macros.
2265 (SPARC_{OUTGOING,INCOMING}_INT_ARG_FIRST): New macros.
2266 (SPARC_FP_ARG_FIRST): New macro.
2267 (CONDITIONAL_REGISTER_USAGE): All v9 fp regs are volatile now.
2268 (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER): Reorganize fp regs.
2269 (NPARM_REGS): There are 32 fp argument registers now.
2270 (FUNCTION_ARG_REGNO_P): Likewise.
2271 (FIRST_PARM_OFFSET): Update to new v9 abi.
2272 (REG_PARM_STACK_SPACE): Define for arch64.
2273 (enum sparc_arg_class): Delete.
2274 (sparc_arg_count,sparc_n_named_args): Delete.
2275 (struct sparc_args): Redefine and use for arch32 as well as arch64.
2276 (GET_SPARC_ARG_CLASS,ROUND_REG,ROUND_ADVANCE): Delete.
2277 (FUNCTION_ARG_ADVANCE): Rewrite.
2278 (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
2279 (FUNCTION_ARG_{PARTIAL_NREGS,PASS_BY_REFERENCE}): Rewrite.
2280 (FUNCTION_ARG_CALLEE_COPIES): Delete.
2281 (FUNCTION_ARG_{PADDING,BOUNDARY}): Define.
2282 (STRICT_ARGUMENT_NAMING): Define.
2283 (doublemove_string): Declare.
2284 * sparc/sparc.c (sparc_arg_count,sparc_n_named_args): Delete.
2285 (single_move_string): Use GEN_INT, and HOST_WIDE_INT.
2286 (doublemove_string): New function.
2287 (output_move_quad): Clean up some of the arch64 support.
2288 (compute_frame_size): Add REG_PARM_STACK_SPACE if arch64.
2289 Don't add 8 bytes of reserved space if arch64.
2290 (sparc_builtin_saveregs): Combine arch32/arch64 versions.
2291 (init_cumulative_args): New function.
2292 (function_arg_slotno): New static function.
2293 (function_arg,function_arg_partial_nregs): New functions.
2294 (function_arg_{pass_by_reference,advance}): New functions.
2295 (function_arg_padding): New function.
c1215820 2296 * ginclude/va-sparc.h: Rewrite v9 support.
9ff84e67 2297
b8fb2d72
CI
2298Fri Oct 17 12:29:48 1997 Christian Iseli <Christian.Iseli@lslsun.epfl.ch>
2299
f22376c7
CI
2300 * regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P
2301 for hard regs to determine base and index registers.
2302
b8fb2d72
CI
2303 * reload.c (debug_reload_to_stream): New function. Specify stream
2304 into which to write debug info.
2305 (debug_reload): Modify to call debug_reload_to_stream with stderr.
2306
b79ee7eb
RH
2307Thu Oct 16 15:07:51 1997 Richard Henderson <rth@cygnus.com>
2308
2309 * combine.c (can_combine_p): Don't combine with an asm whose
2310 output is a hard register.
2311
5c19a356
MS
2312Thu Oct 16 15:43:26 1997 Mike Stump (mrs@wrs.com)
2313
2314 * c-decl.c (start_struct): Ensure that structs with forward
2315 declarations are in fact packed when -fpack-struct is given.
2316
2317 * stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
2318 we are packing a structure. This allows a structure with only
2319 bytes to be aligned on a byte boundary and have no padding on a
2320 m68k.
2321
02bef6da
RK
2322Thu Oct 16 15:17:54 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2323
2324 * rs6000.h (ROUND_TYPE_ALIGN): Don't blow up if no fields in record.
2325
9ecc37f0
RH
2326Thu Oct 16 11:20:30 1997 Richard Henderson <rth@cygnus.com>
2327
2328 * alpha.c (alpha_return_addr_rtx): New variable.
2329 (alpha_save_machine_status): New; save it.
2330 (alpha_restore_machine_status): New; restore it.
2331 (alpha_init_expanders): New; clear it.
2332 (alpha_return_addr): New; set it.
2333 (alpha_ra_ever_killed): New; if alpha_return_addr_rtx, regs_ever_live
2334 is overly conservative, so search the insns explicitly.
2335 (alpha_sa_mask [VMS]): Check alpha_ra_ever_killed.
2336 (alpha_sa_size [VMS && !VMS]): Likewise.
2337 * alpha.h (RETURN_ADDR_RTX): Call alpha_return_addr.
2338 (INIT_EXPANDERS): New definition.
2339
2340 * alpha.c: Move REG_PV, REG_RA somewhere more visible in the file.
2341 (output_prolog [!VMS]): Use them.
2342
2343 * alpha.c (output_prolog [!VMS]): Move gp detection to ...
2344 (alpha_does_function_need_gp): ... a new function. Refine the
2345 CALL_INSN test to just TYPE_JSR.
2346 * alpha.md (most call insns): Fix some jsr/ibr type transpositions.
2347
bda2ffef
JL
2348Thu Oct 16 09:36:47 1997 Jeffrey A Law (law@cygnus.com)
2349
2350 * version.c: Bump for snapshot.
2351
96b63cd7
RK
2352Wed Oct 15 21:38:18 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2353
2354 * pa.c (move_operand): Respect -mdisable-indexing.
2355 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
2356
f192bf8b
DE
2357Wed Oct 15 21:34:45 1997 David Edelsohn <edelsohn@mhpcc.edu>
2358
2359 * rs6000.md (udivsi3, divsi3): Split into MQ and non-MQ cases for
2360 PPC601.
2361 (umulsidi3,umulsi3_highpart): Ditto.
2362 (smulsi3_highpart_no_mq): Add !TARGET_POWER.
2363
2ea844d3
RH
2364Wed Oct 15 18:21:46 1997 Richard Henderson <rth@cygnus.com>
2365
2366 * alpha.c (final_prescan_insn): Gut, remove and transform to ...
2367 (alpha_handle_trap_shadows): ... a new function. Handle the entire
2368 function in one go. Emit RTL for trapb, instead of printf directly.
2369 (alpha_reorg): New function. Call alpha_handle_trap_shadows.
2370 (trap_pending): Kill global variable.
2371 (output_epilog): Don't call final_prescan_insn.
2372 (struct shadow_summary): Elide $31 and $f31; now it fits in a word.
2373 * alpha.h (FINAL_PRESCAN_INSN): Remove.
2374 (MACHINE_DEPENENT_REORG): Define.
2375 * alpha.md (jsr patterns with trapb): Stupid and useless. Kill.
2376 (trapb): New insn.
2377
74835ed8
RH
2378Wed Oct 15 18:16:05 1997 Richard Henderson <rth@cygnus.com>
2379
2380 Tune Haifa scheduler for Alpha:
2381 * alpha.h (ISSUE_RATE): Define.
2382 * alpha.c (alpha_adjust_cost): Handle EV5 mult delay; don't apply
2383 EV4 adjustments to EV5.
2384 * alpha.md: Remove all scaling from function unit delays. Rework
2385 EV5 function units to match the CPU.
2386 (umuldi3_highpart): EV5 added the IMULH insn class.
2387
cdc0de30
JL
2388Wed Oct 15 17:42:41 1997 Jeffrey A Law (law@cygnus.com)
2389
2390 * pa.c (following_call): Fail if the CALL_INSN is an indirect
2391 call.
2392
041c97f2
MM
2393Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
2394
2395 * cplus-dem.c (demangle_signature): Don't look for return types on
2396 constructors. Handle member template constructors.
2397
f0632762
JM
2398Tue Oct 14 11:30:29 1997 Jason Merrill <jason@yorick.cygnus.com>
2399
2400 * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
22ef8a13 2401 * tree.h: Declare them.
f0632762 2402
dec88383
DE
2403Fri Oct 10 13:46:56 1997 Doug Evans <dje@canuck.cygnus.com>
2404
2405 * configure.in: Handle --with-newlib.
2406 * Makefile.in (LIBGCC2_CFLAGS): Add @inhibit_libc@.
2407
2408 * sparc/t-sp64 (LIBGCC2_CFLAGS): Delete.
2409
0e1f3f5e
JL
2410Wed Oct 8 14:37:44 1997 Jeffrey A Law (law@cygnus.com)
2411
2412 * config/ptx4.h: Fix typo.
2413
12504ae0
JL
2414Wed Oct 8 08:57:20 1997 Jeffrey A Law (law@cygnus.com)
2415
2416 * version.c: Bump for snapshot.
2417
5643c767
MH
2418Tue Oct 7 16:27:34 1997 Manfred Hollstein <manfred@s-direktnet.de>
2419
2420 * aclocal.m4: Substitute INSTALL.
2421 * configure: Re-built.
2422
aa0c1401
JL
2423Tue Oct 7 15:37:35 1997 Jeffrey A Law (law@cygnus.com)
2424
f644bd14
JL
2425 * integrate.c (save_for_inline_copying): Avoid undefined pointer
2426 operations.
2427 (expand_inline_function): Likewise.
2428
aa0c1401
JL
2429 * dwarf2out.c (output_call_frame_info): Reinstate last change
2430 using flag_debug_asm check instead of flag_verbose_asm.
2431
6c2df6c9
JW
2432Tue Oct 7 12:57:26 1997 Jim Wilson <wilson@cygnus.com>
2433
2434 * dwarf2out.c (output_call_frame_info): Remove last change.
2435
13ab2b83
AS
24361997-10-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2437
2438 * frame.c (__frame_state_for): Execute the FDE insns until the
2439 current pc value is strictly bigger than the target pc value.
2440
066c2fea
JM
2441Tue Oct 7 11:00:42 1997 Jason Merrill <jason@yorick.cygnus.com>
2442
2443 * regclass.c (init_reg_modes): If we can't find a mode for the
2444 register, use the previous one.
2445
2f308fec
RH
2446Tue Oct 7 10:55:34 1997 Richard Henderson <rth@cygnus.com>
2447
2448 * haifa-sched.c (print_block_visualization): Call fprintf directly,
2449 don't sprintf through an alloca'ed buffer.
2450
43984e29
TK
2451Tue Oct 7 10:52:29 1997 Thomas Koenig (ig25@rz.uni-karlsruhe.de)
2452
2453 * reload.c (decompose): Always initialize val.base.
2454
e9e30253
MH
2455Tue Oct 7 10:19:26 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
2456
2457 * m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
2458 instead of aborting.
2459 * dwarf2out.c (output_call_frame_info): Call app_enable and
2460 app_disable to let GNU as accept the generated comments.
2461
496651db
MM
2462Tue Oct 7 11:41:21 1997 Michael Meissner <meissner@cygnus.com>
2463
2464 * tree.h (get_file_function_name): Add declaration.
2465 * dwarf2out.c (output_call_frame_info): No need to cast
2466 get_file_function_name call anymore.
2467 * profile.c (toplevel): Remove get_file_function_name
2468 declaration.
2469 * c-lang.c (finish_file): Ditto.
2470
e6347456
CS
2471Tue Oct 7 10:01:45 1997 Chip Salzenberg <chip@rio.atlantic.net>
2472
2473 * Makefile.in (program_transform_name): Let autoconf substitute
2474 the correct value.
2475
1447b516
JL
2476Tue Oct 7 09:54:35 1997 Jeffrey A Law (law@cygnus.com)
2477
2478 * haifa-sched.c (schedule_block): If the first real insn in a
2479 block has any special notes attached to it, remove them.
2480
1a42ead7
RH
2481Tue Oct 7 09:48:51 1997 Richard Henderson <rth@cygnus.com>
2482
2483 * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
2484
4b6140f1
MH
2485Mon Oct 6 12:47:32 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
2486
2487 * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
2488
dc84d7bc
JL
2489Mon Oct 6 12:04:24 1997 Jeffrey A Law (law@cygnus.com)
2490
2491 * Makefile.in (check-g77): New test target.
2492 (CHECK-TARGETS): Add check-g77.
2493
c0da11c4
JM
2494Fri Oct 3 11:56:36 1997 Jason Merrill <jason@yorick.cygnus.com>
2495
2496 * toplev.c (rest_of_compilation): Defer all non-nested inlines.
2497
d8d64559
MM
2498Fri Oct 3 15:49:27 1997 Michael Meissner <meissner@cygnus.com>
2499
2500 * flow.c (print_rtl_with_bb): Cast alloca return value for
2501 in_bb_p.
2502
e414ab29
RH
2503Thu Oct 2 21:15:03 1997 Richard Henderson <rth@cygnus.com>
2504
2505 * i386.h (RETURN_ADDR_RTX): New definition that works for
2506 __builtin_return_address(0) and -fomit-frame-pointer.
2507
15039abe
JW
2508Wed Oct 1 13:43:53 1997 Jim Wilson <wilson@cygnus.com>
2509
2510 Bring over from FSF.
2511 Tue Aug 5 16:10:45 1997 Jason Merrill <jason@yorick.cygnus.com>
2512
2513 * mips.c (function_arg): Handle passing a struct
2514 containing a double in a DFmode register without the PARALLEL.
2515
281de624
ILT
2516Wed Oct 1 11:13:25 1997 Ian Lance Taylor <ian@cygnus.com>
2517
d8d64559 2518 * pexecute.c: Use spawn if __CYGWIN32__.
281de624 2519
d8d64559 2520 * pexecute.c: Include "config.h" first, as per autoconf manual
281de624
ILT
2521 (from Paul Eggert <eggert@twinsun.com>).
2522
3cbdd5fc
PDM
2523Wed Oct 1 01:44:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
2524
2525 * m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump
2526 optimisation for f/expr.o and f/stb.o.
2527
135d84b8
JL
2528Tue Sep 30 23:48:57 1997 Jeffrey A Law (law@cygnus.com)
2529
2530 * cse.c (this_insn_cc0_mode): Initialize.
2531
55d89719
TK
2532Tue Sep 30 23:09:40 1997 Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
2533
d3878e49
TK
2534 * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.
2535
2536 * haifa-sched.c (get_block_head_tail): Remove unneeded initialization.
55d89719 2537
e9d0757e
RH
2538Tue Sep 30 23:06:43 1997 Richard Henderson <rth@cygnus.com>
2539
2540 * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
2541 that pair will dual-issue on the 21164 and plus+beq won't.
2542 (bne): Likewise for cmpeq+beq.
2543
3f34faec
JW
2544Tue Sep 30 16:07:58 1997 Jim Wilson <wilson@cygnus.com>
2545
2546 * except.c (find_exception_handler_labels): Correct argument to free.
2547
3226dac5 2548Tue Sep 30 11:00:00 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
988cea7d
BK
2549
2550 * except.c (find_exception_handler_labels): Free LABELS when we're
2551 done.
2552
3a6eabfa
JL
2553Mon Sep 29 14:04:35 1997 Jeffrey A Law (law@cygnus.com)
2554
2555 * version.c: Bump for snapshot.
2556
974c50f9
JM
2557Mon Sep 29 10:51:53 1997 Jason Merrill <jason@yorick.cygnus.com>
2558
2559 * flow.c (find_basic_blocks): Mark calls as potentially jumping
2560 to the EH labels.
2561
9b16d2c4
JL
2562Mon Sep 29 09:58:06 1997 Jeffrey A Law (law@cygnus.com)
2563
2564 * configure.in: Substitute for "install" too.
2565 * configure: Rebuilt.
2566
b1e3ddfd
AJ
2567Mon Sep 29 00:38:42 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
2568
2569 * Makefile.in (bootstrap-lean, compare-lean): New targets.
2570
6662a38d
RH
2571Mon Sep 29 00:18:16 1997 Richard Henderson (rth@cygnus.com)
2572
c02f035f
RH
2573 * alias.c (base_alias_check): Two symbols can conflict if they
2574 are accessed via AND.
2575 (memrefs_conflict_p): Likewise.
2576
7a14fdc5
RH
2577 * alpha.h (SETUP_INCOMING_VARARGS): Emit a blockage insn
2578 after flushing argument registers to the stack.
2579
6662a38d
RH
2580 * Makefile.in (mostlyclean): Remove .regmove files.
2581
f3447109
JM
2582Sun Sep 28 18:59:58 1997 Jason Merrill <jason@yorick.cygnus.com>
2583
2584 * libgcc2.c (__throw): Fix thinko.
2585
37f6b6bf
MM
2586Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
2587
2588 * cplus-dem.c (demangle_template): Add new parameter. Handle new
2589 template-function mangling.
2590 (consume_count_with_underscores): New function.
2591 (demangle_signature): Handle new name-mangling scheme.
2592
adfc539e
PDM
2593Sun Sep 28 01:55:04 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
2594
2595 * flow.c (print_rtl_with_bb): Cast alloca return values for variables
2596 start and end.
2597
92cbe4d2
JL
2598Sun Sep 28 01:05:16 1997 Jeffrey A Law (law@cygnus.com)
2599
2600 * frame.c: Remove last change.
2601 * dwarf2.h: Remove last change.
2602 * tree.h: Add declarations of DWARF2 unwind info support
2603 functions.
2604
2f3ca9e7
JM
2605Sat Sep 27 11:02:38 1997 Jason Merrill <jason@yorick.cygnus.com>
2606
2607 * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
2608 * tree.h (built_in_function): Likewise.
2609 * expr.c (expand_builtin): Likewise.
2610 * except.h: Likewise.
2611 * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn.
2612 * libgcc2.c (copy_reg): New fn.
2613 (__throw): Use it.
2614
407cb092
PE
2615Fri Sep 26 08:54:59 1997 Paul Eggert <eggert@twinsun.com>
2616
2617 * c-typeck.c (build_binary_op): Warn about comparing signed vs
2618 unsigned if -W is specified and -Wno-sign-compare is not.
2619 * c-decl.c (warn_sign_compare): Initialize to -1.
2620 (c_decode_option): -Wall no longer implies -Wsign-compare.
2621
3ba10494
AS
2622Fri Sep 26 09:00:13 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2623
a7cc7f29
AS
2624 * frame.c: Include gansidecl.h for PROTO.
2625 * dwarf2out.c: Move inclusion of dwarf2.h down so that PROTO is
2626 defined. Don't declare dwarf2out_cfi_label here.
2627 * dwarf2.h: Add declarations of DWARF2 unwind info support
2628 functions.
2629 * m68k.c: Include dwarf2.h.
2630 (output_function_prologue): Add dwarf2 support.
2631 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM): New macros.
2632 (INCOMING_FRAME_SP_OFFSET): Likewise.
2633
3ba10494
AS
2634 * integrate.c (expand_inline_function): Make sure there is at
2635 least one insn that can be used as an insertion point.
2636
c5cec899
JM
2637Wed Sep 24 21:34:06 1997 Jason Merrill <jason@yorick.cygnus.com>
2638
2639 * dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
2640
e166cb18
JL
2641Wed Sep 24 22:05:30 1997 Jeffrey A Law (law@cygnus.com)
2642
2643 * version.c: Bump for snapshot.
2644
01a94cba
DE
2645Wed Sep 24 17:36:23 1997 Doug Evans <dje@canuck.cygnus.com>
2646
2647 Bring over from FSF.
2648
2649 Wed Sep 24 19:17:08 1997 Doug Evans <dje@cygnus.com>
2650
2651 * sparc/sparc.md (get_pc_via_call): Renamed from get_pc_sp32.
2652 (get_pc_via_rdpc): Renamed from get_pc_sp64.
2653 * sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.
2654
2655 Wed Sep 24 18:38:22 1997 David S. Miller <davem@tanya.rutgers.edu>
2656
2657 * sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
2658 (TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
2659 -malign-functions=.
2660 (sparc_align_{loops,jumps,funcs}_string): Declare.
2661 (sparc_align_{loops,jumps,funcs}): Declare.
2662 (DEFAULT_SPARC_ALIGN_FUNCS): New macro.
2663 (FUNCTION_BOUNDARY): Use sparc_align_funcs.
2664 (STACK_BIAS): Define.
2665 (SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
2666 test.
2667 (SPARC_SETHI_P): New macro.
2668 (CONST_OK_FOR_LETTER_P): Use it.
2669 (ASM_OUTPUT_ALIGN_CODE): Define.
2670 (ASM_OUTPUT_LOOP_ALIGN): Define.
2671 * sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
2672 (sparc_align_{loops,jumps,funcs}): New globals.
2673 (sparc_override_options): Handle -malign-loops=, -malign-jumps=,
2674 -malign-functions=.
2675 (move_operand): Use SPARC_SETHI_P.
2676 (arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
2677 perform test.
2678 (arith11_double_operand): Likewise.
2679 (arith10_double_operand): Likewise.
2680 (finalize_pic): Finish sparc64 support.
2681 (emit_move_sequence): Use SPARC_SETHI_P. Simplify low part of
2682 64 bit constants if able.
2683 (output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
2684 (sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
2685 ! TARGET_FPU.
2686 * sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
2687 (get_pc_sp32): Use for sparc64 as well.
2688 (lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
2689 (sethi_di_sp64_const): Likewise.
2690 (movtf_cc_sp64): Check TARGET_HARD_QUAD.
2691 (cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
2692 (ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
2693
2694 Tue Sep 23 19:02:46 1997 Doug Evans <dje@cygnus.com>
2695
2696 * sparc/linux-aout.h (COMMENT_BEGIN): Delete.
2697 * sparc/linux.h (COMMENT_BEGIN): Likewise.
2698 * sparc/linux64.h (COMMENT_BEGIN): Likewise.
2699
2700 Tue Sep 23 14:48:18 1997 David S. Miller <davem@tanya.rutgers.edu>
2701
2702 Add sparc64 linux support.
2703 * configure.in (sparc64-*-linux*): Recognize. Add sparc/xm-sparc.h
2704 to xm_file list on 32-bit sparc-linux.
2705 * sparc/xm-sp64.h: New file.
2706 * sparc/linux64.h: New file.
2707 * sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
2708 Don't include xm-sparc.h.
2709 * config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
2710 * glimits.h (LONG_MAX): Handle sparc64.
2711
2712 Sat Sep 20 03:07:54 1997 Doug Evans <dje@cygnus.com>
2713
2714 * sparc/sysv4.h (ASM_COMMENT_START): Delete.
2715 * sparc.h (ASM_COMMENT_START): Define.
2716 * sparc.c (output_function_prologue): Use it.
2717 (sparc_flat_output_function_{epi,pro}logue): Likewise.
2718
2719 Wed Sep 17 15:04:19 1997 Doug Evans <dje@cygnus.com>
2720
2721 * sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
2722 use sparc.h's copies.
2723 * sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
2724 ascii form as well.
2725
2726 Mon Sep 8 08:45:19 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2727
2728 * sparc.c (dwarf2out_cfi_label): Add declaration.
2729 (save_regs, output_function_prologue): Remove cast for it.
2730 (sparc_flat_{save_restore,output_function_prologue): Likewise.
2731 ({save,restore}_regs): No longer inline.
2732
ce2157a1
JL
2733Tue Sep 23 12:34:51 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2734
2735 * fold-const.c (make_range): Correctly handle cases of converting
2736 from unsigned to signed type.
2737
2738Tue Sep 23 12:34:51 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2739
2740 * fold-const.c (merge_ranges): Make sure that if one range is subset
2741 of another, it will always be the second range. Correct (+,-) case to
2742 account for this.
2743
c5cec899
JM
2744Tue Sep 23 08:32:51 1997 Jason Merrill <jason@yorick.cygnus.com>
2745
2746 * final.c (final_end_function): Also do dwarf2 thing if
2747 DWARF2_DEBUGGING_INFO.
2748 (final_start_function): Likewise.
2749
c107334d
DM
2750Tue Sep 23 01:15:50 1997 David S. Miller <davem@tanya.rutgers.edu>
2751
e13a25d5
DM
2752 * expmed.c (expand_divmod): If compute_mode is not the same as
2753 mode, handle the case where convert_modes() causes op1 to no
2754 longer be a CONST_INT.
2755
c107334d
DM
2756 * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
2757 note holding get_jump_flags() calculation to all JUMP_INSNs.
2758 * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
2759 * rtl.c (reg_note_name): Add new note types.
2760
8d7532d9
JL
2761Tue Sep 23 00:59:54 1997 Jeffrey A Law (law@cygnus.com)
2762
0774afd7 2763 * rtlanal.c (computed_jump_p): Fix typo in last change.
8d7532d9 2764
7019d00e
L
2765Tue Sep 23 00:42:44 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
2766
2767 * loop.c (indirect_jump_in_function_p): Return 0
2768 by default.
2769
b9dfb357
JL
2770Tue Sep 23 00:33:55 1997 Jeffrey A Law (law@cygnus.com)
2771
2772 * rs6000/xm-rs6000.h: Fix thinko in last change.
2773 * rs6000/xm-sysv4.h: Likewise.
2774
4b7e467b
JW
2775Mon Sep 22 19:33:53 1997 Jim Wilson <wilson@cygnus.com>
2776
2777 * mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.
2778
8c8e6faa
JL
2779Mon Sep 22 14:41:00 1997 Jeffrey A Law (law@cygnus.com)
2780
2781 * reg-stack.c (find_blocks): Fix thinko in last change.
2782
078e983e
AS
27831997-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2784
2785 * m68k.c (output_function_prologue): Add dwarf2 support.
2786
2787 * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
2788 INCOMING_FRAME_SP_OFFSET): New definitions.
2789
d7027667
DM
2790Mon Sep 22 11:36:42 1997 David S. Miller <davem@tanya.rutgers.edu>
2791
9524f769
DM
2792 * combine.c (try_combine): Use NULL_RTX instead of '0' where
2793 appropriate in calls to gen_rtx().
2794 * cse.c (cse_main): Likewise.
2795 * emit-rtl.c (gen_label_rtx): Likewise.
2796 * expr.c (init_expr_once): Likewise.
2797 * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
2798 sched_analyze, init_rgn_data_dependences,
2799 compute_block_backward_dependences): Likewise.
2800 * sched.c (schedule_insns): Likewise.
2801 * varasm.c (immed_double_const): Likewise.
2802
d7027667
DM
2803 * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
2804 SPARC_STACK_BIAS for sake of dwarf2 on sparc64.
2805
fbf8b71c
KJ
2806Mon Sep 22 11:21:33 1997 J. Kean Johnston <jkj@sco.com>
2807
2808 * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
2809 (MULTILIB_DEFAULTS): Define.
2810 (ASM_SPEC, CPP_SPEC): Handle -mcoff.
2811 (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
2812 (LIBGCC_SPEC): Likewise.
2813 (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
2814 (SUBTARGET_SWITCHES): Add -mcoff and -melf.
2815 * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
2816 (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
2817 (EXTRA_PARTS, TAROUTOPTS): Delete.
2818 (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
2819 (MULTILIB_OPTIONS): Define.
2820 (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
2821 (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
2822
c14a951f
JL
2823Mon Sep 22 02:10:43 1997 Jeffrey A Law (law@cygnus.com)
2824
2825 * version.c: Bump for snapshot.
2826
7014927a
JL
2827Sun Sep 21 17:45:45 1997 Jeffrey A Law (law@cygnus.com)
2828
37aa45a2
JL
2829 * loop.c (loop_number): Delete function. Change all references
2830 to use uid_loop_num array.
2831 * loop.h (loop_number): Delete declaration.
2832 * unroll.c (unroll_loop): Change "loop_number" references to
2833 use uid_loop_num instead.
2834
b47404d1
JL
2835 * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
2836 conditional.
2837 (loop_unroll_iter): Remove unused variable and all references.
2838 (loop_optimize): Always allocate and clear space for loop_unroll_factor.
2839 (insert_bct): Fix minor formatting problems.
2840 * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
2841 (loop_unroll_iter): Removed unused decl.
2842 * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
2843 Always record the unrolling factor.
2844
cb3bb2a7
JL
2845 * cse.c (simplify_relational_operation): Set h0u just like h0s.
2846 Similarly for h1u and h1s.
2847
d5ff3a2e 2848 * flow.c (jmp_uses_reg_or_mem): Deleted unused function.
2a1777af
JL
2849 (find_basic_blocks): Use computed_jump_p to determine if a
2850 particular JUMP_INSN is a computed jump.
2851 * reg-stack.c (find_blocks): Use computed_jump_p to determine
2852 if a particular JUMP_INSN is a computed jump.
2853 * rtlanal.c (jmp_uses_reg_or_mem): New function.
2854 (computed_jump_p): Likewise.
2855 * rtl.h (computed_jump_p): Declare.
2856 * genattrtab.c (pc_rtx): Define and initialize.
2857 * loop.c (loop_optimize): Always determine if the current
2858 function has a computed jump.
2859 (indirect_jump_in_function_p): Use computed_jump_p to determine
2860 if a particular JUMP_INSN is a computed jump.
2861
7014927a
JL
2862 * loop.c (fix_bct_param): Delete unused function.
2863 (check_bct_param): Likewise.
2864
6d53d7c2
JM
2865Sat Sep 20 16:22:06 1997 Jason Merrill <jason@yorick.cygnus.com>
2866
2867 * frame.c (__deregister_frame): Check properly for initialized object.
2868
5a5e9503 2869Fri Sep 19 20:51:03 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
71e4fbe6
L
2870
2871 * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
2872
272299b9
R
2873Fri Sep 19 18:53:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2874
cc5e1642
R
2875 * jump.c (thread_jumps): check can_reverse_comparison_p before
2876 threading a reversed-condition jump.
2877
272299b9
R
2878 * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
2879 * haifa-sched.c (update_flow_info): Likewise.
2880
18511014
JL
2881Thu Sep 18 21:13:40 1997 Jeffrey A Law (law@cygnus.com)
2882
e6493727
JL
2883 * Makefile.in (BOOT_CFLAGS): Use -O2.
2884
1e467e19
JL
2885 * configure.in (strtoul, bsearch): Have autoconf check for these
2886 functions.
2887 * configure, config.in: Rebuilt.
2888
18511014
JL
2889 * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
2890 * mips/mips.h (alloca): Likewise.
2891 * rs6000/xm-rs6000.h (alloca): Likewise.
2892 * rs6000/xm-sysv4.h: Likewise.
2893
6020d360
JM
2894Thu Sep 18 14:22:22 1997 Jason Merrill <jason@yorick.cygnus.com>
2895
2896 * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
2897 * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
2898 (dwarf2out_stack_adjust): A BARRIER resets the args space to 0.
2899
2900 * except.c (end_eh_unwinder): Subtract 1 from return address.
2901 * libgcc2.c (__throw): Likewise.
2902 (find_exception_handler): Don't change PC here. Compare end with >.
2903
b24bcfb3
NC
2904Thu Sep 18 10:43:07 1997 Nick Clifton <nickc@cygnus.com>
2905
2906 * v850.c (compute_register_save_size): Correct register
2907 number.
2908 * v850.md (save_interrupt, return_interrupt): Correct
2909 register number.
2910 * v850/lib1funcs.asm (save_interrupt): Correct register number.
2911 (return_interrupt): Use stack pointer, not element pointer.
2912
93cf819d
BK
29131997-09-18 Brendan Kehoe <brendan@lisa.cygnus.com>
2914
2915 * configure.in, configure: Make sure to create the stage* and include
2916 symbolic links in each subdirectory.
2917
f0501149
JL
2918Thu Sep 18 01:47:06 1997 Jeffrey A Law (law@cygnus.com)
2919
2920 * pa.md (reload_peepholes): Don't allow addresses with side
2921 effects for the memory operand.
2922
4f870c04
JM
2923Wed Sep 17 18:19:53 1997 Jason Merrill <jason@yorick.cygnus.com>
2924
2925 * libgcc2.c (find_exception_handler): Subtract one from our PC when
2926 looking for a handler, to avoid hitting the beginning of the next
2927 region.
2928
2929 * except.c (expand_builtin_set_return_addr_reg): Use force_operand.
2930
4eb66248
JL
2931Wed Sep 17 18:33:59 1997 Jeffrey A Law (law@cygnus.com)
2932
2933 * mips/abi64.h (LONG_MAX_SPEC): Define.
2934 * mips.h (LONG_MAX_SPEC): Define.
2935 (CPP_SPEC): Include long_max_spec.
2936 (EXTRA_SPECS): Include long_max_spec.
2937
44158507
JL
2938Wed Sep 17 14:11:38 1997 Jeffrey A Law (law@cygnus.com)
2939
2940 * v850.c (construct_save_jarl): Fix thinko in last change.
2941
bf520cd9
JL
2942Wed Sep 17 09:53:07 1997 Jeffrey A Law (law@cygnus.com)
2943
2944 * version.c: Bump for snapshot.
2945
255fe733
JM
2946Tue Sep 16 14:22:36 1997 Jason Merrill <jason@yorick.cygnus.com>
2947
c0727e2a
JM
2948 * libgcc2.c (find_exception_handler): Not found is -1.
2949
255fe733
JM
2950 * integrate.c (expand_inline_function): Move expand_start_bindings
2951 after expanding the arguments.
2952
21002281
JW
2953Tue Sep 16 11:13:46 1997 Jim Wilson <wilson@cygnus.com>
2954
2955 * expr.c (expand_expr): Remove previous incorrect change.
2956 If target and slot has no DECL_RTL, then call mark_addressable
2957 again for the slot after we give it RTL.
2958
e693cc28 2959Tue Sep 16 09:18:52 1997 Jason Merrill (jason@cygnus.com)
f633220c 2960
e693cc28
UD
2961 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
2962 again for the slot after we give it RTL.
f633220c 2963
145870b5
NC
2964Tue Sep 16 00:13:20 1997 Nick Clifton <nickc@cygnus.com>
2965
84e75068 2966 * v850.c (register_is_ok_for_epilogue,
145870b5
NC
2967 pattern_is_ok_for_epilogue, construct_restore_jr,
2968 pattern_is_ok_for_prologue, construct_save_jarl): New functions.
2969
84e75068 2970 * v850.h (pattern_is_ok_for_prologue,
145870b5
NC
2971 pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
2972 predicates.
2973
84e75068 2974 * v850.md: Replace prologue and epilogue patterns with a
145870b5
NC
2975 match_parallel pattern.
2976
76143254
JL
2977Mon Sep 15 22:53:01 1997 Jeffrey A Law (law@cygnus.com)
2978
2979 * aclocal.m4: Add replacement for AC_PROG_INSTALL.
2980 * configure.in: Use EGCS_PROG_INSTALL.
2981
4401bf24
JL
2982Mon Sep 15 22:40:55 1997 Jim Wilson (wilson@cygnus.com)
2983
2984 * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
2985 extern inline function.
2986
2987Mon Sep 15 22:40:55 1997 Richard Henderson (rth@cygnus.com)
2988
2989 * dwarf2out.c (reg_loc_descriptor): Fix prototype.
2990 (concat_loc_descriptor): New function.
2991 (loc_descriptor): Call it.
2992 (add_AT_location_description): Also elide the descriptor if both
2993 halves of a CONCAT are pseudos.
2994 (add_location_or_const_value_attribute): Recognize CONCAT too.
2995
0d24ff5d
RH
2996Mon Sep 15 15:24:00 1997 Richard Henderson <rth@cygnus.com>
2997
4bb43724
RH
2998 * alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.
2999
0d24ff5d
RH
3000 * alpha/alpha.c (output_prolog): New variable sa_reg. Use it for
3001 out-or-range reg_offset.
3002 (output_epilog): Likewise.
3003
05ef8897
JL
3004Mon Sep 15 15:39:26 1997 Jeffrey A Law (law@cygnus.com)
3005
3006 * cse.c (simplify_relational_operation): If MODE specifies a
3007 mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
3008 is derived from the sign bit of the low word.
3009
ca55abae
JM
3010Mon Sep 15 11:43:38 1997 Jason Merrill <jason@yorick.cygnus.com>
3011
3012 Support dwarf2 unwinding on PUSH_ROUNDING targets like the x86.
3013
3014 * dwarf2.h: Add DW_CFA_GNU_args_size.
3015 * frame.c (execute_cfa_insn): Likewise.
3016 * dwarf2out.c (dwarf_cfi_name, output_cfi): Likewise.
3017 (dwarf2out_args_size, dwarf2out_stack_adjust): New fns.
3018 (dwarf2out_frame_debug): If this isn't a prologue or epilogue
3019 insn, hand it off to dwarf2out_stack_adjust.
3020 (dwarf2out_begin_prologue): Initialize args_size.
3021 * frame.h (struct frame_state): Add args_size.
3022 * libgcc2.c (__throw): Use args_size.
3023 * final.c (final_scan_insn): If we push args, hand off all insns
3024 to dwarf2out_frame_debug.
3025 * defaults.h (DWARF2_UNWIND_INFO): OK for !ACCUMULATE_OUTGOING_ARGS.
3026
3027 * dwarf2out.c dwarf2out_frame_debug): Fix typo.
3028 Handle epilogue restore of SP from FP.
3029 * emit-rtl.c (gen_sequence): Still generate a sequence if the
3030 lone insn has RTX_FRAME_RELATED_P set.
3031
3032 * frame.c (extract_cie_info): Handle "e" augmentation.
3033 * dwarf2out.c (ASM_OUTPUT_DWARF_*): Provide definitions in the
3034 absence of UNALIGNED_*_ASM_OP.
3035 (UNALIGNED_*_ASM_OP): Only provide defaults if OBJECT_FORMAT_ELF.
3036 (output_call_frame_info): Use "e" instead of "z" for augmentation.
3037 Don't emit augmentation fields length.
3038 (dwarf2out_do_frame): Move outside of #ifdefs.
3039 * defaults.h (DWARF2_UNWIND_INFO): Don't require unaligned data
3040 opcodes.
3041
3042 * sparc.h (UNALIGNED_INT_ASM_OP et al): Don't define here after all.
3043 * sparc/sysv4.h (UNALIGNED_INT_ASM_OP): Define here.
3044 * sparc/sunos4.h (DWARF2_UNWIND_INFO): Define to 0.
3045 * sparc/sun4gas.h: New file.
3046 * configure.in: Use sun4gas.h if SunOS 4 --with-gnu-as.
3047
3048 * collect2.c (write_c_file_stat, write_c_file_glob): Declare
3049 __register_frame_table and __deregister_frame.
3050
1d77fa53
BK
30511997-09-15 Brendan Kehoe <brendan@cygnus.com>
3052
3053 * except.c (find_exception_handler_labels): Use xmalloc instead of
3054 alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
3055 in some cases.
3056
8be52aaa
JL
3057Sun Sep 14 21:01:23 1997 Jeffrey A Law (law@cygnus.com)
3058
3059 * Makefile.in: Various changes to build info files
3060 in the object tree rather than the source tree.
3061
a3ee3246
JL
3062Sun Sep 14 12:24:30 1997 Jeffrey A Law (law@cygnus.com)
3063
3064 * fixinc.math: New file to fix math.h on some systems.
3065 * configure.in (freebsd, netbsd): Use fixinc.math on these
3066 systems.
3067 * configure: Rebuilt.
3068
124da275
JL
3069Sun Sep 14 11:11:05 1997 Jeffrey A Law (law@cygnus.com)
3070
3071 * regmove.c (regmove_optimize): If we end up moving the
3072 original insn due to lifetime overlaps, make sure to move
3073 REG_NOTES too.
3074
fca9d4b0
MH
3075Sat Sep 13 15:51:11 1997 Manfred Hollstein <manfred@s-direktnet.de>
3076
3077 * Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
3078
326ee7a3
JL
3079Sat Sep 13 12:57:26 1997 Jeffrey A Law (law@cygnus.com)
3080
3081 * haifa-sched.c (add_branch_dependences): Make each insn in
3082 a SCHED_GROUP_P block explicitly depend on the previous insn.
3083
ca55abae
JM
3084Fri Sep 12 13:49:58 1997 Jason Merrill <jason@yorick.cygnus.com>
3085
3086 * except.h: Prototype dwarf2 hooks.
3087 * expr.c: Adjust.
3088
5188d2b2
JW
3089Thu Sep 11 17:43:55 1997 Jim Wilson <wilson@cygnus.com>
3090
3091 * configure.in (native_prefix): Delete.
3092 (mips-dec-netbsd): Don't set prefix.
3093 (*linux*): Don't set prefix.
3094
2e384318
FF
3095Thu Sep 11 15:48:32 1997 Fred Fish <fnf@ninemoons.com>
3096
70988851
FF
3097 * protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
3098 defined. If not defined, include <sys/varargs.h> if
3099 HAVE_SYS_VARARGS_H is defined.
3100 * configure.in: Test for varargs.h and sys/varargs.h.
3101 * configure: Regenerate with autoconf.
3102 * config.in: Regenerate with autoheader.
3103
2e384318
FF
3104 * cpplib.c (quote_string): Cast first arg of sprintf call
3105 from "unsigned char *" to "char *".
3106 (output_line_command): Ditto.
3107 (macroexpand): Ditto.
3108 (do_line): Cast atoi arg from "unsigned char *" to "char *".
3109
3fb2f401
JL
3110Wed Sep 10 21:37:30 1997 Jeffrey A Law (law@cygnus.com)
3111
f2e4e16f
JL
3112 * version.c: Bump for snapshot.
3113
3fb2f401
JL
3114 * Makefile.in (compare): Exit with nonzero status if there
3115 are comparison failures. Note which files failed the
3116 comparison test in .bad_compare.
3117
d26cb668
L
3118Wed Sep 10 17:05:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3119
3120 * config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
3121
ac64120e
JW
3122Wed Sep 10 16:37:28 1997 Fred Fish <fnf@ninemoons.com>
3123
3124 * Makefile.in (LN, LN_S): New macros, use where appropriate.
3125 * aclocal.m4 (GCC_PROG_LN_S, GCC_PROG_LN): New tests.
3126 * configure.in: Use GCC_PROG_LN_S and GCC_PROG_LN.
3127 * configure: Regenerated.
3128
3129Thu Sep 11 11:09:43 1997 Jeffrey A Law (law@cygnus.com)
3130
3131 * loop.c (strength_reduce): Fix typo.
3132
db87ec0b
JW
3133Wed Sep 10 16:01:15 1997 Jim Wilson <wilson@cygnus.com>
3134
3135 * m88k/m88k.c (struct option): Rename to struct options.
3136 * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
3137 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
3138 * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
3139 __DOLPHIN__ or sysV88.
3140
04395f96
JW
3141Wed Sep 10 14:58:40 1997 Jim Wilson <wilson@cygnus.com>
3142
3143 * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
3144 create new subreg.
3145
becdcf6d
JL
3146Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
3147
3148 * config.sub: Accept 'amigados' for backward compatability.
3149
04395f96 3150Wed Sep 10 14:05:08 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3979dfb8
JW
3151
3152 * Makefile.in (testsuite/site.exp): New target.
3153 (check-gcc, check-g++): Depend on testsuite/site.exp.
3154 Don't stop for failure.
3155
ca55abae
JM
3156Wed Sep 10 12:59:57 1997 Jason Merrill <jason@yorick.cygnus.com>
3157
3158 * expr.c (expand_builtin): Only support __builtin_dwarf_fp_regnum()
3159 if DWARF2_UNWIND_INFO.
3160
3161Wed Sep 10 11:49:20 1997 Jason Merrill <jason@yorick.cygnus.com>
3162
3163 Add support for exception handling using DWARF 2 frame unwind info.
3164 Currently works on SPARC and MIPS, and almost on x86.
3165
3166 * libgcc2.c (get_reg, put_reg, get_return_addr, put_return_addr,
3167 next_stack_level, in_reg_window): Helper fns.
3168 (__throw): Implement for DWARF2_UNWIND_INFO.
3169
3170 * expr.c (expand_builtin): Handle builtins used by __throw.
3171 * tree.h (enum built_in_function): Add builtins used by __throw.
3172 * c-decl.c (init_decl_processing): Declare builtins used by __throw.
3173 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Used by __throw.
3174 * except.c (expand_builtin_unwind_init): Hook for dwarf2 __throw.
3175 (expand_builtin_extract_return_addr): Likewise.
3176 (expand_builtin_frob_return_addr): Likewise.
3177 (expand_builtin_set_return_addr_reg): Likewise.
3178 (expand_builtin_eh_stub): Likewise.
3179 (expand_builtin_set_eh_regs): Likewise.
3180 (eh_regs): Choose two call-clobbered registers for passing back values.
3181
3182 * frame.c, frame.h: New files for parsing dwarf 2 frame info.
3183 * Makefile.in (LIB2ADD): New variable. Add $(srcdir)/frame.c.
3184 (libgcc2.a): Use it instead of $(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS)
3185 (stmp-multilib): Likewise.
3186 ($(T)crtbegin.o, $(T)crtend.o): Add -fno-exceptions.
3187
3188 * except.c: #include "defaults.h".
3189 (exceptions_via_longjmp): Default depends on DWARF2_UNWIND_INFO.
3190 (emit_throw): Don't defeat assemble_external if DWARF2_UNWIND_INFO.
3191 (register_exception_table_p): New fn.
3192 (start_eh_unwinder): Don't do anything if DWARF2_UNWIND_INFO.
3193 (end_eh_unwinder): Likewise.
3194
3195 * crtstuff.c: Wrap .eh_frame section, use EH_FRAME_SECTION_ASM_OP,
3196 call __register_frame and __deregister_frame as needed.
3197 * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
3198 * dwarf2out.c (EH_FRAME_SECTION): Now a function-like macro. Check
3199 EH_FRAME_SECTION_ASM_OP.
3200 * sparc/sysv4.h (EH_FRAME_SECTION_ASM_OP): Define.
3201 * mips/iris6.h: (EH_FRAME_SECTION_ASM_OP): Define.
3202 (LINK_SPEC): Add __EH_FRAME_BEGIN__ to hidden symbols.
3203
3204 * dwarf2out.c (output_call_frame_info): If no support for
3205 EXCEPTION_SECTION, mark the start of the frame info with a
3206 collectable tag.
3207 * collect2.c (frame_tables): New list.
3208 (is_ctor_dtor): Recognise frame entries.
3209 (scan_prog_file): Likewise.
3210 (main): Pass -fno-exceptions to sub-compile. Also do collection
3211 if there are any frame entries.
3212 (write_c_file_stat): Call __register_frame_table and
3213 __deregister_frame as needed.
3214 (write_c_file_glob): Likewise.
3215
3216 * defaults.h (DWARF2_UNWIND_INFO): Default to 1 if supported.
3217 Also require unaligned reloc support.
3218 * sparc.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
3219 UNALIGNED_DOUBLE_INT_ASM_OP): Define here.
3220 * sparc/sysv4.h: Not here.
3221
3222 * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
3223 * dwarf2out.c (dwarf2out_init): Don't call dwarf2out_frame_init.
3224 (dwarf2out_finish): Don't call dwarf2out_frame_finish.
3225
3226 * libgcc2.c (L_eh): Reorganize, moving code shared by different
3227 EH implementations to the top.
3228 (find_exception_handler): Split out. Start from 0. Compare against
3229 end with >=.
3230 (__find_first_exception_table_match): Use it.
3231 * except.c (output_exception_table): Don't do anything if there's
3232 no table. Don't output a first entry of zeroes.
3233 (eh_outer_context): Adjust properly.
3234 (add_eh_table_entry): Use xrealloc.
3235 * toplev.c (compile_file): Just call output_exception_table.
3236
3237Wed Sep 10 11:30:36 1997 Jason Merrill <jason@cygnus.com>
3238
3239 * i386.c (ix86_prologue): Add dwarf2 support for !do_rtl case.
3240
3241Wed Sep 10 08:17:10 1997 Torbjorn Granlund <tege@pdc.kth..se>
3242
3243 * except.c (eh_outer_context): Do masking using expand_and.
3244
b4d940a2
JL
3245Wed Sep 10 01:38:30 1997 Doug Evans <dje@cygnus.com>
3246
3247 Add port done awhile ago for the ARC cpu.
3248 * arc/arc.h: New file.
3249 * arc/arc.c: New file.
3250 * arc/arc.md: New file.
3251 * arc/initfini.c: New file.
3252 * arc/lib1funcs.asm: New file.
3253 * arc/t-arc: New file.
3254 * arc/xm-arc.h: New file.
3255 * ginclude/va-arc.h: New file.
3256 * ginclude/stdarg.h: Include va-arc.h ifdef __arc__.
3257 * ginclude/varargs.h: Likewise.
3258 * Makefile.in (USER_H): Add va-arc.h.
3259 * configure.in (arc-*-elf*): Recognize.
3260 * longlong.h: Add ARC support.
3261
3262Wed Sep 10 01:32:54 1997 Jeffrey A Law (law@cygnus.com)
3263
3264 * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx.
3265 when clearing non-BLKmode data.
3266
10211581
JL
3267Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
3268
9dfc6eba
MH
3269 * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.
3270 * libgcc2.c (__enable_execute_stack): Provide for sysV88 too.
3271
55259219
MH
3272 * xm-m88k.h (USG): Only define if it hasn't already been defined.
3273
3274 * Makefile.in (risky-stage1): Delete gratutious whitespace.
3275
ee291069
MH
3276 * Makefile.in (clean): Delete libgcc1-test.
3277
10211581
JL
3278 * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
3279
3280Tue Sep 9 17:07:36 1997 Stan Cox <coxs@dg-rtp.dg.com>
48f0be1b
SC
3281
3282 * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
3283 template.
3284
ca55abae
JM
3285Tue Sep 9 09:50:02 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3286
3287 * dwarf2out.c (output_call_frame_info): Call named_section.
3288
8f3d79e0
JL
3289Tue Sep 9 09:12:17 1997 Jeffrey A Law (law@cygnus.com)
3290
3291 * haifa-sched.c (print_value): Fix last change.
3292
ca55abae
JM
3293Tue Sep 9 01:30:37 1997 Jason Merrill <jason@yorick.cygnus.com>
3294
3295 * mips.h (DWARF_FRAME_REGNUM): Use the same numbering regardless of
3296 write_symbols.
3297
3298Mon Sep 8 16:32:43 1997 Jason Merrill <jason@yorick.cygnus.com>
3299
3300 * mips.c (function_prologue): Set up the CFA when ABI_32.
3301
3302 * sparc.c (save_regs): Check dwarf2out_do_frame instead of DWARF2_DEBUG
3303 for dwarf2 unwind info.
3304 (output_function_prologue, sparc_flat_output_function_prologue): Same.
3305
3306 * final.c (final_end_function): Check dwarf2out_do_frame instead
3307 of DWARF2_DEBUG for dwarf2 unwind info.
3308 (final_scan_insn): Likewise.
3309 (final_start_function): Likewise. Initialize dwarf2 frame debug here.
3310 (final): Not here.
3311
3312 * expr.c (expand_builtin_return_addr): Only SETUP_FRAME_ADDRESSES if
3313 count > 0.
3314
3315 * varasm.c (exception_section): Check EXCEPTION_SECTION first.
3316
74aca74b
NC
3317Mon Sep 8 15:15:11 1997 Nick Clifton <nickc@cygnus.com>
3318
3319 * v850.h (ASM_SPEC): Pass on target processor.
3320 (CPP_PREDEFINES): Only define if not already specified.
3321 (TARGET_VERSION): Only define if not already specified.
3322 (MASK_CPU, MASK_V850, MASK_DEFAULT): Bits to specify target
3323 processor.
3324 (EXTRA_SWITCHES): Extra entries in the switches array.
3325 (TARGET_DEFAULT): Set default target processor.
3326
c0b04148
JW
3327Mon Sep 8 18:26:35 1997 Jim Wilson <wilson@cygnus.com>
3328
3329 * m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): In MOTOROLA
3330 cases, add %# and %/, and add : to make them into extended asms.
3331
52b7724b
WL
3332Sun Sep 7 23:57:50 1997 Weiwen Liu <liu@hepunix.physics.yale.edu>
3333
3334 * alias.c (init_alias_analysis): Clean up incompatible pointer
3335 type warning in bzero.
3336 * regmove.c (regmove_optimize): Ditto.
3337 * haifa-sched.c (find_rgns): Ditto.
3338
3339 * haifa-sched.c (print_value): Clean up ptr->int cast
3340 warnings.
3341
0c82f6bf
FF
3342Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
3343
3344 * INSTALL: Change 'amigados' to 'amigaos' to match current usage.
3345 * install.texi (Configurations): Ditto.
3346 * config.sub: Ditto.
3347
1fed1f51
WL
3348Sun Sep 7 22:56:56 1997 Weiwen Liu (liu@hepvms.physics.yale.edu)
3349
3350 * Makefile.in (sdbout.o): Depend on insn-config.h.
3351
239e68f6
JW
3352Sun Sep 7 18:44:50 1997 Jim Wilson <wilson@cygnus.com>
3353
3354 * m68k/m68k.h (TARGET_SWITCHES): For 68000, 68302, subtract MASK_68881.
3355 For 68303, 68332, cpu32, subtract MASK_68040_ONLY.
3356
267c09ab
JM
3357Sun Sep 7 18:30:46 1997 Jason Merrill <jason@yorick.cygnus.com>
3358
3359 * dwarf2out.c (dwarf2out_frame_debug): Assume that in a PARALLEL
3360 prologue insn, only the first elt is significant.
3361 (output_call_frame_info): For exception handling, always use 4-byte
3362 fields as specified by the dwarf2 spec.
3363 Don't skip trivial FDEs.
3364
db7cafb0
JL
3365Sun Sep 7 14:19:39 1997 Jeffrey A Law (law@cygnus.com)
3366
3367 * version.c: Bump for snapshot.
3368
3369Sun Sep 7 14:17:36 1997 Torbjorn Granlund (tege@pdc.kth.se)
3370
3371 * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
3372 for negative constants. Promote EXACT_DIV_EXPR to TRUNC_DIV_EXPR
3373 when op1_is_pow2.
3374
3375Sun Sep 7 13:46:46 1997 Jeffrey A Law (law@cygnus.com)
3376
bf520cd9
JL
3377 * final.c (shorten_branches): During first pass, assume worst
3378 possible alignment for ADDR_VEC and ADDR_VEC_DIFF insns.
db7cafb0
JL
3379
3380 * Makefile.in (distclean): Remove various things left around
3381 by running the testsuite.
3382
7ed46111
MH
3383Sun Sep 7 13:16:06 1997 Manfred Hollstein <manfred@s-direktnet.de>
3384
3385 * configure.in (out_file): Emit definition to config.status in order
3386 to have a defined value for configure.lang.
3387 * configure: Re-built.
3388
e41cea70
JJH
3389Sun Sep 7 09:59:08 1997 Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
3390
bf520cd9 3391 * configure.in: Make symlink to as-new rather than as.new. Similarly
e41cea70
JJH
3392 for ld-new.
3393 * configure: Rebuilt.
3394
1aeb1f6f
JW
3395Fri Sep 5 16:54:55 1997 Jim Wilson <wilson@cygnus.com>
3396
3397 * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
3398
770a0113
CK
3399Fri Sep 5 16:16:44 1997 Christian Kuehnke <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>
3400
3401 * sparc/sparc.md: Add ultrasparc scheduling support.
3402 * sparc/sparc.h (RTX_COSTS): For MULT give v9 a cost of 25 insns.
3403
f5ffa999
PDM
3404Fri Sep 5 14:04:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
3405
3406 * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,
3407 as initial value for real_label_map.
3408 (copy_for_inline): Likewise.
3409
acceac1a
R
3410Fri Sep 5 13:36:44 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
3411
3412 * sched.c (update_flow_info) When looking if to set found_split_dest
3413 or found_orig_dest, look at all parts of a PARALLEL.
3414 * haifa-sched.c (update_flow_info): Likewise.
3415
f84271d9
JL
3416Fri Sep 5 10:08:44 1997 Jeffrey A Law (law@cygnus.com)
3417
3418 * v850: New directory for v850 port.
3419 * v850/lib1funcs.asm: New file.
3420 * t-v850, v850.c, v850.h, v850.md, xm-v850.h: New files.
3421 * ginclude/va-v850.h: New file.
3422 * ginclude/varargs.h, ginclude/stdarg.h: Include va-mn10200.h.
3423 * configure.in (mn10200-*-*): New target.
3424 * configure: Rebuilt.
3425 * config.sub: Handle v850-elf.
3426 * Makefile.in (USER_H): Add va-mn10200.h.
3427 * invoke.texi: Document v850 stuff.
3428
89cc6098
JW
3429Fri Sep 5 09:37:50 1997 Jim Wilson (wilson@cygnus.com)
3430
04940ba5
JW
3431 * sdbout.c (plain_type_1, case ARRAY_TYPE): Verify that TYPE_DOMAIN
3432 has integer TYPE_{MAX,MIN}_VALUE before using them.
3433
89cc6098
JW
3434 * m68k/m68k.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Add
3435 __HPUX_ASM__ versions.
3436
c74f7db8
JL
3437Fri Sep 5 09:08:44 1997 Jeffrey A Law (law@cygnus.com)
3438
bf520cd9 3439 * install.sh: Delete duplicate install script.
c74f7db8 3440
914ec131
SC
3441Thu Sep 4 23:14:27 1997 Stan Cox (coxs@dg-rtp.dg.com)
3442
3443 * reg-stack.c (subst_stack_regs): Pop the stack register for a
3444 computed goto which sets the same stack register.
3445
3446 * reg-stack.c (compare_for_stack_reg): Swap only if the source and
3447 destination are both on the regstack.
3448 (subst_stack_regs_pat): Put the destination at the top of the regstack.
3449
c1090daa
JW
3450Thu Sep 4 15:02:27 1997 Jim Wilson <wilson@cygnus.com>
3451
d5d1738a
JW
3452 * mips.md (nonlocal_goto_receiver): Define.
3453
f4da7881
JW
3454 * profile.c (output_arc_profiler): Check next_insert_after for non
3455 NULL before deferencing it.
3456
c1090daa
JW
3457 * i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
3458
da594c94
JL
3459Thu Sep 4 14:51:57 1997 Jeffrey A Law (law@cygnus.com)
3460
3461 * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
3462
3e28fe44
MM
3463Thu Sep 4 15:01:49 1997 Michael Meissner <meissner@cygnus.com>
3464
3465 * toplev.c (rest_of_compilation): For passes starting with
3466 flow_analysis, use print_rtl_with_bb instead of print_rtl.
3467
3468 * print-rtl.c (print_rtl_single): Print a single rtl value to a
3469 file.
3470
3471 * flow.c (print_rtl_with_bb): Print which insns start and end
3472 basic blocks. For the start of a basic block, also print the live
3473 information.
3474
7053ca72
JW
3475Thu Sep 4 11:51:43 1997 Jim Wilson <wilson@cygnus.com>
3476
417b0fa2
JW
3477 * toplev.c (main): Change #elif to #else/#ifdef
3478
7053ca72
JW
3479 * tlink.c: Include ctype.h.
3480 * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif.
3481
f05a8b25
MM
3482Thu Sep 4 11:17:16 1997 Mikeael Meissner (meissner@cygnus.com)
3483
3484 * bitmap.c: Conditionally include stdlib.h.
bf520cd9 3485 (free): Provide a declaration if NEED_DECLARATION_FREE.
f05a8b25 3486
02d7a569
JS
3487Thu Sep 4 09:58:53 1997 Joel Sherrill (joel@OARcorp.com)
3488
3489 * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
3490
6030b6af
JW
3491Thu Sep 4 09:53:20 1997 Jim Wilson (wilson@cygnus.com)
3492
3493 * profile.c (output_arc_profiler): Verify next_insert_after is an
3494 INSN before and after skipping a stack pop.
3495
04da53bd
R
3496Thu Sep 4 07:39:19 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
3497
3498 * final.c (shorten_branches): Don't count the lengths of deleted
3499 instructions.
3500
780532a4
JL
3501Thu Sep 4 09:43:01 1997 Jeffrey A Law (law@cygnus.com)
3502
3503 * version.c: Bump for snapshot.
3504
22fa5b8a
MM
3505Thu Sep 4 11:04:21 1997 Michael Meissner <meissner@cygnus.com>
3506
3507 * bitmap.h (EXECUTE_IF_AND_IN_BITMAP): New macro, to iterate over
3508 two bitmaps ANDed together.
3509 (bitmap_print): Declare.
3510
3511 * bitmap.c (function_obstack): Don't declare any more.
3512 (bitmap_obstack): Obstack for allocating links from.
3513 (bitmap_obstack_init): New static to say whether to initialize
3514 bitmap_obstack.
3515 (bitmap_element_allocate): Use bitmap_obstack to allocate from.
3516 (bitmap_release_memory): Free all memory allocated from
3517 bitmap_obstack.
3518
3519 * basic-block.h (EXECUTE_IF_AND_IN_REG_SET): New macro, invoke
3520 EXECUTE_IF_AND_IN_BITMAP.
3521
57163df0
JW
3522Wed Sep 3 10:39:42 1997 Jim Wilson <wilson@cygnus.com>
3523
fa8b6024
JW
3524 * alias.c (true_dependence): Address with AND can alias scalars.
3525 (anti_dependence, output_dependence): Likewise.
3526
57163df0
JW
3527 * alias.c (true_dependence): Test x for BLKmode, in addition to mem.
3528
8aa4e786
JS
3529Wed Sep 3 09:28:50 CDT 1997 Joel Sherrill (joel@OARcorp.com)
3530
3531 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
3532 mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
3533 sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
3534 definitions. Use -qrtems instead of -mrtems.
3535
feb21122
RL
3536Wed Sep 3 09:05:41 1997 Robert Lipe (robert@dgii.com)
3537
3538 * xm-sco5.h (sys_siglist): Define.
3539 (SYS_SIGLIST_DECLARED): Likewise.
3540
704af6a1
JL
3541Tue Sep 2 23:33:33 1997 Jeffrey A Law (law@cygnus.com)
3542
3543 * expr.c (convert_move): Handle truncation from TQFmode to QFmode.
3544
127cd405
TG
3545Wed Sep 3 02:09:30 1997 Torbjorn Granlund <tege@pdc.kth..se>
3546
3547 * except.c (eh_outer_context): Expand masking operation using
3548 expand_binop.
3549
8cf02b47
JW
3550Tue Sep 2 18:09:39 1997 Jim Wilson <wilson@cygnus.com>
3551
3552 * alpha.md (floatdisf2-1): New pattern.
3553
49dad301
JL
3554Tue Sep 2 18:41:55 1997 Jeffrey A Law (law@cygnus.com)
3555
068f1cb8
JL
3556 * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
3557 * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
f04e7122 3558 * xm-sysv4.h (SYS_SIGLIST_DECLARED): Likewise.
068f1cb8
JL
3559 * gcc.texi: Note that if you define sys_siglist that you should
3560 also define SYS_SIGLIST_DECLARED.
3561
49dad301
JL
3562 * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
3563 are relative to the next instruction, not the current instruction.
3564
a1729519
JW
3565Tue Sep 2 14:22:43 1997 Jim Wilson <wilson@cygnus.com>
3566
3567 * local-alloc.c (contains_replace_regs): New function.
3568 (update_equiv_regs): When adding a REG_EQUIV note for a set of a MEM,
3569 verify that there is no existing REG_EQUIV note, and add a call to
3570 contains_place_regs.
3571
290c8b1f
L
3572Tue Sep 2 12:48:11 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3573
3574 * config/alpha/elf.h (CPP_PREDEFINES): Add -D__PIC__ -D__pic__.
3575 (STARTFILE_SPEC): Always use crtbegin.o%s
3576 (ENDFILE_SPEC): Always use crtend.o%s.
3577
a6a503ed
JW
3578Tue Sep 2 12:00:36 1997 Jim Wilson <wilson@cygnus.com>
3579
3580 * alpha/alpha.h (PREFERRED_RELOAD_CLASS): Return NO_REGS if NO_REGS
3581 is passed in.
3582 * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
3583 SFmode for 64 bit hosts.
3584
a94729bc
PH
3585Tue Sep 2 13:42:38 1997 Paul N. Hilfinger <hilfingr@CS.Berkeley.EDU>
3586
3587 * fixincludes: Permits spaces between # and define. Discard C++
3588 comments in sys/pci.h on HP/UX 10.20.
3589
c9e03727
JL
3590Mon Sep 1 22:13:18 1997 Jeffrey A Law (law@cygnus.com)
3591
3592 * version.c: Bump for snapshot.
3593
2eddfed1
JL
3594 * pa.c (restore_unscaled_index_insn_codes): New function.
3595 (record_unscaled_index_insn_codes): Likewise.
3596 (output_function_prologue): Call restore_unscaled_index_insn_codes.
3597 (output_function_epilogue): Free memory for unscaled_index_insn_codes.
3598 (pa_reorg): Call record_unscaled_index_insn_codes.
3599
c9e03727
JL
3600 * haifa-sched.c (move_insn): Handle notes correctly for insns
3601 with SCHED_GROUP_P set.
3602
a5d6a95b
L
3603Mon Sep 1 16:58:57 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3604
3605 * alpha/xm-linux.h (USE_BFD): Undef before define.
3606
bc4ddc77
JW
3607Mon Sep 1 16:25:34 1997 Jim Wilson <wilson@cygnus.com>
3608
3609 * cse.c (cse_insn): Don't record BLKmode values.
3610
f3e0ca6c
SW
3611Mon Sep 1 11:25:47 1997 Stephen Williams (steve@icarus.icarus.com)
3612
3613 * i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
3614
e3512ac2
JL
3615Mon Sep 1 08:29:46 1997 Jeffrey A Law (law@cygnus.com)
3616
a63d08e6
JL
3617 * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
3618 * collect2.c (sys_errlist): Likewise.
3619 * cpplib.c (sys_errlist): Likewise.
3620 * gcc.c (sys_errlist): Likewise.
3621 * protoize (sys_errlist): Likewise.
3622 * configure.in: Check for strerror.
3623 * xm-freebsd.h (HAVE_STRERROR): Remove definition.
3624 * xm-gnu.h (HAVE_STRERROR): Likewise.
3625 * xm-linux.h (HAVE_STRERROR): Likewise.
3626 * xm-netbsd.h (HAVE_STRERROR): Likewise.
3627 * xm-bsd386.h (HAVE_STRERROR): Likewise.
3628 * xm-cygwin32.h (HAVE_STRERROR): Likewise.
3629 * xm-dos.h (HAVE_STRERROR): Likewise.
3630 * xm-mingw32.h (HAVE_STRERROR): Likewise.
3631 * xm-pa.h (HAVE_STRERROR): Likewise.
3632 * xm-papro.h (HAVE_STRERROR): Likewise.
3633 * xm-sysv4.h (HAVE_STRERROR): Likewise.
3634 * configure, config.in: Rebuilt.
3635
db814993
JL
3636 * Makefile.in: Add several missing "else true" clauses.
3637
e3512ac2
JL
3638 * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
3639 * mips-tfile.c: Likewise.
3640 * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
3641 * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
3642 * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
3643 * configure.in: Check for sys_siglist declaration.
3644 * configure, config.in: Rebuilt.
3645
5d84b57e
JS
3646Mon Sep 1 08:04:07 1997 Joel Sherrill (joel@OARcorp.com)
3647
3648 * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
3649 m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
3650 sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
3651 * i960/i960.h: Added SUBTARGET_SWITCHES macro.
3652 * rs6000/sysv4.h (extra_subtarget_switches): Added new
3653 macro EXTRA_SUBTARGET_SWITCHES.
3654 * configure.in (sh*-*-rtems*): New target.
3655 * sh/rtems.h: New file.
3656 * sh/sh.h: Added SUBTARGET_SWITCHES macro.
3657 * configure: Rebuilt.
3658
2599dcc7
JW
3659Sat Aug 30 22:54:26 1997 Jim Wilson <wilson@cygnus.com>
3660
3661 * unroll.c (calculate_giv_inc): Handle increment with code PLUS.
3662
3b7e5ef4
DE
3663Sat Aug 30 10:49:46 1997 David Edelsohn <edelsohn@mhpcc.edu>
3664
3665 * rs6000.md: Make DF fused-add operations pay attention to
3666 -mno-fused-add.
3667
5cd5f4a7
JW
3668Fri Aug 29 19:19:54 1997 Jim Wilson <wilson@cygnus.com>
3669
3670 * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.
3671
63e7fe9b
JL
3672Fri Aug 29 16:13:51 1997 Jeffrey A Law (law@cygnus.com)
3673
3674 * pa.md (reload_peepholes): Make sure operand is a REG before
3675 examining REGNO. Allow general registers too.
3676
eb7b11fd
JW
3677Fri Aug 29 11:42:04 1997 Jim Wilson <wilson@cygnus.com>
3678
3679 * varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.
3680
c760091a
PT
3681Fri Aug 29 09:33:20 1997 Philipp Thomas (kthomas@lxi165.gwdg.de)
3682
5cd5f4a7 3683 * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
c760091a
PT
3684 to reallocate abbrev_die_table.
3685
57583338
JW
3686Thu Aug 28 15:14:46 1997 Jim Wilson <wilson@cygnus.com>
3687
3688 * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
3689
eae4b970
AS
36901997-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3691
4f91a0f8
AS
3692 * Makefile.in (config.status): Depend on version.c
3693
eae4b970
AS
3694 * expr.h (insn_gen_function): Reenable prototype.
3695
3696 * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
3697 first parameter.
3698
00fc09e1
JW
3699Thu Aug 28 13:01:43 1997 Jim Wilson <wilson@cygnus.com>
3700
3701 * i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.
3702
2601ebca
JL
3703Thu Aug 28 07:03:15 1997 Jeffrey A Law (law@cygnus.com)
3704
3705 * version.c: Bump for latest snapshot.
3706
3707 * bc-optab.c: Conditionally include stdlib.h.
3708 (free): Provide a declaration if NEED_DECLARATION_FREE.
3709 * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
3710 * rtl.h (free): Remove declaration.
3711 * tree.h (free): Remvoe declaration.
3712
3713 * configure: Rebuilt.
3714
e5eb27e5
JL
3715Wed Aug 27 21:32:20 1997 Jeffrey A Law (law@cygnus.com)
3716
3717 * flags.h (flag_move_all_movables): Declare.
3718 (flag_reduce_all_givs): Likewise.
3719 * loop.c (move_movables): Handle flag_move_all_movables.
3720 (strength_reduce): Handle flag_reduce_all_givs.
3721 * toplev.c (flag_move_all_movables): Define.
3722 (flag_reduce_all_givs): Likewise.
3723 (f_options): Add -fmove-all-movables and -freduce-all-givs.
3724 * invoke.texi: Document new options, including alias stuff that
3725 wasn't included last time.
3726
d995a6dc
BM
3727Wed Aug 27 18:08:51 1997 Bob Manson (manson@cygnus.com)
3728
3729 * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
3730 * t-mn10200: Ditto.
3731 * t-vxsparc: Ditto.
3732 * t-vxworks68: Ditto.
3733 * t-vxworks960: Ditto.
3734 * t-vx29k: Ditto.
3735
ba64ca33
RH
3736Wed Aug 27 16:35:29 1997 Richard Henderson <rth@cygnus.com>
3737
3738 * alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
3739 if not already defined, and USE_C_ALLOCA not defined.
3740
ca20876d
JW
3741Wed Aug 27 16:08:43 1997 Jim Wilson <wilson@cygnus.com>
3742
7818d6fc
JW
3743 * config.guess: Replace with script that uses ../config.guess.
3744
ca20876d
JW
3745 * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
3746 if USE_GNULIBC_1 is not defined.
3747
704a6306
RH
3748Wed Aug 27 15:49:12 1997 Richard Henderson <rth@cygnus.com>
3749
3750 * alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
3751 * config.guess: Recognize alpha-linux-gnulibc1.
3752 * configure.in (alpha-*-linux-gnulibc1): New target.
3753 (alpha-*-linux-gnu*): Don't build crtbegin/end.
3754
67f68fd2
JW
3755Wed Aug 27 11:52:58 1997 Jim Wilson <wilson@cygnus.com>
3756
3757 * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
3758 last change.
3759
88016fb7
DE
3760Wed Aug 27 01:56:18 1997 Doug Evans <dje@seba.cygnus.com>
3761
3762 * loop.c (combine_movables): Earlier insns don't match later ones.
3763
bba17b29
L
3764Wed Aug 27 01:24:25 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3765
3766 * config/linux.h (CC1_SPEC): Define it only if not defined.
3767
3768 * config/m68k/linux.h (CC1_SPEC): Undefine it before include
3769 <linux.h>
3770
3771 * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
3772 USE_GNULIBC_1 is not defined.
3773
33d2808b 3774 * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1.
bba17b29
L
3775
3776 * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
3777 as 1 if USE_GNULIBC_1 is not defined.
3778
ed4044e0
JL
3779Wed Aug 27 00:49:14 1997 Jeffrey A Law (law@cygnus.com)
3780
f345de42
JL
3781 * reorg.c (dbr_schedule): Allow current_function_return_rtx
3782 to be something other than a REG.
3783 * function.c (expand_function_end): Fix current_function_return_rtx
3784 if it was a pseudo.
3785
ed4044e0
JL
3786 * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
3787 * x-netbsd: Likewise
3788 * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
3789 (INSTALL_HEADERS): Delete.
3790 * x-dguxbcs: Likewise.
3791 * x-hp3bsd44: Likewise
3792 * x-pa: Likewise.
3793
47d36400
BS
3794Wed Aug 27 00:30:00 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3795
3796 * i386.md (pop): pop increments the stack pointer.
3797 (prologue_set_stack_ptr): New pattern.
3798 * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
3799 instead of subsi3.
3800
fc79eafe
JW
3801Tue Aug 26 18:50:32 1997 Jim Wilson <wilson@cygnus.com>
3802
3803 * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
3804 address where an offsettable address is required.
3805
c5da853f
MH
3806Tue Aug 26 17:54:56 1997 Michael P. Hayes (michaelh@ongaonga.chch.cri.nz>
3807
3808 * loop.c (check_final_value): Don't miss a biv increment in a
3809 parallel.
3810
d4ef15f2
JW
3811Tue Aug 26 12:03:49 1997 Jim Wilson (wilson@cygnus.com)
3812
3813 * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
3814 TYPE_DECL_IS_STUB instead of DECL_NAME.
3815
10549cbd
JW
3816Mon Aug 25 23:27:10 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3817
3818 * objc/Make-lang.in ($(OBJC_O)): Also depend on cc1obj.
3819
3820Mon Aug 25 23:27:10 1997 Jim Meyering <meyering@eng.ascend.com>
3821
3822 * objc/Make-lang.in ($(OBJC_O)): Also depend on $(GCC_PASSES).
3823
484df988
JL
3824Mon Aug 25 13:12:24 1997 Jeffrey A Law (law@cygnus.com)
3825
3826 * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
3827 (find_post_sched_live): Likewise.
3828
3829 * haifa-sched.c (schedule_block): Remove old code to get arguments
3830 from hard regs into pseudos early.
3831
39dfb55a
JL
3832Mon Aug 25 08:55:00 1997 Jeffrey A Law (law@cygnus.com)
3833
3834 * version.c: Bump for new snapshot.
3835
3836 * local-alloc.c (update_equiv_regs): All the target to reject
3837 promotion of some REG_EQUAL to REG_EQUIV notes.
3838 * pa.h (DONT_RECORD_EQUIVALENCE): Define.
3839
3840 * pa.c (secondary_reload_class): (mem (mem ... )) does not need
3841 secondary reloads.
3842
3843 * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
3844 store of the argument registers.
3845
3846Mon Aug 25 08:39:02 1997 Craig Burley (burley@gnu.ai.mit.edu)
3847
3848 * fold-const.c (multiple_of_p): New function.
3849 (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
3850
d78778eb
JL
3851Mon Aug 25 01:47:41 1997 Jeffrey A Law (law@cygnus.com)
3852
3853 * expr.h (insn_gen_function): Temporarily remove prototype.
3854
feb9ea1a
JW
3855Sun Aug 24 17:22:21 1997 Jim Wilson <wilson@cygnus.com>
3856
3857 * Makefile.in (install-info): Don't cd into srcdir. Add srcdir to
3858 filenames. Use sed to extract base filename for install.
3859
b6ffe602
JC
3860Sat Aug 23 18:19:40 1997 John F. Carr <jfc@mit.edu>
3861
3862 * unroll.c (find_splittable_givs): Only share if two givs have the
3863 same add and multiply values.
3864
2ebfd230
JW
3865Sat Aug 23 14:36:27 1997 Jim Wilson <wilson@cygnus.com>
3866
3867 * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
3868 * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
3869
251ffdee
JL
3870Sat Aug 23 00:18:22 1997 Jeffrey A Law (law@cygnus.com)
3871
3872 * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
3873 around branch tables.
3874 * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
3875 and .end_brtab directives if TARGET_GAS.
3876
19372aa1
JW
3877Fri Aug 22 14:05:55 1997 Jim Wilson <wilson@cygnus.com>
3878
27314274
JW
3879 * alias.c (true_dependence): Pass x_addr not x to varies.
3880
19372aa1
JW
3881 * acconfig.h (NEED_DECLARATION_CALLOC): Add.
3882 * configure.in: Add GCC_NEED_DECLARATION call for calloc.
3883 * rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
3884 declarations.
3885 * config.in, configure: Regenerate.
3886
2a2c8203
JC
3887Thu Aug 21 23:52:16 1997 John F. Carr <jfc@mit.edu>
3888
3889 * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
3890 LO_SUM.
3891 (record_set): Handle LO_SUM like PLUS.
3892 (init_alias_analysis): When following chains of base addresses,
3893 do not stop on reaching a hard register.
3894
d80357b7
JL
3895Thu Aug 21 20:17:37 1997 Jeffrey A Law (law@cygnus.com)
3896
3897 * version.c: Bump for new snapshot.
3898
b4f32d7b
JW
3899Thu Aug 21 17:28:00 1997 Jim Wilson <wilson@cygnus.com>
3900
3901 * alpha.h (ARCH_ASM_FILE_START): Define.
3902 (ASM_FILE_START): Use ARCH_ASM_FILE_START.
3903 * osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.
3904
ca363bb6
JL
3905Thu Aug 21 10:22:19 1997 Jeffrey A Law (law@cygnus.com)
3906
3907 * Makefile.in (install-common): Put gcov comment at start of line.
3908
7557aa98
JL
3909Wed Aug 20 22:47:33 1997 Jeffrey A Law (law@cygnus.com)
3910
3911 * alias.c (init_alias_analysis): When simplifying the reg_base_value
3912 array, simplify entries for hard registers too.
3913
c34e3ae4
DL
3914Wed Aug 20 12:35:47 1997 Dave Love <d.love@dl.ac.uk>
3915
3916 * dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
3917 list.
3918
e3eef942
JW
3919Wed Aug 20 11:58:33 1997 Jim Wilson <wilson@cygnus.com>
3920
3921 * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
3922 block_stack before dereferencing it.
3923
3924Wed Aug 20 11:57:11 1997 Michael Meissner <meissner@cygnus.com>
246853b9
MM
3925
3926 * rs6000.h (ISSUE_RATE): Define instead of MACHINE_issue_rate.
3927
04f41951
JM
3928Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
3929
3930 * cplus-dem.c: Add 'extern' to prepends_underscore.
3931
e933cbe0
JL
3932Tue Aug 19 09:34:57 1997 Jeffrey A Law (law@cygnus.com)
3933
62d65906
JL
3934 * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
3935 (get_issue_rate): Delete.
3936 * pa.h (ISSUE_RATE): Define.
3937
2da05a5b
JL
3938 * configure.in: Turn on haifa by default for the PA.
3939 * configure: Rebuilt.
3940 * pa.c (override_options): Accept -mschedule=7200 option.
3941 (pa_adjust_cost): No longer need to scale costs for newer
3942 processors.
3943 * pa.h (enum processor_type): Add PROCESSOR_7200.
3944 * pa.md: Revamp scheduling parameters to work better with
3945 haifa. Add scheduling parameters for the 7200.
3946
4f64eaca
JL
3947 * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
3948 insns too.
3949 (schedule_block): When adjusting basic_block_{head,end}, account
3950 for movement of SCHED_GROUP_P insns too.
3951
3952 * haifa-sched.c (debug_dependencies): Fix thinko.
3953
e933cbe0
JL
3954 * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
3955 (site.exp, check, check-g++, check-gcc): New targets.
3956
4f64eaca 3957 * haifa-sched.c: Make lots of variables static.
61822835 3958
e9576d2c
L
3959Tue Aug 19 07:18:34 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
3960
3961 * expr.h, real.h: Finish prototyping.
3962
61822835
JL
3963Mon Aug 18 21:49:02 1997 Jim Wilson <wilson@cygnus.com>
3964
3965 * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
3966 reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
3967 * reload1.c: Undo bugfix from Aug 11.
3968
f24b370a
MM
3969Mon Aug 18 17:39:02 1997 Mike Meissner <meissner@cygnus.com>
3970
3971 * configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
3972 quotes around the name.
3973 * configure: Regenerate.
3974
1c4c5851
JW
3975Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
3976
3977 * Makefile.in (stmp-multilib-sub): Fix typo in last change.
3978
71abb567
MH
3979Thu Aug 7 10:33:13 1997 Manfred Hollstein <manfred@s-direktnet.de>
3980
3981 * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
3982 to sub-makes to avoid building more passes than the user might have
3983 requested on the command line.
3984
6042434a
DL
3985Sun Aug 17 15:42:17 1997 Dave Love (d.love@dl.ac.uk)
3986
3987 * configure.in: Expurgate `broken_install' (install is
3988 autoconfed).
3989
3990 * configure.lang: Substitute autoconfed ${INSTALL} (not currently
3991 relevant).
3992
38ea060f
JL
3993Sat Aug 16 01:08:12 1997 Jeffrey A Law (law@cygnus.com)
3994
3995 * loop.c (is_power_of_2, is_conditional_branch): Delete unused
3996 functions and declarations.
3997 (analyze_loop_iterations): Use condjump_p.
3998 (insert_bct): Likewise. Use exact_log2.
3999
f187056f
JL
4000Fri Aug 15 23:48:32 1997 Jeffrey A Law (law@cygnus.com)
4001
4002 * haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.
4003 (schedule_region): Likewise.
4004 (schedule_insns): Likewise.
4005
4006 * PROJECTS: Update with Haifa stuff.
4007
9af06254
JL
4008Fri Aug 15 12:49:56 1997 Jeffrey A Law (law@cygnus.com)
4009
4010 * version.c: Change the version string to look like:
11c21791 4011 egcs-2.90.00 970814 (gcc2-970802 experimental).
9af06254 4012
0945e937
JL
4013 * loop.c (is_conditional_branch): Make definition match declaration.
4014
9af06254
JL
4015 * gcc.c: Take out experimental snapshot warning message.
4016
ebc25a17
MM
4017Fri Aug 15 13:43:39 1997 Michael Meissner <meissner@cygnus.com>
4018
4019 * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
4020 print out the names of the notes. Print out the name of the insn
4021 that is not a note, and not an {,CALL_,JUMP_}INSN.
4022
610ce97e
JM
4023Wed Aug 13 17:32:38 1997 Jason Merrill <jason@yorick.cygnus.com>
4024
4025 * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
4026 again for the slot after we give it RTL.
4027
992d1248
DE
4028Wed Aug 13 01:03:37 1997 Doug Evans <dje@canuck.cygnus.com>
4029
4030 * configure.in (haifa configury): Fix typo.
4031 * configure: Regenerate.
4032
7bb6fbd1
JL
4033Tue Aug 12 10:20:36 1997 Jeffrey A Law (law@cygnus.com)
4034
4035 * version.c: Bump version to "gcc-3.0.0 970802 experimental".
4036
4037 * gcc.info*: Rebuilt.
4038
4039 * COPYING.g77, README.g77: New files.
4040 * real.c (ereal_unto_float, ereal_unto_double): New functions.
4041 * real.h (ereal_unto_float, ereal_unto_double): Declare them.
4042 (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define.
4043
8c660648
JL
4044Mon Aug 11 14:50:55 1997 Jeffrey A Law (law@cygnus.com)
4045
4046 * Integrate Haifa instruction scheduler.
4047 * Makefile.in (ALL_CFLAGS): Add SCHED_CFLAGS. Prefix all references
4048 to sched with $(SCHED_CFLAGS.
4049 * configure.in: Handle --enable-haifa.
4050 * configure: Rebuilt.
4051 * flags.h: Add new flags for haifa instruction scheduler.
4052 * genattrtab.c (expand_units): For haifa, don't subtract one
4053 when computing blockage.
4054 * toplev.h (flag_schedule_interblock): Haifa scheduler flag.
4055 (flag_schedule_speculative): Ditto.
4056 (flag_schedule_speculative_load): Ditto.
4057 (flag_schedule_speculative_load_dangerous): Ditto.
4058 (flag_schedule_reverse_before_reload): Ditto.
4059 (flag_schedule_reverse_after_reload): Ditto.
4060 (flag_branch_on_count_reg): Ditto.
4061 (f_options): Add Haifa switches.
4062 (main): Turn off some Haifa options if appropriate macro is
4063 defined. Process Haifa switches.
4064 * unroll.c (iteration_info): No longer static, since Haifa
4065 scheduler uses it.
4066 (unroll_loop): Inform HAIFA scheduler about loop unrolling factor.
4067 * unroll.c (unroll_loop): Set loop_unroll_iter, loop_start_value.
4068 * loop.h (loop_unroll_factor, loop_number): Add HAIFA decls.
4069 * loop.h (loop_initial_value,loop_unroll_iter): New globals.
4070 * loop.c (loop_optimize): If HAIFA is defined, allocate additional
4071 storage for the Haifa scheduler.
4072 (mark_loop_jump): If HAIFA defined, set LABEL_OUTSIDE_LOOP_P and
4073 LABEL_NEXTREF.
4074 (strength_reduce): If HAIFA and HAVE_decrement_and_branch_on_count
4075 are defined, call analyze_loop_iterations and insert_bct to use
4076 countdown loops.
4077 (record_giv): Refine test for jumps out of loops if HAIFA is
4078 defined.
4079 (analyze_loop_iterations): New function to identify if we can use
4080 a countdown loop.
4081 (insert_bct): Insert countdown loop.
4082 (instrument_loop_bct): Low level code to insert countdown loop.
4083 (loop_number): Calculate UID of loop.
4084 (indirect_jump_in_function_p): Return true if an indirect jump is
4085 in the function.
4086 (is_power_of_2): Return true if value is a power of 2.
4087 (is_conditional_branch): Return true if insn is a conditional
4088 jump.
4089 (fix_bct_param): Process -fbct-{min,max}-N switches.
4090 (check_bct_param): Return true if loop should be instrumented.
4091 * loop.c (loop_initial_value,loop_unroll_iter): New globals.
4092 (loop_optimize): Initialize.
4093 (get_condition_for_loop): Ditto.
4094 * loop.c (strength_reduce): Inside of code that uses #ifdef
4095 HAVE_decrement_and_branch_on_count code, test it to make sure the
4096 condition is true.
4097 (instrument_loop_bct): Ditto.
4098 * haifa-sched.c: New file.
4099
4100
4101 * Integrate regmove pass.
4102 * Makefile.in (OBJS): Add regmove.o
4103 (regmove.o): Add dependencies.
4104 * flow.c (find_use_as_address): No longer static.
4105 * rtl.h (find_use_as_address): Declare.
4106 * toplev.c (regmove_dump, flag_regmove): Define.
4107 (f_options): Add -fregmove.
4108 (regmove_dump_file, regmove_time): Define.
4109 (fatal_insn): Close the regmove dump file.
4110 (compile_file): Initialize regmove_time; open/close the regmove dump
4111 file as needed. Print regmove time as needed.
4112 (rest_of_compilation): Run regmove pass if requested, dump
4113 RTL after regmove if requested.
4114 (main): If -O2 or more, turn on regmove. Handle dump switches.
4115 * regmove.c: New file.
4116
aa32d841
JL
4117Mon Aug 11 14:15:02 1997 Jeffrey A Law (law@cygnus.com)
4118
4119 * Integrate tlink patch from jason@cygnus.com
4120 * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
4121 (process_command): Increment n_switches for them. Don't discard
4122 their args. Validate them.
4123 (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
4124 From Rohan Lenard.
4125 (process_command): Set include_prefixes from COMPILER_PATH.
4126 (main): Set COLLECT_GCC_OPTIONS sooner.
4127 * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
4128 * tlink.c, hash.c, hash.h: New files.
4129 * Makefile.in (USE_COLLECT2): Always use collect2.
4130 (collect2): Depend on and link in hash.o and tlink.o.
4131 (tlink.o, hash.o): Add dependencies.
4132
5fa39bfe
JL
4133Mon Aug 11 10:04:49 1997 Jeffrey A Law (law@cygnus.com)
4134
9ae8ffe7
JL
4135 * Integrate alias analysis changes from jfc@mit.edu
4136 * Makefile.in (OBJS): Add alias.o
4137 (alias.o): Add dependencies.
4138 * alias.c: New file.
4139 * sched.c: Remove alias analysis code. It lives in alias.c now.
9ae8ffe7 4140 (sched_analyze_2): Add new arguments to true_dependence.
9ae8ffe7
JL
4141 (schedule_insns): Always call init_alias_analysis.
4142 * calls.c (expand_call): Note calls to malloc, calloc, and realloc;
4143 mark return value from such functions as a pointer and keep track of
4144 them for alias analysis. If a return value from a function is a
4145 pointer, mark it as such.
4146 * combine.c (distribute_notes): Handle REG_NOALIAS.
4147 * cse.c (struct write_data): Delete. No longer needed.
4148 (invalidate): Don't call set_nonvarying_address_components anymore.
4149 Use true_dependence to decide if an entry should be removed from
4150 the hash table.
4151 (invalidate_memory): Remove WRITES argument, simplify appropriately.
4152 Fix all callers.
4153 (note_mem_written): Similarly for WRITE_PTR argument.
4154 (invalidate_from_clobbers): Similarly for W argument.
4155 (invalidate_for_call): Remove memory elements from the hash table.
4156 (refers_to_mem_p, cse_rtx_addr_varies_p): Deleted.
4157 (cse_rtx_varies_p): New function. Derived from old
4158 cse_rtx_addr_varies_p.
4159 (cse_insn): Remove WRITES_MEMORY and INIT variables and all references.
4160 Don't call note_mem_written anymore. Stack pushes invalidate the stack
4161 pointer if PUSH_ROUNDING is defined. No longer need to call
4162 cse_rtx_addr_varies_p to decide if a MEM should be invalidated.
4163 (skipped_writes_memory): Remove variable.
4164 (invalidate_skipped_set): Simplify and wewrite to use invalidate_memory.
4165 (invalidate_skipped_block): Simplify for new alias analysis code.
4166 (cse_set_around_loop): Likewise.
4167 (cse_main): Call init_alias_analysis.
4168 * flags.h (flag_alias_check, flag_argument_noalias): Declare.
4169 * toplev.c (flag_alias_check, flag_argument_noalias): Define.
4170 (f_options): Add new alias checking arguments.
4171 (main): Set flag_alias_check when optimizing.
4172 * local_alloc (validate_equiv_mem_from_store): Add new arguments
4173 to true_dependence.
4174 (memref_referenced_p): Likewise.
4175 * loop.c (NUM_STORES): Increase to 30.
4176 (prescan_loop): Only non-constant calls set unknown_address_altered.
4177 (invariant_p): Add new arguments to true_dependence.
4178 (record_giv): Initialize unrolled and shared fields.
4179 (emit_iv_add_mult): Call record_base_value as needed.
4180 * loop.h (struct induction): Add unrolled and shared fields.
4181 * unroll.c (unroll_loop): Call record_base_value as needed.
4182 (copy_loop_body): Likewise.
4183 (final_biv_value): Likewise.
4184 (final_giv_value): Likewise.
4185 (find_splittable_regs): Likewise. Only create one new pseudo
4186 if we have multiple address GIVs that were combined with the same
4187 dst_reg GIV. Note when a new register is created due to unrolling.
4188 * rtl.c (reg_note_name): Add REG_NOALIAS.
4189 * rtl.h (enum reg_note): Similarly.
4190 (rtx_varies_p, may_trap_p, side_effects_p): Declare.
4191 (volatile_refs_p, volatile_insn_p, remove_note): Likewise.
4192 (note_stores, refers_to_regno_p, reg_overlap_mentioned_p): Likewise.
4193 (true_dependence, read_dependence, anti_dependence): Likewise.
4194 (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
4195 (mark_user_reg, mark_reg_pointer): Likewise.
4196
4197
4198 * Integrate reload bugfix from Wilon which enables the PA port
5fa39bfe
JL
4199 to bootstrap again.
4200 * reload1.c (reload): Sum needs for both OPADDR_ADDR and and
4201 OPERAND_ADDRESS when computing how many registers an insn needs.
4202 (reload_reg_free_p): OPADDR_ADDR and OPERAND_ADDRESS reloads do
4203 conflict.
4204 (reload_reg_free_before_p): Treat OPERAND_ADDRESS reloads just like
4205 OPADDR_ADDR reload.
4206 (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
4207 in reload_reg_use_in_op_addr do not reach the end.
4208 do not reach the end.
4209 (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
4210 RELOAD_FOR_OPERAND_ADDRESS.
4211
4212Sun Aug 10 12:00:20 1997 Jeffrey A Law (law@cygnus.com)
4213
2dcfcb56 4214 * egcs project officially starts.
861bb6c1 4215
This page took 0.577171 seconds and 5 git commands to generate.