Kazu Hirata
285a5742c0
alpha-interix.h: Fix comment formatting.
...
* config/alpha/alpha-interix.h: Fix comment formatting.
* config/alpha/alpha.c: Likewise.
* config/alpha/alpha.h: Likewise.
* config/alpha/alpha32.h: Likewise.
* config/alpha/freebsd.h: Likewise.
* config/alpha/unicosmk.h: Likewise.
* config/alpha/vms.h: Likewise.
From-SVN: r46949
2001-11-12 15:29:46 +00:00
Kazu Hirata
96eaf358c8
* config/h8300/h8300.c (get_shift_alg): Remove redundant code.
...
From-SVN: r46947
2001-11-12 15:09:04 +00:00
Jakub Jelinek
e9716dc5b3
dbxout.c (dbxout_symbol_location): Avoid emitting invalid register numbers.
...
* dbxout.c (dbxout_symbol_location): Avoid emitting invalid register
numbers.
From-SVN: r46943
2001-11-12 15:42:18 +01:00
Bryce McKinlay
96a1ceb357
* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.
...
From-SVN: r46941
2001-11-12 10:42:45 +00:00
Richard Kenner
40c0668bf7
emit-rtl.c (set_mem_attributes): If making object, can set alignment from type.
...
* emit-rtl.c (set_mem_attributes): If making object, can set alignment
from type.
(replace_equiv_address): Call update_temp_slot_address.
From-SVN: r46940
2001-11-12 05:21:09 -05:00
Richard Kenner
749552c44b
* dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case.
...
From-SVN: r46939
2001-11-12 05:17:51 -05:00
Richard Kenner
1edcd60b0d
* alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT.
...
From-SVN: r46938
2001-11-12 05:15:03 -05:00
Kazu Hirata
769828abaf
h8300.c (shift_alg_qi): New.
...
* config/h8300/h8300.c (shift_alg_qi): New.
(shift_alg_hi): Likewise.
(shift_alg_si): Likewise.
(get_shift_alg): Change the type of count to unsigned int.
Use the tables.
From-SVN: r46937
2001-11-12 09:22:28 +00:00
GCC Administrator
d676d94e5b
Daily bump.
...
From-SVN: r46935
2001-11-12 08:16:13 +00:00
David O'Brien
ef94239f68
MAINTAINERS: Alphabetize.
...
2001-11-11 David O'Brien <obrien@FreeBSD.org>
* MAINTAINERS: Alphabetize.
From-SVN: r46934
2001-11-12 00:45:19 +00:00
Alexandre Oliva
8b0e9a7297
Makefile.in (c-lang.o): Depend on $(VARRAY_H).
...
* Makefile.in (c-lang.o): Depend on $(VARRAY_H).
* c-decl.c (c_expand_body): Take argument can_defer_p. Use it
to decide whether to defer a function.
(finish_function): Adjust.
(c_expand_deferred_function): New function.
* c-lang.c (deferred_fns): New variable.
(c_init): Initialize it, and mark it as a root.
(defer_fn): New function.
(finish_file): Expand all deferred functions.
* c-tree.h (defer_fn): Declare.
(c_expand_deferred_function): Likewise.
* objc/Make-lang.in (objc-act.o): Depend on $(VARRAY_H).
* objc-act.c (deferred_fns): New variable.
(objc_init): Initialize it, and mark it as a root.
(defer_fn): New function.
(finish_file): Expand all deferred functions.
From-SVN: r46933
2001-11-12 00:02:36 +00:00
Kaveh R. Ghazi
950a3816a7
alpha.c (unicosmk_special_name): Prototype.
...
* alpha.c (unicosmk_special_name): Prototype.
(unicosmk_ssib_name): Delete unused variable.
* alpha/unicosmk.h (common_section, ssib_section): Prototype.
* alpha/vms.h (PREFIX): Undef before defining.
* arm/pe.h (SUBTARGET_NAME_ENCODING_LENGTHS): Likewise.
* i370/i370.c (mvs_hash_alias): Prototype. Wrap with macro
controlling usage. Const-ify.
(alias_number): Delete unused variable.
* m32r/m32r.c (m32r_sched_init): Add missing argument.
(m32r_expand_block_move): Fix uninitialized warnings.
* mn10300/mn10300.h (REGNO_IN_RANGE_P): Fix 'unsigned >=0 is
always true' warnings.
* openbsd.h (TARGET_MEM_FUNCTIONS): Don't redefine.
* sh/sh.c: Include "integrate.h".
(output_far_jump): Fix uninitialized warning.
* final.c (shorten_branches): Avoid automatic aggregate
initialization.
* integrate.c (subst_constants): Likewise.
From-SVN: r46932
2001-11-11 21:20:03 +00:00
Kazu Hirata
0c50ee733d
h8300.c (shift_alg): Remove SHIFT_MAX.
...
* config/h8300/h8300.c (shift_alg): Remove SHIFT_MAX.
(get_shift_alg): Remove redundant code.
From-SVN: r46931
2001-11-11 19:22:39 +00:00
Kazu Hirata
fe19a83d8a
milli64.S: Fix comment formatting.
...
* config/pa/milli64.S: Fix comment formatting.
* config/pa/pa-64.h: Likewise.
* config/pa/pa-linux.h: Likewise.
* config/pa/pa-protos.h: Likewise.
* config/pa/pa.c: Likewise.
* config/pa/pa.h: Likewise.
* config/pa/pa32-linux.h: Likewise.
* config/pa/pa32-regs.h: Likewise.
* config/pa/pa64-hpux.h: Likewise.
* config/pa/pa64-regs.h: Likewise.
* config/pa/som.h: Likewise.
From-SVN: r46930
2001-11-11 17:45:02 +00:00
Joseph Myers
b64a6a114e
gcc.texi: Move several chapters out to ...
...
* doc/gcc.texi: Move several chapters out to ...
* doc/bugreport.texi, doc/contribute.texi, doc/frontends.texi,
doc/service.texi, doc/standards.texi, doc/trouble.texi,
doc/vms.texi: ... here. New files.
* Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
From-SVN: r46929
2001-11-11 11:31:24 +00:00
Joseph Myers
eaec9b3d7e
ChangeLog.2, [...]: Fix spelling errors.
...
* ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,
cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c,
collect2.c, combine.c, config.in, configure, configure.in,
conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c,
genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c,
reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix
spelling errors.
From-SVN: r46928
2001-11-11 11:25:28 +00:00
Richard Kenner
592bf28c90
rs6000.c (rs6000_hash_constant, [...]): Adjust operand number in CONST_DOUBLE.
...
* config/rs6000/rs6000.c (rs6000_hash_constant, toc_hash_eq):
Adjust operand number in CONST_DOUBLE.
From-SVN: r46927
2001-11-11 06:15:52 -05:00
Richard Kenner
04050c690d
expmed.c (extract_bit_field): No longer pass in alignment.
...
* expmed.c (extract_bit_field): No longer pass in alignment.
(extract_fixed_bit_field, extract_split_bit_field): Likewise.
(store_bit_field, store_fixed_bit_field, store_split_bit_field):
Likewise.
* expr.c (store_constructor, store_constructor_field): Likewise.
(store_field, emit_group_load, emit_group_store): Likewise.
* expr.h (emit_group_load, emit_group_store): Delete ALIGN parm.
(store_bit_field, extract_bit_field): Likewise.
* calls.c, expr.c, function.c: Change calls to above functions.
* ifcvt.c, stmt.c: Likewise.
From-SVN: r46926
2001-11-11 06:02:26 -05:00
Richard Kenner
d746694a45
alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is constant and one is on frame.
...
* alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is
constant and one is on frame.
If know memref offset, adjust size from decl.
From-SVN: r46925
2001-11-11 05:51:17 -05:00
GCC Administrator
6f38bb171d
Daily bump.
...
From-SVN: r46923
2001-11-11 08:16:15 +00:00
Kaveh R. Ghazi
e59f7d3da1
unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning.
...
* alpha/unicosmk.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Fix
format specifier warning.
* convex.h (ASM_OUTPUT_BYTE): Likewise.
* elfos.h (ALIGN_ASM_OP): Undef before defining.
* i386/att.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
warning.
* i386/bsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* i386/gas.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* i386-interix.h (gen_stdcall_suffix): Prototype.
* i386.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
* i386elf.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
ASM_OUTPUT_LONG_DOUBLE): Likewise.
* i386/interix.c (gen_stdcall_suffix): Const-ify.
* i386/next.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Fix format
specifier warnings.
* i386/osfrose.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* i386/ptx4-i.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
ASM_OUTPUT_LONG_DOUBLE): Likewise.
* i386/sco5.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* i386/sequent.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* i386/sun386.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* i386/svr3dbx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* m68k/3b1.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_LONG_DOUBLE,
ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Likewise.
* m68k/altos3068.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
* m68k/amix.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
Likewise.
* m68k/atari.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
Likewise.
* m68k/crds.h (ASM_OUTPUT_DOUBLE, PRINT_OPERAND): Likewise.
* m68k/dpx2.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE, ASM_OUTPUT_FLOAT_OPERAND):
Likewise.
* m68k/hp320.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_BYTE):
Likewise.
* m68k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
Likewise.
* m68k/m68kv4.h (ASM_OUTPUT_ASCII): Delete unused variable.
* m68k/mot3300.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
* m68k/news.h (PRINT_OPERAND): Likewise.
* m68k/next.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
ASM_OUTPUT_FLOAT_OPERAND, ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
* m68k/next21.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
* m68k/plexus.h (ASM_SPEC): Insert space between macro name and
definition.
* m68k/sgs.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
ASM_OUTPUT_FLOAT, ASM_OUTPUT_ASCII, ASM_OUTPUT_FLOAT_OPERAND,
ASM_OUTPUT_DOUBLE_OPERAND): Fix format specifier warnings.
* m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
* m68k/tower-as.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_DOUBLE,
ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE,
PRINT_OPERAND): Likewise.
* m88k/m88k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
Likewise.
* mips/elf.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
* mips/elf64.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
* mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
* mips/linux.h (ASM_DECLARE_OBJECT_NAME): Likewise.
* mips.c (mips_output_external_libcall): Mark parameter with
ATTRIBUTE_UNUSED.
(mips_asm_file_start): Move variable into the scope where it's
used.
* mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
* mips/netbsd.h (ASM_DECLARE_OBJECT_NAME): Likewise.
* mips/sni-gas.h (PUT_SDB_SIZE): Likewise.
* ns32k/encore.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* ns32k.c (print_operand): Likewise.
* pa.c (print_operand, output_div_insn): Likewise.
* pa.h (ASM_OUTPUT_MI_THUNK, ASM_GENERATE_INTERNAL_LABEL,
ASM_OUTPUT_BYTE, PRINT_OPERAND_ADDRESS): Likewise.
* pa/pa64-hpux.h (UNIQUE_SECTION): Const-ify.
* sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
specifier warnings.
* sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* sparc/pbd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
(ASM_OUTPUT_SOURCE_LINE): Don't list macro arguments in undef.
* sparc/vxsim.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
specifier warnings.
* svr3.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* sdbout.c (sdbout_end_epilogue): Mark parameter with
ATTRIBUTE_UNUSED.
* varasm.c (assemble_global): Likewise.
From-SVN: r46922
2001-11-11 05:56:47 +00:00
H.J. Lu
3e619f1433
config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.
...
2001-11-11 H.J. Lu <hjl@gnu.org>
* config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.
From-SVN: r46921
2001-11-10 17:50:40 -08:00
Richard Kenner
dbefdf4a8c
Reapply last patch to convex.md which somehow got lost:
...
Tue Nov 6 09:21:34 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/convex/convex.md (movdf): Use it.
From-SVN: r46920
2001-11-11 01:48:55 +00:00
Jan Hubicka
2cca7283a3
final.c (*_MAX_SKIP): Use *_max_skip variables.
...
* final.c (*_MAX_SKIP): Use *_max_skip variables.
* flags.h (align_loops_max_skip, align_jumps_max_skip,
align_labels_max_skip): New global variables.
* toplev.c (align_loops_max_skip, align_jumps_max_skip,
align_labels_max_skip): New global variables.
(toplev_main): Set new variables.
* i386.c (override_options): Set max_skip values.
From-SVN: r46919
2001-11-11 00:35:31 +00:00
Geoffrey Keating
2f0b7af698
tm.texi (Label Output): Document ASM_OUTPUT_LABEL_REF.
...
* doc/tm.texi (Label Output): Document ASM_OUTPUT_LABEL_REF.
* final.c (output_addr_const): Use ASM_OUTPUT_LABEL_REF.
* config/stormy16/stormy16.c (xstormy16_print_operand): For '%C',
don't print an @fptr for labels either.
(xstormy16_output_addr_vec): Don't print @fptr here.
* config/stormy16/stormy16.h (ASM_OUTPUT_LABEL_REF): New macro.
From-SVN: r46918
2001-11-10 21:44:53 +00:00
Jeffrey A Law
2c1ed626a2
ssa-ccp.c (examine_flow_edges): Use old-style definition, not an ANSI/ISO definitino.
...
* ssa-ccp.c (examine_flow_edges): Use old-style definition, not
an ANSI/ISO definitino.
(ssa_const_prop): Likewise.
From-SVN: r46917
2001-11-10 08:48:36 -07:00
GCC Administrator
5050bfbec2
Daily bump.
...
From-SVN: r46915
2001-11-10 08:16:12 +00:00
Aldy Hernandez
0cd5e3a1b9
rs6000.c (rs6000_reg_names): Remove leading "v" or altivec registers.
...
* config/rs6000/rs6000.c (rs6000_reg_names): Remove leading "v" or
altivec registers.
From-SVN: r46914
2001-11-10 05:45:13 +00:00
Kaveh R. Ghazi
57e9b915ec
* tradcif.y (parse_number): Use TOLOWER/ISXDIGIT/hex_value/hex_p.
...
From-SVN: r46913
2001-11-10 04:52:13 +00:00
Kaveh R. Ghazi
9e1ac9154a
cppexp.c (parse_number): Use ISXDIGIT/hex_value.
...
* cppexp.c (parse_number): Use ISXDIGIT/hex_value.
* cpplex.c (hex_digit_value): Use hex_p/hex_value.
* cppmain.c (general_init): Call hex_init.
From-SVN: r46912
2001-11-10 04:46:01 +00:00
Kaveh R. Ghazi
57870f8acd
config.gcc (i[34567]86-dg-dgux*): Don't set `out_file'.
...
* config.gcc (i[34567]86-dg-dgux*): Don't set `out_file'.
* i386/dgux.h (ASM_FILE_START): Set to the meaningful portions
of dgux.c:output_file_start().
* i386/dgux.c: Delete file.
From-SVN: r46911
2001-11-10 04:40:58 +00:00
Richard Henderson
62918bd31b
alpha.c (decl_in_text_section): New.
...
* config/alpha/alpha.c (decl_in_text_section): New.
(current_file_function_operand): Use it.
(alpha_encode_section_info, alpha_end_function): Likewise.
From-SVN: r46910
2001-11-09 17:16:13 -08:00
David O'Brien
243a707078
config.gcc: Add FreeBSD/IA-64 target.
...
2001-11-07 David O'Brien <obrien@FreeBSD.org>
* config.gcc: Add FreeBSD/IA-64 target. Expand config/i64/elf.h headers.
* config/i64/ia64.h (TARGET_VERSION,ASM_SPEC,LINK_SPEC): Remove,
they are OS specific. Use CPP_CPU_SPEC rather than CPP_PREDEFINES,
so OS specific files and use CPP_PREDEFINES for their needs.
* config/i64/elf.h (TARGET_VERSION): Add. Also, move inclusion of
target headers to tm_file.
* config/ia64/aix.h (TARGET_VERSION): Likewise.
* config/ia64/hpux.h (TARGET_VERSION): Likewise.
* config/ia64/linux.h (TARGET_VERSION): Likewise.
(FUNCTION_PROFILER): Remove.
* config/ia64/ia64.h (FUNCTION_PROFILER): Update defintion using the
version in config/ia64/linux.h.
* config/ia64/freebsd.h: New file.
* config/freebsd.h: Tidy up.
(_USING_CONFIG_FREEBSD): Define.
(FBSD_CPP_PREDEFINES): Add __KPRINTF_ATTRIBUTE__.
(FBSD_CPP_SPEC): Define generic FreeBSD spec.
(FBSD_STARTFILE_SPEC): Likewise.
(FBSD_ENDFILE_SPEC): Likewise.
(FBSD_LIB_SPEC): Likewise.
(WCHAR_UNSIGNED): Undefine, FreeBSD's wchars are signed.
(USER_LABEL_PREFIX): Define to ELF compatible value as some CPU headers
set an ELF-improper one.
Approved by: Richard Henderson <rth@redhat.com>
Message-ID: <20011109100352.A6186@redhat.com>
From-SVN: r46909
2001-11-10 01:07:17 +00:00
John David Anglin
b8e42321fb
pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a constant can be loaded in a single...
...
* pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a
constant can be loaded in a single instruction to a register. When
loading immediate constants, use PLUS instead of HIGH/LO_SUM. Use
depdi for insertion of most significant 32-bits on 64-bit hosts.
* pa.h (LEGITIMATE_CONSTANT_P): Accept constants that can be built
with ldil/ldo/depdi instruction sequence on 64-bit hosts.
* pa.md: New addmove pattern for adding constant_int to HImode
register and moving result to HImode register. Remove HImode HIGH
and LO_SUM patterns.
From-SVN: r46908
2001-11-09 17:22:52 -07:00
Neil Booth
5d69f816bc
Makefile.in: Update.
...
* Makefile.in: Update.
* c-decl.c (print_lang_decl, print_lang_type): Remove.
(print_lang_identifier): Rename c_print_identifier.
* c-lang.c (LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
(print_lang_statistics, lang_print_xnode): Remove.
* c-parse.in (set_yydebug): Rename c_set_yydebug.
* c-tree.h (c_set_yydebug, c_print_identifier): New.
* langhooks-def.h (lhd_print_tree_nothing, lhd_set_yydebug): New.
LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
(LANG_HOOKS_INITIALIZER): Update.
* langhooks.h (struct lang_hooks): New members.
(lang_print_tree_hook): New.
* langhooks.c (lhd_print_tree_nothing, lhd_set_yydebug): New.
* print-tree.c: Include langhooks.h.
(print_node): Update.
* toplev.c (decode_d_option): Update.
* tree.c: Include langhooks.h.
(dump_tree_statistics): Update.
* tree.h (print_lang_statistics, print_lang_decl, print_lang_type,
print_lang_identifier, set_yydebug, lang_print_xnode): Remove.
ada:
* misc.c (gnat_print_decl, gnat_print_type): Renamed.
(LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
(print_lang_statistics, lang_print_xnode, print_lang_identifier,
set_yydebug): Remove.
cp:
* cp-lang.c (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): Override.
* cp-tree.h (print_class_statistics): Remove.
(cxx_print_statistics, cxx_print_xnode, cxx_print_decl, cxx_print_type,
cxx_print_identifier, cxx_set_yydebug): New.
* lex.c (set_yydebug): Rename c_set_yydebug.
* ptree.c (print_lang_decl, print_lang_type, print_lang_identifier,
lang_print_xnode): Rename.
* tree.c (print_lang_statistics): Rename.
f:
* com.c (ffe_print_identifier): Rename.
(LANG_HOOKS_PRINT_IDENTIFIER): Override.
(lang_print_xnode, print_lang_decl, print_lang_statistics,
print_lang_type, set_yydebug): Remove.
java:
* java-tree.h (java_set_yydebug): New.
* jcf-parse.c (set_yydebug): Rename java_set_yydebug.
* lang.c (LANG_HOOKS_SET_YYDEBUG): Override.
(print_lang_decl, print_lang_type, print_lang_identifier,
print_lang_statistics, lang_print_xnode): Remove.
objc:
* objc-act.c (LANG_HOOKS_PRINT_IDENTIFIER,
LANG_HOOKS_SET_YYDEBUG): Override.
(lang_print_xnode, print_lang_statistics): Remove.
From-SVN: r46907
2001-11-09 23:30:44 +00:00
Richard Henderson
1ee9fb202a
dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODING on the symbol string.
...
* dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODING
on the symbol string.
From-SVN: r46906
2001-11-09 15:18:56 -08:00
Kaveh R. Ghazi
1e5cf79655
elf.h (ASM_DECLARE_FUNCTION_NAME, [...]): Undef before defining.
...
* pa/elf.h (ASM_DECLARE_FUNCTION_NAME,
ASM_OUTPUT_EXTERNAL_LIBCALL): Undef before defining.
* config.gcc (hppa1.1-*-rtems*): Remove duplicate clause.
From-SVN: r46905
2001-11-09 23:16:04 +00:00
Kaveh R. Ghazi
137bb46a78
clipper.h (ASM_OUTPUT_REG_POP): Fix typo.
...
* clipper.h (ASM_OUTPUT_REG_POP): Fix typo.
* tlink.c (recompile_files): Copy strings passed to `putenv'.
From-SVN: r46904
2001-11-09 23:13:22 +00:00
Kaveh R. Ghazi
4fdc14caaa
* class.c (dump_array): Fix format specifier warning.
...
From-SVN: r46903
2001-11-09 23:08:36 +00:00
Geoffrey Keating
50e9f73a3b
tree.h (TYPE_VOLATILE): Trap use not on TYPEs.
...
* tree.h (TYPE_VOLATILE): Trap use not on TYPEs.
(TYPE_READONLY): Likewise.
From-SVN: r46902
2001-11-09 23:08:19 +00:00
Geoffrey Keating
ff6051b76e
flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.
...
* flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.
In testsuite/:
* gcc.c-torture/execute/20011109-2.c: New test.
From-SVN: r46901
2001-11-09 23:06:04 +00:00
Geoffrey Keating
322fe6e185
stormy16.h (ASM_SPEC): Revert last change...
...
* config/stormy16/stormy16.h (ASM_SPEC): Revert last change,
don't pass --gdwarf2 to the assembler if the compiler will also
provide debug info.
From-SVN: r46900
2001-11-09 23:04:52 +00:00
Geoffrey Keating
4192f0d20d
stormy16.c (xstormy16_expand_casesi): Don't change INDEX.
...
* config/stormy16/stormy16.c (xstormy16_expand_casesi):
Don't change INDEX.
In testsuite/:
* gcc.c-torture/execute/20011109-1.c: New test.
From-SVN: r46899
2001-11-09 23:04:01 +00:00
Richard Kenner
a4311dfe6d
alias.c (nonoverlapping_memrefs_p): New function.
...
* alias.c (nonoverlapping_memrefs_p): New function.
(true_dependence, canon_true_depenence, write_dependence_p): Call it.
From-SVN: r46897
2001-11-09 17:52:09 -05:00
Richard Kenner
9ddfb1a75b
* emit-rtl.c (set_mem_attributes): Get alignments for constants.
...
From-SVN: r46896
2001-11-09 17:48:29 -05:00
Aldy Hernandez
2473ee110f
rs6000.h (REG_CLASS_CONTENTS): Add VRSAVE bit to ALL_REGS.
...
2001-11-09 Aldy Hernandez <aldyh@redhat.com>
* rs6000.h (REG_CLASS_CONTENTS): Add VRSAVE bit to ALL_REGS.
(CONDITIONAL_REGISTER_USAGE): Disable AltiVec registers unless
generating altivec code.
(FIXED_REGISTERS): VRSAVE is fixed.
(CALL_USED_REGISTERS): VRSAVE is call used.
From-SVN: r46895
2001-11-09 22:34:47 +00:00
Jason Eckhardt
53c12e8dfc
mips.c (mips_output_conditional_branch): Do not hard code the branch target as ".+16/.+12", but rather use labels.
...
* config/mips/mips.c (mips_output_conditional_branch): Do not hard
code the branch target as ".+16/.+12", but rather use labels.
From-SVN: r46893
2001-11-09 14:00:08 -08:00
Jeffrey A Law
9db5bf7113
milli64.S: Use %r25 and %r0 instead of arg1 and r0 to work around limitations of certain...
...
* config/pa/milli64.S: Use %r25 and %r0 instead of arg1 and r0
to work around limitations of certain versions of GAS.
From-SVN: r46890
2001-11-09 13:07:43 -07:00
Jeffrey A Law
512672fd5a
pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues.
...
* pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues.
(muldi3): Update due to SUBREG_BYTE changes.
(casesi): Similarly.
From-SVN: r46889
2001-11-09 13:00:50 -07:00
Kazu Hirata
beda04276f
* MAINTAINERS (Various maintainers: h8 port): Add myself.
...
From-SVN: r46888
2001-11-09 19:09:06 +00:00