Age | Commit message (Collapse) | Author | Files | Lines |
|
* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
* calls.c (expand_call): Remove unused variables funtree,
n_regs, and tmpmode.
* dbxout.c, except.c: Include <string.h>/<strings.h>.
* explow.c: (plus_constant_for_output_wide) Removed unused
variable all_constant.
* c-decl.c, genattr.c, genattrtab.c, getconfig.c, genemit.c
genextract.c, genflags.c, genopinit.c genoutput.c, genpeep.c,
genrecog.c, global.c, integrate.c , stupid.c : Include
<stdlib.h>.
* genextract.c: (walk_rtx) Remove unused variable link.
* genrecog.c: (concat) Remove unreferenced static function.
* prefix.c: Include <string.h>/<strings.h>, <stdlib.h>
* stmt.c: Include <stdlib.h>.
(expand_asm_operands): Remove unused variable val1.
(expand_return): Remove unused variable block.
(pushcase): Remove unused variables l and n.
(pushcaserange): Likewise.
* unroll.c (unroll_loop): Remove unused variable temp.
From-SVN: r17766
|
|
�
* dbxout.c (dbxout_type): For a RECORD_TYPE, check that TYPE_BINFO
is a TREE_VEC before trying to use it for baseclasses.
(Chill uses the same field for a different purpose.)
From-SVN: r17534
|
|
* tree.c (build_range_type): Allow creation of ranges with no maximum.
* dbxout.c (dbxout_range_type): Handle missing TYPE_MAX_VALUE.
* dwarf2out.c (add_subscript_info): Likewise.
* dwarfout.c (subscript_data_attribute, byte_size_attribute): Likewise.
* sdbout.c (plain_type_1): Likewise.
* stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
Likewise.
* fold-const.c (int_const_binop, fold_convert, make_range, fold):
Likewise.
From-SVN: r17142
|
|
* reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,
dwarfout.c, dwarf2out.c, reload.c, sdbout.c: Revert March 15 change.
* reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
SUBREG_REG if the word count is unchanged.
* reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
subregs of identical word size for push_reload.
From-SVN: r17105
|
|
is the stack or argument pointers are...
* dbxout.c (dbxout_symbol_location): Don't assume that variables
whose address is the stack or argument pointers are indirect
pointers.
From-SVN: r16475
|
|
From-SVN: r16278
|
|
* dbxout.c (dbxout_start_new_source_file): Use output_quoted_string
for FILENAME.
From-SVN: r16155
|
|
From-SVN: r14259
|
|
scoping stab.
* dbxout.c (dbxout_function_end): Don't subtract one from
the end of function scoping stab.
From-SVN: r14069
|
|
From-SVN: r14023
|
|
instead of compile time.
From-SVN: r13998
|
|
From-SVN: r13705
|
|
DECL_ARTIFICIAL also when using the short cut way.
From-SVN: r12791
|
|
calling dbxout_function_end.
From-SVN: r12779
|
|
From-SVN: r12390
|
|
From-SVN: r12356
|
|
(adspath): Delete; never used and has numerous parse errors.
From-SVN: r12042
|
|
test from...
* dbxout.c (dbxout_function): When deciding to call dbxout_function_end
change test from flag_function_sections to DECL_SECTION_NAME != NULL.
From-SVN: r11946
|
|
* flags.h (flag_function_sections): Declare.
* toplev.c (flag_function_sections): Define.
(compile_file): Add warnings when -ffunction-sections is
used with -g, or profiling. Disable -ffunction-sections
when profiling is used. Add warning when -ffunction-sections
is used on a target that doesn't support it.
* varasm.c (named_section): Make a copy of the section name
in case the original is in temporary storage.
(function_section): Set DECL_SECTION_NAME for each function
if flag_function_sections is on and the target supports it.
* dbxout.c (dbxout_function_end): New function.
(dbxout_function): Call dbxout_function_end if using extensions
and flag_function_sections is on.
* sparc/sysv4.h (ASM_OUTPUT_SECTION_NAME): Prefix a function
section's name with ".text%" when -ffunction-sections.
From-SVN: r11774
|
|
(dbxout_symbol): Use DECL_ARTIFICIAL to recognize C++ implicit
typedefs.
From-SVN: r11703
|
|
but not typedef names.
* dbxout.c (dbxout_type): Better "variant" handling to ignore
const/volatile but not typedef names. Improves Feb 12 change.
From-SVN: r11523
|
|
after emitting second '#' character.
From-SVN: r11390
|
|
* dbxout,c (dbxout_type): Don't canonicalize typedef type to base.
From-SVN: r11217
|
|
itself (so gdb can tell the...
* dbxout.c (dbxout_range_type): Emit non-range INTEGER_TYPE
as a sub-range of itself (so gdb can tell the difference).
From-SVN: r11179
|
|
From-SVN: r11125
|
|
From-SVN: r11121
|
|
From-SVN: r11078
|
|
From-SVN: r11072
|
|
From-SVN: r10935
|
|
From-SVN: r10706
|
|
From-SVN: r9959
|
|
case.
(dbxout_type_fields): Correct arguments to CHARS macro
in flag_minimal_debug case.
(dbxout_symbol_name): Use DECL_ASSEMBLER_NAME unconditionally.
From-SVN: r9366
|
|
TYPE_DECL with a zero TYPE_NAME.
From-SVN: r9171
|
|
(dbxout_parms): For gdb, output use GDB_INV_REF_REGPARM_STABS_LETTER
for parameters passed by invisible reference in registers.
From-SVN: r9063
|
|
(dbxout_parms): For parameters passed in memory, delete
obsolete code to handle parameters converted and stored back to
the stack slot where they were passed in.
(dbxout_reg_parms): Delete obsolete ifdefed out code. Combine
redundant PARM_PASSED_IN_MEMORY tests. For case where parameter
lives in memory, output stab if it doesn't live where it was passed.
From-SVN: r9057
|
|
From-SVN: r8867
|
|
section attribute.
(dbxout_source_file): Don't switch to text section if
in function with section attribute. Print Ltext label to correct
file (important on mips).
From-SVN: r8859
|
|
argument of non-methods (which might not have a first argument).
From-SVN: r8633
|
|
From-SVN: r8470
|
|
DECL_INITIAL for C++.
From-SVN: r8060
|
|
of macro expansion.
From-SVN: r7737
|
|
template classes.
From-SVN: r7647
|
|
TYPE_DECL_SUPPRESS_DEBUG.
From-SVN: r7515
|
|
From-SVN: r7496
|
|
From-SVN: r7494
|
|
From-SVN: r7472
|
|
use_gnu_debug_info_extensions set.
From-SVN: r7410
|
|
From-SVN: r7315
|
|
in stabs.
From-SVN: r7184
|
|
(dbxout_type): Re-enable debugging output for anonymous
structures. Change all three places that refer to xrefs to use
exactly the same condition.
From-SVN: r6935
|