- 23 Sep, 1999 10 commits
-
-
From-SVN: r29617
Martin v. Löwis committed -
* libgcc2.c (num_digits): Add prototype with __attribute__((const)). (__terminate): Add prototype. From-SVN: r29616
Dan Nicolaescu committed -
* regclass.c: Include ggc.h. * Makefile.in (regclass.o): Add ggc.h to dependency list. From-SVN: r29615
Jeff Law committed -
* builtins.c, dbxout.c, varasm.c: Include tm_p.h. * alpha/alpha.c (print_operand): Fix type of `code'. (alpha_output_filename): Constify. * alpha/alpha.h: Move all function declarations ... * alpha/alpha-protos.h: ... here. New file. * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function. (SECTION_FUNCTION_TEMPLATE): Likewise. From-SVN: r29614
Richard Henderson committed -
From-SVN: r29613
Bernd Schmidt committed -
From-SVN: r29612
Jeff Law committed -
From-SVN: r29611
Jeff Law committed -
From-SVN: r29610
Mark Mitchell committed -
* decl.c (pushdecl): Do create a binding for extern "C" functions, but not for their DECL_ASSEMBLER_NAMEs. (lookup_name_current_level): Fix formatting. (xref_tag): Likewise. * decl2.c (start_objects): Mark static constructors and destructors as used. From-SVN: r29609
Mark Mitchell committed -
mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large register offsets; let LEGITIMIZE_ADDRESS load it into a register. * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large register offsets; let LEGITIMIZE_ADDRESS load it into a register. (LEGITIMIZE_ADDRESS): Use plus_constant to avoid (plus (reg) (const_int 0)) * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls. From-SVN: r29608
Stan Cox committed
-
- 22 Sep, 1999 30 commits
-
-
* pa.c, pa.h, pa.md: Support multiple assembler dialects in most assembler templates. From-SVN: r29607
Jeffrey A Law committed -
* rs6000.c (expand_block_move): DImode loads and stores require word-aligned displacements. Increment address registers with adddi3 on 64-bit platform. Use TARGET_POWERPC64 not TARGET_64BIT. From-SVN: r29606
David Edelsohn committed -
From-SVN: r29604
Michael Meissner committed -
* pa.c (hppa_legitimize_address): Handle full offsets for PA2.0 FP loads and stores. (following_call): Always return zero for the PA8000. * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0 FP loads and stores. (LEGITIMIZE_RELOAD_ADDRESS): Similarly. From-SVN: r29603
Jeffrey A Law committed -
From-SVN: r29602
Tom Tromey committed -
From-SVN: r29601
Jeffrey A Law committed -
From-SVN: r29600
Tom Tromey committed -
From-SVN: r29599
Jeffrey A Law committed -
* pa.md (fused multiply): Add variants which reduce height for the fused multiply, but which still generate 2 insns. (fnegabs): Similarly. From-SVN: r29598
Jeffrey A Law committed -
* pa.md (subsi3): Turn into an expander. Create two anonymous patterns. One for PA2.0 one for PA1.x. Use mtsarcm for PA2.0. * pa.h (EXTRA_CONSTRAINT): Handle 'S'. From-SVN: r29597
Jeffrey A Law committed -
* pa.md (subsi3): Turn into an expander. Create two anonymous patterns. One for PA2.0 one for PA1.x. Use mtsarcm for PA2.0. From-SVN: r29596
Jeffrey A Law committed -
* pa.md (floatunssisf2, floatunssidf2): Generate different RTL for TARGET_PA_20. (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0 code generation. (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise. (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise. From-SVN: r29595
Jeffrey A Law committed -
* decl.c (define_case_label): Don't crash if we're not in a switch. * decl2.c (lang_decode_option): Don't bother explicitly ignoring flags. * lang-options.h: Restore -fthis-is-variable. Remove help strings for unsupported flags. * decl2.c (lang_decode_option): Accept and ignore -finit-priority. Accept and warn about -fthis-is-variable. From-SVN: r29594
Jason Merrill committed -
* javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally. (WORDS_TO_LONG): Likewise. (WORDS_TO_DOUBLE): Likewise. From-SVN: r29593
Tom Tromey committed -
Wed Sep 22 11:34:08 EDT 1999 Andrew MacLeod <amacleod@cygnus.com> * basic-block.h (add_noreturn_fake_exit_edges): Use correct name. * flow.c (remove_edge): Remove extra whitespace. (remove_fake_edges): Fix comment. (add_noreturn_fake_exit_edges): Use the correct name. From-SVN: r29592
Andrew MacLeod committed -
* Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables. (mostlyclean): Depend on INTL_MOSTLYCLEAN. (clean): Depend on INTL_CLEAN. (maintainer-clean): Adjust. From-SVN: r29591
Nathan Sidwell committed -
* configure.in (AC_PREREQ): Bump to 2.13. (AC_C_STRINGIZE): Call this instead of using a custom macro. * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__. * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY. * acconfig.h (HAVE_CPP_STRINGIFY): Delete. * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete. (HAVE_STRINGIZE): Define. From-SVN: r29590
Kaveh R. Ghazi committed -
* regclass.c (init_regs): Add "top_of_stack" as a garbage collection root. From-SVN: r29589
Jeffrey A Law committed -
* c-parse.in: save and restore warn_pointer_arith on __extension__ along with pedantic. (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added. Set the type of extension to itype rather than $<itype>1 kludge. * extend.texi (Alternate Keywords): Adjust documentation. * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt. From-SVN: r29588
Jim Kingdon committed -
flow.c (record_active_eh_regions): Terminate loop after finding the last insn in the last basic block. * flow.c (record_active_eh_regions): Terminate loop after finding the last insn in the last basic block. From-SVN: r29587
Jeffrey A Law committed -
From-SVN: r29586
Nick Clifton committed -
From-SVN: r29583
Nick Clifton committed -
From-SVN: r29582
Nick Clifton committed -
From-SVN: r29581
Michael Hayes committed -
From-SVN: r29580
Michael Hayes committed -
* config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn splitting to not use output template. From-SVN: r29579
Michael Hayes committed -
* config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start. * config/c4x/c4x.c (c4x_va_start): New function. From-SVN: r29578
Michael Hayes committed -
From-SVN: r29577
Jeff Law committed -
From-SVN: r29576
Richard Henderson committed -
* config/i386/i386.c (pic_label_name): Change to char pointer. (global_offset_table): New variable. (load_pic_register): Fill global_offset_table if it hasn't already been done. Allocate pic_label_name dynamically. * ggc.h (empty_string): New variable. * ggc-simple.c (empty_string): Likewise. (init_ggc): Allocate empty_string and add as root. * stmt.c (digit_strings): New variable. (init_stmt): Add last_block_end_note as root. Allocate and initialize digit_strings. (expand_asm_operands): Use empty_string and digit_string instead of string constants. * profile.c (init_arc_profiler): Allocate with ggc_alloc_string instead of xmalloc. (output_func_start_profiler): Likewise. * c-typeck.c (digest_init): Check if init is error_mark_node. From-SVN: r29575
Alex Samuel committed
-