Skip to content
Snippets Groups Projects
  1. Aug 18, 2001
    • tromey's avatar
      * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and · 8fee6c5b
      tromey authored
      	merged local changes.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44994 138bc75d-0d04-0410-961f-82ee72b054a4
      8fee6c5b
    • tromey's avatar
      2001-08-17 Hans-J. Boehm <Hans_Boehm@hp.com> · 75ae0255
      tromey authored
      	* boehm.cc: Include gc_local_alloc.h if appropriate.
      	(GC_GENERIC_MALLOC): Don't define.
      	(MAYBE_MARK): Redefine for GC 6.0.
      	(_Jv_MarkObj): Mark class differently.
      	(_Jv_AllocArray): Use GC_generic_malloc.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44993 138bc75d-0d04-0410-961f-82ee72b054a4
      75ae0255
    • rth's avatar
      * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, · 09d688ff
      rth authored
      	UNALIGNED_DOUBLE_INT_ASM_OP, ASM_BYTE_OP): Move from ...
      	* dwarf2asm.c: ... here.
      	* dwarfout.c: Remove them.
      
      	* varasm.c (assemble_integer): Add align parameter.
      	(assemble_real, output_constant, output_constructor): Likewise.
      	* output.h: Update decls.
      	* dwarf2asm.c, final.c, varasm.c, config/darwin.c, config/nextstep.c,
      	config/alpha/alpha.c, config/arm/arm.md, config/clipper/clipper.c,
      	config/m88k/m88k.c, config/mcore/mcore.md, config/mips/mips.h,
      	config/mips/mips.md, config/pa/pa.c, config/rs6000/rs6000.c,
      	config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.md:
      	Update all callers.
      
      	* final.c (end_final): Abort profile block generation if we
      	havn't layed it out properly.
      	* output.h (assemble_eh_integer): Remove stale decl.
      	* varasm.c (assemble_zeros): Tidy; use assemble_integer.
      	(min_align): New.
      	(assemble_integer): Handle unaligned data.
      	(assemble_real): Abort on unaligned data.
      	(output_constructor): Don't assume ASM_OUTPUT_ALIGN 0 does
      	anything useful.
      	(default_dtor_section_asm_out_destructor): Use assemble_align.
      	(default_named_section_asm_out_constructor): Likewise.
      	(default_ctor_section_asm_out_constructor): Likewise.
      	* config/darwin.c (machopic_asm_out_constructor): Likewise.
      	(machopic_asm_out_destructor): Likewise.
      	* config/nextstep.c (nextstep_asm_out_constructor): Likewise.
      	(nextstep_asm_out_destructor): Likewise.
      	* config/alpha/alpha.c (vms_asm_out_constructor): Likewise.
      	(vms_asm_out_destructor): Likewise.
      
              * java/class.c (emit_register_classes): Add align parameter to
              call to assemble_integer.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44992 138bc75d-0d04-0410-961f-82ee72b054a4
      09d688ff
    • rth's avatar
      * config/mips/iris6.h (TARGET_IRIX6): New. · cbd5f1a1
      rth authored
              (current_section_name, current_section_flags): New.
              (ASM_OUTPUT_ALIGN, ASM_FILE_START, ASM_FILE_END): New.
              (MAX_OFILE_ALIGNMENT): New.
              (ASM_OUTPUT_ALIGNED_LOCAL): Use bss_section.
              * config/mips/mips.c (mips_make_temp_file, temp_filename): Remove.
              (copy_file_data): Split out from
              (mips_asm_file_end): ... here.
              (mips_asm_file_start): Remove extra .section directive.  Use
              tmpfile instead of mips_make_temp_file.
              (mips_unique_section): Use const char * as needed for warnings.
              (iris6_asm_named_section_1): Renamed from iris6_asm_named_section;
              re-add align parameter.
              (iris6_asm_named_section): New.
              (iris_section_align_entry_eq, iris_section_align_entry_hash): New.
              (iris6_asm_output_align, iris6_section_align_1): New.
              (iris6_asm_file_start, iris6_asm_file_end): New.
              * config/mips/mips-protos.h: Update decls.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44991 138bc75d-0d04-0410-961f-82ee72b054a4
      cbd5f1a1
  2. Aug 17, 2001
  3. Aug 16, 2001
Loading