OSDN Git Service

Major cleanup; mostly reformatting.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Apr 1997 21:10:19 +0000 (21:10 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Apr 1997 21:10:19 +0000 (21:10 +0000)
commitec1e49cc9873ef1195c52ba58315df1c4e7dc69f
tree567cb1d768dc5e1104a7ee78911f07777c166fe8
parent34425fdc52a998c5cd350c2faf016913b2911194
Major cleanup; mostly reformatting.
Include expr.h.
Undefine inline ifndef __GNUC__; never define to include static.
Add "static" to header of all inlined functions.
Add declarations for all static functions, with prototypes.
(addr_const_to_string): Use HOST_WIDE_INT_PRINT_* macros.
(add_AT_*, new_{die,loc_descr,cfi): Don't check for xmalloc returning zero.
(modified_type_die): Add missing parm on recursive call.
({reg,based}_loc_descriptor): Add missing arg to call to new_loc_descr.
(add_const_value_attribute): Use REAL_VALUE_TYPE for fp calculations.
(output_call_frame_info): Add missing arg to output_cfi call.
(dwarf2out_def_cfa): Local variable OLD_REG must be unsigned long.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13940 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/dwarf2out.c