]> gcc.gnu.org Git - gcc.git/commit - gcc/dwarf2out.c
Major cleanup; mostly reformatting.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 20 Apr 1997 21:10:19 +0000 (17:10 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 20 Apr 1997 21:10:19 +0000 (17:10 -0400)
commit71dfc51fa0db00760af4771d2e5b1bd788b687f4
tree567cb1d768dc5e1104a7ee78911f07777c166fe8
parentb1ccbc24f475f186a3c4dd645d1825cd43eaef4f
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.

From-SVN: r13940
gcc/dwarf2out.c
This page took 0.05453 seconds and 5 git commands to generate.