Cast first arg in all calls to bzero to char *.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 20 Apr 1997 16:54:50 +0000 (12:54 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 20 Apr 1997 16:54:50 +0000 (12:54 -0400)
commitb1ccbc24f475f186a3c4dd645d1825cd43eaef4f
tree3a2f9c8389608781debe2de0e1001ec26016b535
parent2e3f9f3d62453b563fc0f9c4a79982ef0b03d24a
Cast first arg in all calls to bzero to char *.

(decl_ultimate_origin): Return NULL if equal to decl.
(constant_size): Never return more than 4.
(value_format, case 8): New case.
(dwarf2out_frame_debug): Use HARD_FRAME_POINTER_REGNUM.
(based_loc_descr): Likewise.
(add_bound_info): Delete default case.
Add cases for CONVERT_EXPR and NON_LVALUE_EXPR; treat like NOP_EXPR.
Change NOP_EXPR to to recursive call.
(add_type_attribute): Ignore unnamed subtype of integral or FP.
(gen_subprogram_die): Use reg_loc_descriptor.
(dwarf2out_decl): Ignore nested functions.

From-SVN: r13939
gcc/dwarf2out.c