1. 03 Jul, 2001 11 commits
    • darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove case for flag_no_mach_text_sections. · 70fb5453
              * darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
              case for flag_no_mach_text_sections.
              (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
              * darwin.c (flag_no_mach_text_sections): Remove.
              * darwin-protos.h (darwin_init_pragma): Remove decl.
      
      From-SVN: r43734
      Stan Shebs committed
    • explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid… · b72f00af
      explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid checking for constant as first operand.
      
      	* explow.c (plus_constant_wide, case PLUS): Call find_constant_term
      	and avoid checking for constant as first operand.
      	* recog.c (find_constant_term_loc): No longer static.
      	(adj_offettable_operand): Delete.
      	* rtl.h (adj_offsettable_operand): Delete declaration.
      	(find_constant_term): Add declaration.
      	* caller-save.c: Replace calls to adj_offsettable_operand with calls
      	to adjust_address.
      	* config/arm/arm.c, config/c4x/c4x.c: Likewise.
      	* config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
      	* config/i386/i386.c, config/i386/i386.md: Likewise.
      	* config/i860/i860.c, config/i960/i960.c: Likewise.
      	* config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
      	* config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
      	* config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
      	* config/mips/mips.c, config/mips/mips.md: Likewise.
      	* config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
      	* config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
      	* config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
      	* config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
      	* config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
      	* config/ns32k/ns32k.md: Likewise.
      
      From-SVN: r43733
      Richard Kenner committed
    • rtl.c (copy_rtx): Handle 'T' format letter. · 3b324340
      	* rtl.c (copy_rtx): Handle 'T' format letter.
      	* gensupport.c (collect_insn_data): Likewise.
      	* print-rtl.c (print_rtx): Print 'T' slots like 's'.
      
      From-SVN: r43732
      Zack Weinberg committed
    • Specifiy range for <N> in -B option. · bf4eebe0
      Use 'dir' not 'foo' as example directory name.
      
      From-SVN: r43731
      Nick Clifton committed
    • sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define. · c1911346
      	* config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
      	Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
      
      From-SVN: r43729
      Rainer Orth committed
    • Daily bump. · ff9c9107
      From-SVN: r43723
      GCC Administrator committed
    • Makefile.in (insn-recog.o): Add dependency on reload.h. · 5b7c7046
      	* Makefile.in (insn-recog.o): Add dependency on reload.h.
      
      	* genrecog.c (write_header): Include reload.h for prototypes in
      	insn-recog.c.
      
      From-SVN: r43722
      Andreas Jaeger committed
    • cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE, [...]): Remove. · f5f4be42
      config:
      	* i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
      	VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
      	* i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
      	i386_pe_valid_type_attribute_p): Add.
      	* i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
      	* i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
      
      From-SVN: r43721
      Neil Booth committed
    • explow.c (plus_constant_wide, [...]): New case. · ed8908e7
      	* explow.c (plus_constant_wide, case LO_SUM): New case.
      	(plus_constant_for_output_wide): Delete.
      	* rtl.h (plus_constant_for_output): Delete.
      	* alias.c (canon_rtx, init_alias_analysis): Call plus_constant
      	instead of plus_constant_for_output.
      	* recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
      	* config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
      	* config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
      	* config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
      	* config/sparc/sparc.md: Likewise.
      	Convert some change_address calls to adjust_address.
      
      From-SVN: r43720
      Richard Kenner committed
    • extend.texi, [...]: Improve formatting. · aee96fe9
      gcc:
      	* doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
      	doc/rtl.texi, doc/tm.texi: Improve formatting.  Improve
      	documentation of -std and -Wwrite-strings.
      
      contrib:
      	* texi2pod.pl: Handle @r inside @item.
      
      From-SVN: r43718
      Joseph Myers committed
  2. 02 Jul, 2001 26 commits
  3. 01 Jul, 2001 3 commits