Skip to content
Snippets Groups Projects
  1. Jun 09, 2002
    • Neil Booth's avatar
      cpphash.h (_cpp_push_text_context): Update. · 1ce676a0
      Neil Booth authored
      	* 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
      1ce676a0
    • Marek Michalkiewicz's avatar
      avr.c (avr_mcu_types): Update for new devices. · 25f2e176
      Marek Michalkiewicz authored
      	* 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
      25f2e176
    • David Edelsohn's avatar
      - Add PROCESSOR_DEFAULT64 changelog entry. · 6ef0903d
      David Edelsohn authored
      From-SVN: r54409
      6ef0903d
    • David Edelsohn's avatar
      - Add PROCESSOR_DEFAULT64 as well. · 79ef6299
      David Edelsohn authored
      From-SVN: r54408
      79ef6299
    • Andreas Jaeger's avatar
      encoding.c (objc_layout_structure_next_member): Remove unused variable. · 42bac116
      Andreas Jaeger authored
      	* encoding.c (objc_layout_structure_next_member): Remove unused
      	variable.
      
      From-SVN: r54406
      42bac116
    • David Edelsohn's avatar
      {aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3 synonym for 630. · 309323c2
      David Edelsohn authored
              * 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
      309323c2
    • GCC Administrator's avatar
      Daily bump. · 739dd3dd
      GCC Administrator authored
      From-SVN: r54404
      739dd3dd
    • Kaveh R. Ghazi's avatar
      gengtype.h (error_at_line): Use PARAMS, not VPARAMS. · 57d80297
      Kaveh R. Ghazi authored
      	* gengtype.h (error_at_line): Use PARAMS, not VPARAMS.  Add
      	ATTRIBUTE_PRINTF_2.
      	* gengtype-lex.l: Fix format specifier warning.
      
      From-SVN: r54394
      57d80297
    • Kaveh R. Ghazi's avatar
      genautomata.c: Don't include ctype.h or limits.h. · 1f8e4682
      Kaveh R. Ghazi authored
      	* 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
      1f8e4682
    • Jason Thorpe's avatar
      * configure.in (vax-*-netbsd*): Re-enable gas. · f210d239
      Jason Thorpe authored
      From-SVN: r54391
      f210d239
    • Zack Weinberg's avatar
      Makefile.in (LIBCPP_OBJS): Take out version.o. · 5a9ee623
      Zack Weinberg authored
      	* 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
      5a9ee623
  2. Jun 08, 2002
  3. Jun 07, 2002
Loading