]> gcc.gnu.org Git - gcc.git/log
gcc.git
22 years agooops, that went with the previous commit
Zack Weinberg [Sat, 18 Aug 2001 20:44:57 +0000 (20:44 +0000)]
oops, that went with the previous commit

From-SVN: r45010

22 years agohaifa-sched.c: Convert to target hooks.
Zack Weinberg [Sat, 18 Aug 2001 20:25:54 +0000 (20:25 +0000)]
haifa-sched.c: Convert to target hooks.

* haifa-sched.c: Convert to target hooks.  Macros replaced
are ISSUE_RATE, ADJUST_COST, ADJUST_PRIORITY, MD_SCHED_INIT,
MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_VARIABLE_ISSUE,
MD_SCHED_FINISH, and HAVE_cycle_display.
* target-def.h (TARGET_SCHED_ADJUST_COST,
TARGET_SCHED_ADJUST_PRIORITY, TARGET_SCHED_ISSUE_RATE,
TARGET_SCHED_VARIABLE_ISSUE, TARGET_SCHED_INIT,
TARGET_SCHED_FINISH, TARGET_SCHED_REORDER,
TARGET_SCHED_REORDER2, TARGET_SCHED_CYCLE_DISPLAY):
New hook #defines to be overridden.
(TARGET_SCHED): Bring them all together.
(TARGET_INITIALIZER): Update.
* target.h: Don't forward declare struct rtx_def.  Use 'rtx'
instead of 'struct rtx_def *' throughout.
(struct sched): New set of hooks for the scheduler.
* Makefile.in (haifa-sched.o): Depend on target.h.
* doc/tm.texi: Document the new scheduler hooks, together in
their own section, instead of scattered around.
Fix a bunch of underfull/overfull hboxes.

* a29k.h, alpha.h, arm.h, c4x.h, convex.h, d30v.h, i386.h,
ia64.h, m32r.h, m88k.h, mips.h, pa.h, rs6000.h, s390.h, sh.h,
sparc.h: Don't define any of the old scheduler macros.

* a29k.c, alpha.c, arm.c, c4x.c, convex.c, d30v.c, i386.c,
ia64.c, m32r.c, m88k.c, mips.c, pa.c, rs6000.c, s390.c, sh.c,
sparc.c: Create hook functions from code extracted from
corresponding target header, or make existing hooks static, as
appropriate.  Set the appropriate entries in targetm.

* alpha-protos.h, arm-protos.h, c4x-protos.h, d30v-protos.h,
i386-protos.h, ia64-protos.h, m32r-protos.h, pa-protos.h,
rs6000-protos.h, s390-protos.h, sparc-protos.h:
Remove prototypes for functions which are now static.

* d30v.h, d30v.c, m32r.h, m32r.c: Remove #ifdef HAIFA and
related gunk; the Haifa scheduler is now the only choice.

From-SVN: r45009

22 years agooptabs.h (OTI_flodiv, [...]): Kill.
Zack Weinberg [Sat, 18 Aug 2001 19:59:46 +0000 (19:59 +0000)]
optabs.h (OTI_flodiv, [...]): Kill.

* optabs.h (OTI_flodiv, flodiv_optab): Kill.
* genopinit.c: Put floating point divide insns in sdiv_optab.
* expr.c (expand_expr): Use sdiv_optab, not flodiv_optab.
* config/gofast.h, config/c4x/c4x.h,
config/ia64/hpux_longdouble.h, config/mips/mips.h,
config/pa/long_double.h, config/rs6000/sysv4.h,
config/sparc/sparc.h: Put floating point divide libcalls in sdiv_optab.
* optabs.c (init_optab): Break into new_optab, init_optab, init_optabv.
(init_optabs): Use init_optabv for overflow-trapping optabs.
Don't init flodiv_optab.  Give mov_optab, movstrict_optab, and
cmp_optab RTX codes so have_insn_for can find them.

* optabs.c (expand_simple_binop, expand_simple_unop,
have_insn_for, gen_sub3_insn): New interfaces.
* expr.h: Prototype new functions.
(enum optab_methods): Move here from optabs.h.

* builtins.c, combine.c, doloop.c, function.c, ifcvt.c,
loop.c, profile.c, simplify-rtx.c, stmt.c, unroll.c:
Use new functions instead of working directly with optabs.
* doloop.c, ifcvt.c, loop.c, profile.c, simplify-rtx.c,
unroll.c: Don't include optabs.h.
* caller-save.c, combine.c, function.c, stmt.c: Just include
insn-codes.h, not optabs.h.
* Makefile.in: Update dependencies.

* combine.c (make_compound_operation, simplify_comparison):
Fix typos testing for this or that instruction.

From-SVN: r45008

22 years agoconfigure.target (cpu_include_dir): Set to `config/cpu/m68k' for m68k and m680[246]0.
Andreas Schwab [Sat, 18 Aug 2001 19:22:25 +0000 (19:22 +0000)]
configure.target (cpu_include_dir): Set to `config/cpu/m68k' for m68k and m680[246]0.

* configure.target (cpu_include_dir): Set to `config/cpu/m68k' for
m68k and m680[246]0.
* config/cpu/m68k/bits/atomicity.h: New file.

From-SVN: r45006

22 years agomklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS when generating libgcc.a.
Herman A.J. ten Brugge [Sat, 18 Aug 2001 18:16:08 +0000 (20:16 +0200)]
mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS when generating libgcc.a.

        * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS when
        generating libgcc.a.

From-SVN: r45005

22 years agoexcept.c (TYPE_HASH): Delete.
Kaveh R. Ghazi [Sat, 18 Aug 2001 18:11:18 +0000 (18:11 +0000)]
except.c (TYPE_HASH): Delete.

* except.c (TYPE_HASH): Delete.

* objc/objc-act.c (HASHFUNCTION): Cast to size_t, not
HOST_WIDE_INT.

* tree.c (TYPE_HASH): Delete.

* tree.h (TYPE_HASH): Define.

ch:
* tree.c (TYPE_HASH): Moved to ../tree.h.

cp:
* decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to
GNU_xref_start_scope and GNU_xref_end_scope.

* tree.c (TYPE_HASH): Moved to ../tree.h.

From-SVN: r45004

22 years agomips.md (adddi3_internal_2+1): Remove contraints from define_split.
Graham Stott [Sat, 18 Aug 2001 11:23:01 +0000 (11:23 +0000)]
mips.md (adddi3_internal_2+1): Remove contraints from define_split.

* config/mips/mips.md (adddi3_internal_2+1): Remove contraints from
define_split.
(adddi3_internal_2+2): Likewise.
(eh_set_lr_di+1): Likewise.

From-SVN: r45002

22 years agocppinit.c (init_standard_includes): Reverse accidentally included hunk from prefix...
Neil Booth [Sat, 18 Aug 2001 07:17:14 +0000 (07:17 +0000)]
cppinit.c (init_standard_includes): Reverse accidentally included hunk from prefix.c patch.

* cppinit.c (init_standard_includes): Reverse accidentally
included hunk from prefix.c patch.

From-SVN: r45001

22 years agoDaily bump.
GCC Administrator [Sat, 18 Aug 2001 07:16:42 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45000

22 years agoUnicodeToBytes.java (write): Write work buffer starting from zero offset.
Jeff Sturm [Sat, 18 Aug 2001 03:56:01 +0000 (03:56 +0000)]
UnicodeToBytes.java (write): Write work buffer starting from zero offset.

* gnu/gcj/convert/UnicodeToBytes.java (write): Write work buffer
starting from zero offset.

From-SVN: r44997

22 years agoImplement std::collate.
Benjamin Kosnik [Sat, 18 Aug 2001 02:53:13 +0000 (02:53 +0000)]
Implement std::collate.

2001-08-17  Benjamin Kosnik  <bkoz@redhat.com>

Implement std::collate.
* config/locale/collate_specializations_gnu.cc: Add here, implement in
MT-safe way.
* config/locale/collate_specializations_generic.cc: Add here, but
in a less sophisticated manner.
* include/bits/locale_facets.tcc (collate): Add generic definition.
* include/bits/locale_facets.h (~collate): Mark virtual.
(collate::_M_compare_helper): New.
(collate::_M_transform_helper): New.
* src/locale.cc: Remove unnecessary specializations.
* src/string-inst.cc: Tweak instantiation of ctors.

* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Do configury for collate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* src/Makefile.am (sources): Add collate.cc.
* src/Makefile.in: Regenerate.

* testsuite/22_locale/collate_byname.cc: New.
* testsuite/22_locale/collate.cc: New file.
* testsuite/22_locale/collate_char_members.cc: New file.
* testsuite/22_locale/collate_wchar_t_members.cc: New file.

From-SVN: r44996

22 years agoMakefile.am, [...]: Imported GC 6.0 and merged local changes.
Tom Tromey [Sat, 18 Aug 2001 01:04:43 +0000 (01:04 +0000)]
Makefile.am, [...]: Imported GC 6.0 and merged local changes.

* Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
merged local changes.

From-SVN: r44994

22 years agoboehm.cc: Include gc_local_alloc.h if appropriate.
Hans Boehm [Sat, 18 Aug 2001 01:01:51 +0000 (01:01 +0000)]
boehm.cc: Include gc_local_alloc.h if appropriate.

2001-08-17  Hans-J. Boehm <Hans_Boehm@hp.com>

* 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.

From-SVN: r44993

22 years agodefaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...
Richard Henderson [Sat, 18 Aug 2001 00:53:20 +0000 (17:53 -0700)]
defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...

* defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
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.

From-SVN: r44992

22 years agoiris6.h (TARGET_IRIX6): New.
Richard Henderson [Sat, 18 Aug 2001 00:25:09 +0000 (17:25 -0700)]
iris6.h (TARGET_IRIX6): New.

        * config/mips/iris6.h (TARGET_IRIX6): New.
        (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.

From-SVN: r44991

22 years agoinstall.texi (Install GCC): Add links to build status pages.
Janis Johnson [Fri, 17 Aug 2001 22:30:56 +0000 (22:30 +0000)]
install.texi (Install GCC): Add links to build status pages.

* doc/install.texi (Install GCC): Add links to build status pages.
(Specific): Ditto.
(Final install): Ditto; request updates for specific info

From-SVN: r44988

22 years agoXercesBug.java: New file.
Alexandre Petit-Bianco [Fri, 17 Aug 2001 22:26:15 +0000 (15:26 -0700)]
XercesBug.java: New file.

2001-08-17  Alexandre Petit-Bianco  <apbianco@redhat.com>

* libjava.compile/XercesBug.java: New file.

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01066.html)

From-SVN: r44987

22 years agocpperror.c (print_location): Don't take a file name; use the line map instead.
Neil Booth [Fri, 17 Aug 2001 22:23:49 +0000 (22:23 +0000)]
cpperror.c (print_location): Don't take a file name; use the line map instead.

* cpperror.c (print_location):  Don't take a file name; use the
line map instead.
(_cpp_begin_message): Similarly.
(cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
(cpp_pedwarn_with_file_and_line): Remove.
* cppfiles.c (stack_include_file): Update; set filename to stdin
here when appropriate.
* cpphash.h (struct cpp_buffer): Remove nominal_fname.
(_cpp_begin_message): Don't take a file name.
* cppinit.c: Add comment.
* cpplex.c: Fix end-of-directive indicator.
* cpplib.c: Don't include intl.h.
(run_directive, do_diagnostic): Update.
(do_line): Update to not use nominal_fname.
(cpp_push_buffer): Don't take a filename.
* cpplib.h (struct ht): Remove.
(cpp_push_buffer): Don't take a filename.
(cpp_pedwarn_with_file_and_line): Remove.
* cppmacro.c (struct cpp_macro): Remove file.
(builtin_macro): Update.
(_cpp_create_definition): Update.
* cppmain.c: Correct comment.
* fix-header.c (read_scan_file): Update.

From-SVN: r44986

22 years ago(Install GCC): Add links to build status pages.
Janis Johnson [Fri, 17 Aug 2001 22:21:49 +0000 (22:21 +0000)]
(Install GCC): Add links to build status pages.

(Specific): Ditto.
(Final install): Ditto; request updates for specific info.

From-SVN: r44985

22 years agoBigInteger.java (randBytes): New method.
Mark J Roberts [Fri, 17 Aug 2001 22:21:02 +0000 (22:21 +0000)]
BigInteger.java (randBytes): New method.

2001-08-17  Mark J Roberts  <mjr@anarcast.net>

* java/math/BigInteger.java (randBytes): New method.
(BigInteger(int,Random)): Use randBytes.

From-SVN: r44984

22 years agosbitmap.c: Fix comment formatting.
Kazu Hirata [Fri, 17 Aug 2001 21:23:12 +0000 (21:23 +0000)]
sbitmap.c: Fix comment formatting.

* sbitmap.c: Fix comment formatting.
* sched-deps.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* ssa.c: Likewise.
* ssa-ccp.c: Likewise.
* stor-layout.c: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* unwind-dw2.c: Likewise.
* unwind-dw2-fde.c: Likewise.
* varasm.c: Likewise.

From-SVN: r44983

22 years ago[multiple changes]
Alexandre Petit-Bianco [Fri, 17 Aug 2001 21:07:07 +0000 (14:07 -0700)]
[multiple changes]

2001-08-16  Alexandre Petit-Bianco  <apbianco@redhat.com>

* jcf-parse.c (load_class): New locals saved and class_loaded. If
loading a class_or_name fails, try considering an innerclass name
and load the enclosing context.
* parse.y (resolve_inner_class): New function.
(find_as_inner_class): Added leading comment.
(register_incomplete_type): Keep the current context as enclosing
context for JDEP_FIELD dependencies.
(do_resolve_class): Locals new_class_decl and super initialized to
NULL. Call resolve_inner_class, explore the enclosing context
superclass if necessary.
Fixes PR java/4007

2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>

* decl.c (init_decl_processing): exception_type_node,
class_not_found_type_node, and no_class_def_found_type_node
initialized. predef_filenames augmented accordingly.
instinit_identifier_node initialized.
* java-tree.def (INSTANCE_INITIALIZERS_EXPR): Entry removed.
* java-tree.h (enum java_tree_index): New entries
JTI_EXCEPTION_TYPE_NODE, JTI_CLASS_NOT_FOUND_TYPE_NODE,
JTI_NO_CLASS_DEF_FOUND_TYPE_NODE, JTI_INSTINIT_IDENTIFIER_NODE.
(exception_type_node): New macro.
(class_not_found_type_node): Likewise.
(no_class_def_found_type_node): Likewise.
(instinit_identifier_node): Likewise.
(PREDEF_FILENAMES_SIZE): Adjusted.
(TYPE_HAS_FINAL_VARIABLE): Fixed typo.
(struct lang_type): Fixed typo in bitfield name.
(DECL_INSTINIT_P): New macro.
(ID_INSTINIT_P): Likewise.
* jcf-write.c (generate_classfile): instinit$ bears the Synthetic
attribute.
* parse.y (encapsulate_with_try_catch): New function.
(generate_instinit): Likewise.
(build_instinit_invocation): Likewise.
(ctors_unchecked_throws_clause_p): Likewise.
(add_instance_initializer): Deleted.
(build_instance_initializer): Likewise.
(in_instance_initializer): Likewise.
(check_method_redefinition): instinit$ not to be verified.
(java_complete_expand_methods): Generate instinit$, simplified code.
(build_dot_class_method): Eliminated unnecessary locals. Use
encapsulate_with_try_catch, removed unnecessary code.
(fix_constructors): New local iii. Use build_instinit_invocation.
(patch_method_invocation): Added comment.
(maybe_use_access_method): Don't consider instinit$.
(find_applicable_accessible_methods_list): Shorten the search for
instinit$ too.
(java_complete_lhs): case INSTANCE_INITIALIZERS_EXPR removed.
(patch_return): Use DECL_INSTINIT_P instead of in_instance_initializer.
(patch_throw_statement): Likewise. Fixed typo.

2001-08-09  Alexandre Petit-Bianco  <apbianco@redhat.com>

* expr.c (java_lang_expand_expr): Call `expand_end_bindings' and
`poplevel' in the right order.

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01061.html )

From-SVN: r44982

22 years agopa.h (RETURN_IN_MEMORY): Return types with a size that is varable or larger than...
John David Anglin [Fri, 17 Aug 2001 20:55:50 +0000 (20:55 +0000)]
pa.h (RETURN_IN_MEMORY): Return types with a size that is varable or larger than an integer in memory.

* pa.h (RETURN_IN_MEMORY): Return types with a size that is varable
or larger than an integer in memory.

From-SVN: r44981

22 years agosystem.h: Forward-declare struct rtx_def, struct rtvec_def, and union tree_node.
Zack Weinberg [Fri, 17 Aug 2001 20:29:21 +0000 (20:29 +0000)]
system.h: Forward-declare struct rtx_def, struct rtvec_def, and union tree_node.

* system.h: Forward-declare struct rtx_def, struct rtvec_def,
and union tree_node.  Typedef rtx, rtvec, and tree.  Fix comment.
* rtl.h: Don't forward-declare union tree_node here.  Don't
typedef rtx or rtvec here.  Change all uses of struct rtx_def *,
struct rtvec_def *, or union tree_node * to use rtx, rtvec,
and tree respectively.
* tree.h: Don't forward-declare struct rtx_def here.  Don't
typedef tree here.  Change all uses of struct rtx_def *,
struct rtvec_def *, or union tree_node * to use rtx, rtvec,
and tree respectively.

From-SVN: r44980

22 years agoconfigure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
Christopher Faylor [Fri, 17 Aug 2001 20:17:23 +0000 (20:17 +0000)]
configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.

* configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
* configure: Regenerate.

From-SVN: r44979

22 years agoAdd commentary.
Richard Henderson [Fri, 17 Aug 2001 19:58:05 +0000 (12:58 -0700)]
Add commentary.

From-SVN: r44978

22 years agoelf.h, [...]: Fix typos last change.
Richard Henderson [Fri, 17 Aug 2001 19:40:03 +0000 (12:40 -0700)]
elf.h, [...]: Fix typos last change.

        * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
        config/mips/openbsd.h: Fix typos last change.

From-SVN: r44977

22 years agoinvoke.texi (Optimize Options): The default for -finline-limit is 600.
Gerald Pfeifer [Fri, 17 Aug 2001 19:15:47 +0000 (21:15 +0200)]
invoke.texi (Optimize Options): The default for -finline-limit is 600.

* doc/invoke.texi (Optimize Options): The default for
-finline-limit is 600.

From-SVN: r44975

22 years ago* doc/tm.texi (Sections): Document TEXT_SECTION.
Richard Henderson [Fri, 17 Aug 2001 19:07:46 +0000 (12:07 -0700)]
* doc/tm.texi (Sections): Document TEXT_SECTION.

From-SVN: r44974

22 years agovarasm.c (text_section): Allow TEXT_SECTION to override the printing of TEXT_SECTION_...
Richard Henderson [Fri, 17 Aug 2001 18:57:51 +0000 (11:57 -0700)]
varasm.c (text_section): Allow TEXT_SECTION to override the printing of TEXT_SECTION_ASM_OP.

        * varasm.c (text_section): Allow TEXT_SECTION to override the
        printing of TEXT_SECTION_ASM_OP.
        * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION.
        (DATA_SECTION, BSS_SECTION): Remove.
        * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME,
        RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME):
        Rename from s/_NAME//.
        * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16.
        (ASM_DECLARE_FUNCTION_NAME): Move file switching ...
        (TEXT_SECTION): ... here.  New.
        * config/mips/elf.h (TEXT_SECTION): New; no file switching.
        * config/mips/elf64.h, config/mips/netbsd.h: Likewise.
        * config/mips/openbsd.h: Likewise.
        * config/mips/mips.c (mips_asm_file_start): Tidy file switching test.
        (mips_asm_file_end): Likewise test.
        (mips_output_function_epilogue): Likewise.  Switch back to data
        section after emitting the function.

From-SVN: r44973

22 years agoInitial revision
Tom Tromey [Fri, 17 Aug 2001 18:39:15 +0000 (18:39 +0000)]
Initial revision

From-SVN: r44969

22 years agodwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
Richard Henderson [Fri, 17 Aug 2001 18:34:56 +0000 (11:34 -0700)]
dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.

        * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
        (dwarf2out_finish): Do it here.  Emit .debug_loc before .debug_info.

From-SVN: r44968

22 years agovarasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
Richard Henderson [Fri, 17 Aug 2001 18:28:06 +0000 (11:28 -0700)]
varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.

        * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
        * crtstuff.c (__CTOR_LIST__, __DTOR_LIST__, __EH_FRAME_BEGIN__,
        __JCR_LIST__, __CTOR_END__, __DTOR_END__, __FRAME_END__,__JCR_END__):
        Add aligned attribute.

From-SVN: r44966

22 years ago* gnu/gcj/convert/IOConverter.java: Add `646' alias.
Tom Tromey [Fri, 17 Aug 2001 18:09:24 +0000 (18:09 +0000)]
* gnu/gcj/convert/IOConverter.java: Add `646' alias.

From-SVN: r44965

22 years ago* BigInteger.java: fix right shifts by nonzero multiples of 32.
Hans Boehm [Fri, 17 Aug 2001 16:33:49 +0000 (16:33 +0000)]
* BigInteger.java: fix right shifts by nonzero multiples of 32.

From-SVN: r44964

22 years ago* BigInteger.java: fix right shifts by nonzero multiples of 32.
Hans Boehm [Fri, 17 Aug 2001 16:28:32 +0000 (16:28 +0000)]
* BigInteger.java: fix right shifts by nonzero multiples of 32.

From-SVN: r44963

22 years agosh.md: Add modes to unspecs in first insn to match those in the second.
Andrew Haley [Fri, 17 Aug 2001 14:41:51 +0000 (14:41 +0000)]
sh.md: Add modes to unspecs in first insn to match those in the second.

2001-08-10  Andrew Haley  <aph@cambridge.redhat.com>

        * config/sh/sh.md: Add modes to unspecs in first insn to match
        those in the second.

        * Makefile.in: Fix collect2 copy for Cygwin.

From-SVN: r44962

22 years agoInstall the proper patch.
Jan Hubicka [Fri, 17 Aug 2001 13:50:15 +0000 (15:50 +0200)]
Install the proper patch.

* function.c (put_var_into_stack): Temporarily clear DECL_RTL.
(assign_params): Avoid setting DECL_RTL to unfinished RTX.
(expand_function_start): Likewise.
* stmt.c (expand_decl): Likewise.
* varasm.c (make_decl_rtx): Likewise.

From-SVN: r44961

22 years agofinal.c: Undo my previous accidental checkin.
Jan Hubicka [Fri, 17 Aug 2001 13:45:59 +0000 (15:45 +0200)]
final.c: Undo my previous accidental checkin.

* final.c: Undo my previous accidental checkin.
* output.h: Likewise.
* tm.texi: Likewise.

From-SVN: r44960

22 years agoDaily bump.
GCC Administrator [Fri, 17 Aug 2001 07:18:02 +0000 (07:18 +0000)]
Daily bump.

From-SVN: r44959

22 years agocvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS on COMPOUND_EXPRs.
Mark Mitchell [Fri, 17 Aug 2001 04:32:09 +0000 (04:32 +0000)]
cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS on COMPOUND_EXPRs.

* cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
on COMPOUND_EXPRs.

From-SVN: r44956

22 years agovarasm.c (named_section_flags): Remove align parameter.
Richard Henderson [Fri, 17 Aug 2001 02:33:41 +0000 (19:33 -0700)]
varasm.c (named_section_flags): Remove align parameter.

        * varasm.c (named_section_flags): Remove align parameter.
        * varasm.c, dwarf2out.c: Update all callers.
        * output.h: Update prototypes.

        * target.h (target.asm_out.named_section): Remove align parameter.
        * varasm.c, config/a29k/a29k.c, config/alpha/alpha.c,
        config/arm/arm.c, config/c4x/c4x.c, config/h8300/h8300.c,
        config/i386/i386.c, config/i386/winnt.c, config/m68k/m68k.c,
        config/mcore/mcore.c, config/mips/mips.c, config/rs6000/rs6000.c,
        config/sh/sh.c, config/sparc/sparc.c: Update implementations to match.

        * varasm.c (in_named_entry_eq, in_named_entry_hash): New.
        (get_named_section_flags, set_named_section_flags): New.
        (named_section_flags): Use them.
        (named_section): Do decl vs section flags check here...
        (default_section_type_flags): ... not here.
        (init_varasm_once): Create in_named_htab.
        (resolve_unique_section): Mark reloc unused.

From-SVN: r44953

22 years agovarasm.c (force_const_mem): Keep pool alignment in bits.
Richard Henderson [Fri, 17 Aug 2001 02:03:36 +0000 (19:03 -0700)]
varasm.c (force_const_mem): Keep pool alignment in bits.

        * varasm.c (force_const_mem): Keep pool alignment in bits.
        (output_constant_pool): Use assemble_align.

From-SVN: r44952

22 years ago* doc/tm.texi: Remove extra @table command.
Zack Weinberg [Fri, 17 Aug 2001 01:55:29 +0000 (01:55 +0000)]
* doc/tm.texi: Remove extra @table command.

From-SVN: r44951

22 years ago* hashtab.c (htab_hash_string): New.
Richard Henderson [Fri, 17 Aug 2001 01:54:43 +0000 (18:54 -0700)]
* hashtab.c (htab_hash_string): New.

From-SVN: r44950

22 years ago* hashtab.h (htab_hash_string): Declare.
Richard Henderson [Fri, 17 Aug 2001 01:54:01 +0000 (18:54 -0700)]
* hashtab.h (htab_hash_string): Declare.

From-SVN: r44949

22 years agofinal.c (shorten_branches): Clear the end of the label_align array only if we made...
Zack Weinberg [Fri, 17 Aug 2001 01:27:49 +0000 (01:27 +0000)]
final.c (shorten_branches): Clear the end of the label_align array only if we made it larger.

* final.c (shorten_branches): Clear the end of the label_align
array only if we made it larger.  Break up messy expressions
for clarity.

* diagnostic.c (internal_error): Check for error recursion
before doing ICE suppression.

* timevar.c: Timing variables now count in milliseconds.
(init_timevar): Set up ticks_to_msec and clocks_to_msec here.
(get_time): Not here.
(timevar_print): Don't print any timer whose user, cpu, and
wall times are all zero as displayed.
* timevar.h: Update comment aboout units.  Make timevar
counters unsigned.

From-SVN: r44948

22 years agojcf-dump.c (main): Updated for change to jcf_path_seal.
Tom Tromey [Thu, 16 Aug 2001 21:52:14 +0000 (21:52 +0000)]
jcf-dump.c (main): Updated for change to jcf_path_seal.

* jcf-dump.c (main): Updated for change to jcf_path_seal.
* gjavah.c (main): Updated for change to jcf_path_seal.
* lang.c (version_flag): New global.
(java_decode_option): Recognize `-version'.
(java_init): Update for change to jcf_path_seal.
* jcf.h (jcf_path_seal): Added `print' argument.
* jcf-path.c (jcf_path_seal): Added `print' argument.

From-SVN: r44946

22 years agopr3743.x: Do not return 1 for xfail.
David Billinghurst [Thu, 16 Aug 2001 20:18:00 +0000 (20:18 +0000)]
pr3743.x: Do not return 1 for xfail.

2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>

* g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
Fix thinko.
* g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
for xfail.

From-SVN: r44945

22 years agoconfigure.target: Set LIMITSH for powerpc-*-*.
Franz Sirl [Thu, 16 Aug 2001 19:19:09 +0000 (19:19 +0000)]
configure.target: Set LIMITSH for powerpc-*-*.

2001-08-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
* configure.target: Set LIMITSH for powerpc-*-*.
* config/cpu/powerpc/bits/limits.h: New file.

From-SVN: r44944

22 years agotweak comment
Jason Merrill [Thu, 16 Aug 2001 16:24:46 +0000 (12:24 -0400)]
tweak comment

From-SVN: r44942

22 years agoAdd myself to people who can write after approval
Janis Johnson [Thu, 16 Aug 2001 16:23:09 +0000 (16:23 +0000)]
Add myself to people who can write after approval

From-SVN: r44941

22 years agoThu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>
Jan Hubicka [Thu, 16 Aug 2001 15:41:05 +0000 (17:41 +0200)]
Thu Aug 16 17:39:45 CEST 2001  Jan Hubicka  <jh@suse.cz>

* function.c (put_var_into_stack): Temporarily clear DECL_RTL.
(assign_params): Avoid setting DECL_RTL to unfinished RTX.
(expand_function_start): Likewise.
* stmt.c (expand_decl): Likewise.
* varasm.c (make_decl_rtx): Likewise.

From-SVN: r44940

22 years agostor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
Jason Merrill [Thu, 16 Aug 2001 13:46:37 +0000 (09:46 -0400)]
stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.

        * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
        (finalize_record_size): Don't set TYPE_USER_ALIGN.

From-SVN: r44937

22 years agoi386.c (ix86_init_mmx_sse_builtins): Remove unused variables.
Matt Kraai [Thu, 16 Aug 2001 13:32:22 +0000 (13:32 +0000)]
i386.c (ix86_init_mmx_sse_builtins): Remove unused variables.

* config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
variables.

From-SVN: r44936

22 years agoconfigure.in: Check for <sys/types.h>.
Marc Espie [Thu, 16 Aug 2001 12:49:19 +0000 (12:49 +0000)]
configure.in: Check for <sys/types.h>.

2001-08-16  Marc Espie <espie@openbsd.org>
* configure.in:  Check for <sys/types.h>.
* configure:  Rebuild.
* config.h.in:  Rebuild.
* libmath/mathconf.h:  Include <sys/types.h> prior to
<machine/endian.h> if available.

From-SVN: r44935

22 years agos390.c: Include "debug.h" for dwarf2out_do_frame prototype.
Andreas Jaeger [Thu, 16 Aug 2001 10:09:28 +0000 (12:09 +0200)]
s390.c: Include "debug.h" for dwarf2out_do_frame prototype.

        * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
        prototype.

From-SVN: r44933

22 years agoDaily bump.
GCC Administrator [Thu, 16 Aug 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r44931

22 years agojni.cc: Include IdentityHashMap.h, not Hashtable.h.
Tom Tromey [Wed, 15 Aug 2001 20:46:48 +0000 (20:46 +0000)]
jni.cc: Include IdentityHashMap.h, not Hashtable.h.

* jni.cc: Include IdentityHashMap.h, not Hashtable.h.
(local_ref_table, global_ref_table): Now IdentityHashMap.
(_Jv_JNI_Init): Updated for new types.
(mark_for_gc): Likewise.
(unmark_for_gc): Likewise.
* gcj/javaprims.h: Rebuilt class list.
* Makefile.in: Rebuilt.
* Makefile.am (core_java_source_files): Added new file.
* java/util/IdentityHashMap.java: New file.

From-SVN: r44929

22 years agonatIconv.cc (read): Handle EINVAL and E2BIG correctly.
Tom Tromey [Wed, 15 Aug 2001 20:24:00 +0000 (20:24 +0000)]
natIconv.cc (read): Handle EINVAL and E2BIG correctly.

* gnu/gcj/convert/natIconv.cc (read): Handle EINVAL and E2BIG
correctly.

From-SVN: r44928

22 years agortl.h (only_sets_cc0_p): New prototype.
John Wehle [Wed, 15 Aug 2001 19:25:43 +0000 (19:25 +0000)]
rtl.h (only_sets_cc0_p): New prototype.

* rtl.h (only_sets_cc0_p): New prototype.
* jump.c (sets_cc0_p): Handle INSN.
(only_sets_cc0_p): New function.
* flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
(tidy_fallthru_edge): Likewise.
* integrate.c (copy_insn_list): Likewise.
* unroll.c (unroll_loop): Likewise.
(copy_loop_body): Likewise.

From-SVN: r44927

22 years ago* config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
Jason Eckhardt [Wed, 15 Aug 2001 18:54:10 +0000 (18:54 +0000)]
* config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".

From-SVN: r44926

22 years agoconfigure.target (cpu_include_dir): Set to `config/cpu/m68k' for m68k and m680[246]0.
Andreas Schwab [Wed, 15 Aug 2001 16:00:45 +0000 (16:00 +0000)]
configure.target (cpu_include_dir): Set to `config/cpu/m68k' for m68k and m680[246]0.

* configure.target (cpu_include_dir): Set to `config/cpu/m68k' for
m68k and m680[246]0.
* config/cpu/m68k/bits/atomicity.h: New file.

From-SVN: r44925

22 years agostd_limits.h [...]: Define appropriate long double limits for m68k extended floating...
Andreas Schwab [Wed, 15 Aug 2001 15:57:41 +0000 (15:57 +0000)]
std_limits.h [...]: Define appropriate long double limits for m68k extended floating point.

* include/bits/std_limits.h [__glibcpp_long_double_bits == 96]:
Define appropriate long double limits for m68k extended floating
point.
(__glibcpp_f32_digits10): Corrected, off by one.
(__glibcpp_f80_digits10): Likewise.
(__glibcpp_f128_digits10): Likewise.
* config/os/gnu-linux/bits/os_defines.h
(__glibcpp_long_double_bits) [__mc68000__]: Define to 96.

From-SVN: r44924

22 years agopredict.c (struct block_info_def): Remove nvisited.
Jan Hubicka [Wed, 15 Aug 2001 12:28:46 +0000 (14:28 +0200)]
predict.c (struct block_info_def): Remove nvisited.

* predict.c (struct block_info_def): Remove nvisited.
(propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
(estimate_bb_frequencies): Call mark_dfs_back_edges.

* i386.c (ix86_agi_depdendant): Lea causes AGI only on the Pentium
(ix86_adjust_cost): Teach scheduler that latency to load operand can
be masked.

From-SVN: r44921

22 years ago* predict.def: Update hitrates.
Jan Hubicka [Wed, 15 Aug 2001 11:24:17 +0000 (13:24 +0200)]
* predict.def: Update hitrates.

From-SVN: r44920

23 years ago* except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
Richard Henderson [Wed, 15 Aug 2001 07:23:08 +0000 (00:23 -0700)]
* except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.

From-SVN: r44919

23 years agoDaily bump.
GCC Administrator [Wed, 15 Aug 2001 07:16:16 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r44917

23 years agog77-dg.exp: Use prune.exp for common procedures
David Billinghurst [Wed, 15 Aug 2001 05:59:41 +0000 (05:59 +0000)]
g77-dg.exp: Use prune.exp for common procedures

2001-08-14  David Billinghurst <David.Billinghurst@riotinto.com>

* lib/g77-dg.exp:  Use prune.exp for common procedures
(g77-dg-prune): Replace prune_g77_output with prune_gcc_output
* lib/g77.exp: (g77-dg-prune) Remove

From-SVN: r44916

23 years agoAdd cscope(1) databases
Zack Weinberg [Wed, 15 Aug 2001 04:52:54 +0000 (04:52 +0000)]
Add cscope(1) databases

From-SVN: r44915

23 years agoconfig.sub: Merge from master sources, rev 1.218.
Zack Weinberg [Wed, 15 Aug 2001 04:27:14 +0000 (04:27 +0000)]
config.sub: Merge from master sources, rev 1.218.

* config.sub: Merge from master sources, rev 1.218.
* config.guess: Merge from master sources, rev 1.209.

From-SVN: r44914

23 years agoclass.c, cp-tree.h (build_vfn_ref): Remove.
Richard Henderson [Tue, 14 Aug 2001 23:51:27 +0000 (16:51 -0700)]
class.c, cp-tree.h (build_vfn_ref): Remove.

        * class.c, cp-tree.h (build_vfn_ref): Remove.
        * call.c, rtti.c: Replace all refernces with build_vtbl_ref.

From-SVN: r44913

23 years agonumeric_limits.cc: Add more tests.
Gabriel Dos Reis [Tue, 14 Aug 2001 23:34:04 +0000 (23:34 +0000)]
numeric_limits.cc: Add more tests.

      * testsuite/18_support/numeric_limits.cc: Add more tests.
      * include/bits/std_limits.h (numeric_limits<char>::max): Fix
      typo.

From-SVN: r44911

23 years agoflow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG note from its associate...
Jeffrey A Law [Tue, 14 Aug 2001 23:30:16 +0000 (23:30 +0000)]
flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG note from its associated jump.

* flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
note from its associated jump.

From-SVN: r44910

23 years agoDefine __s390__ also on 64-bit S/390 targets.
Ulrich Weigand [Tue, 14 Aug 2001 23:28:00 +0000 (23:28 +0000)]
Define __s390__ also on 64-bit S/390 targets.

From-SVN: r44909

23 years agoDon't define FFETARGET_32bit_longs for 64-bit S/390.
Ulrich Weigand [Tue, 14 Aug 2001 23:19:27 +0000 (23:19 +0000)]
Don't define FFETARGET_32bit_longs for 64-bit S/390.

From-SVN: r44908

23 years agoAdded atomicity.h header for s390.
Ulrich Weigand [Tue, 14 Aug 2001 23:16:57 +0000 (23:16 +0000)]
Added atomicity.h header for s390.

From-SVN: r44907

23 years ago* include/bits/std_limits.h: Fix thinko.
Gabriel Dos Reis [Tue, 14 Aug 2001 21:06:48 +0000 (21:06 +0000)]
* include/bits/std_limits.h: Fix thinko.

From-SVN: r44901

23 years agoHandle nested functions which take variable arguments
Nick Clifton [Tue, 14 Aug 2001 20:49:22 +0000 (20:49 +0000)]
Handle nested functions which take variable arguments

From-SVN: r44898

23 years agoinstall.texi (Specific, avr): Fix markup.
Gerald Pfeifer [Tue, 14 Aug 2001 20:18:14 +0000 (22:18 +0200)]
install.texi (Specific, avr): Fix markup.

* doc/install.texi (Specific, avr): Fix markup.
(Specific, c4x): Ditto.

From-SVN: r44896

23 years ago* predict.c (dump_prediction): Change `bool' parameter to `int'.
Matt Kraai [Tue, 14 Aug 2001 20:03:03 +0000 (20:03 +0000)]
* predict.c (dump_prediction): Change `bool' parameter to `int'.

From-SVN: r44895

23 years agoMakefile.in (OBJS): Add rtl-error.o
Gabriel Dos Reis [Tue, 14 Aug 2001 19:22:48 +0000 (19:22 +0000)]
Makefile.in (OBJS): Add rtl-error.o

* Makefile.in (OBJS): Add rtl-error.o
(rtl-error.o): New rule.
(diagnostic.o): Adjust dependency.
diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
error_for_asm, _fatal_insn, _fatal_insn_not_found,
warning_for_asm): Move to...
rtl-error.c: ...here.  New file.

From-SVN: r44894

23 years agodwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if USING_SJLJ_EXCEPTIONS.
Richard Henderson [Tue, 14 Aug 2001 19:12:34 +0000 (12:12 -0700)]
dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if USING_SJLJ_EXCEPTIONS.

        * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
        if USING_SJLJ_EXCEPTIONS.

From-SVN: r44893

23 years agotlink.c (scan_linker_output): Check string for unsatisfied in addition to undefined...
Steve Ellcey [Tue, 14 Aug 2001 15:01:48 +0000 (15:01 +0000)]
tlink.c (scan_linker_output): Check string for unsatisfied in addition to undefined and unresolved.

        * tlink.c (scan_linker_output): Check string for unsatisfied in
        addition to undefined and unresolved.

From-SVN: r44892

23 years ago* libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.
Graham Stott [Tue, 14 Aug 2001 14:06:10 +0000 (14:06 +0000)]
* libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.

From-SVN: r44891

23 years agogenattrtab.c (simplify_test_exp_in_temp): New function.
Jan Hubicka [Tue, 14 Aug 2001 13:01:20 +0000 (15:01 +0200)]
genattrtab.c (simplify_test_exp_in_temp): New function.

        * genattrtab.c (simplify_test_exp_in_temp): New function.
        (simplify_test_exp): Avoid explicit use of temporary obstack.
        (simplify_cond, insert_right_side, evaluate_eq_attr,
        simplify_and_tree, simplify_or_tree, eliminate_known_true):
        Use simplify_test_exp_in_temp.
        (optimize_attrs): Iterate until expression stabilizes.

From-SVN: r44890

23 years agoMakefile.am: Consolidate target rules.
Benjamin Kosnik [Tue, 14 Aug 2001 08:46:37 +0000 (08:46 +0000)]
Makefile.am: Consolidate target rules.

2001-08-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am: Consolidate target rules. Don't clean stamp
files. Tweak target build directory stamp.
* include/Makefile.in: Regenerate.

From-SVN: r44889

23 years agoMakefile.am: Consolidate target rules.
Benjamin Kosnik [Tue, 14 Aug 2001 08:42:19 +0000 (08:42 +0000)]
Makefile.am: Consolidate target rules.

2001-08-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am: Consolidate target rules. Don't clean stamp
files. Tweak target build directory stamp.
* include/Makefile.in: Regenerate.

2

From-SVN: r44888

23 years agoDaily bump.
GCC Administrator [Tue, 14 Aug 2001 07:16:18 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r44886

23 years agostubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGL
Peter Schmid [Tue, 14 Aug 2001 06:50:58 +0000 (06:50 +0000)]
stubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGL

2001-08-14  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

* libstdc++-v3/libmath/stubs.c: Fix PR/3988, replace
_GBLICPP_HAVE_LOGL with HAVE_LOGL

From-SVN: r44884

23 years agoconfigure.in (libtool_VERSION): Add.
Benjamin Kosnik [Tue, 14 Aug 2001 01:24:30 +0000 (01:24 +0000)]
configure.in (libtool_VERSION): Add.

2001-08-13  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in (libtool_VERSION): Add.
(VERSION): Change to
(release_VERSION): This.
* configure: Regenerate.
* src/Makefile.am (libstdc___la_LDFLAGS): Use -version-info with
libtool_VERSION.
* src/Makefile.in: Regenerate.

* intl/Makefile.am: Remove.
* intl/Makefile.in: Remove.
* intl: Remove.
* Makefile.am (SUBDIRS): Remove intl.
* po/Makefile.am (DISTFILES): Add string_literals.cc
(MSGFMT): Add.
* po/string_literals.cc: Add.
* po/POTFILES.in: Fix path.
* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Don't call AM_GNU_GETTEXT.
* aclocal.m4: Regenerate.
* configure.in: Remove AC_OUTPUT of intl/Makefile.

* include/backward/backward_warning.h: Clarify message.

* testsuite_flags.in (--cxxflags): Use same debug flags for
library and testsuite.

* include/Makefile.am (c_compatibility): Remove.
* include/Makefile.in: Regenerate.

From-SVN: r44880

23 years agoRemove s390x __LONG_MAX__ special case from glimits.h;
Ulrich Weigand [Tue, 14 Aug 2001 00:53:23 +0000 (00:53 +0000)]
Remove s390x __LONG_MAX__ special case from glimits.h;

define __LONG_MAX__ in CPP_PREDEFINES instead.

From-SVN: r44879

23 years agofloatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name.
Andrew Cagney [Tue, 14 Aug 2001 00:31:41 +0000 (00:31 +0000)]
floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name.

* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
name.

From-SVN: r44878

23 years agoconfigure.in (LIMITS_INC_SRCDIR): New variable.
Mark Mitchell [Mon, 13 Aug 2001 22:26:11 +0000 (22:26 +0000)]
configure.in (LIMITS_INC_SRCDIR): New variable.

* configure.in (LIMITS_INC_SRCDIR): New variable.
* configure.target (LIMITSH): New variable.
* porting.texi: Discuss numeric limits.
* config/cpu/generic/bits/limits.h: New file.
* config/cpu/i386/bits/limits.h: New file.
* include/Makefile.am: Install bits/limits.h.
* include/bits/c++config: Include bits/limits.h.

From-SVN: r44877

23 years agounknown-elf.h (CTOR_LIST_BEGIN, [...]): Remove.
Richard Henderson [Mon, 13 Aug 2001 22:05:16 +0000 (15:05 -0700)]
unknown-elf.h (CTOR_LIST_BEGIN, [...]): Remove.

        * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
        (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
        * config/arm/conix-elf.h: Likewise.

From-SVN: r44874

23 years agosvr4.h (LINK_SPEC): Don't do -Wl, here, it is done in gcc.c.
Geoffrey Keating [Mon, 13 Aug 2001 21:43:42 +0000 (21:43 +0000)]
svr4.h (LINK_SPEC): Don't do -Wl, here, it is done in gcc.c.

* config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
in gcc.c.
* config/rs6000/sysv4.h (LINK_SPEC): Likewise.

From-SVN: r44873

23 years agogcse.c (hash_scan_set): Expressions that are set as part of jump instructions are...
Geoffrey Keating [Mon, 13 Aug 2001 21:42:10 +0000 (21:42 +0000)]
gcse.c (hash_scan_set): Expressions that are set as part of jump instructions are not available.

* gcse.c (hash_scan_set): Expressions that are set as part of
jump instructions are not available.

From-SVN: r44872

23 years agoSampleModel.java (getPixel): Set correct array element.
Tom Tromey [Mon, 13 Aug 2001 21:38:07 +0000 (21:38 +0000)]
SampleModel.java (getPixel): Set correct array element.

* java/awt/image/SampleModel.java (getPixel): Set correct array
element.  From Chris Meyer.

From-SVN: r44871

23 years agoFixed HOST_WIDE_INT type mismatch.
Ulrich Weigand [Mon, 13 Aug 2001 21:25:39 +0000 (21:25 +0000)]
Fixed HOST_WIDE_INT type mismatch.

From-SVN: r44870

23 years agoxcoff.h (EH_FRAME_IN_DATA_SECTION): New.
Richard Henderson [Mon, 13 Aug 2001 21:14:01 +0000 (14:14 -0700)]
xcoff.h (EH_FRAME_IN_DATA_SECTION): New.

        * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
        * defaults.h (EH_FRAME_SECTION_NAME): Respect it.
        * doc/tm.texi (Exception Region Output): Document it.

From-SVN: r44869

This page took 0.109731 seconds and 5 git commands to generate.