summaryrefslogtreecommitdiff
path: root/gcc/xcoffout.h
Commit message (Collapse)AuthorAgeFilesLines
* More copyright fixes. Oh what fun.law1999-01-061-1/+20
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24536 138bc75d-0d04-0410-961f-82ee72b054a4
* Warning fixes:ghazi1998-06-251-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (xcoffout.o): Depend on toplev.h, output.h and dbxout.h. * config/fp-bit.c (_fpmul_parts): Move variables `x', `ylow', `yhigh' and `bit' into the scope in which they are used. (_fpdiv_parts): Remove unused variables `low', `high', `r0', `r1', `y0', `y1', `q', `remainder', `carry', `d0' and `d1'. * rs6000.c: Move include of output.h below tree.h. Include toplev.h. (any_operand): Mark unused parameters `op' and `mode' with ATTRIBUTE_UNUSED. (count_register_operand): Likewise for parameter `mode'. (fpmem_operand): Likewise. (short_cint_operand): Likewise. (u_short_cint_operand): Likewise. (non_short_cint_operand): Likewise. (got_operand): Likewise. (got_no_const_operand): Likewise. (non_add_cint_operand): Likewise. (non_logical_cint_operand): Likewise. (mask_operand): Likewise. (current_file_function_operand): Likewise. (small_data_operand): Likewise for parameters `op' and `mode' but only when !TARGET_ELF. (init_cumulative_args): Mark parameters `libname' with ATTRIBUTE_UNUSED. (function_arg_pass_by_reference): Likewise for parameters `cum', `mode' and `named'. (expand_builtin_saveregs): Likewise for parameter `args'. (load_multiple_operation): Likewise for parameter `mode'. (store_multiple_operation): Likewise. (branch_comparison_operator): Likewise. (secondary_reload_class): Likewise. (print_operand): Add parentheses around & operation. (output_prolog): Mark parameter `size' with ATTRIBUTE_UNUSED. (output_epilog): Likewise. Cast argument to fprintf to int. (rs6000_adjust_cost): Mark parameter `dep_insn' with ATTRIBUTE_UNUSED. (rs6000_valid_decl_attribute_p): Likewise for parameters `decl', `attributes', `identifier' and `args'. (rs6000_valid_type_attribute_p): Likewise for parameter `attributes'. (rs6000_comp_type_attributes): Likewise for parameters `type1' and `type2'. (rs6000_set_default_type_attributes): Likewise for parameter `type'. * rs6000.h (RTX_COSTS): Add parentheses around & operation. (toc_section, private_data_section, trap_comparison_operator): Add prototypes. * dbxout.h (dbxout_parms, dbxout_reg_parms, dbxout_syms): Add prototypes. * xcoffout.c: Include toplev.h, outout.h and dbxout.h. * xcoffout.h (stab_to_sclass, xcoffout_begin_function, xcoffout_begin_block, xcoffout_end_epilogue, xcoffout_end_function, xcoffout_end_block, xcoff_output_standard_types, xcoffout_declare_function, xcoffout_source_line): Add prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20717 138bc75d-0d04-0410-961f-82ee72b054a4
* (DBX_STATIC_BLOCK_END): Use macro arguments.kenner1995-12-151-18/+6
| | | | | | | | | (xcoff_begin_function_line, xcoff_current_function_file): Remove unused extern declarations. (DBX_OUTPUT_MAIN_SOURCE_FILENAME): Use macro argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10731 138bc75d-0d04-0410-961f-82ee72b054a4
* (DBX_FINISH_SYMBOL): Deal with names created via the __asm__ constructkenner1995-10-291-3/+6
| | | | | | | that start with a leading '*'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10543 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typos in comments.kenner1995-05-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9712 138bc75d-0d04-0410-961f-82ee72b054a4
* (xcoff_lastfile): Declare.wilson1994-06-011-44/+9
| | | | | | | | | (DBX_OUTPUT_MAIN_SOURCE_FILENAME): Clean up. Set xcoff_lastfile. (ABS_OR_RELATIVE_LINENO, ASM_OUTPUT_SOURCE_LINE): Delete here. (DBX_OUTPUT_SOURCE_FILENAME): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7407 138bc75d-0d04-0410-961f-82ee72b054a4
* (DBX_OUTPUT_MAIN_SOURCE_FILENAME): Disable.wilson1994-04-011-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6938 138bc75d-0d04-0410-961f-82ee72b054a4
* (DBX_FINISH_SYMBOL): Get variable name from DECL_RTLwilson1993-12-231-1/+1
| | | | | | | instead of from DECL_ASSEMBLER_NAME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6274 138bc75d-0d04-0410-961f-82ee72b054a4
* (DBX_STATIC_BLOCK_START): For N_LCSYM, force changewilson1993-10-081-2/+18
| | | | | | | to text section to avoid assembler bug. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5693 138bc75d-0d04-0410-961f-82ee72b054a4
* (DBX_OUTPUT_MAIN_SOURCE_DIRECTORY, DBX_OUTPUT_MAIN_SOURCE_FILENAME):eggert1993-09-281-5/+16
| | | | | | | | Quote special characters in file names. (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5498 138bc75d-0d04-0410-961f-82ee72b054a4
* (DEBUG_SYMS_TEXT): Define.wilson1993-03-201-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3791 138bc75d-0d04-0410-961f-82ee72b054a4
* entered into RCSmycroft1992-05-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1049 138bc75d-0d04-0410-961f-82ee72b054a4
* *** empty log message ***rms1992-05-031-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@866 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionkenner1992-03-121-0/+172
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@455 138bc75d-0d04-0410-961f-82ee72b054a4