OSDN Git Service

* final.c (end_final): Tidy whitespace. Don't honor flag_pack_struct.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 May 2002 00:32:01 +0000 (00:32 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 May 2002 00:32:01 +0000 (00:32 +0000)
commit6b6672beb27be6029d40983fee5425c8f545b88c
tree2cb1f64448644304b80597457c575f4d16bb0144
parent843dd7a3db214e25bf208900bff2936f525a4cda
    * final.c (end_final): Tidy whitespace.  Don't honor flag_pack_struct.
        Convert integers constants as needed.  Replace "nwords" field with
        "sizeof_bb".
        (final): Save profile data if cfun->arc_profile, not profile_arc_flag.
        * function.h: Fix typo in comment.
        * libgcc2.c (struct bb): Replace "nwords" with "sizeof_bb".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53374 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/final.c
gcc/function.h
gcc/libgcc2.c