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