1. 07 Nov, 2001 6 commits
  2. 06 Nov, 2001 15 commits
  3. 05 Nov, 2001 15 commits
  4. 04 Nov, 2001 4 commits
    • [multiple changes] · 46aaf10d
      2001-11-04  Alan Modra  <amodra@bigpond.net.au>
      
              * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Mark r2 as used.
      
      2001-11-04  David Edelsohn  <edelsohn@gnu.org>
      
              * config/rs6000/rs6000.c (rs6000_emit_move): Handle 64-bit
              mode as well.  Do not explicitly create intermediate regs.
      
      From-SVN: r46777
      David Edelsohn committed
    • aof.h (aof_text_section, [...]): Don't declare. · 5f37d07c
      	* arm/aof.h (aof_text_section, aof_data_section): Don't declare.
      	(common_section): Delete unused variable.
      	(ASM_OUTPUT_ASCII): Fix signed/unsigned warnings.
      	(ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
      	* arm-protos.h (arm_poke_function_name, aof_add_import,
      	aof_delete_import): Const-ify.
      	* arm.c (legitimize_pic_address): Wrap variables in the macro
      	controlling their usage.
      	(arm_finalize_pic): Mark variable with ATTRIBUTE_UNUSED.
      	(arm_poke_function_name, pic_chain, import, aof_add_import,
      	aof_delete_import): Const-ify.
      	* i386.c (ix86_osf_output_function_prologue): Const-ify.
      	* i386/sysv4.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
      	ASM_OUTPUT_LONG_DOUBLE): Fix format specifier warnings.
      	* i860/fx2800.h (DBX_OUTPUT_STANDARD_TYPES): Const-ify.
      	* i860/sysv3.h: Add missing comment closure.
      	* m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Add missing semi-colon.
      	* m88k/dgux.h (SELECT_RTX_SECTION): Add missing argument in call
      	to symbolic_operand.
      
      	* config.gcc (m680[02]0-*-*): Rename case from m68000-*-*.
      	(i960-*-*): Set tmake_file.
      	(sparc86x-*-elf*): Fix typo in header name.
      
      	* sched-rgn.c (schedule_insns): Delete unused variable.
      
      From-SVN: r46776
      Kaveh R. Ghazi committed
    • g77.texi: Split off invoke.texi (preliminary to using it to generate a man page). · 966c049d
      2001-11-04  Toon Moene  <toon@moene.indiv.nluug.nl>
      
      	* g77.texi: Split off invoke.texi (preliminary to using it
      	to generate a man page).
      	* Make-lang.in: Reflect in build rules.
      
      From-SVN: r46775
      Toon Moene committed
    • re PR c/2820 (unnamed union inside unnamed struct changes rest of the struct) · e9b2c823
      	PR c/2820
      	* c-typeck.c (lookup_field): Rework to return a chain down to
      	the looked-up field.
      	(build_component_ref): Use the new lookup_field to handle
      	nested anonymous entities correctly.
      
      	* testsuite/gcc.c-torture/execute/anon-1.c: New test.
      
      From-SVN: r46774
      Neil Booth committed