1. 08 Aug, 2003 12 commits
  2. 07 Aug, 2003 18 commits
  3. 06 Aug, 2003 10 commits
    • * gcc.dg/cpp/spacing1.c: Update. · 372431b6
      From-SVN: r70210
      Alexandre Oliva committed
    • extend.texi (Function Attributes): Document the IA-64 version of the "model" attribute. · a32767e4
              * doc/extend.texi (Function Attributes): Document the IA-64 version
              of the "model" attribute.
      
              * config/ia64/ia64.h (SYMBOL_FLAG_SMALL_ADDR): New macro.
              (SYMBOL_REF_SMALL_ADDR_P): Ditto.
              (PREDICATE_CODES): Mention "small_addr_symbolic_operand".
      
              * config/ia64/ia64.c (ia64_handle_model_attribute): New function.
              (ia64_encode_section_info): Likewise.
              (ia64_attribute_table): Add "model" attribute.
              (TARGET_ENCODE_SECTION_INFO): Define.
              (small_addr_symbolic_operand): New function.
              (got_symbolic_operand): Return 0 for a symbolref to an object
              in the small address area.
              (enum ia64_addr_area): New type.
              (small_ident1): New variable.
              (small_ident2): Likewise.
              (init_idents): New function.
              (ia64_get_addr_area): Likewise.
              (ia64_encode_addr_area): Likewise.
              (ia64_encode_section_info): Likewise.
              (ia64_expand_load_address): For symbolic references to objects in
              the small-address-area, load the address via gen_rtx_SET() (which,
              eventually, will expand into "addl").
      
      From-SVN: r70209
      David Mosberger committed
    • FilePermission.java (equals): Use correct index for last character of path. · 333384df
      	* java/io/FilePermission.java (equals): Use correct index for
      	last character of path.
      
      From-SVN: r70206
      Tom Tromey committed
    • line-map.h (fileline): New typedef. · 8b82c528
      
      	* line-map.h (fileline):  New typedef.
      	(struct line_map, linemap_add, linemap_lookup):  Use it.
      	* input.h (struct location_s):  Comment notes that long-term we want
      	to replace it by fileline.
      
      From-SVN: r70205
      Per Bothner committed
    • Fix SHcompact exception handling: · b869f904
      2003-08-06  J"orn Rennecke <joern.rennecke@superh.com>
      
      	Fix SHcompact exception handling:
      	* sh.c (sh_get_pr_initial_val): If PR is or miight be clobbered
      	by the prologue, return a MEM with return_address_pointer_rtx
      	as address.
      	* sh.h (HARD_REGNO_MODE_OK): PR is OK for SImode.
      	(RETURN_ADDR_OFFSET): Don't define.
      	(SH_DBX_REGISTER_NUMBER): Use SHmedia numbers for SHmedia
      	registers that are visible in compact mode.  Show that SHmedia
      	registers still exist in compact mode, even if there are not
      	readily accessible.
      	(ASM_PREFERRED_EH_DATA_FORMAT): Supply DW_EH_PE_indirect
      	if GLOBAL.  Use DW_EH_PE_textrel (nominally) for CODE,
      	and DW_EH_PE_pcrel for pic data.
      	(ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): If DW_EH_PE_textrel,
      	set SYMBOL_FLAG_FUNCTION in symbol, and actually use
      	DW_EH_PE_pcrel / DW_EH_PE_absptr encoding.
      	(ALLOCATE_INITIAL_VALUE): Put PR on stack if prologue clobbers it.
      	* sh.md (movsi_media-1): New splitter.
      
      From-SVN: r70204
      J"orn Rennecke committed
    • Preliminary i386-pc-nto-qnx6 support. · f2feed2c
      * config/i386/nto.h: New.
      * config/i386/t-nto: New.
      * config.gcc (i[34567]86-*-nto-qnx*): New.
      
      From-SVN: r70203
      Graeme Peterson committed
    • install.texi (*-*-solaris2*): Refine configure instructions. · 1cba0a4e
      2003-08-06  Phil Edwards  <pme@gcc.gnu.org>
      
      	* doc/install.texi (*-*-solaris2*):  Refine configure instructions.
      
      From-SVN: r70202
      Phil Edwards committed
    • calls.c (load_register_parameters): Arrange for call_fusage to report the whole… · 980f6e8e
      calls.c (load_register_parameters): Arrange for call_fusage to report the whole register as used when...
      
      	* calls.c (load_register_parameters): Arrange for call_fusage to
      	report the whole register as used when shifting to the msb.
      
      From-SVN: r70201
      Alan Modra committed
    • acinclude.m4 (LIBGCJ_CONFIGURE): Remove AC_CANONICAL_BUILD. · e7cca7f4
      	* acinclude.m4 (LIBGCJ_CONFIGURE): Remove AC_CANONICAL_BUILD.
      	* configure.in: Compare with_cross_host to build_alias, not build.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r70199
      Alan Modra committed
    • Daily bump. · 375b855b
      [[Split portion of a mixed commit.]]
      
      From-SVN: r70197.2
      GCC Administrator committed