- 10 Jun, 2002 17 commits
-
-
From-SVN: r54450
Richard Henderson committed -
extend.texi (Return Address): Add note explaining the side- effects of inlining on __builtin_return_address. 2002-06-10 Eric Christopher <echristo@redhat.com> * doc/extend.texi (Return Address): Add note explaining the side- effects of inlining on __builtin_return_address. From-SVN: r54449
Eric Christopher committed -
* Makefile.in (LANGHOOKS_DEF_H): Include langhooks-def.h. (c-common.o): Depend on langhooks.h. From-SVN: r54448
Tom Tromey committed -
* cpphash.h (_cpp_read_logical_line_trad, _cpp_expansions_different_trad): Update prototypes. * cpplex.c (continue_after_nul): New. * cppmain.c: Include cpphash.h. (scan_translation_unit_trad): New. (cpp_preprocess_file): Call it. * cpptrad.c (_cpp_read_logical_line_trad): Take new parameter overlay. (_cpp_expansions_different_trad): Update prototype. From-SVN: r54446
Neil Booth committed -
* sh.c (frame_insn): New function. (output_stack_adjust): Add parameter emit_fn. All callers changed. (push): Now returns rtx. Use frame_insn. (sh_expand_prologue): Clear RTX_FRAME_RELATED_P for second push of a DF register. * sh.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_RETURN_COLUMN): Define. From-SVN: r54445
J"orn Rennecke committed -
* include/private/gc_locks.h (GC_test_and_set): Support Linux/mips. (GC_TEST_AND_SET_DEFINED): Likewise. * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for Linux/mips. (DATAEND): Likewise. (LINUX_STACKBOTTOM): Likewise. (STACKBOTTOM): Removed for Linux/mips. From-SVN: r54444
H.J. Lu committed -
* Makefile.in (STAGESTUFF): Add s-gtype, gt-*.h, gtype-*.h, and gtype-desc.c. (mostlyclean): Delete specs.h, options.h, gencheck.h here... (distclean): ... not here. But do delete all testsuite/*.log, testsuite/*.sum files here. Delete mkheaders. Delete po/*.gmo and the testsuite directory in a split tree build. From-SVN: r54443
Zack Weinberg committed -
alias.c (static_reg_base_value): New to hold RTL for items allocated once per function for the aliasing code. * alias.c (static_reg_base_value): New to hold RTL for items allocated once per function for the aliasing code. (init_alias_once_per_function): Initialize static_reg_base_value. (init_alias_analysis): Avoid throw-away allocations of RTL by using pre-computed values in static_reg_base_value. * function.c (prepare_function_start): Call init_alias_once_per_function appropriately. * rtl.h (init_alias_once_per_function): Declare. * caller-save (init_caller_save): Restructure slightly to avoid lots of silly RTL generation. * expr.c (init_expr_once): Likewise. * reload1.c (reload_cse_regs_1): Allocate throw-away register RTL object here. Pass it into children. (reload_cse_simplify_operands): Use passed-in register RTL object. (reload_cse_simplify): Pass through throw-away register RTL object. From-SVN: r54442
Jeff Law committed -
2002-06-10 Daniel Berlin <dberlin@dberlin.org> * Makefile.in (ssa.o): Add dependency on $(RTL_H), which was missing. From-SVN: r54440
Daniel Berlin committed -
* gcc.c (process_command): Avoid assignment to read-only location. Fix sizeof calculation. From-SVN: r54439
Richard Sandiford committed -
From-SVN: r54438
GCC Administrator committed -
* cpphash.h (struct cpp_macro): Put comments on their own lines. (_cpp_expansions_different_trad): New. * cppmacro.c (warn_of_redefinition): Fix for traditional case. * cpptrad.c (canonicalize_text): New. (scan_out_logical_line): Handle no arguments correctly. (save_replacement_text): Commit memory when finished. (_cpp_expansions_different_trad): New. From-SVN: r54432
Neil Booth committed -
* lang.c (LANG_HOOKS_POST_OPTIONS): Define. (flag_really_inline): New. (java_decode_option): Set flag_really_inline if -finline-functions is seen. (java_post_options): New function. Turn off inlining unless flag_really_inline is set. From-SVN: r54430
Bryce McKinlay committed -
* configure.host: Disable hash synchronization and slow_pthread_self for cygwin. From-SVN: r54428
Bryce McKinlay committed -
* gjavah.c (throwable_p): Accept argument as either a classname or signature fragment. Create null-terminated classname string for super when calling itself recursively. (decode_signature_piece): Skip first character from class name signature when calling throwable_p. From-SVN: r54427
Bryce McKinlay committed -
From-SVN: r54426
Zack Weinberg committed -
From-SVN: r54425
Tim Josling committed
-
- 09 Jun, 2002 16 commits
-
-
From-SVN: r54418
Tim Josling committed -
* Makefile.in (install-driver): Install driver as $(target_alias)-gcc-$(version). * gcc.c (spec_version): Make const. (process_command): Handle -V and -b by using exec. * doc/invoke.texi (Target Options): Restore -V option, update docs for -b option. From-SVN: r54417
Geoffrey Keating committed -
From-SVN: r54416
Jeff Law committed -
From-SVN: r54415
Tim Josling committed -
From-SVN: r54413
Hans-Peter Nilsson committed -
* cpphash.h (_cpp_push_text_context): Update. (_cpp_arguments_ok): New. * cppmacro.c (_cpp_arguments_ok): New, split out from... (collect_args): ...here. (_cpp_push_text_context): Change inputs. * cpptrad.c (struct fun_macro, maybe_start_funlike, save_argument, replace_args_and_push): New. (lex_identifier, _cpp_lex_identifier_trad, scan_parameters): Don't use IS macros directly. (scan_out_logical_line): Handle function-like macro argument collection. (push_replacement_text): Update. (replacement_length): Remove. (_cpp_create_trad_definition): Don't skip whitespace before checking for '('. From-SVN: r54412
Neil Booth committed -
* config/avr/avr.c (avr_mcu_types): Update for new devices. * config/avr/avr.h (TARGET_SWITCHES, AVR_MEGA): Add -mshort-calls. (LINK_SPEC, CRT_BINUTILS_SPECS): Update for new devices. * config/avr/avr.md ("type" and "length" attributes): New type "xcall", length 1 or 2 if AVR_MEGA. Use in all patterns that output a single "call" or "rcall" insn depending on device size. * config/avr/t-avr (MULTILIB_MATCHES): Update for new devices. From-SVN: r54410
Marek Michalkiewicz committed -
From-SVN: r54409
David Edelsohn committed -
From-SVN: r54408
David Edelsohn committed -
* encoding.c (objc_layout_structure_next_member): Remove unused variable. From-SVN: r54406
Andreas Jaeger committed -
* config/rs6000/{aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3 synonym for 630. Add power4. Remove embedded processors. Use -m604 assembler option. (CPP_CPU_SPEC): Add power3 and power4. (PROCESSOR_DEFAULT): Change to 604e. * config/rs6000/rs6000.h (ASM_CPU_SPEC): Similar additions. (CPP_CPU_SPEC): Similar additions. (enum process_type): Add POWER4. (RTX_COSTS): Add POWER4. (CPP_CPU_SPEC): Similar additions. * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define. * config/rs6000/rs6000.c (rs6000_override_options): Add power4. (rs6000_adjust_cost): Add 603, 604, 604e, 620, 630, Power4 to branch adjustment. (rs6000_issue_rate): Add Power4. * config/rs6000/rs6000.md (cpu attr): Add power4. (iu compare): Remove 604, 604e, 620, 630. Add basic Power4 scheduling information. (mfcr/mtcrf): Change type attribute to cr_logical. From-SVN: r54405
David Edelsohn committed -
From-SVN: r54404
GCC Administrator committed -
* gengtype.h (error_at_line): Use PARAMS, not VPARAMS. Add ATTRIBUTE_PRINTF_2. * gengtype-lex.l: Fix format specifier warning. From-SVN: r54394
Kaveh R. Ghazi committed -
* genautomata.c: Don't include ctype.h or limits.h. Use ISSPACE, not isspace. * gengtype-lex.l: Don't include ctype.h and use ISSPACE/ISIDNUM in lieu of isspace/IDchar. * gengtype.c: Likewise for ctype.h and ISALNUM vs isalnum. * read-rtl.c: Likewise for ctype.h. Don't define ISDIGIT or ISSPACE. From-SVN: r54392
Kaveh R. Ghazi committed -
From-SVN: r54391
Jason Thorpe committed -
* Makefile.in (LIBCPP_OBJS): Take out version.o. * cpphash.h (cpp_reader): Take out print_version member. * cppinit.c: (cpp_handle_option): Don't do anything with -version. Just set help_only for --version, --target-help. Just set verbose option for -v. (cpp_post_options): Don't print a version string. From-SVN: r54390
Zack Weinberg committed
-
- 08 Jun, 2002 7 commits
-
-
* config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New. (avr_section_type_flags): New, handle .noinit* sections. From-SVN: r54389
Marek Michalkiewicz committed -
* config/sh/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): Define and include netbsd_entry_point. (SUBTARGET_LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF. (NETBSD_ENTRY_POINT): Define. From-SVN: r54388
Jason Thorpe committed -
* config/sh/sh.h (SUBTARGET_EXTRA_SPECS): Define empty if not already defined. (EXTRA_SPECS): Add SUBTARGET_EXTRA_SPECS. From-SVN: r54387
Jason Thorpe committed -
* config/avr/avr.c (avr_regs_to_save): No need to save any registers in a noreturn function. (avr_output_function_prologue, avr_output_function_epilogue): Correct function size calculation. Do not crash on empty function. (avr_output_function_epilogue): No need for epilogue after a BARRIER. From-SVN: r54386
Marek Michalkiewicz committed -
* config/mips/netbsd.h (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and netbsd_entry_point. (LINK_SPEC): Use %(netbsd_link_spec). (NETBSD_ENTRY_POINT): Define. From-SVN: r54385
Jason Thorpe committed -
2002-06-08 H.J. Lu (hjl@gnu.org) * jcf-path.c (jcf_path_init): Allocate 1 more byte for string. From-SVN: r54384
H.J. Lu committed -
* config/sparc/netbsd-elf.h (LINK_ARCH32_SPEC): Only specify linker emulation. (LINK_ARCH64_SPEC): Likewise. (LINK_SPEC, NETBSD_ENTRY_POINT): Define. (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and netbsd_entry_point. From-SVN: r54382
Jason Thorpe committed
-