Makefile.in (pexecute.o): Use pexecute.c from libiberty.
[platform/upstream/gcc.git] / gcc / ChangeLog
1 Sat Sep  5 03:23:05 1998  Jeffrey A Law  (law@cygnus.com)
2
3         * Makefile.in (pexecute.o): Use pexecute.c from libiberty.  Provide
4         explicit rules for building.  Similarly for alloca and vfprintf.
5         * pexecute.c, alloca.c, vfprintf.c: Delete.
6
7 Fri Sep  4 11:57:50 1998  Tom Tromey  <tromey@cygnus.com>
8
9         * gcc.c (do_spec_1): [case 'o'] Account for
10         lang_specific_extra_outfiles.
11         (main): Correctly clear all slots in outfiles for
12         lang_specific_extra_outfiles.  Set input_file_number before
13         calling lang_specific_pre_link.
14
15 Fri Sep  4 10:37:07 1998  Jim Wilson  <wilson@cygnus.com>
16
17         * loop.c (load_mems): Fix JUMP_LABEL field after for_each_rtx call.
18
19 Fri Sep  4 02:01:05 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
20
21         * config/sparc/sparc.c (output_double_int): In all V9 symbolic
22         cases, use xword.
23         (sparc_output_deferred_case_vectors): If no work to do, return.
24         Fix thinko in Sept 1 change.
25
26 1998-09-03  SL Baur  <steve@altair.xemacs.org>
27
28         * Makefile.in: add semicolon in BISON definition for portability.
29
30 Thu Sep  3 13:34:41 1998  Toon Moene  <toon@moene.indiv.nluug.nl>
31
32         * config/nextstep.c (handle_pragma): Correct name of third
33         argument.
34
35 Tue Sep  1 11:30:33 1998  Nick Clifton  <nickc@cygnus.com>
36
37         * config/m32r/m32r.md: Change (reg:CC 17) to (reg:SI 17).
38         * config/m32r/m32r.h: Make register 17 be fixed.
39         * config/m32r/m32r.c: Use SImode for cc operations.
40
41 Thu Sep  3 18:17:34 1998 Benjamin Kosnik  <bkoz@cygnus.com>
42
43         * invoke.texi (Warning Options): Add -Wnon-template-friend
44         documentation.
45
46 Thu Sep  3 18:16:16 1998  Michael Meissner  <meissner@cygnus.com>
47
48         * rs6000.c (rs6000_override_options): Add -mcpu={401,e603e}.
49
50 Thu Sep  3 18:05:16 1998  David Edelsohn  <edelsohn@mhpcc.edu>
51
52         * rs6000.md (movsf): Disable explicit secondary-reload-like
53         functionality if TARGET_POWERPC64.
54         (movdf): Remove TARGET_POWERPC64 explicit secondary-reload-like
55         functionality.
56
57 Thu Sep  3 11:41:40 1998  Robert Lipe   <robertl@dgii.com>
58
59         * fixinc.sco: Borrow code to wrap 'bool' typedefs from tinfo.h
60         and term.h from fixinc.wrap.
61
62 Thu Sep  3 09:47:31 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
63
64         * aclocal.m4 (GCC_HEADER_STRING): New macro to detect if it is
65         safe to include both string.h and strings.h together.
66         (GCC_NEED_DECLARATION): Test STRING_WITH_STRINGS when deciding
67         which headers to search for function declarations.  Continue to
68         prefer string.h over strings.h when both are not acceptable.
69
70         * acconfig.h (STRING_WITH_STRINGS): Add stub.
71
72         * configure.in: Call GCC_HEADER_STRING.
73
74         * system.h: Test STRING_WITH_STRINGS when deciding which headers
75         to include.  Continue to prefer string.h over strings.h when both
76         are not acceptable.
77
78 Wed Sep  2 23:56:29 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
79
80         * config/sparc/sparc.c (output_double_int): If V9 and MEDLOW, do
81         not assume top 32-bits of symbolic addresses are zero if
82         flag_pic.
83
84 Thu Sep  3 00:23:21 1998  Richard Henderson  <rth@cygnus.com>
85
86         * ginclude/va-alpha.h: Protect entire second portion of the
87         file against double inclusion.
88
89 Thu Sep  3 00:37:55 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
90
91         Added support for the Boehm's garbage collector.
92         * configure.in: Handle --enable-objc-gc.
93         * configure: Rebuilt.
94         * Makefile.in (CHECK_TARGETS): Add check-objc.
95         (check-objc): New rule.
96         * objc/Make-lang.in: Build a different Objective-C library that
97         runs with the Boehm's collector.
98         * objc/encoding.c (objc_round_acc_size_for_types): New function.
99         * objc/encoding.c: Correctly compute the size of compound types in
100         the presence of bitfields. Skip the variable name of the type if
101         any. Added support for long long.
102         * objc/encoding.h (_C_GCINVISIBLE): New specifier.
103         (_F_GCINVISIBLE): New mask.
104         * objc/gc.c: New file. Compute the type memory mask associated with
105         a class based on the runtime information.
106         * objc/misc.c: Added the hooks that use the Boehm's collector
107         allocation functions.
108         * objc/objc-act.c (build_class_template): Generate a new class
109         member (gc_object_type) to hold the class' type memory mask.
110         (build_shared_structure_initializer): Initialize the new member to
111         NULL.
112         (encode_complete_bitfield): New function. Generate the new
113         encoding.
114         (encode_field_decl): Generate the new encoding only for the GNU
115         runtime.
116         * objc/objc-api.h (_C_LNG_LNG, _C_ULNG_LNG): New specifiers for the
117         long long types.
118         (class_get_gc_object_type): New function to mark a pointer instance
119         variable as a weak pointer.
120         * objc/objc-features.texi: New file.
121         * objc/objc.h (gc_object_type): New class member.
122         * objc/objects.c (class_create_instance): Create a typed memory
123         object when compiled with Boehm's collector support.
124         * objc/sendmsg.c (__objc_init_install_dtable): Call
125         __objc_send_initialize instead of setting the initialize flag.
126         (__objc_send_initialize): Call __objc_generate_gc_type_description
127         to generate the class type memory mask. Rewrite the code that
128         sends the +initialize so that it is called only once (bug report
129         and fix from Ronald Pijnacker <Ronald.Pijnacker@best.ms.philips.com>).
130         * testsuite/objc: New testsuite for Objective-C type encoding.
131         * testsuite/lib/objc-torture.exp: New file.
132         * testsuite/lib/objc.exp: New file.
133
134 Wed Sep  2 14:47:36 1998  Jim Wilson  <wilson@cygnus.com>
135
136         * jump.c (jump_optimize): In if/then/else transformations, add
137         another call to modified_between_p for the jump insn.
138
139 Wed Sep  2 14:16:49 1998  Jeffrey A Law  (law@cygnus.com)
140
141         * fix-header.c (symlink): Treat like readlink.
142
143 Wed Sep  2 19:30:06 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
144
145         * dwarfout.c (fundamental_type_code): Encode 32 bit floats/doubles
146         as FT_float.
147
148 Wed Sep  2 10:06:07 1998  Nick Clifton  <nickc@cygnus.com>
149
150         * config/nextstep.h:    Update HANDLE_PRAGMA macro.
151         * config/h8300/h8300.h: Update HANDLE_PRAGMA macro.
152         * config/i960/i960.h:   Update HANDLE_PRAGMA macro.
153         
154         * config/nextstep.c (handle_pragma): Take three arguments, as per
155         the new HANDLE_PRAGMA macro specification.
156         * config/h8300/h8300.c (handle_pragma): Take three arguments, as
157         per the new HANDLE_PRAGMA macro specification.
158         * config/i960/i960.c (process_pragma): Take three arguments, as
159         per the new HANDLE_PRAGMA macro specification.
160
161 Wed Sep  2 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
162
163         * c-lex.c (check_newline):  Call HANDLE_PRAGMA before
164         HANDLE_SYSV_PRAGMA if both are defined.  Generate warning messages
165         if unknown pragmas are encountered.
166         (handle_sysv_pragma): Interpret return code from
167         handle_pragma_token ().  Return success/failure indication rather
168         than next unprocessed character. 
169         (pragma_getc): New function: retrieves characters from the
170         input stream.  Defined when HANDLE_PRAGMA is enabled.
171         (pragma_ungetc): New function: replaces characters back into the
172         input stream.  Defined when HANDLE_PRAGMA is enabled.
173         
174         * c-pragma.c (handle_pragma_token): Return success/failure status
175         of the parse.
176         
177         * c-pragma.h: Change prototype of handle_pragma_token().
178
179         * varasm.c: (handle_pragma_weak): Only create this function if
180         HANDLE_PRAGMA_WEAK is defined.
181
182         * c-common,c (decl_attributes): If defined call the expression
183         contained within the INSERT_ATTRIBUTES macro before adding
184         attributes to a decl.
185
186         * tm.texi (HANDLE_PRAGMA): Document the new verion of
187         HANDLE_PRAGMA, which takes three arguments.
188         (INSERT_ATTRIBUTES): Document this new macro.  
189
190         * LANGUAGES: Document the new version of HANDLE_PRAGMA and the
191         new INSERT_ATTRIBUTES macro.
192
193 Wed Sep  2 02:03:23 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
194
195         * config/sparc/sparc.md (movdf): Only generate special RTL for
196         LABEL_REFs when PIC.
197         (move_label_di): Remove
198         (movdi_pic_label_ref, movdi_high_pic_label_ref,
199         movdi_lo_sum_pic_label_ref): New patterns for 64-bit label
200         references when PIC.
201         * config/sparc/sparc.h (ASM_OUTPUT_ADDR_VEC_ELT,
202         ASM_OUTPUT_ADDR_DIFF_ELT): Don't do anything special for MEDLOW,
203         output an .xword for all 64-bit cases.
204         
205 Tue Sep  1 15:55:17 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
206
207         * config/sparc/sparc.c (finalize_pic): Don't output arbitrary
208         alignment, use FUNCTION_BOUNDARY instead.
209         (sparc_output_deferred_case_vectors): Likewise.
210
211 Mon Aug 31 17:25:41 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
212
213         * config/sparc/sparc.md (movsf_const_intreg): Kill warning.
214         (movtf_insn_sp64, movtf_no_e_insn_sp64): Reorder alternatives.
215
216 Mon Aug 31 13:57:55 1998  Richard Henderson  <rth@cygnus.com>
217
218         * alpha/va_list.h: New file.
219         * alpha/x-alpha (EXTRA_HEADERS): New.  Add va_list.h.
220
221 Mon Aug 31 14:55:02 1998  Jeffrey A Law  (law@cygnus.com)
222
223         * NEWS: Add SCO Openserver and Unixware 7 notes.
224
225         * NEWS: Fix typos.
226
227 Mon Aug 31 15:42:18 1998  Dave Brolley  <brolley@cygnus.com>
228
229         * varasm.c (compare_constant_1): Handle RANGE_EXPR.
230         (record_constant_1): Handle RANGE_EXPR.
231
232 Mon Aug 31 10:54:03 1998  Richard Henderson  <rth@cygnus.com>
233
234         * print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap.
235         * haifa-sched.c (sched_analyze): Handle NOTE_INSN_RANGE_START
236         and NOTE_INSN_RANGE_END specially.
237         (reemit_notes): Likewise.
238
239 Mon Aug 31 10:18:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
240
241         * sparc.c (TMASK, UMASK): Use `(unsigned)1' not `1U'.
242         (ultrasparc_sched_init): Remove unneeded &.
243
244 Mon Aug 31 10:47:16 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
245
246         * config/m68k/m68k.h (TARGET_SWITCHES): Don't remove MASK_68040
247         for m68020-60, to prevent the use of fintrz.
248
249 Sun Aug 30 22:17:20 1998  Mark Mitchell  <mark@markmitchell.com>
250
251         * configure.in: If the native compiler is GCC use $(WARN_CFLAGS) 
252         even in stage1. 
253         * Makefile.in: Likewise.
254         * configure: Regenerated.
255
256 Sun Aug 30 22:15:41 1998  H.J. Lu  (hjl@gnu.org)
257
258         * configure.in (gxx_include_dir): Changed to
259         '${prefix}/include/g++'-${libstdcxx_interface}.
260         * configure: Rebuilt.
261
262 Sun Aug 30 20:19:43 1998  Hans-Peter Nilsson  <hp@axis.se>
263
264         * expr.c (expand_expr): Change ">" to ">=" making MOVE_RATIO use
265         consistent.
266         * tm.texi (Costs): Say MOVE_RATIO is number of mem-mem move
267         *sequences* *below* which scalar moves will be used.
268
269 Sun Aug 30 17:18:43 1998  Jeffrey A Law  (law@cygnus.com)
270
271         * collect2.c (mktemp): Delete unused declaration.
272
273         * config/xm-netbsd.h: Remove unnecessary file.
274         * config/*/xm-netbsd.h: Do not include the generic xm-netbsd.h
275         file anymore, it is not needed.
276
277 Sun Aug 30 16:05:45 1998  Mark Mitchell  <mark@markmitchell.com>
278
279         * convert.c (convert_to_integer): Issue an error on conversions to
280         incomplete types.
281
282 Sun Aug 30 16:47:20 1998  Martin von Lvwis  <loewis@informatik.hu-berlin.de>
283
284         * Makefile.in: Add lang_tree_files and gencheck.h.
285         * configure.in: Generate them.
286         * gencheck.c: Include gencheck.h.
287
288 Sat Aug 29 21:38:24 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
289
290         * config/sparc/sparc.md (pic_lo_sum_di, pic_sethi_di): Rename to
291         movdi_lo_sum_pic and movdi_high_pic and make visible.
292         * config/sparc/sparc.c (legitimize_pic_address): For -fPIC,
293         emit these when Pmode is not SImode.
294         * config/sparc/linux64.h (SPARC_DEFAULT_CMODEL): Make CM_MEDLOW.
295
296 Sat Aug 29 14:59:32 1998  Mumit Khan  <khan@xraylith.wisc.edu>
297
298         * i386/cygwin32.h (ASM_OUTPUT_SECTION_NAME): Don't emit
299         .linkonce directive after the first time.
300
301 Sat Aug 29 12:39:56 1998  Jeffrey A Law  (law@cygnus.com)
302
303         * m68k.md (beq0_di): Generate correct (and more efficient) code when
304         the clobbered operand overlaps with an input.
305         (bne0_di): Similarly.
306
307         * Makefile.in (INSTALL): Remove "--no-header" argument.
308
309         * NEWS: Various updates.
310
311 Fri Aug 28 19:00:44 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
312
313         * config/sparc/sparc.c (arith_operand, const64_operand,
314         const64_high_operand, arith_double_4096_operand): Mark mode as
315         unused.
316         (create_simple_focus_bits): Remove unused arg highest_bit_set, all
317         callers changed.
318         (sparc_emit_set_const64): Remove unused variable i.
319         (sparc_splitdi_legitimate): Likewise for addr_part.
320         (ultra_code_from_mask): Likewise for mask.
321         (ultra_cmove_results_ready_p): Fixup entry modulo calc. and
322         reverse return values so it matches usage and comments.
323         (ultra_flush_pipeline): Likewise.
324         (ultra_fpmode_conflict_exists): Likewise, remove unused variable
325         this_type, and allow loads and stores of differing FP modes as
326         they do not create a conflict.
327         (ultra_find_type): Initialize fpmode to SFmode, fix
328         parenthesization thinkos in large conditional.
329         (ultrasparc_sched_init): Mark dump and sched_verbose as unused.
330         Init free_slot_mask after ultra_cur_hist is reset, not before.
331         (ultrasparc_rescan_pipeline_state): Remove unused variable ucode.
332         (ultrasparc_sched_reorder): Don't bzero current pipeline state,
333         use ultra_flush_pipeline instead, then re-init group pointer.
334         Fix statement with no effect.  If no progress made in, and no
335         instructions scheduled at all, advance to new pipeline cycle else
336         we get into an endless loop.
337         (ultrasparc_adjust_cost): Remove previous arg.
338         * config/sparc/sparc.h (ADJUST_COST): Update to reflect that.
339         
340 Fri Aug 28 13:52:35 1998  Jim Wilson  <wilson@cygnus.com>
341
342         * sparc.md (DImode, DFmode, TFmode splits): Delete self_reference
343         code.  Use reg_overlap_mentioned_p to detect when source and
344         destination overlap.
345         (negtf2_notv9+1): Use DFmode instead of SFmode in last two operands.
346
347 1998-08-28  Brendan Kehoe  <brendan@cygnus.com>
348
349         * loop.c (check_dbra_loop): Pass COMPARISON_VALUE, not
350         COMPARISON_VAL, into invariant_p.
351
352 Fri Aug 28 15:13:25 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
353
354         * regmove.c (regclass_compatible_p): New function.
355         (regmove_optimize): Use it.
356
357         Use NREGS parameter insted of calling max_reg_num.
358
359         (fixup_match_1): Don't use code = MINUS when later tieing with
360         a hard register is likely.
361
362 Fri Aug 28 14:54:07 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
363
364         * loop.c (check_dbra_loop): Fix calculation of FINAL_VALUE when
365         COMPARISON_VAL was normalized.
366
367 Thu Aug 27 20:10:46 1998  Jeffrey A Law  (law@cygnus.com)
368
369         * loop.c (check_dbra_loop): The loop ending comparison value
370         must be an invariant or we can not reverse the loop.
371
372         * loop.c (scan_loop): Count down from max_reg_num - 1 to
373         FIRST_PSEUDO_REGISTER to avoid calling max_reg_num each iteration
374         of the loop.
375         (load_mems_and_recount_loop_regs_set): Likewise.
376
377         * i386.c (print_operand): Remove obsolete 'c' docs.
378
379 Wed Aug 26 17:13:37 1998  Tom Tromey  <tromey@cygnus.com>
380
381         * gthr.h: Document __GTHREAD_MUTEX_INIT_FUNCTION.
382         * frame.c (init_object_mutex): New function.
383         (init_object_mutex_once): Likewise.
384         (find_fde): Call it.
385         (__register_frame_info): Likewise.
386         (__register_frame_info_table): Likewise.
387         (__deregister_frame_info): Likewise.
388
389 Thu Aug 27 15:14:18 1998  Jeffrey A Law  (law@cygnus.com)
390
391         * haifa-sched.c (sched_analyze_insn): Fix thinko in last change.
392
393 Thu Aug 27 16:34:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
394
395         * loop.c (check_dbra_loop): Enable code for reversal
396         of some loops without a known constant loop end.
397
398 Wed Aug 26 18:38:15 1998  Richard Henderson  <rth@cygnus.com>
399
400         * haifa-sched.c (last_clock_var): New.
401         (schedule_block): Initialize it.
402         (schedule_insn): Use it to fill insn modes with issue information.
403
404         * alpha.c (alpha_handle_trap_shadows): Remove do-nothing exit.
405         Tag trapb and next insn with TImode.
406         (alphaev5_insn_pipe, alphaev5_next_group, alphaev5_align_insns): New.
407         (alpha_reorg): Add conditional for alpha_handle_trap_shadows.
408         Invoke alphaev5_align_insns as appropriate.
409         * alpha.h (LABEL_ALIGN_AFTER_BARRIER): Was ALIGN_LABEL_AFTER_BARRIER.
410         (MD_SCHED_VARIABLE_ISSUE): New.
411         * alpha.md (attr type): Add multi.
412         (define_asm_attributes): New.
413         (prologue_stack_probe_loop, builtin_setjmp_receiver): Set type multi.
414         (arg_home): Likewise.
415         (fnop, unop, realign): New.
416
417 Wed Aug 26 15:55:41 1998  Jim Wilson  <wilson@cygnus.com>
418
419         * iris5.h (PREFERRED_DEBUGGING_TYPE): Undef.
420         * iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
421
422         * configure.in (powerpc-ibm-aix4.[12]*): Change from 4.[12].*.
423         (rs6000-ibm-aix4.[12]*): Likewise.
424         * configure: Regnerate.
425
426 Wed Aug 26 09:30:59 1998  Nick Clifton  <nickc@cygnus.com>
427
428         * config/arm/thumb.c (thumb_exit): Do not move a4 into lr if it
429         already contains the return address.
430
431 Wed Aug 26 12:57:09 1998  Jeffrey A Law  (law@cygnus.com)
432
433         * calls.c (expand_call): Use bitfield instructions to extract/deposit
434         word sized hunks when loading unaligned args into registers.
435
436         * haifa-sched.c (sched_analyze_insn): Only create scheduling
437         barriers for LOOP, EH and SETJMP notes on the loop_notes list.
438
439         * mn10300.h (RTX_COSTS): Handle UDIV and UMOD too.
440
441 Wed Aug 26 16:35:37 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
442
443         * loop.c (check_dbra_loop): Add some code that would allow reversal
444         of some loops without a known constant loop end if it were enabled.
445
446 Wed Aug 26 11:08:44 1998  Gavin Romig-Koch  <gavin@cygnus.com>
447
448         * mips.md (lshrsi3_internal2+2): Fix type-o.
449
450 Wed Aug 26 10:53:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
451
452         * system.h: Include stdarg.h/varargs.h, make sure they are ordered
453         correctly with regards to stdio.h.
454         
455         * calls.c: Remove stdarg.h/varargs.h.
456         * cccp.c: Likewise.
457         * cexp.y: Likewise.
458         * combine.c: Likewise.
459         * cpperror.c: Likewise.
460         * cpplib.c: Likewise.
461         * cpplib.h: Likewise.
462         * doprint.c: Likewise.
463         * emit-rtl.c: Likewise.
464         * final.c: Likewise.
465         * fix-header.c: Likewise.
466         * gcc.c: Likewise.
467         * genattr.c: Likewise.
468         * genattrtab.c: Likewise.
469         * gencodes.c: Likewise.
470         * genconfig.c: Likewise.
471         * genemit.c: Likewise.
472         * genextract.c: Likewise.
473         * genflags.c: Likewise.
474         * genopinit.c: Likewise.
475         * genoutput.c: Likewise.
476         * genpeep.c: Likewise.
477         * genrecog.c: Likewise.
478         * mips-tfile.c: Likewise.
479         * prefix.c: Likewise.
480         * protoize.c: Likewise.
481         * regmove.c: Likewise.
482         * toplev.c: Likewise.
483         * tree.c: Likewise.
484
485 Wed Aug 26 05:09:27 1998  Jakub Jelinek  <jj@sunsite.ms.mff.cuni.cz>
486
487         * config/sparc/sparc.c (sparc_override_options): If not
488         TARGET_FPU, turn off TARGET_VIS.
489         * config/sparc/sparc.h (TARGET_SWITCHES): Add no-vis.
490         (LEGITIMATE_CONSTANT_P): Allow SF/DF mode zero when TARGET_VIS.
491         * config/sparc/sparc.md (movsi_insn): Use fzeros not fzero.
492         (movdi_insn_sp64): Add VIS fzero alternative.
493         (clear_sf, clear_df): New VIS patterns.
494         (movsf, movdf expanders): Allow fp_zero_operand flat out when
495         TARGET_VIS.
496         (one_cmpldi2_sp64): Provide new fnot1 VIS alternative.
497         
498 Tue Aug 25 10:57:41 1998  Mark Mitchell  <mark@markmitchell.com>
499
500         * loop.c (n_times_set, n_times_used, may_not_optimize,
501         reg_single_usage): Convert to varrays.  All uses changed.
502         (insert_loop_mem): Return a value.
503         (scan_loop): Tweak AVOID_CC_MODE_COPIES code.
504         (load_mems_and_recount_loop_regs_set): Likewise.  Grow the arrays, if
505         necessary.
506
507 Tue Aug 25 23:57:12 1998  Jeffrey A Law  (law@cygnus.com)
508
509         * From Alexandre:
510         * configure.in: Do not set thread_file to "irix" since no such
511         support exists yet.
512
513         * sparc.md (float abs/neg splits): Check reload_completed before
514         calling alter_subreg.
515
516 Tue Aug 25 19:17:59 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
517
518         * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): New
519         function.
520         * config/sparc/sparc.h: Declare it.
521         * config/sparc/sparc.md (float abs/neg splits): Use it.
522         (all other splits): Handle SUBREGs properly where necessary.
523         (unnamed (1<<x)-1 V8PLUS pattern): Disable for now.
524
525 Tue Aug 25 19:48:46 1998  Jeffrey A Law  (law@cygnus.com)
526
527         * reorg.c (fill_simple_delay_slots): Do not abort if we encounter
528         an insn on the unfilled_slots_list that has no delay slots.
529         (fill_eager_delay_slots): Similarly.
530
531 Tue Aug 25 13:35:20 1998  Nick Clifton  <nickc@cygnus.com>
532
533         * config/v850/v850.c (movsi_source_operand): Treat CONSTANT_P_RTX
534         as an ordinary operand.
535
536 Tue Aug 25 12:54:57 1998  Jason Merrill  <jason@yorick.cygnus.com>
537
538         * tree.c (valid_machine_attribute): Don't apply attributes to both
539         decl and type.
540
541 Tue Aug 25 12:23:20 PDT 1998  Richard Henderson  <rth@cygnus.com>
542
543         * reload.c (operands_match_p): Handle rtvecs.
544
545         * i386.c (legitimate_pic_address_disp_p): New.
546         (legitimate_address_p): Use it.
547         (legitimize_pic_address): Use unspecs to represent @GOT and @GOTOFF.
548         Handle constant pool symbols just like statics.
549         (emit_pic_move): Use Pmode not SImode for clarity.
550         (output_pic_addr_const) [SYMBOL_REF]: Remove @GOT and @GOTOFF hacks.
551         [UNSPEC]: New, handling what we killed above.
552         [PLUS]: Detect and abort on invalid symbol arithmetic.
553         * i386.h (CONSTANT_ADDRESS_P): Remove HIGH.
554
555 Tue Aug 25 12:02:23 1998  Mark Mitchell  <mark@markmitchell.com>
556
557         * alias.c: Include output.h.
558         (DIFFERENT_ALIAS_SETS_P): Don't treat alias sets as
559         different if we're in a varargs function.
560         * Makefile.in (alias.o): Depend on output.h
561         
562 Tue Aug 25 19:20:12 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
563
564         * sh.h (GIV_SORT_CRITERION): Delete.
565
566 Tue Aug 25 13:19:46 1998  Dave Brolley  <brolley@cygnus.com>
567
568         * regclass.c (regclass): Use xmalloc/free instead of alloca.
569         * stupid.c (stupid_life_analysis): Ditto.
570         * reload1.c (reload): Ditto.
571
572 Tue Aug 25 05:48:18 1998  Jakub Jelinek  <jj@sunsite.ms.mff.cuni.cz>
573
574         * config/sparc/sparc.c (arith_4096_operand, arith_add_operand,
575         arith_double_4096_operand, arith_double_add_operand): New
576         predicates.
577         * config/sparc/sparc.h (PREDICATE_CODES): Add them, declare them.
578         * config/sparc/sparc.md (adddi3, addsi3, subdi3, subsi3): Use
579         them to transform add/sub 4096 into add/sub -4096.
580
581 Mon Aug 24 23:31:03 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
582
583         * loop.c (scan_loop): Allocate some slop to handle pseudos
584         generated by move_movables.
585         (load_mems_and_recount_loop_regs_set): Honor AVOID_CC_MODE_COPIES
586         here too.
587
588 Mon Aug 24 19:45:40 1998  Jim Wilson  <wilson@cygnus.com>
589
590         * tree.def (DECL_RESULT): Correct documentation.
591
592 Tue Aug 25 01:15:27 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
593
594         * reload1.c (reload_reg_free_before_p): New argument EQUIV;  Changed
595         all callers.  Abort for RELOAD_FOR_INSN.  RELOAD_FOR_OUTADDR_ADDR:
596         conflicts will all RELOAD_FOR_OUTPUT reloads.
597
598         * reload1.c (reload_cse_regs_1): When deleting a no-op move that
599         loads the function result, substitute with a USE.
600
601 Mon Aug 24 15:20:19 1998  David Edelsohn  <edelsohn@mhpcc.edu>
602
603         * rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Use TARGET_POWERPC64
604         when testing LEGITIMATE_INDEXED_ADDRESS_P DFmode and DImode.
605         (LEGITIMIZE_ADDRESS): Use TARGET_POWERPC64 for INDEXED fixup.
606         * rs6000.c (print_operand, case 'L'): Add UNITS_PER_WORD, not 4.
607         (print_operand, cases 'O' and 'T'): Fix typos in lossage strings.
608         * rs6000.md (fix_truncdfsi2_store): Remove %w from non-CONST_INT
609         operand. 
610         (movdf_softfloat32, movdf_hardfloat64, movdf_softfloat64): Change
611         'o' to 'm' for GPR variant constraints.
612
613 Mon Aug 24 10:25:46 1998  Jeffrey A Law  (law@cygnus.com)
614
615         * loop.c (scan_loop): Honor AVOID_CC_MODE_COPIES.
616
617         * h8300.h (STRIP_NAME_ENCODING): Fix typo.
618
619         * sparc.md (TFmode splits): Use reg_overlap_mentioned_p to detect
620         when the source and destination overlap.
621
622         * stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid
623         clash with global type.
624
625 Mon Aug 24 00:53:53 1998  Jason Merrill  <jason@yorick.cygnus.com>
626
627         * fixinc.irix: Add curses.h handling from fixinc.wrap.
628
629         * c-common.c (combine_strings): Also set TREE_READONLY.
630         Change warn_write_strings to flag_const_strings.
631         * c-decl.c, c-tree.h: Likewise.
632
633 Sun Aug 23 18:39:11 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
634
635         * config/sparc/sparc.c (sparc_emit_set_const32): If outputting a
636         CONST_INT, not a symbolic reference, don't use a HIGH/LO_SUM
637         sequence, use SET/IOR instead so CSE can see it.
638         * config/sparc/sparc.md (movhi_const64_special,
639         movsi_const64_special): New patterns necessitated by that change.
640         (movhi_high): Remove.
641         (movhi_lo_sum): Change to match an IOR.
642         (movdf_insn_sp32): Test TARGET_V9 not TARGET_ARCH64.
643         (movdf_insn_v9only): New pattern for when V9 but not ARCH64.
644         (movdf_insn_sp64): Test both TARGET_V9 and TARGET_ARCH64.
645         (movdf splits): Allow when not V9 or when not ARCH64 and integer
646         registers are involved.
647         (snesi_zero_extend split): Remove reload_completed test.
648         (unnamed plus and minus zero_extend sidi splits): Add it.
649
650 Sun Aug 23 11:56:08 1998  Mark Mitchell  <mark@markmitchell.com>
651
652         * extend.texi: Remove description of extension to explicit
653         instantiation that is now endorsed by standard C++.
654
655 Sun Aug 23 09:39:09 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
656
657         * config/arc/arc.c (arc_initialize_pic): Remove.
658         * config/arc/arc.h (INITIALIZE_PIC): Similarly, this routine does
659         nothing on any platform and is invoked by no-one, it does not even
660         appear in the documentation.
661         * config/sparc/sparc.h (INITIALIZE_PIC): Likewise.
662         * config/sparc/sparc.c (initialize_pic): Likewise.
663         (find_addr_reg): Remove this as well, no longer referenced after
664         my rewrite.
665
666 Sun Aug 23 00:17:14 1998  Jeffrey A Law  (law@cygnus.com)
667
668         * recog.c (validate_replace_rtx_group): New function.
669         * recog.h (validate_replace_rtx_group): Declare it.
670         * regmove.c (optimize_reg_copy_3): If any substitution fails, then undo
671         the entire group of substitutions.
672
673 Sat Aug 22 23:31:00 1998  Klaus-Georg Adams  (Klaus-Georg.Adams@chemie.uni-karlsruhe.de)
674
675         * loop.c (load_mems): Fix initializers.
676
677 Fri Aug 21 23:07:46 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
678
679         * config/sparc/sparc.md (TFmode splits): Handle destination
680         registers being referenced in the address correctly.
681
682         * expmed.c (make_tree) [CONST_INT]: Sign extend even if
683         TREE_UNSIGNED, when bitsize of type's mode is larger than
684         HOST_BITS_PER_WIDE_INT.
685
686 Fri Aug 21 19:31:31 1998  Alexandre Petit-Bianco <apbianco@cygnus.com>
687
688         * tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR): New tree nodes.
689         * tree.h (LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
690         EXIT_BLOCK_LABELED_BLOCK, EXIT_BLOCK_RETURN, LOOP_EXPR_BODY): New
691         macros.
692         * expr.c (expand_expr): Handle LABELED_BLOCK_EXPR and
693         EXIT_BLOCK_EXPR.
694
695 Thu Aug 20 19:43:44 1998  Jeffrey A Law  (law@cygnus.com)
696
697         * h8300.c (h8300_encode_label): Use '&' for tiny data items.
698         * h8300.h (TINY_DATA_NAME_P): Likewise.
699         (STRIP_NAME_ENCODING): Handle '&'.
700
701         * mn10200.h (REG_OK_FOR_INDEX_P): Do not check the mode of the
702         register (it could be accessed via an outer SUBREG).
703         (REG_OK_FOR_BASE_P): Likewwise.
704         (GO_IF_LEGITIMATE_ADDRESS): Consistently use REGNO_OK_FOR_BASE_P.
705
706         * remove.c (optimize_reg_copy_3): Abort instead of silently generating
707         bogus rtl.
708
709         * jump.c (rtx_renumbered_equal_p): Do not consider PLUS commutative.
710
711 Thu Aug 20 17:35:20 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
712
713         * config/sparc/sparc.md (movtf_insn_sp32): All memory operands
714         must be offsettable so the splits can be made.
715
716 Thu Aug 20 13:56:53 1998  Michael Meissner  <meissner@cygnus.com>
717
718         * config/i386/winnt.c: Include system.h, not stdio.h to get
719         sys/param.h pulled in before rtl.h in case the system defines MIN
720         and MAX.
721
722 Thu Aug 20 13:44:20 1998  David Edelsohn  <edelsohn@mhpcc.edu>
723
724         * rs6000.md (movqi, movhi): Add CONSTANT_P_RTX.
725
726 Thu Aug 20 13:15:11 1998  Dave Brolley  <brolley@cygnus.com>
727
728         * stor-layout.c (layout_type): Compute TYPE_SIZE_UNIT correctly for
729         arrays of bits.
730         * cpplib.c (cpp_define): Handle macros with parameters.
731
732 Wed Aug 19 21:33:19 1998  David Edelsohn  <edelsohn@mhpcc.edu>
733
734         * rs6000.c (rs6000_output_load_toc_table): Use ld for 64-bit.
735         (output_toc): Use single TOC slot or llong minimal-toc for DFmode
736         and DImode 64-bit.  Use llong for minimal-toc SFmode and
737         SYMBOL_REF / LABEL_REF 64-bit.
738         (output_function_profiler): Use llong for profiler label and ld to
739         load 64-bit label address.
740
741 Wed Aug 19 17:52:27 1998  Nick Clifton  (nickc@cygnus.com)
742
743         * config/arm/thumb.md (extendqisi2_insn): Cope with REG +
744         OFFSET addressing.
745
746 Wed Aug 19 14:13:31 PDT 1998 Jeff Law  (law@cygnus.com)
747
748         * version.c: Bump for snapshot.
749
750 Wed Aug 19 13:10:30 PDT 1998 Jeff Law  (law@cygnus.com)
751
752         * version.c: Bump for snapshot.
753
754 Wed Aug 19 13:06:47 1998  Jason Merrill  <jason@yorick.cygnus.com>
755
756         * collect2.c (extract_init_priority): Use atoi instead of strtoul.
757
758 Wed Aug 19 13:51:35 1998  Hans-Peter Nilsson  <hp@axis.se>
759
760         * tm.texi (Misc): Fix typo "teh".
761
762         * tm.texi (PIC): Fix typo "PPIC".
763
764         * tm.texi (Caller Saves): Say that DEFAULT_CALLER_SAVES has no
765         effect when -O2 and higher.
766         * invoke.texi (Optimize Options): Likewise for -fcaller-saves.
767
768 1998-08-19  Michael Hayes  <michaelh@ongaonga.chch.cri.nz>
769
770         * regclass.c: Changed register set documentation to be consistent
771         with GCC behaviour.
772
773         * final.c (final_start_function) Removed redundant test for
774         call_fixed_regs.
775
776 Wed Aug 19 13:28:41 1998  Mark Mitchell  <mark@markmitchell.com>
777
778         * rtl.h (rtx_function): New type.
779         (for_each_rtx): New function.
780         * rtlanal.c (for_each_rtx): Define it.
781         
782         * recog.c (change_t): New type.
783         (change_objects, change_old_codes, change_locs, change_olds):
784         Replace with ...
785         (changes): New variable.
786         (validate_change): Dynamically allocate room for more changes, if
787         necessary.  Uses changes array instead of change_objects, etc.
788         (apply_change_group):  Use changes array instead of
789         change_objects, etc.
790         
791         * loop.c (loop_mem_info): New type.
792         (loop_mems): New variable.
793         (loop_mems_idx): Likewise.
794         (looop_mems_allocated): Likewise.
795         (scan_loop): Remove nregs parameter.
796         (next_insn_in_loop): New function.
797         (load_mems_and_recount_loop_regs_set): Likewise.
798         (load_mems): Likewise.
799         (insert_loop_mem): Likewise.
800         (replace_loop_mem): Likewise.
801         (replace_label): Likewise.
802         (INSN_IN_RANGE_P): New macro.
803         (loop_optimize): Don't pass max_reg_num() to scan_loop.
804         (scan_loop): Remove nregs parameter, compute it after any new
805         registers are created by load_mems.  Use INSN_IN_RANGE_P and
806         next_insn_in_loop rather than expanding them inline.  Call
807         load_mems to load memory into pseudos, if appropriate.
808         (prescan_loop): Figure out whether or not there are jumps from the
809         loop to targets other than the label immediately following the
810         loop.  Call insert_loop_mem to notice all the MEMs used in the
811         loop, if it could be safe to pull MEMs into REGs for the duration
812         of the loop.
813         (strength_reduce): Use next_insn_in_loop.  Tweak comments.
814
815 Wed Aug 19 08:29:44 1998  Richard Earnshaw (rearnsha@arm.com)
816
817         * arm.c (arm_override_options): Remove lie about ignoring PIC flag.
818
819 Wed Aug 19 07:08:15 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
820
821         * config/sparc/sparc.c (finalize_pic): Check for the correct
822         nonlocal_goto_receiver UNSPEC number.
823         * config/sparc/sparc.md (nonlocal_goto_receiver): Add comment
824         making note of this dependency existing in sparc.c
825         (negtf2_notv9 split): Give NEG SFmode.
826         (negsf2): Fix insn output string.
827         
828 Tue Aug 18 12:40:27 1998  Richard Henderson  <rth@cygnus.com>
829
830         * c-common.c (decl_attributes): Issue an error if the argument
831         to alias is not a string.
832
833 Tue Aug 18 10:33:30 1998  Jeffrey A Law  (law@cygnus.com)
834
835         * haifa-sched.c (sched_analyze): Put all JUMP_INSNs on the last
836         pending memory flush list.
837
838         * combine.c (can_combine_p): Allow combining insns with REG_RETVAL
839         notes.
840         (try_combine): Allow combining insns with REG_LIBCALL notes.
841
842         * expr.c (emit_block_move): Do not call memcpy as a libcall
843         instead build up a CALL_EXPR and call it like any other
844         function.
845         (clear_storage): Similarly for memset.
846
847         * regmove.c (fixup_match_2): Do not call reg_overlap_mentioned_p
848         on notes.
849
850         * Makefile.in (cplus-dem.o): Provide explicit rules for building
851         cplus-dem.o
852
853         * regmove.c (optimize_reg_copy_1): Update REG_N_CALLS_CROSSED
854         and REG_LIVE_LENGTH as successful substitutions are made.
855
856 Tue Aug 18 07:15:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
857
858         * config/sparc/sparc.c (ultra_find_type): Add empty semicolon
859         statement after end of loop label.
860
861 Tue Aug 18 07:13:27 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
862
863         * config/sparc/sparc.c (ultra_types_avail): New variable.
864         (ultra_build_types_avail): New function to record mask of insn
865         types in ready list at this cycle.
866         (ultrasparc_sched_reorder): Call it.
867         (ultra_find_type): Use it to quicken the search.  Also simplif
868         dependency check, don't use rtx_equal_p because we know exactly
869         what we are looking for.
870
871 Tue Aug 18 03:20:53 1998  Richard Earnshaw  (rearnsha@arm.com)
872
873         * arm.h (SECONDARY_INPUT_RELOAD_CLASS): Return NO_REGS if compiling
874         for architecture v4.
875
876 Mon Aug 17 21:26:38 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
877
878         * config/sparc/sparc.md (sltu, sgeu): Don't FAIL, call
879         gen_compare_reg.
880         (movsf_const_intreg, movsf_const_high, movsf_const_lo,
881         movdf_const_intreg and helper splits): New patterns to move float
882         constants into integer registers.
883         (negtf2, negdf2, abstf2, absdf2): Rework using new patterns and
884         splits.
885
886 Mon Aug 17 11:46:19 1998  Jeffrey A Law  (law@cygnus.com)
887
888         * From Graham
889         * tree.c (build_index_type): Copy TYPE_SIZE_UNIT from sizetype
890         to itype.
891         * c-decl.c (finish_enum): Copy TYPE_SIZ_UNIT from enumtype to tem.
892
893         * rs6000.c (secondary_reload_class): For TARGET_ELF, indicate that
894         a BASE_REGS register is needed as an intermediate when copying
895         a symbolic value into any register class other than BASE_REGS.
896
897         * expr.c (move_by_pieces): No longer static.  Remove prototype.
898         * rtl.h (move_by_pieces): Add extern prototype.
899         * mips.c (expand_block_move): Handle aligned straight line copy by
900         calling move_by_pieces.
901
902         * expr.c (expand_expr): Allow assignments from TImode PARM_DECLs
903         and VAR_DECLs.
904
905 Mon Aug 17 10:28:52 1998  Mark Mitchell  <mark@markmitchell.com>
906
907         * stmt.c (expand_end_loop): Tidy.  Allow unconditional
908         jumps out of the loop to be treated as part of the exit test.
909
910 Mon Aug 17 10:06:11 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
911                           Jeff Law <law@cygnus.com>
912
913         * Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.
914         * cplus-dem.c: Delete.
915
916         * Makefile.in (fold-const.o): depend on $(RTL_H).
917
918         * fold-const.c: Include rtl.h to get the prototype for
919         `set_identifier_local_value'.
920
921         * loop.c (express_from_1): Remove unused variable `tmp'.
922         (combine_givs): cast the first argument of bzero to char *.
923
924         * toplev.c (display_help): Remove unused variable `looking_for_start'.
925
926         * c-decl.c (init_decl_processing): Remove unneeded &.
927
928         * alpha.h (alpha_initialize_trampoline): Provide prototype.
929         
930         * except.c (set_exception_lang_code, set_exception_version_code):
931         Change parameter from `short' to `int' to avoid using a gcc
932         extension.
933
934         * except.h (set_exception_lang_code, set_exception_version_code):
935         Likewise for prototypes.
936
937         * flow.c (count_reg_references): Remove unused variables `regno'
938         and `i'.
939
940         * gcse.c (hash_scan_insn): Declare parameter `in_libcall_block'.
941
942         * prefix.c (translate_name): Cast the result of `alloca'.
943
944         * varray.h (VARRAY_FREE): Reimplement as a `do-while(0)' statement.
945
946 Mon Aug 17 09:23:42 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
947
948         * config/m68k/m68k.c: Include "system.h" instead of <stdio.h>.
949         Include "toplev.h".
950         (valid_dbcc_comparison_p): Mark mode argument as unused.
951         (symbolic_operand): Likewise.
952         (legitimize_pic_address): Likewise.
953         (const_uint32_operand): Likewise.
954         (const_sint32_operand): Likewise.
955         * sched.c [!INSN_SCHEDULING]: Define only dummy function
956         schedule_insns and comment out rest of file.
957
958         * m68k.c (output_move_simode_const): Use subl to move a zero into an
959         address register.
960         (output_move_[hq]imode): Likewise.
961
962 Mon Aug 17 09:15:47 1998  Jeffrey A Law  (law@cygnus.com)
963
964         * toplev.c (main): Enable -fstrict-aliasing for -O2 and above.
965         * invoke.texi: Corresponding changes.
966
967 Mon Aug 17 02:03:55 1998  Richard Henderson  <rth@cygnus.com>
968
969         * regclass.c (allocate_reg_info): Respect MIN when clearing data.
970
971 Sun Aug 16 17:37:06 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
972
973         * config/sparc/sparc.c (ultra_code_from_mask,
974         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
975         ultra_find_type, ultra_schedule_insn, ultra_flush_pipeline,
976         ultrasparc_sched_init, ultrasparc_variable_issue,
977         ultra_rescan_pipeline_state, ultrasparc_sched_reorder): New
978         functions to describe UltraSPARC pipeline exactly to Haifa.
979         (ultrasparc_adjust_cost): Indicate IMUL type insns have zero cost,
980         as there is nothing the scheduler can do about it.  Indicate that
981         REG_DEP_OUTPUT's collide.  Fixup formatting.
982         * config/sparc/sparc.h (RTX_COSTS): Fixup integer multiply and
983         divide costs on Ultra for DImode.
984         (MD_SCHED_INIT, MD_SCHED_REORDER, MD_SCHED_VARIABLE_ISSUE):
985         Define.
986         * config/sparc/sparc.md (ieu_unnamed function unit): Rename to
987         ieuN and add call_no_delay_slot to type list.
988         (cti function unit): New unit for branches on UltraSPARC.
989         (subx/addx insns): Set type to misc.
990         (sidi zero/sign extension insns on arch64): Set type to shift.
991         (sign_extendhidi2_insn): Set type to sload.
992
993 Sun Aug 16 13:52:00 1998  David Edelsohn  <edelsohn@mhpcc.edu>
994
995         * rs6000.c (rs6000_stack_info): Use if == 0 for sizes.
996         (output_epilog): Use if != 0 for offset.
997         (rs6000_fatal_bad_address): Prepare for Intl.
998         * rs6000.h (rs6000_fatal_bad_address): Declare.
999         * rs6000.md (movsfcc, movdfcc): Use else if.
1000         (elf_high): Use {liu|lis}.
1001         (elf_low): Use {cal|la}.  Remove %a template from old mnemonics.
1002         (movsi): Use rs6000_fatal_bad_address.
1003         
1004 Sun Aug 16 01:53:21 1998  Richard Henderson  <rth@cygnus.com>
1005
1006         * reload.c (find_equiv_reg): Reject equivalences separated
1007         by a volatile instruction.
1008
1009 Sun Aug 16 00:21:44 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 
1010
1011         * rs6000/linux.h (CPP_OS_DEFAULT_SPEC): Define.
1012
1013 Sat Aug 15 20:51:35 1998  Richard Henderson  <rth@cygnus.com>
1014
1015         * alpha.md (movsicc): Fix mode mismatch.
1016
1017 Sat Aug 15 20:22:33 1998  H.J. Lu  (hjl@gnu.org)
1018
1019         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Handle aggregated
1020         return type.
1021         * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): Likewise.
1022
1023 Sat Aug 15 08:39:49 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1024
1025         * config/sparc/sparc.md (movsi_lo_sum_pic_label_reg): Remove
1026         write-only modifier from operand 1 constraint.
1027
1028 Sat Aug 15 06:28:19 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1029
1030         * config/sparc/sparc.c (sparc_emit_set_const64_quick1): If
1031         emitting a XOR of -1 at the end, emit a NOT instead for combine's
1032         sake.
1033         (sparc_emit_set_const64): Likewise, also when computing trailing
1034         bits do not negate low_bits and make fast_int an int.
1035
1036 Fri Aug 14 21:07:03 1998  Jeffrey A Law  (law@cygnus.com)
1037
1038         * loop.c (add_label_notes): Do not ignore references to labels
1039         before dispatch tables.  Mirrors Apr 8 change to mark_jump_label.
1040         * gcse.c (add_label_notes): Similarly.
1041
1042         * pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding.
1043
1044         * m68k.md (adddi_dilshr32): One of the operands must be a register.
1045         (adddi_dishl32): Similarly.
1046
1047 Fri Aug 14 14:12:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
1048
1049         * i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.
1050         * alias.c (memrefs_conflict_p): Add braces to shut up warnings.
1051         * cse.c (cse_basic_block): Add parens to shut up warnings.
1052
1053 Fri Aug 14 12:58:21 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1054
1055         * config/sparc/sparc.c (sparc_emit_set_const64_quick2,
1056         sparc_emit_set_const64_longway, const64_is_2insns,
1057         create_simple_focus_bits, sparc_emit_set_const64): Fix more bugs
1058         in 64-bit constant formation.
1059         * config/sparc/sparc.md (snesi_zero_extend split): Generate
1060         rtl for addx not subx.
1061         (define_insn movdi_const64_special): Make available even when
1062         HOST_BITS_PER_WIDE_INT is not 64.
1063         (movdi_lo_sum_sp64_cint, movdi_high_sp64_cint): Remove.
1064         (losum_di_medlow, sethm, setlo): Make op2 symbolic_operand.
1065         (cmp_siqi_trunc_set, cmp_diqi_trunc_set): Encapsulate both
1066         instances of operand 1 inside a QI subreg.
1067         (xordi3_sp64_dbl): Remove '%' constraint for op1.
1068         (one_cmpldi2_sp64): Fix output string.
1069         (one_cmplsi2_not_liveg0): Rewrite to remove unneeded extra
1070         alternative case.
1071         (unnamed arch64 ashift DI): Truncate shift count if greater than
1072         63, not 31.
1073
1074 Fri Aug 14 21:52:53 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1075
1076         * expr.c (store_expr): Don't optimize away load-store pair
1077         when either source or destination have a side effect.
1078
1079 Fri Aug 14 16:50:10 1998  John Carr  <jfc@mit.edu>
1080
1081         * genrecog.c (add_to_sequence): Fatal error if the modes of the
1082         operands of SET are incompatible.
1083
1084         * alpha.md: Fix max and min patterns so modes of SET operands match.
1085
1086 Fri Aug 14 12:22:55 1998  Ian Lance Taylor  <ian@cygnus.com>
1087
1088         * configure.in: Avoid [[ by using test and changequote.
1089         * configure: Rebuild.
1090
1091 Fri Aug 14 01:22:31 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1092
1093         * rtl.def (CONSTANT_P_RTX): Fix typo in string name.
1094
1095         * config/sparc/sparc.md (seqdi_special_trunc, snedi_special_trunc,
1096         seqsi_special_extend, snesi_special_extend, snesi_zero_extend and
1097         split, snedi_zero_trunc and split, seqsi_zero_extend and split,
1098         seqdi_zero_trunc and split, pic_lo_sum_di, pic_sethi_di,
1099         movdi_cc_sp64_trunc, movdi_cc_reg_sp64_trunc, addx_extend_sp32 and
1100         split, addx_extend_sp64, subx_extend_sp64, subx_extend and split):
1101         Fix mismatching modes in SET operands.
1102         (conditional move patterns): Fix formatting.
1103         (unnamed subx arch64 pattern): Remove duplicate insn.
1104         
1105 Fri Aug 14 00:34:34 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1106
1107         * config/sparc/sparc.c (const64_operand, const64_high_operand):
1108         Get it right when HOST_BITS_PER_WIDE_INT is not 64.
1109         (input_operand): Fixup test for what we accept for constant
1110         integers.
1111         (sparc_emit_set_const32, sparc_emit_set_symbolic_const64): Give
1112         set VOIDmode.
1113         (safe_constDI): Remove.
1114         (sparc_emit_set_safe_HIGH64, gen_safe_SET64, gen_safe_OR64,
1115         gen_safe_XOR64): New functions.
1116         (sparc_emit_set_const64_quick1, sparc_emit_set_const64_quick2,
1117         sparc_emit_set_const64_longway, sparc_emit_set_const64): Use
1118         them.
1119         * config/sparc/sparc.md (define_insn xordi3_sp64_dbl): Only make
1120         available when HOST_BITS_PER_WIDE_INT is not 64.
1121         (define_insn movdi_sp64_dbl, movdi_const64_special): Likewise and
1122         move before movdi_insn_sp64 pattern.
1123         (define_insn movdi_lo_sum_sp64_dbl, movdi_high_sp64_dbl): Remove.
1124         (define_insn sethi_di_medlow, seth44, setm44, sethh): Use
1125         symbolic_operand as predicate for second operand.
1126         (DImode minus split on arch32, negsi2 expander, one_cmplsi2
1127         expander): Give set VOIDmode.
1128         
1129 Fri Aug 14 01:45:06 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1130
1131         * i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define.
1132
1133 Fri Aug 14 01:40:21 1998  Geoffrey Keating  <geoffk@ozemail.com.au>
1134
1135         * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.
1136
1137 Fri Aug 14 01:23:23 1998  Richard Earnshaw (rearnsha@arm.com)
1138
1139         * arm/netbsd.h (TARGET_DEFAULT): Default includes software floating 
1140         point.
1141         (CPP_FLOAT_DEFAULT_SPEC): Re-define accordingly.
1142
1143 Fri Aug 14 01:19:08 1998  Robert Lipe  <robertl@dgii.com>
1144
1145         * install.texi: Various SCO OpenServer tweaks.
1146
1147 Thu Aug 13 20:14:40 1998  Jim Wilson  <wilson@cygnus.com>
1148
1149         * reload1.c (eliminate_regs_in_insn): Handle another case when
1150         eliminating the frame pointer to the hard frame pointer.  Add
1151         missing ep->to_rtx check to one existing case.
1152
1153         * mips/mips.md (movhi_internal2+2): Fix typo mem:SI -> mem:HI.
1154
1155 Thu Aug 13 17:08:11 1998  Jason Merrill  <jason@yorick.cygnus.com>
1156
1157         * tree.h: De-conditionalize init_priority code.
1158
1159         * mips.h (NM_FLAGS): Change from -Bp to -Bn.
1160         * collect2.c (NM_FLAGS): Change from -p to -n.
1161
1162         * configure.in: Turn on collect2 for mipstx39-elf.
1163         Handle use_collect2=no properly.
1164
1165         * c-common.c: De-conditionalize init_priority code.
1166         * collect2.c (extract_init_priority, sort_ids): New fns.
1167         (main): Call sort_ids.
1168         Move sequence_number to file scope.
1169
1170         * configure.in: Handle --enable-init-priority.
1171         * c-common.c (attrs): Add A_INIT_PRIORITY.
1172         (init_attributes, decl_attributes): Likewise.
1173         * tree.h (DEFAULT_INIT_PRIORITY, MAX_INIT_PRIORITY): New macros.
1174         * tree.c (get_file_function_name_long): Split out...
1175         (get_file_function_name): ...from here.
1176
1177 Thu Aug 13 16:09:53 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1178
1179         * expr.c (safe_from_p): Change code to ERROR_MARK only when not
1180         accessing nodes.
1181
1182 Thu Aug 13 15:24:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
1183
1184         * toplev.c (display_help): Add braces to shut up warnings.
1185         * tree.c (simple_cst_equal): Likewise.
1186
1187         * fold-const.c (non_lvalue): Don't deal with null pointer 
1188         constants here.
1189         (fold, case COMPOUND_EXPR): Wrap a constant 0 in a NOP_EXPR.
1190
1191         * c-typeck.c (initializer_constant_valid_p): Allow conversion of 0
1192         of any size to a pointer.
1193
1194 Thu Aug 13 12:53:13 1998  Jim Wilson  <wilson@cygnus.com>
1195
1196         * i386/winnt.c (i386_pe_asm_file_end): Check TREE_SYMBOL_REFERENCED.
1197
1198 Wed Aug 12 17:25:18 1998  Jeffrey A Law  (law@cygnus.com)
1199
1200         * mn10300.c (REG_SAVE_BYTES): Only reserve space for registers
1201         which will be saved.
1202         * mn10300.md (prologue insn): Only save registers which need saving.
1203         (epilogue insn): Similarly.
1204
1205         * mn10300.c, mn10300.h, mn10300.md: Remove "global zero register"
1206         optimizations.
1207
1208 Wed Aug 12 12:39:16 1998  Gavin Romig-Koch  <gavin@cygnus.com>
1209
1210         * mips/mips.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG for
1211         VAR_DECL's in gp addressable sections.
1212
1213 Tue Aug 11 23:02:31 1998  John Carr  <jfc@mit.edu>
1214
1215         * sparc.c: Change return <exp> to <exp>; return; in functions
1216         returning void.
1217         * sparc.md: Add empty semicolon statement after final label in
1218         move expanders.
1219
1220 Tue Aug 11 22:42:01 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1221
1222         * config/sparc/sparc.md (define_insn addx_extend): Rename to
1223         addx_extend_sp64, only allow when TARGET_ARCH64.
1224         (define_insn addx_extend_sp32 and split): Version that works when
1225         not TARGET_ARCH64.
1226         (define_insn subx_extend): Likewise.
1227         (define_split adddi3 and subdi3 with zero extension): Fixup and
1228         correct bugs when not TARGET_ARCH64.
1229
1230 Tue Aug 11 16:04:34 1998  John Carr  <jfc@mit.edu>
1231
1232         * except.c (set_exception_lang_code, set_exception_version_code):
1233         Use prototype-style definition if __STDC__, to match declaration
1234         in except.h.
1235
1236         * genemit.c: Change FAIL and DONE macros not to use loops.
1237
1238 Tue Aug 11 12:27:03 1998  Jim Wilson  <wilson@cygnus.com>
1239
1240         * dwarf2out.c (ASM_OUTPUT_DWARF_ADDR_CONST): Use
1241         ASM_OUTPUT_DWARF2_ADDR_CONST if defined.
1242
1243         * mips/mips.md (reload_outsi): Use M16_REG_P when TARGET_MIPS16.
1244
1245 Tue Aug 11 18:12:53 1998  Dave Love  <d.love@dl.ac.uk>
1246
1247         * README.g77: Update from Craig.
1248
1249 Tue Aug 11 04:46:01 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1250
1251         * config/sparc/sparc.c (sparc_emit_set_const32): INTVAL is of
1252         type HOST_WIDE_INT.
1253         (safe_constDI sparc_emit_set_const64_quick1,
1254         sparc_emit_set_const64_quick2, sparc_emit_set_const64_longway,
1255         analyze_64bit_constant, const64_is_2insns,
1256         create_simple_focus_bits): Fix some bugs when compiled on real
1257         64-bit hosts.
1258         (function_arg_record_value_3, function_arg_record_value_2,
1259         function_arg_record_value): Add fully prototyped forward decls.
1260         * config/sparc/sparc.md (define_insn cmpsi_insn_sp32): Rename back
1261         to cmpsi_insn and use on both 64 and 32 bit targets.
1262         (define_insn cmpsi_insn_sp64): Remove.
1263         (define_expand zero_extendsidi2): Allow for 32-bit target too.
1264         (define_insn zero_extendsidi2_insn): Rename to
1265         zero_extendsidi2_insn_sp64.
1266         (define_insn zero_extendsidi2_insn_sp32): New pattern and
1267         assosciated forced split for it.
1268
1269         * config/sparc/sparc.c (const64_operand, const64_high_operand):
1270         New predicates.
1271         * config/sparc/sparc.h: Declare them.
1272         (PREDICATE_CODES): Add them.
1273         * config/sparc/sparc.md (movdi_lo_sum_sp64_dbl,
1274         movdi_high_sp64_dbl, xordi3_sp64_dbl): Use them.
1275
1276 Mon Aug 10 22:57:24 1998  John Carr  <jfc@mit.edu>
1277
1278         * config/sparc/sparc.md (define_insn jump): Output ba,pt not b,pt
1279         in v9 case as the latter makes the Solaris assembler crash.
1280
1281 Mon Aug 10 22:39:09 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1282
1283         * config/sparc/sparc.c (input_operand): Do not accept a LO_SUM MEM
1284         for TFmode when !v9.  We require offsettable memory addresses.
1285         * config/sparc/sparc.h (ALTER_HARD_SUBREG): Handle TFmode to
1286         DFmode register number conversions.
1287         * config/sparc/sparc.md (define_split DFmode moves): If register
1288         is a SUBREG do alter_subreg on it before using.
1289         (define_expand movtf): Fixup comment about alignment on v9.
1290         (define_split TFmode moves): Don't use gen_{high,low}part, create
1291         explicit SUBREGs instead.
1292
1293 Mon Aug 10 19:02:55 1998  John Carr  <jfc@mit.edu>
1294
1295         * Makefile.in (mbchar.o): Depend on mbchar.c.
1296
1297 Mon Aug 10 04:28:13 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1298                           Richard Henderson  <rth@cygnus.com>
1299         
1300         Rewrite Sparc backend for better code generation and
1301         improved sparc64 support.
1302         * config/sparc/sp64-elf.h: Set JUMP_TABLES_IN_TEXT_SECTION to
1303         zero.
1304         * config/sparc/sysv4.h: Likewise.
1305         * config/sparc/sparc.c (v8plus_regcmp_p, sparc_operand,
1306         move_operand, v8plus_regcmp_op, emit_move_sequence,
1307         singlemove_string, doublemove_string, mem_aligned_8,
1308         output_move_double, output_move_quad, output_fp_move_double,
1309         move_quad_direction, output_fp_move_quad, output_scc_insn):
1310         Remove.
1311         (small_int_or_double): New predicate.
1312         (gen_compare_reg): Remove TARGET_V8PLUS cmpdi_v8plus emission.
1313         (legitimize_pic_address): Emit movsi_{high,lo_sum}_pic instead of
1314         old pic_{sethi,lo_sum}_si patterns.
1315         (mem_min_alignment): New generic function to replace
1316         mem_aligned_8, which uses REGNO_POINTER_ALIGN information when
1317         available and can test for arbitrary alignments.  All callers
1318         changed.
1319         (save_regs, restore_regs, build_big_number,
1320         output_function_prologue, output_cbranch, output_return,
1321         sparc_flat_save_restore, sparc_flat_output_function_prologue,
1322         sparc_flat_output_function_epilogue): Prettify
1323         insn output.
1324         (output_function_epilogue): Likewise and add code to output
1325         deferred case vectors.
1326         (output_v9branch): Likewise, add new arg INSN and use it to tack
1327         on branch prediction settings.  All callers changed.
1328         (print_operand): Likewise and output %l44 for LO_SUMs when
1329         TARGET_CM_MEDMID.
1330         (sparc_splitdi_legitimate): New function to make sure DImode
1331         splits can be run properly when !arch64.
1332         (sparc_initialize_trampoline, sparc64_initialize_trampoline):
1333         Reformat example code in comments.
1334         (set_extends): Remove UNSPEC/v8plus_clear_high case.
1335         (sparc_addr_diff_list, sparc_addr_list): New statics to keep track
1336         of deferred case vectors we need to output.
1337         (sparc_defer_case_vector): Record a case vector.
1338         (sparc_output_addr_vec, sparc_output_addr_diff_vec,
1339         sparc_output_deferred_case_vectors): New functions to output them.
1340         (sparc_emit_set_const32): New function to form 32-bit constants in
1341         registers when that requires more than one instruction.
1342         (safe_constDI, sparc_emit_set_const64_quick1,
1343         sparc_emit_set_const64_quick2, sparc_emit_set_const64_longway,
1344         analyze_64bit_constant, const64_is_2insns,
1345         create_simple_focus_bits, sparc_emit_set_const64): New functions
1346         which do the same for 64-bit constants when arch64.
1347         (sparc_emit_set_symbolic_const64): New function to emit address
1348         loading for all code models on v9.
1349         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Do not make
1350         %g1 fixed when arch64, unfix %g0 when TARGET_LIVE_G0.
1351         (ALTER_HARD_SUBREG): Fix thinko, return REGNO + 1 not 1.
1352         (SECONDARY_INPUT_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS): Fix
1353         inaccuracies in comments, add symbolic and text_segment operands
1354         when TARGET_CM_MEDANY and TARGET_CM_EMBMEDANY respectively.  Use
1355         GENERAL_REGS in these cases as a temp REG is needed to load these
1356         addresses into a register properly.
1357         (EXTRA_CONSTRAINT): Document more accurately, remove Q case as it
1358         is no longer used.
1359         (GO_IF_LEGITIMATE_ADDRESS): Allow TFmode for LO_SUM on v9 since fp
1360         quads are guarenteed to have 16-byte alignment.
1361         (LEGITIMIZE_ADDRESS): For SYMBOL_REF, CONST, and LABEL_REF use
1362         copy_to_suggested_reg instead of explicit LO_SUM and HIGH.
1363         (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC): New macros for
1364         deferred case vector implementation.
1365         (ASM_OUTPUT_ADDR_VEC_ELT): Use fputc to output newline.
1366         (ASM_OUTPUT_ADDR_DIFF_ELT): Parenthesize LABEL in macro calls.
1367         Generate "internal label - label" instead of "label - 1b".
1368         (PRINT_OPERAND_ADDRESS): For LO_SUM use %l44 on TARGET_CM_MEDMID.
1369         (PREDICATE_CODES): Remove sparc_operand, move_operand,
1370         v8plus_regcmp_op.  Add small_int_or_double, input_operand, and
1371         zero_operand.
1372         (doublemove_string, output_block_move, output_fp_move_double,
1373         output_fp_move_quad, output_move_double, output_move_quad,
1374         output_scc_insn, singlemove_string, mem_aligned_8, move_operand,
1375         sparc_operand, v8plus_regcmp_op, v8plus_regcmp_p): Remove externs.
1376         (sparc_emit_set_const32, sparc_emit_set_const64,
1377         sparc_emit_set_symbolic_const64, input_operand, zero_operand,
1378         mem_min_alignment, small_int_or_double): Add externs.
1379         * config/sparc/sparc.md: Document the many uses of UNSPEC and
1380         UNSPEC_VOLATILE in this backend.
1381         (define_function_unit ieu): Rename to ieu_unnamed.  Add move and
1382         unary to types which execute in it.
1383         (define_function_unit ieu_shift): Rename to ieu0.
1384         (define_function_unit ieu1): New, executes compare, call, and
1385         uncond_branch type insns.
1386         (define_function_units for type fdivs, fdivd, fsqrt): These
1387         execute in the fpu multiply unit not the adder on UltraSparc.
1388         (define_expand cmpdi): Disallow TARGET_V8PLUS.
1389         (define_insn cmpsi_insn): Rename to cmpsi_insn_sp32.
1390         (define_insn cmpsi_insn_sp64): New, same as sp32 variant except it
1391         allows the arith_double_operand predicate and rHI constraint when
1392         TARGET_ARCH64.
1393         (define_insn cmpdi_sp64, cmpsf_fpe, cmpdf_fpe, cmptf_fpe,
1394         cmpsf_fp, cmpdf_fp, cmptf_fp, sltu_insn, neg_sltu_insn,
1395         neg_sltu_minux_x, neg_sltu_plus_x, sgeu_insn, neg_sgeu_insn,
1396         sltu_plus_x, sltu_plus_x, sltu_plus_x_plus_y, x_minus_sltu,
1397         sgeu_plus_x, x_minus_sgeu, movqi_cc_sp64, movhi_cc_sp64,
1398         movsi_cc_sp64, movdi_cc_sp64, movsf_cc_sp64, movdf_cc_sp64,
1399         movtf_cc_sp64, movqi_cc_reg_sp64, movhi_cc_reg_sp64,
1400         movsi_cc_reg_sp64, movdi_cc_reg_sp64, movsf_cc_reg_sp64,
1401         movdf_cc_reg_sp64, movtf_cc_reg_sp64, zero_extendhisi2_insn,
1402         cmp_siqi_trunc, cmp_siqi_trunc_set, sign_extendhisi2_insn,
1403         sign_extendqihi2_insn, sign_extendqisi2_insn,
1404         sign_extendqidi2_insn, sign_extendhidi2_insn,
1405         extendsfdf2, extendsftf2, extenddftf2, truncdfsf2, trunctfsf2,
1406         trunctfdf2, floatsisf2, floatsidf2, floatsitf2, floatdisf2,
1407         floatdidf2, floatditf2, fix_truncsfsi2, fix_truncdfsi2,
1408         fix_trunctfsi2, fix_truncsfdi2, fix_truncdfdi2, fix_trunctfdi2,
1409         adddi3_sp64, addsi3, cmp_ccx_plus, cmp_cc_plus_set, subdi_sp64,
1410         subsi3, cmp_minus_ccx, cmp_minus_ccx_set, mulsi3, muldi3,
1411         muldi3_v8plus, cmp_mul_set, mulsidi3, mulsidi3_v8plus,
1412         const_mulsidi3_v8plus, mulsidi3_sp32, const_mulsidi3,
1413         smulsi3_highpart_v8plus, unnamed subreg mult,
1414         const_smulsi3_highpart_v8plus, smulsi3_highpart_sp32,
1415         const_smulsi3_highpart, umulsidi3_v8plus, umulsidi3_sp32,
1416         const_umulsidi3, const_umulsidi3_v8plus, umulsi3_highpart_v8plus,
1417         const_umulsi3_highpart_v8plus, umulsi3_highpart_sp32,
1418         const_umulsi3_highpart, divsi3, divdi3, cmp_sdiv_cc_set, udivsi3,
1419         udivdi3, cmp_udiv_cc_set, smacsi, smacdi, umacdi, anddi3_sp64,
1420         andsi3, and_not_di_sp64, and_not_si, iordi3_sp64, iorsi3,
1421         or_not_di_sp64, or_not_si, xordi3_sp64, xorsi3, xor_not_di_sp64,
1422         xor_not_si, cmp_cc_arith_op, cmp_ccx_arith_op,
1423         cmp_cc_arith_op_set, cmp_ccx_arith_op_set, cmp_ccx_xor_not,
1424         cmp_cc_xor_not_set, cmp_ccx_xor_not_set, cmp_cc_arith_op_not,
1425         cmp_ccx_arith_op_not, cmp_cc_arith_op_not_set,
1426         cmp_ccx_arith_op_not_set, negdi2_sp64, cmp_cc_neg, cmp_ccx_neg,
1427         cmp_cc_set_neg, cmp_ccx_set_neg, one_cmpldi2_sp64, cmp_cc_not,
1428         cmp_ccx_not, cmp_cc_set_not, cmp_ccx_set_not, addtf3, adddf3,
1429         addsf3, subtf3, subdf3, subsf3, multf3, muldf3, mulsf3,
1430         muldf3_extend, multf3_extend, divtf3, divdf3, divsf3, negtf2,
1431         negdf2, negsf2, abstf2, absdf2, abssf2, sqrttf2, sqrtdf2, sqrtsf2,
1432         ashlsi3, ashldi3, unnamed DI ashift, cmp_cc_ashift_1,
1433         cmp_cc_set_ashift_1, ashrsi3, ashrdi3, unnamed DI ashiftrt,
1434         ashrdi3_v8plus, lshrsi3, lshrdi3, unnamed DI lshiftrt,
1435         lshrdi3_v8plus, tablejump_sp32, tablejump_sp64, call_address_sp32,
1436         call_symbolic_sp32, call_address_sp64, call_symbolic_sp64,
1437         call_address_struct_value_sp32, call_symbolic_struct_value_sp32,
1438         call_address_untyped_struct_value_sp32,
1439         call_symbolic_untyped_struct_value_sp32, call_value_address_sp32,
1440         call_value_symbolic_sp32, call_value_address_sp64,
1441         call_value_symbolic_sp64, branch_sp32, branch_sp64,
1442         flush_register_windows, goto_handler_and_restore,
1443         goto_handler_and_restore_v9, goto_handler_and_restore_v9_sp64,
1444         flush, all ldd/std peepholes, return_qi, return_hi, return_si,
1445         return_addsi, return_di, return_adddi, return_sf, all call+jump
1446         peepholes, trap, unnamed trap insns): Prettify output strings.
1447         (define_insn anddi3_sp32, and_not_di_sp32, iordi3_sp32,
1448         or_not_di_sp32, xordi3_sp32, xor_not_di_sp32, one_cmpldi2):
1449         Likewise and force + implement splits for integer cases.
1450         (define_insn return_sf_no_fpu): Likewise and allow to match when
1451         no-fpu because of our subreg SFmode splits.
1452         (define_insn zero_extendqihi2, zero_extendqisi2_insn,
1453         zero_extendqidi2_insn, zero_extendhidi2_insn,
1454         zero_extendsidi2_insn, sign_extendsidi2_insn): Likewise and use
1455         input_operand for second operand.
1456         (cmp_minus_cc, cmp_minus_cc_set): Likewise and use
1457         reg_or_0_operand for operand 2 so new splits can use it.
1458         (cmp_zero_extendqisi2, cmp_zero_extendqisi2_set, cmp_cc_plus,
1459         cmp_cc_xor_not): Likewise and don't forget to check TARGET_LIVE_G0
1460         too.
1461         (cmp_zero_extract, cmp_zero_extract_sp64): Likewise and allow
1462         CONST_DOUBLEs for operand 2.
1463         (define_insn move_label_di): Likewise and label distance
1464         optimization because it no longer works with new deferred case
1465         vector scheme.  To be revisited.
1466         (define_insn x_minus_y_minus_sltu, x_minus_sltu_plus_y): Likewise
1467         and allow reg_or_0_operand and J constraint for second operand.
1468         (define_insn jump): Set branch predict taken on V9.
1469         (define_insn tablejump): Emit LABEL_REF + PLUS memory address for
1470         new deferred case vector scheme.
1471         (define_insn pic_tablejump_32, pic_tablejump_64): Remove.
1472         (define_insn negdi2_sp32): Force + implement splits.
1473         (define_insn negsi2, one_cmplsi2): Rename to negsi2_not_liveg0 and
1474         one_cmplsi2_not_liveg0 respectively, and create expander of original
1475         names which emit special rtl for TARGET_LIVE_G0.
1476         (define_insn cmpdi_v8plus, scc_si, scc_di): Remove.
1477         (define_insn seq, sne, slt, sge, sle, sltu, sgeu): Don't do
1478         gen_compare_reg, FAIL instead.
1479         (define_insn sgtu, sleu): Likewise and check gen_s*() return
1480         values when trying to reverse condition codes, if they FAIL then
1481         do likewise.
1482         (define_insn snesi_zero, neg_snesi_zero, snesi_zero_extend,
1483         snedi_zero, neg_snedi_zero, snedi_zero_trunc, seqsi_zero,
1484         neg_seqsi_zero, seqsi_zero_extend, seqdi_zero, neg_seqdi_zero,
1485         seqdi_zero_trunc, x_plus_i_ne_0, x_minus_i_ne_0, x_plus_i_eq_0,
1486         x_minus_i_eq_0): Add new splits to perform these multi-insn cases,
1487         set output string to # to indicate they are mandatory splits.
1488         (define_insn pic_lo_sum_si, pic_sethi_si, pic_lo_sum_di,
1489         pic_sethi_di, move_pic_label_si): Remove.
1490         (define_insn movsi_low_sum, movsi_high, movsi_lo_sum_pic,
1491         movsi_high_pic, movsi_pic_label_reg): New patterns to take their
1492         place.
1493         (define_expand movsi_pic_label_ref, define_insn
1494         movsi_high_pic_label_ref, movsi_lo_sum_pic_label_ref): New
1495         expander and insns to handle PIC label references and deferred
1496         case vectors.
1497         (define_insn get_pc_via_rdpc): Comment out as it is no longer
1498         used.
1499         (define_expand movqi, movhi, movsi, movdi, movsf, movdf, movtf):
1500         Rewrite to not use emit_move_sequence, make use of new constant
1501         formation code, and new splits for all multi-insn cases.
1502         (define_insn movqi_insn): Remove sethi case, it can never happen.
1503         Use reg_or_zero_operand instead of const0_rtx explicit test,
1504         use input_operand instead of move_operand for source, and use
1505         general_operand now for dest.
1506         (define_insn movhi_insn): Similar but leave sethi case.
1507         (define_insn lo_sum_qi, store_qi, store_hi): Remove.
1508         (define_insn sethi_hi lo_sum_hi): Rename to movhi_high and
1509         movhi_lo_sum respectively, prettify output string.
1510         (define_insn movsi_zero_liveg0): New pattern to put zero into a
1511         register when needed on TARGET_LIVE_G0.
1512         (define_insn movsi_insn): Use general_operand and input_operand
1513         for dest and src respectively.  Simplify applicability test.
1514         Prettify output strings, and add clr alternative for J
1515         constraint.
1516         (define_insn movdi_sp32_v9, movdi_sp32, define_splits for
1517         deprecated std and reg-reg DI moves): Remove and...
1518         (define_insn movdi_insn_sp32, movdi_insn_sp64): Replace with new
1519         implementation which uses forced splits for all non-single insn
1520         cases.
1521         (define_split DI move cases on !arch64): New splits to handle all
1522         situations of 64-bit double register DImode on 32bit, and
1523         unaligned registers and memory addresses for all subtargets.
1524         (define_insn movsf_const_insn, movdf_const_insn, store_sf):
1525         Remove.
1526         (define_insn movsf_insn, movsf_no_f_insn): Use general_operand and
1527         input_operand for dest and src respectively, prettify output
1528         strings.
1529         (define_insn movdf_insn, movdf_no_e_insn, store_df,
1530         movtf_const_insn, movtf_insn, movtf_no_e_insn, store_tf): Remove
1531         and...
1532         (define_insn movdf_insn_sp32, movdf_no_e_insn_sp32,
1533         movdf_insn_sp64, movdf_no_e_insn_sp64, movtf_insn,
1534         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_sp64,
1535         movtf_no_e_insn_sp64) Replace with new
1536         implementation which uses forced splits for all non-single insn
1537         cases.
1538         (define_split DF move cases): New splits in similar vein to DI
1539         move counterparts.
1540         (define_insn sethi_di_medlow, sethi_di_medium_pic,
1541         sethi_di_embmedany_data, sethi_di_embmedany_text, sethi_di_sp64,
1542         movdi_sp64_insn): Remove old v9 code model and constant loading
1543         support insns and..
1544         (define_insn pic_lo_sum_di, pic_sethi_di,
1545         sethi_di_medlow_embmedany_pic, sethi_di_medlow, losum_di_medlow,
1546         seth44, setm44, setl44, sethh, setlm, sethm, setlo,
1547         embmedany_sethi, embmedany_losum, embmedany_brsum,
1548         embmedany_textuhi, embmedany_texthi, embmedany_textulo,
1549         embmedany_textlo, movdi_lo_sum_sp64_cint, movdi_lo_sum_sp64_dbl,
1550         movdi_high_sp64_cint, movdi_high_sp64_dbl): Replace with new
1551         scheme, using unspecs, secondary reloads, and one to one sparc
1552         insn to rtl insn mapping for better scheduling and code gen.
1553         (define_expand reload_indi, reload_outdi): Reload helpers for
1554         MEDANY and EMBMEDANY symbol address loading cases which require a
1555         temporary register.
1556         (define_expand movsicc): Remove v8plus_regcmp cases.
1557         (define_insn movdi_cc_sp64_trunc, movdi_cc_reg_sp64_trunc,
1558         cmp_zero_extendqidi2, cmp_zero_extendqidi2_set, cmp_qidi_trunc,
1559         cmp_diqi_trunc_set): New patterns used by some of the new scc
1560         splits on arch64.
1561         (define_insn xordi3_sp64_dbl): New pattern used for constant
1562         formation when crossing from 32-bit targets.
1563         (define_insn movsi_cc_reg_v8plus, v8plus_clear_high, and helper
1564         split): Remove.
1565         (define_insn addx, subx): Make visible and prettify.
1566         (define_insn adddi3_insn_sp32): Likewise and force split.
1567         (define_insn addx_extend, subx_extend, unnamed): New patterns for
1568         64bit scc split usage.
1569         (define_insn unnamed plusDI zero_extend, unnamed minusDI
1570         zero_extend, subdi3): Force and implement splits.
1571         
1572         * final.c (final_scan_insn): Don't output labels if target
1573         specifies ASM_OUTPUT_ADDR_{DIFF}_VEC.  Do these macro operations
1574         instead.
1575         
1576         * reorg.c (dbr_schedule): When taking on BR_PRED notes at the end,
1577         don't forget to walk inside SEQUENCESs too as these are what the
1578         delay slot scheduler will create.
1579         
1580 Mon Aug 10 01:21:01 1998  Richard Henderson  <rth@cygnus.com>
1581
1582         * alpha.md (extxl+1,+2): New patterns to work around
1583         combine lossage.
1584
1585 Sat Aug  8 19:20:22 1998 Gary Thomas (gdt@linuxppc.org)
1586
1587         * rs6000.c (rs6000_allocate_stack_space) Fix typo which
1588         caused bad assembly code to be generated.
1589
1590 Sat Aug  8 18:53:28 1998  Jeffrey A Law  (law@cygnus.com)
1591
1592         * netbsd.h: Fix typo.
1593
1594 Mon Aug  3 00:06:42 1998  Robert Lipe  <robertl@dgii.com> 
1595
1596         * config.sub: Fix typo.
1597
1598 Sun Aug  2 22:39:08 1998  Hans-Peter Nilsson  <hp@axis.se>
1599
1600         * invoke.texi (Environment Variables): Typo: Change "ascpects"
1601         into "aspects".
1602         (Running Protoize): Typo: Change "ther" into "other".
1603
1604 Sun Aug  2 00:42:50 1998  Jeffrey A Law  (law@cygnus.com)
1605
1606         * i386/netbsd.h: Undo previous change to DWARF2_UNWIND_INFO.
1607         * m68k/netbsd.h: Likewise.
1608         * ns32k/netbsd.h: Likewise.
1609         * sparc/netbsd.h: Likewise.
1610
1611 Sat Aug  1 17:59:30 1998  Richard Henderson  <rth@cygnus.com>
1612
1613         * ginclude/va-alpha.h (va_list): Use a typedef, not a define.
1614         * ginclude/va-clipper.h (va_list): Likewise.
1615
1616 Fri Jul 31 20:22:02 1998  Michael Meissner  <meissner@cygnus.com>
1617
1618         * rs6000.c (rs6000_override_options): If big endian and -Os, use
1619         load/store multiple instructions unless user overrides.
1620
1621 Fri Jul 31 17:08:59 1998  Jeffrey A Law  (law@cygnus.com)
1622
1623         * ns32k/netbsd.h: Fix typo.
1624
1625 Fri Jul 31 10:23:55 1998  Doug Evans  <devans@canuck.cygnus.com>
1626
1627         * m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Always output line number
1628         labels with .debugsym if no parallel insns.
1629
1630 Thu Jul 30 19:15:53 1998  Richard Henderson  <rth@cygnus.com>
1631
1632         * alpha.md (fp cmp): Replicate patterns for ALPHA_TP_INSN.
1633         (fcmov): Remove ALPHA_TP_INSN patterns -- fcmov doesn't trap.
1634
1635 Thu Jul 30 19:50:15 1998  David Edelsohn  <edelsohn@mhpcc.edu>
1636
1637         * rs6000/x-aix43 (AR_FOR_TARGET_FLAGS): Delete.
1638         (AR_FOR_TARGET): Define.
1639
1640 Thu Jul 30 12:29:12 1998  Mark Mitchell  <mark@markmitchell.com>
1641
1642         * dyn-string.h: New file.
1643         * dyn-string.c: Likewise.
1644         * Makefile.in (OBJS): Add dyn-string.o.
1645         (dwarf2out.o): Add dyn-string.h dependency.
1646         (dyn-string.o): List dependencies.
1647         * dwarf2out.c: Include dyn-string.h.
1648         (ASM_NAME_TO_STRING): Use dyn_string_append, rather than strcpy.
1649         (addr_const_to_string): Take a dyn_string_t, not a char* as a
1650         prototype.  Use dyn_string_append rather than strcat, throughout.
1651         (addr_to_string): Use dyn_string_t.
1652
1653 Thu Jul 30 13:08:07 1998  Ken Raeburn  <raeburn@cygnus.com>
1654
1655         Function entry/exit profiling instrumentation:
1656         * expr.h (profile_function_entry_libfunc,
1657         profile_function_exit_libfunc): Declare new variables.
1658         * optabs.c: Define them here.
1659         (init_optabs): Initialize them.
1660         * tree.h (struct tree_decl): New flag
1661         no_instrument_function_entry_exit.
1662         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT): New accessor macro.
1663         * c-decl.c (duplicate_decls): Merge it.
1664         * c-common.c (enum attrs): New value A_NO_INSTRUMENT_FUNCTION.
1665         (init_attributes): Use it for "no_instrument_function".
1666         (decl_attributes): Handle it, for functions that have not yet been
1667         compiled.  Set decl flag.
1668         * flags.h (flag_instrument_function_entry_exit): Declare new
1669         variable.
1670         * toplev.c (flag_instrument_function_entry_exit): Define it here.
1671         (f_options): New option "instrument-functions".
1672         * function.h (struct function): New field instrument_entry_exit.
1673         * function.c (current_function_instrument_entry_exit): New
1674         variable.
1675         (push_function_context_to, pop_function_context_from): Save and
1676         restore.
1677         (expand_function_start): Set current_ variable, maybe emit return
1678         label and entry profile call.
1679         (expand_function_end): Maybe emit exit profile call.
1680
1681 Thu Jul 30 00:58:34 1998  Jeffrey A Law  (law@cygnus.com)
1682
1683         * i386.md (movqi): When optimizing a load of (const_int 1) into a
1684         NON_QI_REG_P, pretend the register is SImode.
1685
1686 Wed Jul 29 23:49:23 1998  Todd Vierling <tv@netbsd.org>
1687
1688         * configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).
1689         Accept arm32 as arm, m68k4k as m68k, mipsle as mips-dec, and any
1690         manufacturer id for ns32k.
1691         * configure: Regenerated.
1692         * config/netbsd.h: When using ASM_WEAKEN_LABEL, make it global too.
1693         * config/t-netbsd: Don't compile libgcc1-test as the fns are in libc.
1694         * config/i386/netbsd.h: Undefine DWARF2_UNWIND_INFO, not define as 0.
1695         * config/m68k/netbsd.h: Same.
1696         * config/ns32k/netbsd.h: Same.
1697         * config/sparc/netbsd.h: Same.
1698
1699 Wed Jul 29 22:39:21 1998  Jeffrey A Law  (law@cygnus.com)
1700
1701         * unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO
1702         or UNROLL_COMPLETELY loop that starts with a jump to its
1703         exit code.
1704
1705 Wed Jul 29 22:18:14 1998  David Edelsohn  <edelsohn@mhpcc.edu>
1706
1707         * rs6000/rs6000.md (absdi2 define_split): Swap operands of MINUS.
1708         * rs6000/rs6000.c (mask64_operand): Use HOST_BITS_PER_WIDE_INT.
1709         (print_operand, case 'B'): Don't fall through.
1710         (print_operand, case 'S'): Correct mask begin/end computation.
1711         Use HOST_BITS_PER_WIDE_INT.
1712         * rs6000/rs6000.h (CPP_PREDEFINES): Define _LONG_LONG.
1713         (CONDITIONAL_REGISTER_USAGE): GPR13 fixed if TARGET_64BIT.
1714         * rs6000/aix41.h (CPP_PREDEFINES): Same.
1715         * rs6000/aix43.h (CPP_PREDEFINES): Same.
1716
1717 Wed Jul 29 11:47:10 1998  Nick Clifton  <nickc@cygnus.com>
1718
1719         * config/arm/thumb.md (extendqisi2_insn): Remove earlyclobber
1720         constraint from second alternative.
1721
1722 Tue Jul 28 23:29:04 1998  Jason Merrill  <jason@yorick.cygnus.com>
1723
1724         * configure.in: Fix --without/--disable cases for local-prefix, 
1725         gxx-include-dir and checking.
1726
1727 Tue Jul 28 22:01:23 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1728
1729         * configure.in (enable_haifa): Set by default for sparc64 too.
1730         configure: Rebuilt.
1731
1732 Tue Jul 28 23:29:04 1998  Jason Merrill  <jason@yorick.cygnus.com>
1733
1734         * i386/cygwin32.h (VALID_MACHINE_TYPE_ATTRIBUTE): New macro.
1735         * i386/winnt.c (associated_type): New fn.
1736         (i386_pe_valid_type_attribute_p): New fn.
1737         (i386_pe_check_vtable_importexport): Remove.
1738         (i386_pe_dllexport_p): Use associated_type.
1739         (i386_pe_dllimport_p): Likewise.
1740
1741         From Antonio M. O. Neto <anmendes@cruzeironet.com.br>:
1742         * i386.c (i386_valid_type_attribute_p): Also accept
1743         attributes for METHOD_TYPEs.
1744
1745 Tue Jul 28 23:17:39 1998  Peter Gerwinski <peter@gerwinski.de>
1746
1747         * tree.c (build_range_type): Copy TYPE_SIZE_UNIT.
1748
1749 Tue Jul 28 22:31:12 1998  Craig Burley  <burley@gnu.org>
1750
1751         * gcc.c: Fix commentary describing %g, %u, %U, and %O.
1752
1753         * gcc.c (do_spec_1): Fix handling of %g%O and %U%O to prevent
1754         them from generating a new base name for each occurence of
1755         a specific suffix.
1756
1757 1998-07-28  Vladimir N. Makarov  <vmakarov@cygnus.com>
1758
1759         * cse.c (cse_insn): Enable subsitution inside libcall only for REG,
1760         SUBREG, MEM.
1761         * rtlanal.c (replace_rtx): Prohibit replaces in CONST_DOUBLE. 
1762
1763
1764
1765         * cplus-dem.c (type_kind_t): New type.
1766         (demangle_template_value_parm): Add type_kind_t parameter.  Rely
1767         on this paramter, rather than demangling the type again.
1768         (demangle_integral_value): Pass tk_integral.
1769         (demangle_template_: Pass the value returned from do_type.
1770         (do_type): Return a type_kind_t.  Pass tk_integral to
1771         demangle_template_value_parm for array bounds.
1772         (demangle_fund_type): Likewise.
1773         
1774 Mon Jul 27 00:54:41 1998  Jason Merrill  <jason@yorick.cygnus.com>
1775
1776         * tree.c (simple_cst_equal, case CONSTRUCTOR): OK if the elts are
1777         identical.
1778
1779 Mon Jul 27 22:18:36 1998  Jeffrey A Law  (law@cygnus.com)
1780
1781         * pa.c (move_operand): Accept CONSTANT_P_RTX.
1782
1783 Mon Jul 27 17:18:52 1998  Dave Brolley  <brolley@cygnus.com>
1784
1785         * stor-layout.c (layout_type): Handle arrays of bits, for Chill.
1786
1787         * expr.c (get_inner_reference): Handle zero-based, unsigned, array
1788         index conversion.
1789
1790 Mon Jul 27 14:51:33 1998  Jeffrey A Law  (law@cygnus.com)
1791
1792         * mn10300.h (DEBUGGER_AUTO_OFFSET): Define.
1793         (DEBUGGER_ARG_OFFSET): Likewise.
1794
1795         * mn10300.md (movsf): Remove last change.  Not needed.
1796
1797 Mon Jul 27 14:22:36 1998  Dave Brolley  <brolley@cygnus.com>
1798
1799         * c-lex.c (yylex): Fix boundary conditions in character literal and
1800         string literal loops.
1801
1802 Mon Jul 27 11:43:54 1998  Stan Cox  <scox@cygnus.com>
1803
1804         * longlong.h (count_leading_zeros): Sparclite scan instruction was
1805         being invoked incorrectly.
1806
1807         * i386.c (ix86_prologue): Added SUBTARGET_PROLOGUE invocation.
1808         * i386/cygwin32.h (STARTFILE_SPEC, LIB_SPEC, SUBTARGET_PROLOGUE): 
1809         Add -pg support. 
1810         * i386/win32.h: New file.  Hybrid mingw32.h/cygwin32.h configuration.
1811         * configure.in: Added i[34567]86-*-win32
1812         * config.sub: Ditto.
1813         * configure: Rebuilt.
1814         
1815 Sun Jul 26 01:11:12 1998  H.J. Lu  (hjl@gnu.org)
1816
1817         * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Return 0 when eliminating
1818         the frame pointer and compiling PIC code and reload has not completed.
1819
1820         * i386.c (output_to_reg): Add code to emulate non-popping DImode
1821         case.
1822
1823 Sun Jul 26 01:01:32 1998  Jeffrey A Law  (law@cygnus.com)
1824
1825         * regmove.c (regmove_optimize): Fix typo initializing regmove_bb_head.
1826
1827 Sat Jul 25 23:29:23 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1828
1829         * Makefile.in (install-info): Only try to update the info
1830         directory file if it exists in the first place.
1831
1832 Fri Jul 24 18:58:37 1998  Klaus Espenlaub  <kespenla@student.informatik.uni-ulm.de>
1833
1834         * rs6000.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Delete.
1835
1836 Fri Jul 24 14:20:26 1998  Jeffrey A Law  (law@cygnus.com)
1837
1838         * mn10300.md (movqi, movhi, movsi, movsf): Correctly handle
1839         CONST_DOUBLE source.
1840
1841 Fri Jul 24 11:17:04 1998  Nick Clifton  <nickc@cygnus.com>
1842
1843         * config/arm/thumb.c (thumb_print_operand): Decode %_ in asm
1844         strings as the insertion of USER_LABEL_PREFIX.
1845         * config/arm/thumb.h (PRINT_OPERAND_PUNCT_VALID_P): Accept _ as a
1846         valid code.
1847         * config/arm/thumb.md: Use %_ as a prefix to gcc library function
1848         calls. 
1849
1850 Thu Jul 23 18:53:20 1998  Jim Wilson  <wilson@cygnus.com>
1851
1852         * dbxout.c (dbxout_range_type): Only call dbxout_type_index for
1853         already defined type.
1854
1855 Thu Jul 23 13:49:41 1998  Jeffrey A Law  (law@cygnus.com)
1856
1857         * expr.c (check_max_integer_computation_mode): Allow conversions
1858         of constant integers to MAX_INTEGER_COMPUTATION_MODE.
1859         (expand_expr): Likewise.
1860
1861 Thu Jul 23 11:12:06 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1862
1863         * expr.c (expand_expr): Expand RETURN_EXPR.
1864
1865 Thu Jul 23 11:00:29 1998  Jim Wilson  <wilson@cygnus.com>
1866
1867         * dwarf2out.c (dwarf2out_finish): Call stripattributes on TEXT_SECTION.
1868
1869 Wed Jul 22 19:10:00 1998  Catherine Moore  <clm@cygnus.com>
1870
1871         * dwarf2out.c (output_aranges):  Call stripattributes
1872         for TEXT_SECTION references.
1873         (output_line_info): Likewise.
1874
1875 Wed Jul 22 14:08:54 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
1876
1877         * profile.c (branch_prob): Call allocate_reg_info after outputting
1878         profile rtl in instrument_arcs.
1879
1880 Wed Jul 22 12:47:49 1998  Jim Wilson  <wilson@cygnus.com>
1881
1882         * fixinc.irix (math.h): Install wrapper instead of copying.
1883
1884 Wed Jul 22 12:37:14 1998  Alexandre Petit-Bianco <apbianco@cygnus.com>
1885
1886         * tree.def (EXPR_WITH_FILE_LOCATION): Defined as an 'e' expression
1887         so WFL are expanded correctly when contained in a COMPOUND_EXPR.
1888         * tree.h (EXPR_WFL_EMIT_LINE_NOTE): Change macro not to use
1889         lang_flag_0. Added documentation in the flag table.
1890
1891 Tue Jul 21 23:28:35 1998  Klaus Kaempf <kkaempf@rmi.de>
1892
1893         * cccp.c (do_include): Fix vax c style include handling.
1894
1895 Tue Jul 21 13:28:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
1896
1897         * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
1898
1899 Sun Jul 12 01:27:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
1900
1901         * fold-const.c (non_lvalue): Don't deal with null pointer 
1902         constants here.
1903         (fold, case COMPOUND_EXPR): Wrap a constant 0 in a NOP_EXPR.
1904
1905 Tue Jul 21 15:49:31 1998  David Edelsohn  <edelsohn@mhpcc.edu>
1906
1907         * rs6000.h (PREDICATE_CODES): Add CONSTANT_P_RTX.
1908         * rs6000.md (movsi, movdi): Add CONSTANT_P_RTX.
1909         * rs6000.c (short_cint_operand): Add CONSTANT_P_RTX.
1910         (u_short_cint_operand): Same.
1911         (reg_or_cint_operand): Same.
1912         (logical_operand): Same.
1913         (input_operand): Same.
1914         (reg_or_short_operand): Use u_short_cint_operand.
1915
1916 Tue Jul 21 08:56:42 1998  Richard Henderson  <rth@cygnus.com>
1917
1918         * alpha.md (fix_truncdfsi2, fix_truncsfsi2): Remove the define_expands,
1919         but keep the insns and splits.  Adjust so when the ultimate destination
1920         is memory, use cvtql.
1921
1922 Tue Jul 21 08:55:09 1998  Richard Henderson  <rth@cygnus.com>
1923
1924         * flow.c (regno_uninitialized): Fixed regs are never uninitialized.
1925
1926 Tue Jul 21 00:31:01 1998  Jeffrey A Law  (law@cygnus.com)
1927
1928         * gcc.c (do_spec): Call "error" not "warning".
1929
1930         * configure.in: Fix minor problems with gas feature detection code.
1931         * configure: Rebuilt.
1932
1933         * gcc.c (do_spec): Issue a warning for '%[]' usage.
1934
1935         * Undo this change.
1936         * gcc.c: Delete %[spec] support.
1937         (do_spec_1, case '('): Likewise.
1938         (do_spec_1, case '['): Call error.
1939
1940 Mon Jul 20 22:34:17 1998  Richard Henderson  <rth@cygnus.com>
1941
1942         * alpha.h (CPP_SPEC): Tidy.  Hook to cpp_cpu and cpp_subtarget.
1943         (CPP_SUBTARGET_SPEC): Default to empty string.
1944         (CPP_AM_*, CPP_IM_*, CPP_CPU_*, CPP_CPU_SPEC): New.
1945         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): New.
1946         * alpha/elf.h (LD_SPEC): Use %(elf_dynamic_linker).
1947         * alpha/linux-elf.h (SUBTARGET_EXTRA_SPECS): New.
1948         (LIB_SPEC): Tidy.
1949         * alpha/linux.h (CPP_PREDEFINES): Tidy.
1950         * alpha/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): New.
1951         * alpha/netbsd.h (CPP_PREDEFINES): Tidy.
1952         * alpha/osf.h (CPP_PREDEFINES): Remove bits subsumed by CPP_CPU_SPEC.
1953         * alpha/win-nt.h (CPP_PREDEFINES): Likewise.
1954         * alpha/vsf.h (CPP_PREDEFINES): Likewise.
1955         (CPP_SUBTARGET_SPEC): New.  Do this instead of overriding CPP_SPEC.
1956         * alpha/vxworks.h: Likewise.
1957
1958 Mon Jul 20 22:51:57 1998  Ken Raeburn  <raeburn@cygnus.com>
1959
1960         * mips.md (reload_outsi): Added missing REGNO call.
1961         (smulsi3_highpart, umulsi3_highpart): Provide prototype for
1962         function pointer.
1963         (mul_acc_di, mul_acc_64bit_di): Don't use match_op_dup, use
1964         another match_operator and compare the codes.
1965
1966         * mips.h (MASK_DEBUG_E, MASK_DEBUG_I): Set to zero.
1967
1968         * MIPS multiply pattern fixes:
1969         * mips.h (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS):
1970         Add union classes for HI, LO, or HILO plus general registers.
1971         (GENERATE_MADD): Deleted.
1972         * mips.md (mulsi3_mult3): Don't disparage output-LO alternative.
1973         Add TARGET_MAD to condition.
1974         (mulsi3): Test HAVE_mulsi3_mult3, not specific flags.
1975         (mul_acc_si): Expand GENERATE_MADD here; it's the only use.  Use
1976         "*d" for accumulator, to give preference to LO initially but not
1977         during reload.
1978
1979 Mon Jul 20 16:16:38 1998  Dave Brolley  <brolley@cygnus.com>
1980
1981         * configure.in (enable_c_mbchar): New configure option.
1982         (extra_cpp_objs): Always available now.
1983
1984         * cexp.y (mbchar.h): #include it.
1985         (yylex): Handle Multibyte characters in character literals.
1986
1987         * cccp.c (mbchar.h): #include it.
1988         (main): Set character set based on LANG environment variable.
1989         (rescan): Handle multibyte characters in comments.
1990         (skip_if_group): See above.
1991         (validate_else): See above.
1992         (skip_to_end_of_comment): See above.
1993         (macarg1): See above.
1994         (discard_comments): See above.
1995         (rescan): Handle multibyte characters in string and character literals.
1996         (collect_expansion): See above.
1997         (skip_quoted_string): See above.
1998         (macroexpand): See above.
1999         (macarg1): See above.
2000         (discard_comments): See above.
2001         (change_newlines): See above.
2002
2003         * c-lex.c (mbchar.h): #include it.
2004         (GET_ENVIRONMENT): New macro.
2005         (init_lex): Set character set based on LANG environment variable.
2006         (yylex): Handle multibyte characters in character literals.
2007         (yylex): Handle multibyte characters in string literals.
2008
2009         * Makefile.in (mbchar.o): New target.
2010         (cccp$(exeext)): @extra_cpp_objs@ is always available.
2011         (cppmain$(exeext)): @extra_cpp_objs@ is always available.
2012
2013         * mbchar.[ch]: New files for multibyte character handling.
2014
2015 Mon Jul 20 01:11:11 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
2016
2017         * jump.c (jump_optimize): When simplifying noop moves and
2018         PUSH_ROUNDING, fix thinko so we use same criterion for identifying
2019         the PUSHes to rewrite in second loop as we did in the first.
2020
2021 Sun Jul 19 08:23:53 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2022
2023         * cplus-dem.c (demangle_nested_args): Make function definition
2024         static to match the prototype.
2025
2026 Fri Jul 17 14:58:44 1998  Richard Henderson  <rth@cygnus.com>
2027
2028         * alloca.c: Respect USE_C_ALLOCA.
2029         * gencheck.c (xmalloc): Ignore __GNUC__ for definition.
2030         * gengenrtl.c (xmalloc): Likewise.
2031
2032 Fri Jul 17 14:18:14 1998  Richard Henderson  <rth@cygnus.com>
2033
2034         * loop.h (struct induction): Add no_const_addval.
2035         * loop.c (the_movables, reg_address_cost): New variables.
2036         (init_loop): Init reg_address_cost.
2037         (loop_optimize): Call end_alias_analysis.
2038         (scan_loop): Init the_movables.
2039         (record_giv): Init induction->no_const_addval.
2040         (basic_induction_var) [PLUS]: Use rtx_equal_p instead of ==.
2041         [REG]: Rearrange loop search test to catch more cases.
2042         (general_induction_var): Return success not benefit; take an extra
2043         argument for that.  Change all callers.
2044         (simplify_giv_expr) [PLUS]: Always combine invariants.  Use sge_plus.
2045         [MULT]: Use rtx_equal_p instead of ==.  Combine simple invariants.
2046         [default]: Search the_movables for additional combinations.
2047         (sge_plus_constant, sge_plus): New functions.
2048         (express_from_1): New function.
2049         (express_from): Always define.  Rewrite using express_from_1.
2050         (combine_givs_p): Handle more cases.  Ignore address cost.
2051         (cmp_combine_givs_stats): New function.
2052         (combine_givs_used_once, combine_givs_benefit_from): New functions.
2053         (combine_givs): Rewrite to do best-fit combination.
2054
2055         * fold-const.c (operand_equal_p): Handle RTL_EXPR.
2056         (fold): Do a complete (A*C)+(B*C) association check.
2057
2058 Fri Jul 17 11:21:55 1998  Jim Wilson  <wilson@cygnus.com>
2059
2060         * function.c (fixup_var_refs_insns): Handle CLOBBER of a CONCAT.
2061
2062 Fri Jul 17 11:48:55 1998  Jeffrey A Law  (law@cygnus.com)
2063
2064         * mn10300.c (MODES_TIEABLE_P): Fix typo.
2065
2066 Fri Jul 17 03:26:12 1998  Rihcard Earnshaw (rearnsha@arm.com)
2067
2068         * tree.c (valid_machine_attribute): Only create a new type variant if
2069         there is a decl to use it.
2070
2071 Thu Jul 16 14:48:04 1998  Nick Clifton  <nickc@cygnus.com>
2072
2073         * gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have
2074         a suffix.
2075
2076 Fri Jul 17 03:24:40 1998  Hans-Peter Nilsson  <hp@axis.se>
2077
2078         * extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may
2079         be deleted" 
2080
2081 Thu Jul 16 14:48:47 1998  Jeffrey A Law  (law@cygnus.com)
2082
2083         * mn10300.c (count_tst_insns): New arg oreg_countp.  Callers changed.
2084         Simplify tests for clearing an address register.
2085         (expand_prologue): Corresponding changes.
2086
2087         * mn10300.md (movXX patterns): Make sure the destination is an
2088         ADDRESS_REG when substituting "zero_areg" for (const_int 0).
2089         (logical patterns): Split into expanders + patterns
2090         (zero and sign extension patterns): Similarly.
2091         (shift patterns): Similarly.
2092
2093 Thu Jul 16 01:17:44 1998  Richard Henderson  <rth@cygnus.com>
2094
2095         * loop.c (emit_iv_add_mult): Scan the entire insn list generated
2096         for the sequence, recording base values.
2097
2098 Wed Jul 15 10:49:55 1998  Richard Henderson  <rth@cygnus.com>
2099
2100         * i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).
2101
2102 Tue Jul 14 14:15:30 1998  Nick Clifton  <nickc@cygnus.com>
2103
2104         * gcc.c: Remove ANSI-C ism from --help code.
2105
2106         * toplev.c: Support --help with USE_CPPLIB.
2107
2108 Tue Jul 14 14:46:08 1998  Jeffrey A Law  (law@cygnus.com)
2109
2110         * configure.in: Rework gas feature code to work with symlink based
2111         source trees.
2112
2113         * extend.texi: Clarify some issues related to local variables
2114         assigned to explicit registers.
2115
2116         * mn10300.md (mulsi): Turn into expander + pattern.
2117
2118         * mn10300.md (movsi, movsf, movdi, movdf): Remove "x" from I -> a
2119         alternative.
2120
2121 Tue Jul 14 07:41:59 1998  Richard Earnshaw (rearnsha@arm.com)
2122
2123         * arm/tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h.
2124
2125 Tue Jul 14 03:02:44 1998  Jeffrey A Law  (law@cygnus.com)
2126
2127         * version.c: Bump again to distinguish mainline tree from the
2128         egcs-1.1 branch.
2129
2130 See ChangeLog.0 for earlier changes.
2131
2132 Local Variables:
2133 add-log-time-format: current-time-string
2134 End: